Thanks.
Here is the spring stuff:
|
| <bean id="EjbService"
class="org.springframework.jndi.JndiObjectFactoryBean">
| <property name="jndiEnvironment">
| <props>
| <prop
key="java.naming.factory.initial">${java.naming.factory.initial}
| </prop>
| <prop
key="java.naming.factory.url.pkgs">${java.naming.factory.url.pkgs}
| </prop>
| <prop key="java.naming.provider.url">${java.naming.provider.url}
| </prop>
| </props>
| </property>
| <property name="jndiName" value="ejb/jndiName" />
| </bean>
|
|
Can you tell me something about a replacement?
Maybe a JBoss spring bean? I heard there is something of the sort that is Cluster aware.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204880#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...