'postageService' defined in ServletContext resource /WEB-INF/pote-service.xml is
as follows
'postageService' defined in ServletContext resource /WEB-INF/pote-service.xml is
as follows
|
| <bean id="postageService"
| class="org.springframework.jndi.JndiObjectFactoryBean">
| <property name="jndiEnvironment">
| <props>
| <prop key="java.naming.factory.initial">
| org.jnp.interface.NamingContextFactory
| </prop>
| <prop key="java.naming.provider.url">
| jnp://localhost:1099</prop>
| <prop
key="java.naming.factory.url.pkgs">org.jboss.naming.client</prop>
|
| </props>
| </property>
| <property name="jndiName"
value="PostageServiceBeanRemote" />
| </bean>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193229#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...