[JBoss-user] [EJB/JBoss] - Re: Problems in CMP Deployment with JBoss 3.2.6

2005-04-07 Thread Anandnatraj
I Agree with you. I tried to deploy the ejb-ql that was written specific to weblogic in jboss, thinking that ejb-jar.xml is standard across the servers. But it is not the case. Now i made it to work after tailoring to JBoss specific. View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [EJB/JBoss] - Problems in CMP Deployment with JBoss 3.2.6

2005-03-28 Thread Anandnatraj
I am getting an exception on deploying a CMP bean in JBoss 3.2.6 as mentioned below. MBeanException: org.jboss.deployment.DeploymentException: Error compiling EJB-QL statement 'FROM PanelIssue p WHERE p.id=?1' Is it a jboss specific error or general ejb-jar.xml specific. This deployment was w

[JBoss-user] [Messaging, JMS & JBossMQ] - ClassCastException DynamicLoginModule on JMS

2005-03-23 Thread Anandnatraj
When I tried to deploy my application which uses two simple queues, I am getting the following Exception. The steps I followed: 1. Created two queues using jbossmq-destinations-service.xml - deploy/jms folder 2. Added a local-tx-data source in oracle-ds.xml (oracle being my backend) 3. Copied the