Sorry I wrote wrong, the "real" means REALM.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233404#4233404
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233404
___
jboss-user
Hi
I am developing a system that use JAAS and when I was read on JAAS the example
was in GlassFish and was needed to create a realm, I did not find how to create
this realm, somebody can help me?
Thank you!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=423
Hi
I am developing a system that use JAAS and when I was read on JAAS the example
was in GlassFish and was needed to create a realm, I did not find how to create
this realm, somebody can help me?
Thank you!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=423
Hi,
I am developing a EJB client, this client is running in a server Jboos 5
localhost. And o EJB is in other server. So, I do:
| Corporativo c = null;
| try {
| Properties properties = new Properties();
| properties.put(Context.INITIAL_CONTEXT_FACTORY,
"org.jnp.interfaces.Na
Hi,
I have a EJB stateful working in my server Jboss 5.0.
So, I cried one application Web for be a client of the EJB. In client project
has two JSP pages, one for to list the content in EJB and the other for add in
EJB.
In jsp that working for to list, call the EJB, so:
InitialContext ic = ne
Actually, I want know, Wich forms can I call one EJB.
I am using jboss 4.2.2 with default instalation.
My EJB project is into of one EE project.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197114#4197114
Reply to the post :
http://www.jboss.com/index.htm
So, Is there any form of find in JNDI of jboss the name of the my EJB? Because
I am developing a EJB and in time that call him, is throw a exception...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195131#4195131
Reply to the post :
http://www.jboss.com/
So, when I try find my EJB calling of my application, case this exception:
javax.naming.NameNotFoundException: tempConv.TempConvEJB not bound
And my code is this:
Object objRef = ic.lookup("tempConv.TempConvEJB");
I am using JBOSS 4.2 and Eclipse Ganymede.
The EJB project is into a EE proje