Your post just went over my head, sorry. I am not familiar with JBoss' naming configuration. I haven't touched any settings in JBoss since installing it. For the install, I just ran the "java -jar jboss*.jar".
What do you mean by "clean domain"? There may be some network problems here, it wouldn't surprise me (our network guy quit and we never re-hired -- how fun). As for the EAR, here are my only config files: application.xml: | <?xml version="1.0" encoding="UTF-8"?> | <!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN" | "application_1_3.dtd"> | <application> | <display-name>MyJSFClient</display-name> | <module> | <web> | <web-uri>MyJSFClient.war</web-uri> | <context-root>MyCodeName</context-root> | </web> | </module> | </application> | jboss-app.xml: | <?xml version="1.0" encoding="UTF-8"?> | <!DOCTYPE jboss-app | PUBLIC "-//JBoss//DTD J2EE Application 1.3V2//EN" | "http://www.jboss.org/j2ee/dtd/jboss-app_3_2.dtd"> | | <jboss-app> | <loader-repository> | dot.com:loader=unique-archive-name | <loader-repository-config> | java2ParentDelegation=false | </loader-repository-config> | </loader-repository> | </jboss-app> | I don't have a jboss-web.xml anymore. Other than that, everything is the default settings for jboss 4.0.3 sp1. Thanks, Andrew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957158#3957158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957158 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
