I am using jboss3.2.6.
The structure of my ear looks like this:
MyApp.ear
----META-INF
----application.xml
----jboss-app.xml
----MyEjb.jar
----MyWeb.war
----MyHibernate.har
application.xml:
| <?xml version="1.0" encoding="ISO-8859-1"?>
| <application>
| <display-name>MyApp</display-name>
|
| <module>
| <web>
| <web-uri>MyWeb.war</web-uri>
| <context-root>/MyWeb</context-root>
| </web>
| </module>
|
| <module>
| <ejb>MyEjb.jar</ejb>
| </module>
| </application>
|
jboss-app.xml
| <?xml version='1.0' encoding='UTF-8' ?>
| <jboss-app>
| <loader-repository>jboss.test:loader=MyApp.ear</loader-repository>
| <module>
| <har>MyHibernate.har</har>
| </module>
| </jboss-app>
|
Although the ear file has been deployed without any exception, but I do not understand
the meaning of loader-repository element, and what is for jboss.test:loader? (I copied
this line of code from jboss-app3.2.dtd)
Can you explain that for me? thanks:)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852298#3852298
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852298
-------------------------------------------------------
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