I've added the Deployments dir in tomee.xml - it wasn't there.
My app deploy under tomee/apps/ (I had to create that directory)

But its the same result.

Do I need to do something like having a class-path in my manifest ?
Should I create a fake war to make it work ?

EAR STRUCTURE:

 ~/Programs/apache-tomee-plus-1.5.2/apps $ tree .
.
├── JPCS4 ( unpacked .ear)
│   ├── ejb.jar
│   ├── lib
│   │   ├── bcpkix.jar
│   │   ├── bcprov.jar
│   │   ├── bsaf.jar
│   │   ├── filters.jar
│   │   ├── guava.jar
│   │   ├── java-image-scaling.jar
│   │   ├── jdk12drv.jar
│   │   ├── jdk14drv.jar
│   │   ├── jgraphx.jar
│   │   ├── joda-time.jar
│   │   ├── jtds.jar
│   │   ├── jxlayer.jar
│   │   ├── miglayout-swing.jar
│   │   ├── mpxj.jar
│   │   ├── ocpsoft-pretty-time.jar
│   │   ├── pc.jar
│   │   ├── poi.jar
│   │   ├── swing-bits.jar
│   │   ├── swing-worker.jar
│   │   ├── swingx.jar
│   │   ├── TaskDialog.jar
│   │   ├── xmlpull.jar
│   │   ├── xpp3_min.jar
│   │   ├── xstream.jar
│   │   └── xswingx.jar
│   └── META-INF
│       ├── application.xml
│       ├── glassfish-resources.xml
│       ├── MANIFEST.MF
│       └── resources.xml

stuff in my ejb.jar cannot find stuff in pc.jar (and probably other jars if
I could get to pc.jar).



--
View this message in context: 
http://openejb.979440.n4.nabble.com/ear-lib-not-seen-I-m-getting-a-class-not-found-error-tp4662819p4662833.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to