-
Bug
-
Resolution: Done
-
Major
-
7.2.1.GA
-
None
The PostgreSQL does not implement the setURL method, only setUrl, for this we need to make the according changes on the datasource creation scripts to correct set the Url property.
Issue:
Caused by: javax.resource.ResourceException: IJ031102: Failed to load XA datasource: org.postgresql.xa.PGXADataSource at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXADataSource(XAManagedConnectionFactory.java:662) at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XAManagedConnectionFactory.java:515) ... 20 more Caused by: java.lang.NoSuchMethodException: Method setURL not found at org.jboss.jca.adapters.jdbc.util.Injection.inject(Injection.java:139) at org.jboss.jca.adapters.jdbc.util.Injection.inject(Injection.java:68) at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXADataSource(XAManagedConnectionFactory.java:657) ... 21 more
- relates to
-
RHPAM-1179 Support the use of database connection URL for EJB timers
- Closed