1 Reply Latest reply on Apr 26, 2005 4:11 AM by kabirkhan

    EJB 3.0 without clustering

    dunks80

      I apologize if this is a newbie question. I am working with EJB3.0 on JBoss4.0sp1. I followed the installation instructions for the "all" server configuration. I would prefer not to cluster my server. Is it possible to use ejb3 without clustering? If so how can I turn clustering off?

      Thanks

        • 1. Re: EJB 3.0 without clustering
          kabirkhan

          For now EJB3 has only been tested in the 'all' configuration. Before a final release we will obviously make sure that it works in the 'default' config too. However, your beans do not actually become clustered before you explicitly make them so.

          You could try to copy the all config to to a new config and remove the cluster-service.xml, but there would be a few dependencies on this.