You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Mark Woon <mo...@SMI.Stanford.EDU> on 2002/02/02 08:59:43 UTC

OT: PoolMan looking for transaction.interoperability property?

Hi all.

After seeing so many people on the struts list recommend PoolMan,
I decided to check it out for myself.  After downloading and installing
PoolMan 2.1-b1, I'm now getting these errors on calling
PoolMan.findDataSource():


Warning: unable to read transaction.interoperability config property
java.io.FileNotFoundException:
/some/directory/config/security.properties (No such file or directory)
 at java.io.FileInputStream.open(Native Method)
 at java.io.FileInputStream.<init>(FileInputStream.java:64)
 at java.io.FileInputStream.<init>(FileInputStream.java:95)
 at
com.sun.enterprise.util.Utility.getPropertiesFromFile(Utility.java:42)
 at
com.sun.enterprise.iiop.security.SecurityMechanismSelector.<clinit>(SecurityMechanismSelector.java:102)

 at
com.sun.enterprise.iiop.IIOPSSLSocketFactory.getEndPointInfo(IIOPSSLSocketFactory.java:211)

 at
com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:73)

 at
com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:68)

 at
com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:70)
 at
com.sun.corba.ee.internal.corba.InitialNamingClient.locateObject(InitialNamingClient.java:769)

 at
com.sun.corba.ee.internal.corba.InitialNamingClient.getIORUsingHostInfo(InitialNamingClient.java:597)

 at
com.sun.corba.ee.internal.corba.InitialNamingClient.resolveCorbaloc(InitialNamingClient.java:573)

 at
com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingORBInitRef(InitialNamingClient.java:544)

 at
com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1080)

 at
com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:981)

 at
com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:2425)

 at
com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.java:52)

 at
com.sun.enterprise.naming.SerialContext.rebind(SerialContext.java:188)
 at javax.naming.InitialContext.rebind(InitialContext.java:366)
 at com.codestudio.util.JDBCPool.deployDataSource(Unknown Source)
 at com.codestudio.util.JDBCPool.init(Unknown Source)
 at com.codestudio.util.JDBCPool.<init>(Unknown Source)
 at com.codestudio.util.SQLManager.createPool(Unknown Source)
 at com.codestudio.management.LocalPoolDeployer.startDataSources(Unknown
Source)
 at
com.codestudio.management.LocalPoolDeployer.deployConfiguration(Unknown
Source)
 at com.codestudio.management.PoolManBootstrap.<init>(Unknown Source)
 at com.codestudio.util.SQLManager.assertLoaded(Unknown Source)
 at com.codestudio.util.SQLManager.getPool(Unknown Source)
 at com.codestudio.sql.PoolMan.findDataSource(Unknown Source)
 at com.codestudio.sql.PoolMan.getDataSource(Unknown Source)
 at Test.main(Test.java:21)


What exactly is this security.properties file it's looking for?  When it
fails to find security.properties, it tries to find ejb.properties.
I've looked all over for an answer, and have found nothing...

Any help would be greatly appreciated.

Thanks,
-Mark



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Texen, Anakia, DVSL, Ant's style task

Posted by "Geir Magnusson Jr." <ge...@optonline.net>.
On 2/2/02 11:41 AM, "Gabriel Sidler" <si...@teamup.ch> wrote:

> Would anyone be so kind and summarize the major differences
> between Texen, Anakia, DVSL and ant's style task? Looking
> at the documentation, they seem all very similar to me.

Style : uses XSL to transform XML documents

DVSL : transforms XML documents, uses declarative syntax like XSL, but uses
Velocity for the stylesheet rather than XSL, to allow use of all VTL
features as well as tight binding to Java objects (tools)

Anakia : transforms XML documents using velocity, uses a 'procedural'
syntax.  For the most part, requires knowledge of document structure in the
rendering template.

Texen : generic text processing of any kind (as far as I understand it...)


> 
> Thanks
> Gabe
> 
> 
> 
> 
> --
> Gabriel Sidler
> Software Engineer, Eivycom GmbH, Zurich, Switzerland
> 
> --
> To unsubscribe, e-mail:
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 

-- 
Geir Magnusson Jr.                                      geirm@optonline.net
System and Software Consulting
"Whoever would overthrow the liberty of a nation must begin by subduing the
freeness of speech." - Benjamin Franklin



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Texen, Anakia, DVSL, Ant's style task

Posted by Gabriel Sidler <si...@teamup.ch>.
Would anyone be so kind and summarize the major differences 
between Texen, Anakia, DVSL and ant's style task? Looking 
at the documentation, they seem all very similar to me.

Thanks
Gabe




--
Gabriel Sidler
Software Engineer, Eivycom GmbH, Zurich, Switzerland

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>