[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Issues on the JCA Adapter:
clebert.suconic@jboss.com
do-not-reply at jboss.com
Fri Apr 24 05:51:19 EDT 2009
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
| }
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226556#4226556
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226556
More information about the jboss-dev-forums
mailing list