Log in to follow, share, and participate in this community.
Thread XA Recovery
XA RecoveryHi folks. I'm running JBoss 5.1.0 and WebSphere MQ's JCA resource adapter on x86 Linux, with a MDB pulling messages from a WMQ queue and putting them to a response queue under an XA transaction. This all works fine. &...
Embedded .rar in a .ear, is it supported?Hello, I'm not having any luck embedding a .rar in a .ear. I posted all the details here http://community.jboss.org/thread/160613. Does jboss still support embedded resource adaptors? Thank...
Thread JBoss As 5.1.0.GA Switch DefaultDS to Oracle DS
JBoss As 5.1.0.GA Switch DefaultDS to Oracle DShi all, I found many topics about this problem but they can't help me. What I did : 1. copy oracle jdbc driver. 2. remove hsqls datasource file from deply. (alos i remove hsql database jars from library) 3....
Thread Seam app hangs under heavy load (InUseConnectionCount goes very high)
Seam app hangs under heavy load (InUseConnectionCount goes very high)Hello, I have a problem with a Seam app: under heavy load it hangs. Monitoring the InUseConnectionCount I noticed that after 20-30 mins it goes very high blocking all the application server (JBoss AS 4.2.3.GA...
Thread 'No ConnectorMetaData found for mdf' when embedding rar in ear
'No ConnectorMetaData found for mdf' when embedding rar in earHello, I am having some difficulty when trying to embed a rar inside an ear. When the rar and ear are deployed separately, they seem to work fine. This is the exception I get when the rar is embedde...
using Cloudscape/Derby as DatasourceHello! I want to use Cloudscape/Derby as a Datasource for my ejbs and jms. can any one can explain me how to configure the xml files to work with Cloudscape/Derby? Thank you, Netanel
Jasypt and JCA -ds.xml filesHas anyone integrated Jasypt (http://www.jasypt.org ) with -ds.xml files? We use the method described at http://wiki.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords but this seems like it might be a simpler...
Embedded JCA with GlassfishHi, I'm working on the integration of IronJacamar (1.0.0.Beta3) with Glassfish (2.1.1). The aim being to use something else than Glassfish (maybe Tomcat) and continue to use our JCA connectors. The pro...
ResourceAdapter.startI was doing some testing with ironjacamar-1.0.0.Beta3 and I noticed that ResourceAdapter.start is called after a ManagedConnectionFactory instance is configured and after the called to ManagedConnectionFactory.setReso...
Bean ValidationI was doing some testing with ironjacamar-1.0.0.Beta3 and I noticed that the @NotNull built constraint didn't validated a configuration property that was null. I also noticed that the ValidationMessages resource...
JGeometry.store and multiple connectionsHi, For some reason, I am getting the following error: Caused by: java.sql.SQLException: Cannot construct ARRAY instance, invalid connection at oracle.sql.ARRAY.<init>(ARRAY.java:141) at or...
Custom/Wrapped JDBC Driver for DataSourceI have an application which need to look up the database password each time a new connection is created. In a standalone application using Hibernate, this is easy: I just set the property hibernate.connection.pr...
Another injection issueHi, I'm trying to set up the "File System Adapter" like shown here http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch7.chapt.html First I build the rar-archive and moved it to the deploy-folder together wit...
Newbie: ORB Notify Channel Source JCAHi Guys, I've created a small JCA Source that is connecting to a Corba Notification channel as push. The connector itself works fine but I guess that I've missed something basilar into ORB setup. With a fresh...
Thread Failed to enlist resource with Generic JCA-Adapter
Failed to enlist resource with Generic JCA-AdapterHello, I've written an generic jca-adapter, while testing getting a connection for this adapter from a stateless session bean the following exception occurs. The environment: Linux openSuSE 11....