[jboss-user] [JCA] - Newbie: ORB Notify Channel Source JCA

Derek Wildstar do-not-reply at jboss.com
Tue May 11 06:31:52 EDT 2010


Derek Wildstar [http://community.jboss.org/people/starblazer74] replied to the discussion

"Newbie: ORB Notify Channel Source JCA"

To view the discussion, visit: http://community.jboss.org/message/542247#542247

--------------------------------------------------------------
Hi Vicky,

I was able to create a JCA Source connector and for the basic it works  :) 
What is happening I guess is much more related on how ORB is creating and handling instances internally.

To be more clear first time I start JBoss with my connector everything works well and I see (as I request it into jacorb properties file) the banner of Jacorb following the initialization of orb instance using ORB.init. See the sample below


2010-05-11 12:06:21,625 ERROR [STDERR] 2010-05-11 12:06:21.625 INFO 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
JacORB V 2.3.1, www.jacorb.org
(C) The JacORB project 27-May-2009
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 


Then I shut down the application that is using the source connector and I restart it. At this point I saw two time the banner printed like the initial instance has not been destroyed correctly.

2010-05-11 12:07:21,364 ERROR [STDERR] 2010-05-11 12:06:21.625 INFO 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
JacORB V 2.3.1, www.jacorb.org
(C) The JacORB project 27-May-2009
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
JacORB V 2.3.1, www.jacorb.org
(C) The JacORB project 27-May-2009
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
I guess that I'm missing some "basic" stuff here... maybe I'm not disposing the orb instance properly.

Regards Claudio

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/542247#542247]

Start a new discussion in JCA at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2098]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100511/ce2b59dc/attachment.html 


More information about the jboss-user mailing list