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



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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to