[jboss-dev-forums] [Design of POJO Server] - Re: Scoping of war/jar file embedded in sar service archives

adinn do-not-reply at jboss.com
Fri Jul 11 13:21:42 EDT 2008


anonymous wrote : 
  | At this point I just want to reproduce the issue in a unit test. If I can't tweak my current example I'll need to get your deployment to see what exactly is happening. 
  | 

Ok, well I think you should be able to reproduce the behaviour I saw if you modify the example you cited earlier as follows:

  add a manifest file to staticarray-web1.war which refers to staticarray1.jar via a classpath entry
  add a manifest file to staticarray-web2.war which refers to staticarray2.jar via a classpath entry
  add a manifest file to staticarray2.jar which mentions staticarray1.jar via a classpath entry

it may be possible to do it with a shorter route

  add a manifest file to staticarray-web1.war which refers to staticarray1.jar via a classpath entry
  add a manifest file to staticarray-web2.war which refers to staticarray2.jar and staticarray1.jar via a classpath entry

if this fails to err . . . fail . . . and you need my code let me know


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163938#4163938

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163938



More information about the jboss-dev-forums mailing list