> I have not any interclient exception in my server.log file.

Ok, but you do have the Minerva exceptions there:

> [EJB] TRANSACTION ROLLBACK EXCEPTION:Unable to connect to database. 
> org.opentools.minerva.jdbc.xa.XAPoolDataSource; nested exception is:
>       javax.ejb.EJBException: Unable to connect to database. 
> org.opentools.minerva.jdbc.xa.XAPoolDataSource
> [EJB] javax.ejb.EJBException: Unable to connect to database. 
> org.opentools.minerva.jdbc.xa.XAPoolDataSource

Well... check your connection parameters, try to connect to your database
using something JDBC specific (for example, simple java class or you can
download a trial of JDataStore with developer license, and they do have more
or less nice tool - JDBC Explorer), be sure that you use the same
interclient.jar as your jboss uses and the same connection parameters.

Also check if the JAWS debug is turned on (<debug>true<debug> in
standardjaws.xml).

Regards,
Roman

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to