[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 |

[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 |

[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

[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=bbop=viewtopicp=3990144#3990144 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3990144 ___ jboss-user mailing list jboss-user@lists.jboss.org

[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