Hi
I'm running jboss-4.0.5.GA (ejb3-clustered) with Java EE 5, and I can't change a
partition name.
I have this error:
[org.jboss.system.ServiceController] Problem starting service
jboss.j2ee:ear=Test.ear,jar=Test-ejb.jar,name=ClientBean,service=EJB3
javax.naming.NameNotFoundException: DefaultPartition not bound
Here is the definition of ClientBean:
@Stateless
@Clustered(partition="ClientPartition")
@RemoteBinding(jndiBinding="remote/ClientBean")
@LocalBinding(jndiBinding="local/ClientBean")
public class ClientBean implements ClientRemote, ClientLocal
And here is the start-up of the jboss:
run -Djboss.partition.name=ClientPartition -c all
What I'm doing wrong?
Regars
Fabián
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052317#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...