0 Replies Latest reply on Oct 30, 2013 10:51 AM by eraykacar

    what is the reason of “Trying to return an unknown connection2! ” warning message

    eraykacar

       

      I have a question; My eclipse is last Kepler Release. I use JBOSS EAP 6.1, and JPA.

      I have save methods as;

      saveTicket(template, ticketContent); 
      saveValidation(resultCode, template, transactionId, stationName, gateId, side, barcode);

      I use Soap UI and I send an xml file to test if the system is working or not. If I close this methods (saveTicket(), saveValidation()) I do not get any errors or warnings. However, if I use these methods I get warning message as following:

      java.lang.IllegalStateException: Trying to return an unknown connection2! org.jboss.resource.adapter.jdbc.jdk6.WrappedConnectionJDK6

      Actually this warning message does not affect the system, after sending xml file database updated correctly and save methods working but I wonder why I get this warning message.

      Is there anybody who encountered this error before?