[jboss-user] [JBoss/Spring Integration] - Re: deploy ear (with spring & ejb3) in JBoss 5.0.0CR2

juliejulie do-not-reply at jboss.com
Sun Nov 30 07:41:36 EST 2008


'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#4193229

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



More information about the jboss-user mailing list