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
TECTED]
An: Stephan Frind/Duesseldorf/Gebit
Kopie [EMAIL PRO
n:[EMAIL PROTECTED]
Kopie (Blindkopie: Steph
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) {
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