-
30. Re: JCA Spec violation using resource-adapter in JBoss 7?
jesper.pedersen Mar 19, 2013 9:02 AM (in response to jleinawe)Thanks for taking the time to test this patch, and providing us with your logs.
-
31. Re: JCA Spec violation using resource-adapter in JBoss 7?
jleinawe Mar 22, 2013 6:23 PM (in response to jesper.pedersen)Hi Jesper,
Some questions/observations:
1. Do you know when the patch you provided, ironjacamar-core-impl.jar, will be available in the nightly snapshots?
2. We haven't tested a lot with JBoss releases prior to 7.1.1 but may in the near future (say JBoss 5). Do you know if this issue exists in prior releases and if so, are patches such has this backported?
3. In one of our test runs, we saw a NPE in the JBoss code when shutting down the JBoss server. See attached server.log and search for "NullPointerException"
4. An observation from one of our developers from looking at our RA tracing. It appears JBoss is still violating the JCA spec by not immediately delisting in response to ConnectionEventListener.connectionClosed. (It's deferring it until just before the commit.).
For #4, our RA is compatable with JBoss so this isn't an open issue for us. Just sharing since some day in the future more validation checks may be added or some other vendor's RA might run into this.
-
server.log.zip 161.3 KB
-
-
32. Re: JCA Spec violation using resource-adapter in JBoss 7?
jesper.pedersen Mar 25, 2013 8:48 AM (in response to jleinawe)1) JBJCA-1009 will be in IronJacamar 1.1.0.Beta5 which is scheduled for inclusion in AS8
2) Patches are available as part of your subscription. Latest EAP is available here http://www.jboss.org/jbossas/downloads
3) I have notified the EJB3 lead about this
4) delistResource will happen dependning on transaction usage, further testing will be done as part of JBJCA-1009
HTH
-
33. Re: JCA Spec violation using resource-adapter in JBoss 7?
jaikiran Mar 25, 2013 9:35 AM (in response to jleinawe)jleinawe wrote:
3. In one of our test runs, we saw a NPE in the JBoss code when shutting down the JBoss server. See attached server.log and search for "NullPointerException"
That's a bug. Can you please file a JIRA for this under the EJB component? I can do it myself but since you are the one who found this out, you might want to have it opened in your name.
-
34. Re: JCA Spec violation using resource-adapter in JBoss 7?
lily.he Apr 23, 2014 3:32 AM (in response to jesper.pedersen)Jesper Pedersen wrote:
1) JBJCA-1009 will be in IronJacamar 1.1.0.Beta5 which is scheduled for inclusion in AS8
2) Patches are available as part of your subscription. Latest EAP is available here http://www.jboss.org/jbossas/downloads
We want the fix available in jboss 7, can you describe in detail how to get and apply the patch? Thanks.
-
35. Re: JCA Spec violation using resource-adapter in JBoss 7?
jesper.pedersen Apr 23, 2014 8:24 AM (in response to lily.he)Use WildFly 8.1.0.CR1+ -- there is no community support for JBossAS 7.x anymore; it is old anyway.
-
36. Re: JCA Spec violation using resource-adapter in JBoss 7?
lily.he Apr 23, 2014 10:59 AM (in response to jleinawe)Jesper,
Thanks for your quick response. Some further questions:
1. Do you think the same issue exist in jboss 6? Is there still community support for jbossAS 6?
2. This issue will affect transactional outbound operations, but not inbound, is that true?
-
37. Re: JCA Spec violation using resource-adapter in JBoss 7?
jesper.pedersen Apr 23, 2014 11:05 AM (in response to lily.he)JBossAS 6.x is even older If you are looking for stability on EE 5 / EE 6 platform buy a JBoss EAP subscription.
Inbound is different, as the MessageEndpointFactory takes care of that - http://www.ironjacamar.org/doc/userguide/1.2/en-US/html/ch01.html#overview_inbound
-
38. Re: JCA Spec violation using resource-adapter in JBoss 7?
smarlow Sep 25, 2014 12:13 PM (in response to jleinawe)Linking two related forum links https://developer.jboss.org/message/905137