[JBoss-user] [Installation, Configuration & Deployment] - Re: XIndice deployment in JBoss 4.02

2005-11-03 Thread dvohra09
Thanks Adrian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905281#3905281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3905281 --- SF.Net email is sponsored by:

[JBoss-user] [Installation, Configuration & Deployment] - XIndice deployment in JBoss 4.02

2005-11-02 Thread dvohra09
Deployed Xindice web application in JBoss. Xindice server gets started. db database gets opened. An exception is produced with xindice lc -c xmldb:xindice://localhost:8080/db Cannot communicate with the server http://localhost:8080/xindice/ View the original post : http://www.jboss.com/index.ht

[JBoss-user] [EJB/JBoss] - A cmr collection may be used only in the transaction in whic

2005-11-01 Thread dvohra09
When a CMR Collection is iterated over an exception gets generated: A cmr collection may be used only in the transaction in which it was created. Example:java.util.Collection collection=entityObject.getCMRCollection(); Iterator iterator=collection.iterator(); View the original post : http://www

[JBoss-user] [Persistence & CMP/JBoss] - java.sql.SQLException:Syntax error

2004-10-15 Thread dvohra09
The deployment of a Entity Ejb on JBoss 4.0 with MySQL database produces an SQLExcption java.sql.SQLException:Syntax error. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'VARCHAR(64), field1 VARCHAR(64), field2 V") field1, field2 are cmp fiel