cancel
Showing results for 
Search instead for 
Did you mean: 

NetWeaver CE 7.1 ResourceSetImpl.delistAll issue on Transaction commit

Former Member
0 Kudos

Hi,

Our application is using EHP1 for NetWeaver CE 7.1 /Java AS. We get the following error when one of our application modules perform a Transaction commit.

Caused by: javax.transaction.SystemException: Delistment of all resources from stateful components from JTA transaction is not supported.

* at com.sap.engine.services.connector.resource.impl.ResourceSetImpl.delistAll(ResourceSetImpl.java:649)*

* at com.sap.engine.services.ts.jta.impl.TransactionImpl.commit(TransactionImpl.java:257)*

Please advise if this is a known bug that is being addressed. If not, please suggest how to eliminate this issue and/or point to any available workarounds.

Thanks,

Dinesh.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The bean was changed to stateless to solve the issue. So as such, it's not an issue anymore as far as our application is concerened. But curious why this error occurred in NW when the same did not surface in other jee compliant app server(weblogic 10.0, for example)

Edited by: Dinesh Dhamodarasamy on Apr 17, 2009 7:30 PM

Vlado
Advisor
Advisor
0 Kudos

To be able to answer this question, we'd need to know more about the error and the scenario, as I've already pointed out in my previous post.

Vlado
Advisor
Advisor
0 Kudos

Hi Dinesh,

Can you please provide the complete exception stack trace, and also describe your scenario in terms of components involved and invocation flow?

Cheers,

-- Vladimir