[JBoss-user] [Persistence CMP/JBoss] - Re: Sql not generating properly

2005-05-29 Thread asdesai
Hi, can you please tell me what did you mean by getters on PK class? I'm getting the same problem and not able to find what is wrong in my query or PK class. Thanks. PK class is as follow: public class SMPPAgentProfileParmsPK implements Serializable { |

[JBoss-user] [Persistence CMP/JBoss] - Re: Sql not generating properly

2005-05-29 Thread asdesai
My mistake in earlier post, I was little confused as all other CMPs in my project does not have getter and those still works!! Anyway I tried putting getter methods in PK class but still getting same error. The query jboss is generating is missing FROM a expression before FROM. It is generating

[JBoss-user] [EJB/JBoss] - EJbspec violation error while deploying entity bean - please

2004-11-03 Thread asdesai
Hi All, I'm trying to resolve this error from past 5 days and so far no luck. Error is as folllow: 14:04:51,176 WARN [verifier] EJB spec violation: Bean : telParms Method : public abstract TelParms findByPrimaryKey(TelParmsPK) throws RemoteExce ption, FinderException Section: 12.2.9 Warning:

[JBoss-user] [EJB/JBoss] - Re: EJbspec violation error while deploying entity bean - pl

2004-11-03 Thread asdesai
YES, PK class implements Serializable. Any other pointers? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853712#3853712 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853712

[JBoss-user] [HTTPD, Servlets JSP] - Re: How do I set 3 context for one web module?

2004-11-03 Thread asdesai
Nope, this does not work. Any other pointer? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853821#3853821 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853821 --- This

[JBoss-user] [EJB/JBoss] - Re: EJbspec violation error while deploying entity bean - pl

2004-11-03 Thread asdesai
These methods are not abstract in home interface. But when I decompile the class I see that these methods are abstract. And I'm not getting this error for just findByPrimaryKey(), it is for all the methods in home interface which returns remote interface. I tried many things but now running

[JBoss-user] [HTTPD, Servlets JSP] - How do I set 3 context for one web module?

2004-11-02 Thread asdesai
How can we set 3 context for one web module in Jboss 3.2.5? In standalone tomcat I was able to do it by adding a 'Context ' element in server.xml of Tomcat. If we do the same changes in server.xml of integrated Jboss-Tomcat, it is not picking up contexts. Any idea, how can we do the same in