[jboss-user] [JNDI/Naming/Network] - Re: spi.NotBoundException

kwesy do-not-reply at jboss.com
Wed Jun 24 07:04:40 EDT 2009


I find solution using the following in the conf/boostrap/deployers.xml

<bean name="topContextComparator">
  |      <constructor factoryClass="org.jboss.system.deployers.LegacyDeploymentContextComparator" factoryMethod="getInstance"/>
  |      <property name="suffixOrder" class="java.util.Map">  
  |      <map keyClass="java.lang.String" valueClass="java.lang.Integer">  
  |          <entry>  
  |            <key>.sar</key>  
  |            <value>700</value>  
  |          </entry>  
  |      </map>  
  |      </property>
  |    </bean>


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

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



More information about the jboss-user mailing list