[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: incomple findby primary key query

2005-12-13 Thread akifshaikh99
found it i had misspelled id as id Strange thing ,the EJB deployed .. It should have been caught while deploying - maybe. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912401#3912401 Reply to the post : http://www.jboss.co

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - incomple findby primary key query

2005-12-13 Thread akifshaikh99
Database MS SQL Server 2000 Jboss 3.2.7 I get the following error- 2005-12-13 12:39:07,303 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCFindByPrimaryKeyQuery.TemplateBean#findByPrimaryKey] Executing SQL: SELECT FROM temp t0_TemplateBean WHERE 2005-12-13 12:39:07,303 ERROR [org.jboss.ejb.plugins.

[JBoss-user] [EJB/JBoss] - Re: Accessing an ejb with multiple client threads

2004-12-20 Thread akifshaikh99
I am having the same problem and trying to solve it using container interceptors instead of client interceptors since the EJB clients will not be going through the same client. Can I use a built in JBoss interceptor and plug it in the container interceptor list or do I have to write one. I have