2 Replies Latest reply on Feb 10, 2005 1:53 PM by hariv

    Clustering of Stateless Session Bean

    kausar_m_s

      Hi

      I am tring to do the clustering of Simple Stateless Session Bean. For that I wrote the Jboss.xml file as below

      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS//EN" "http://www.jboss.org/j2ee/dtd/jboss.dtd">



      <enterprise-beans>


      <ejb-name>MyBean</ejb-name>
      <jndi-name>MyBean</jndi-name>
      true
      <clustered-config>
      <partition-name>FirstPartition</partition-name>
      </clustered-config>


      </enterprise-beans>

      <resource-managers>
      </resource-managers>



      And Using the Port 1100

      It is Giving me the Error

      javax.naming.NameNotFoundException: DefaultPartition not bound
      bjectName: jboss.j2ee:jndiName=MySessionBean,plugin=pool,service=EJB
      state:

      Plz Solve My prob