[jboss-user] [EJB 3.0] - Re: Deployment descriptor alternative to @RemoteBinding.clie
wolfc
do-not-reply at jboss.com
Thu Jun 21 07:47:46 EDT 2007
Here is the jboss.xml from the ssladvanced unit test:
<?xml version="1.0"?>
| <jboss
| xmlns="http://java.sun.com/xml/ns/javaee"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
| http://www.jboss.org/j2ee/schema/jboss_5_0.xsd"
| version="3.0">
| <enterprise-beans>
| <session>
| <ejb-name>OverrideStatefulClusteredBean</ejb-name>
| <remote-binding>
| <jndi-name>OverrideStatefulClusteredSSL</jndi-name>
| <client-bind-url>sslsocket://0.0.0.0:3843</client-bind-url>
| </remote-binding>
| <remote-binding>
| <jndi-name>OverrideStatefulClusteredNormal</jndi-name>
| <client-bind-url>socket://0.0.0.0:3873</client-bind-url>
| </remote-binding>
| </session>
| </enterprise-beans>
| </jboss>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056427#4056427
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056427
More information about the jboss-user
mailing list