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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...