[JBoss-user] [EJB 3.0] - Re: EM query error

2006-06-14 Thread kingofhawks
Can anyone give some hint on this issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951021#3951021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951021 ___ JBoss-

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Where is Source Code for compliled JSP put under JBoss4.

2006-06-14 Thread kingofhawks
Hi: Great thanks.I have foune what i want:) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951018#3951018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951018 ___ JBoss

[JBoss-user] [EJB 3.0] - EM query error

2006-06-14 Thread kingofhawks
KEY)"); which will cause NullPointerException. All getter/setter methods are provided. Any advice is appreciated. Thanks! Kingofhawks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950992#3950992 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Where is Source Code for compliled JSP put under JBoss4.0.4

2006-06-14 Thread kingofhawks
Hi: I used JBoss4.0.4 with boundled Tomcat.Where can i find the source code for compiled JSP pages? Thanks! Kingofhawks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950989#3950989 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [EJB 3.0] - em.persist(Object) error in multiple-thread environment

2006-06-08 Thread kingofhawks
} When multiple-thread try to invoke this createNEKey() method.Exception(JDBC batch update fail) will be thrown at em.persist(neKey).Class NEKey is entity bean with ID auto-generated. Can anyone give some advice? Great Thanks! Kingofhawks View the original post : http://www.jboss.c

[JBoss-user] [EJB 3.0] - How could Service POJO depends on session bean

2006-05-24 Thread kingofhawks
Dear ALL: I want to look up JNDI for session bean in create() method of JBoss service POJO.But how can i make my Service POJO depends on jndiName of my session beans? And advice is appreciated.I am a newer to JBoss EJB3 application. Best Regards! Kingofhawks View the original post

[JBoss-user] [Installation, Configuration & Deployment] - Re: deploy sar package failed when JBoss start up

2006-05-17 Thread kingofhawks
Great thanks!My problem has been resolved now. But i am confusing that whether deploy/deploy.last is particularly reserved for JBoss?It seems no special hint for usage about this directory in JBoss official document . Best Regards! kingofhawks View the original post : http

[JBoss-user] [Installation, Configuration & Deployment] - deploy sar package failed when JBoss start up

2006-05-17 Thread kingofhawks
JBoss ,second put my sar package to deploy directory,it will succeed that way! I wonder why this will happen?And how can i get my sar package auto-deploied when JBoss start up? Any suggestion is appreciated! Best Regards! Kingofhawks View the original post : http://www.jboss.com

[JBoss-user] [EJB 3.0] - entity bean cascade creation fail due to GenericJDBCExceptio

2006-04-25 Thread kingofhawks
ected List oneList; } @Entity public class C extends B{ protected List twoList: } So you can see in class C there exists two OneToMany relationships. When i persist C with cascading ,it will raise the exception in title. Best Regards! Kingofhawks View the original post : http://www.jboss.com/index.h

[JBoss-user] [EJB 3.0] - @EJB in Servlet or POJO error

2006-04-05 Thread kingofhawks
Deal All: I have tested that @EJB annotation seem not to work in servlet or POJO class.And it does work in session bean.I want to confirm whether it is defined in EJB3.0 spec that @EJB annotation just should be used in session/message beans? One more question is about entity bean lazy lo