Hi,
I'm running an application that uses the slide API without the WebDav.
I can add files, branches, etc. - fine.
Sometimes, when something goes wrong, i.e. invalid data is being processed
....
void myMethod(String SomeInValidData) throws SystemException {
try {
sNamespaceAccessToken.begin();
... processing SomeInvalidData ...
sNamespaceAccessToken.commit();
}
catch (Exception e) {}
}
the method throws the
javax.transaction.NotSupportedException
that's alright of course but I have to restart the application to be able to
run the method again.
Without restarting I always get this Exception even when the processed data
is valid.
Seems like I can only get rid of the NotSupportedException by restarting.
The method is called by a Servlet that's running in JBoss.
The Slide Application is inside JBoss but NOT an EJB Service.
Please, anybody help?!!
Christian
Mit freundlichen Gr��en
Christian Schl�ssel
Christian Schl�ssel
Entwicklung
head4projects
Sch�nhauser Allee 188
10119 Berlin
www.head4projects.de
Tel: +49 (0)30 / 44 01 35 43
Mobil: +49 (0)176 / 271 92664
Fax: +49 (0)30 / 44 01 35 59
Email: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]