[jboss-user] [EJB 3.0] - Re: javax.ejb.EJBAccessException: Authentication failure with no

2010-10-22 Thread Volodymyr Mykhalchuk
Volodymyr Mykhalchuk [http://community.jboss.org/people/vmykhal] created the discussion "Re: javax.ejb.EJBAccessException: Authentication failure with no" To view the discussion, visit: http://community.jboss.org/message/567816#567816

[jboss-user] [EJB 3.0] - Re: javax.ejb.EJBAccessException: Authentication failure wit

2006-12-01 Thread EricChile
Looks like no one else has had this problem... I think it might be my compiler in JDeveloper. When I deploy using it I get these errors. But when I add my sources to the source project of the TrailBlazer EJB from jboss.org, and compile using the ant build script. It works fine. Hm View t

[jboss-user] [EJB 3.0] - Re: javax.ejb.EJBAccessException: Authentication failure wit

2006-12-01 Thread EricChile
Ok I added the code from the EJB 3.0 trailblazer from jboss website and I am still getting the same problem. | javax.ejb.EJBAccessException: Authentication failure | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.handleGeneralSe | curityException(Ejb3AuthenticationInterc

[jboss-user] [EJB 3.0] - Re: javax.ejb.EJBAccessException: Authentication failure wit

2006-12-01 Thread EricChile
Ok I added the code from the EJB 3.0 trailblazer from jboss website and I am still getting the same problem. | javax.ejb.EJBAccessException: Authentication failure | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.handleGeneralSe | curityException(Ejb3AuthenticationInterc

[jboss-user] [EJB 3.0] - Re: javax.ejb.EJBAccessException: Authentication failure wit

2006-11-30 Thread EricChile
Bump? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990144#3990144 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990144 ___ jboss-user mailing list jboss-user@lists.jboss.or

[jboss-user] [EJB 3.0] - Re: javax.ejb.EJBAccessException: Authentication failure wit

2006-11-29 Thread EricChile
What I don't understand is I haven't setup any secruity domains.. When I tried to access the EJB I got an error stating it could not find user.properties or roles.properties. So I added those. But all I am trying to do is access the sesssion facade from the war side. Does every EJB need securit

[jboss-user] [EJB 3.0] - Re: javax.ejb.EJBAccessException: Authentication failure

2006-10-29 Thread jgilbert
You need to use "org.jboss.security.jndi.LoginInitialContextFactory". http://wiki.jboss.org/wiki/Wiki.jsp?page=LoginInitialContextFactory View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981611#3981611 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [EJB 3.0] - Re: javax.ejb.EJBAccessException: Authentication failure

2006-10-26 Thread xavier.z�bier
I also get the same problem. It would be nice to get a solution or a working example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981224#3981224 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981224

[jboss-user] [EJB 3.0] - Re: javax.ejb.EJBAccessException: Authentication failure

2006-10-18 Thread jason_venhuizen
I am having the same problem...anyone have any suggestions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979238#3979238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979238 ___