[JBoss-user] [Beginners Corner] - Re: bind error while trying tusc tutorial

2004-06-03 Thread [EMAIL PROTECTED]
Go to your jmx-console, find the JNDIView MBean, and invoke its 'list' operation. 
Scroll down to the 'Global' section and you'll find all the names accessible to a 
client. If StoreAccessBean is not listed there, it cannot be found.

Then go through your ejb-jar.xml and jboss.xml and find what is the actual name you're 
bind your bean under. This name will also be shown in your 'Global' JNDI name tree. 
Use that name for the lookup instead.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3837366#3837366

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837366


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: bind error while trying tusc tutorial

2004-06-03 Thread buka
I had similar problem while trying to go through the tutorial. Here is the solution 
that I found.

When you start jboss 3.2.1 from the command line it will start default server. When 
you run from eclipse/lomboz it will start all server. So when you deploy inside 
eclipse/lomboz you deploy to all server.

To fix it, correct jboss321all.server file (the one that you got from TUSC site 
located in plugins folder).

Correct deployment paths to server/default/deploy
and -c default

Redeploy and try your client.

Hope it helps,
Buka.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3837441#3837441

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837441


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user