Hello,

I have run several times into a Nullpointer-Exception which seemed to be
caused by jonas itself. The reason for this assumption is, that I catch all
exception which occur within my bussiness-method, myself at the end of the
bussiness method, such as

    public String dispatch (String funktion, String xml){
                try {
                        //do some bussiness
                }

        catch (Exception e) {
                //do some error handling and logging
        }

The error which occurs is as follows:

Exception: java.lang.NullPointerException
System exc. => Rollback the transaction.
WARNING: Connection not closed by caller
Force a physical close to avoid reusing it in another transaction
System Exception in business method:java.lang.NullPointerException
Exception: java.lang.NullPointerException
System exc. => Rollback the transaction.
WARNING: Connection not closed by caller
Force a physical close to avoid reusing it in another transaction
System Exception in business method:java.lang.NullPointerException
Exception: java.lang.NullPointerException
System exc. => Rollback the transaction.
WARNING: Connection not closed by caller
Force a physical close to avoid reusing it in another transaction
System Exception in business method:java.lang.NullPointerException
Exception: java.lang.NullPointerException
System exc. => Rollback the transaction.
WARNING: Connection not closed by caller
Force a physical close to avoid reusing it in another transaction
System Exception in business method:java.lang.NullPointerException



Thanks a lot,


Torsten




----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to