"Elhanan" wrote :
|
| you were right, we had jnp-client.jar there.
|
Removing that jar fixed the problem or do you still see the same issue?
The contents of the EAR are a bit strange. EAR doesn't contain a classes folder at the
root. Even if it does, the classes won't be visible to the classloaders. Is it really
an EAR or is it an WAR. If it's an war then that output looks OK (although i would
expect some other folder like lib and files like web.xml).
This is how a typical EAR would look like:
| myapp.ear
| |
| |
| |--- META-INF
| | |--- application.xml
| |
| |
| |--- lib
| | | --- xyz.jar (plain jar files)
| | | --- more plain jar files
| |
| |
| |--- ejbjar1.jar
| |
| |--- ejbjar2.jar
| |
| |--- myapp.war
| |
| |---
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249786#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...