| MarshallingXAException error during Transaction. [message #122705] |
Wed, 08 June 2005 02:12  |
sssundar Messages: 1 Registered: June 2005 Location: hyderabad |
Junior Member |
|
|
hi all,
I get a MarshallingXAException error , while i'm making a transaction search or inserting new records, once i do a restart of the jar files , it moves smooth , but this error is recurring again and again. Is there any permanent solution for this exception.
|
|
|
| Re: MarshallingXAException error during Transaction. [message #122709 is a reply to message #122705 ] |
Wed, 08 June 2005 02:43   |
girish.rohini Messages: 737 Registered: April 2005 Location: Delhi (India) |
Senior Member |
|
|
|
pls do post the complete error message that you get while performing this operation.
|
|
|
|
| Re: MarshallingXAException error during Transaction. [message #129959 is a reply to message #122705 ] |
Wed, 27 July 2005 07:40  |
marvec Messages: 1 Registered: July 2005 Location: Czech Republic |
Junior Member |
|
|
I was getting the same error and found out that my ejbLoad() method was not setting the bean's primary key! After adding ejb.setId(foo) everything works fine...
Hope this helps
Martin
|
|
|