[jboss-user] [EJB 3.0 Users] - Re: Overriding clientBindUrl does not work! Why?

eminil do-not-reply at jboss.com
Thu Sep 3 06:56:18 EDT 2009


I tried using your suggestion and now the jboss.xml looks like this:

  | <?xml version="1.0" encoding="UTF-8"?>
  | <jboss xmlns="http://www.jboss.com/xml/ns/javaee"
  |      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |      xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss_5_1.xsd"
  |      version="5.1">
  | 	
  |    	<enterprise-beans>
  |       <session>
  |          <ejb-name>SystemEJB</ejb-name>
  |          
  |          <remote-binding>
  |          	<jndi-name>SystemEJB</jndi-name>      
  |            	<client-bind-url>${ejb.ssl.url}</client-bind-url>
  |          </remote-binding>
  |                   
  |       </session>
  |    </enterprise-beans>
  | </jboss>

Now i get the following error when trying to start jboss:

Caused by: java.lang.Exception: The xml myapp-jboss.ear/META-INF/jboss.xml is not well formed!

Any idea?

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

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



More information about the jboss-user mailing list