5 Replies Latest reply on Apr 27, 2009 4:32 AM by clebert.suconic

    Issues on the JCA Adapter:

    clebert.suconic

      First one: No tests!!!!!!!! We need to add a testsuite. I can think of using the jboss-test framework that will deploy on setup, undeploy on tearDown, and test it under a real server, same way every other project does. We need to allocate time for this.



      As a consequence of that, I have seen a couple of bugs:

      I - clientID is aways ignored.
      II - user and password defined on the ra.xml is aways ignored on inbound.
      III - I have a found one property where the property setter is just ignored.
      Example:

      
      public void setSomething(int value)
      {
       this.property = property; // ignoring the value
      }