Hi!

JBoss is great!
I found the solution to my problem before i even posted my problem.
I post it anyway, for thos who have the same problem.
The solution is found in 
http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration 
as Frito said.


My problem:

Im deploying an enterprise Web application using a ejb-jarAdmin.jar for the enterprise 
beans and my util classes and a adminix.war for the jsp's and the util classes.

Some of the util classes are used in the ejb-jarAdmin.jar as well as in the 
adminix.war!
That is, those util classes (as precompile.java e.g.) are packed in ejb-jarAdmin.jar 
as well as in the adminix.war!

I have notised that, when i redeploy the adminix.war where i have made some changes in 
the precompile.java those changes aren't used because the precompile.class from the 
ejb-jarAdmin.jar ist used!!!

Have i missed something essential or is it a Bug?
(No, its not!) :-)

The packages lookes like this

adminix
  |-format
  |-grafik
  |-grafikupload
  |-jsp
  |-WEB-INF
  |....|-classes
  |........|-util
  |............|-precompile.class
  |-index.jsp

and

ejb-jar-ic
  |-bean-session
  |...|-(enterprise bean classes...)
  |-util
  |...|-precompile.class (e.g.!)
  |-META-INF


Best regards!
Stefan

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

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


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to