[jboss-user] [Beginners Corner] - Re: JBoss not bound as a global element

jaikiran do-not-reply at jboss.com
Wed Nov 26 01:41:19 EST 2008


<port-component>
  | <auth-method>CLIENT-CERT</auth-method>
  | <transport-guarantee>CONFIDENTIAL</transport-guarantee>
  | </port-component> 

This doesn't look right. As per the xsd, the port-component needs to have a port-component-name too. Something like:

<port-component>
  | <port-component-name>blahblahblah</port-component-name>
  | <auth-method>CLIENT-CERT</auth-method>
  | <transport-guarantee>CONFIDENTIAL</transport-guarantee>
  | </port-component> 

Let us know how it goes.


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

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



More information about the jboss-user mailing list