[jboss-user] [Security & JAAS/JBoss] - Re: How to create real in Jboss 5.0

2009-05-26 Thread thiagomontovaneli
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

[jboss-user] [Security & JAAS/JBoss] - How to create real in Jboss 5.0

2009-05-26 Thread thiagomontovaneli
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

[jboss-user] [Security & JAAS/JBoss] - How to create real in Jboss 5.0

2009-05-26 Thread thiagomontovaneli
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

[jboss-user] [EJB/JBoss] - javax.naming.NamingException: Could not dereference object

2009-01-20 Thread thiagomontovaneli
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

[jboss-user] [EJB/JBoss] - Recover EJB Stateful

2009-01-16 Thread thiagomontovaneli
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

[jboss-user] [EJB 3.0] - Re: EJB

2008-12-17 Thread thiagomontovaneli
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

[jboss-user] [EJB 3.0] - EJB

2008-12-08 Thread thiagomontovaneli
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/

[jboss-user] [EJB 3.0] - NameNotFoundException

2008-11-21 Thread thiagomontovaneli
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