[jboss-user] [EJB 3.0] - @Column Annotation doesn't seem to work...

2007-03-26 Thread EricChile
It seems the @Column annotation doesn't work for some reason? using jboss-4.0.5.GA EJB 3.0 | | @Entity | @NamedQueries({ | @NamedQuery(name = SdsDataLoadPat.findAll, query = select o from SdsDataLoadPat o), | @NamedQuery(name = SdsDataLoadPat.findAllbyId, query = select o from

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Where is Hibernate Config?

2007-03-24 Thread EricChile
Little lost.. is it done via the persistence.xml in the ear? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031300#4031300 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031300

[jboss-user] [EJB/JBoss] - Can't access session facade bean

2007-03-23 Thread EricChile
I don't understand why I am getting a classcastexception... From the rmx console | +- SDS_DATA (class: org.jnp.interfaces.NamingContext) | | +- SessionEJB (class: org.jnp.interfaces.NamingContext) | | | +- local (proxy: $Proxy97 implements interface

[jboss-user] [EJB/JBoss] - Re: Can't access session facade bean

2007-03-23 Thread EricChile
Also I did make sure that the jar file that contains my SessionEJBBean, SessionEJB, SessionEJBLocal is not in the WEB-INF/lib directory of my webapp.war (it was at one time) so as not to have problems with the classloader. It is only in the ear file. But I am still having the same problem. I

[jboss-user] [EJB/JBoss] - Re: Can't access session facade bean

2007-03-23 Thread EricChile
Problem solved. Even though it wasn't in the jar... it was in WEB-INF/classes Took it out of there and problem solved. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031181#4031181 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Where is Hibernate Config?

2007-03-23 Thread EricChile
I am setting up the latest version of JBoss and trying to enable show_sql=true but I don't seem to see hibernate.cfg.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031207#4031207 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Documentation for EJB 3

2007-01-08 Thread EricChile
Bump with a good question.. Are there any plans for automatic generation of Enity EJB 3.0's? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999104#3999104 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3999104

[jboss-user] [EJB 3.0] - Classic what ide do you use?

2007-01-08 Thread EricChile
I have been looking for a good IDE to develop EJB 3.0's and JSF for use with JBoss 4.0x JBoss IDE (eclipse) doesn't seem to handle automatic generation of Enity Beans right? and lacks visual jsf development. Oracle's JDeveloper seems to do quite well at both visual JSF development, and

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Use of EJB 3.0

2006-12-12 Thread EricChile
Good question. I see there is a trailblazer for EJB 3.0 for jboss. But nothing really for Jboss IDE. Is there a way to create entity beans 3.0 from tables? Some kind of wizard? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993108#3993108 Reply to the

[jboss-user] [JBoss Eclipse IDE (users)] - Re: EJB3 on Jboss 4.0.3 SP1+ Jboss IDE 1.5 - NameNotFoundExc

2006-12-12 Thread EricChile
This is an old post but your problem lies in with the default jndi location of EJBs. Usualy goes Jarfile/Helloworldbean/remote if your using jboss View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993104#3993104 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Problem with named query...

2006-12-06 Thread EricChile
Bump? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991697#3991697 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991697 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [EJB 3.0] - Problem with named query...

2006-12-04 Thread EricChile
I am getting the following error when deploying because of a named query. It seems that hibernate is not following the mapping correctly? org.hibernate.QueryException: could not resolve property: serviceCode of: org.usiis.model.ProviderUsers [select o from org.usiis.model.Users o Where

[jboss-user] [EJB 3.0] - Re: Problem with named query...

2006-12-04 Thread EricChile
Anyone? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991101#3991101 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991101 ___ jboss-user mailing list jboss-user@lists.jboss.org

[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

[jboss-user] [EJB 3.0] - Re: Confused abotu how to get context...

2006-11-28 Thread EricChile
Thank you for your reply... I will test it out! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989364#3989364 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989364 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: Confused abotu how to get context...

2006-11-28 Thread EricChile
If you have a remote client, how do you specifiy which server to connet to? Ie if I am running jboss and OC4J, how does it know to lookup jboss beans and not OC4J? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989374#3989374 Reply to the post :

[jboss-user] [EJB 3.0] - java.lang.ClassCastException: $Proxy79 getting conext

2006-11-28 Thread EricChile
Can't seem to get the stateless facade from within my webapp. I hava the webapp and the jar (bean) in the same ear. It appears the the context for the bean is correct. I also made sure there were no references to that bean in my WEB-INF/classes or lib. Anyone have a clue as to what is going on

[jboss-user] [EJB 3.0] - Re: java.lang.ClassCastException: $Proxy79 getting conext

2006-11-28 Thread EricChile
| Global JNDI Namespace | | +- XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory) | +- TopicConnectionFactory (class: org.jboss.naming.LinkRefPair) | +- WebkidsAdminLite (class: org.jnp.interfaces.NamingContext) | | +- webkidsFacade (class:

[jboss-user] [EJB 3.0] - Re: java.lang.ClassCastException: $Proxy79 getting conext

2006-11-28 Thread EricChile
Awesome that was it now Im getting a different error [Code] java.io.IOException: No properties file: users.properties or defaults: defaultUs ers.properties found at org.jboss.security.auth.spi.Util.loadProperties(Util.java:315) at

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

2006-11-28 Thread EricChile
I am trying to build a simple webapp / EJB 3.0 project. But running into some difficulty. After getting the session context bean, while trying to run a procedure that returns rows from a the DB, I get javax.ejb.EJBAccessException: Authentication failure Anyone know why? I don't even have

[jboss-user] [Beginners Corner] - Can't deploy war with faces, works fine in Tomcat Standalone

2006-11-22 Thread EricChile
I have a small faces app that I am trying to deploy to Jboss.. It works fine in Tomcat but for some reason when I deploy to JBoss I get | java.lang.NullPointerException | at javax.faces.webapp.FacesServlet.init(FacesServlet.java:165) | at

[jboss-user] [EJB 3.0] - Confused abotu how to get context...

2006-11-22 Thread EricChile
I am a little confused on how to lookup the context of an EJB. In using the Oracle tutorals they seem to suggest using @Stateless(name = myName) and then looking it up like context.lookup(myName); This seems to work fine in OC4J but not in JBoss What is the correct way to lookup a EJB?

[jboss-user] [Beginners Corner] - Re: Can't deploy war with faces, works fine in Tomcat Standa

2006-11-22 Thread EricChile
Also remove the jsf libaryies from your web-inf/lib View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987958#3987958 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987958 ___

[jboss-user] [Beginners Corner] - Re: Call EJB on a Schedule?

2006-07-26 Thread EricChile
Use the ServletContextListener to create the first request. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3961095#3961095 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961095 ___