[jboss-user] [Beginners Corner] - Re: jsp:usebean and loader constraints violated

jaikiran do-not-reply at jboss.com
Sun Oct 22 23:43:16 EDT 2006


When you remove the class from the war, where else do you place it? I mean, where else inside the ear is the class placed? Are you placing it in some jar inside the ear? 

A probable solution will be - you can create a jar(lets name it common-util.jar) containing that class(and other such common classes) and place it inside the ear file and remove those classes from the war. Then in the application.xml file(present in META-INF folder of ear), you will have to add the following entry:

<module>
  |   <java>common-util.jar</java>
  | </module>

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

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



More information about the jboss-user mailing list