[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to configure JBoss 4.2.3.GA to use Derby datasource,

PeterJ do-not-reply at jboss.com
Fri May 8 18:22:30 EDT 2009


You have declared an XA data source. Such a data source does not use the connection-url tag. If you don't need an XA data source, use local-tx-datasource and it will read the connection-url tag. If you need an XA data source, you should pass a xa-datasource-property that sets the port. You'll have to read the Derby docs to find out what property to set.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229828#4229828

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4229828



More information about the jboss-user mailing list