Hello all!

I got serious problems integrating ojb-rc5 (using odmg) into jboss.

All works fine when testing with MBeans.

In a stateless session bean selecting data I get an error:

[org.jboss.resource.connectionmanager.CachedConnectionManager] Closing a
connection for you.  Please close them yourself:
[EMAIL PROTECTED]

Nevertheless the Data is correctly read.

Writing Data fails because:

- I can't create own transaction (OK, managed environment)
- When trying to persist I receive a message:
Could not build statement ask for: Connection handle has been closed and is unusable
2003-12-31 02:07:59,612 ERROR [STDERR] org.odmg.ODMGRuntimeException: Could not build 
statement ask for: Connection handle has been closed and
is unusable

The statement certainly fails ...

I tried this via LocalTxManager.

Next thing I tried to use the JTATxManager:

- MBean operation fails ("No external transaction found"). OK, I can
understand this. Is there a way to use MBean with JTATxManager??
- Session Bean: "No external transaction found" 

What can I do?? I really need this stuff (I relied on it working...)

Best Regards,

-Gunnar



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to