[JBoss-user] setup classpath problem in ear that should include a folder of the ear

2003-03-11 Thread Stephan . Frind
Hi, I am trying jboss 3.0.6 I have the following ear structure my.ear         props                                <--- directory that should be included in classpath                 some.properties         myejb.jar         somelib.jar         META-INF                 application.xml MANIFES

Re: Re: [JBoss-user] no reuse of pooled XAConnections

2002-05-28 Thread Stephan . Frind
TECTED] An: Stephan Frind/Duesseldorf/Gebit Kopie [EMAIL PRO

Re: RE: [JBoss-user] no reuse of pooled XAConnections

2002-05-28 Thread Stephan . Frind
n:[EMAIL PROTECTED] Kopie (Blindkopie: Steph

[JBoss-user] no reuse of pooled XAConnections

2002-05-28 Thread Stephan . Frind
Hello folks, I have a stateless session bean with transaction set to required. I am using JBoss2.4.5. I fetch a connection tempDS = (DataSource)tempIC.lookup(tempLookup); if (tempDS != null) { try { tempConnection = tempDS.getConnection(); } catch (SQLException se) {

[JBoss-user] normal java classes in classpath of bean but not in lib\ext orclasspath of jboss

2002-01-10 Thread Stephan . Frind
Hi folks, I haven't found a sample. My goal: I would like to put some jars with classes into the jar where I put my beans. My beans use classes from these jars. I don't want to have these other classes in the classpath of jboss or in lib\ext because this classes change too and I would like to us