Hi Krishnakumar,
I probably did not understand your question. Do you want to bind a
static InteractionSpec to JNDI so that it could be reused by application
components?
Usually InteractionSpec is used to provide more information for an
Interaction with an EIS.
> 15.6.2 of the Connectors 1.5 specification: InteractionSpec : "A
> javax.resource.cci.InteractionSpec holds properties for driving an
> Interaction with an EIS instance. An InteractionSpec uses an
> Interaction to execute the specified function on an underlying EIS."
Please refer to
http://java.sun.com/developer/technicalArticles/J2EE/connectorclient/index.html
for more information on using InteractionSpec in CCI.
Thanks
--Siva.
Krishnakumar B wrote:
> Hi,
>
> I am trying to deploy a RA in geronimo that uses CCI. I have
> implemented InteractionSpec related interfaces. I need to register
> this in JNDI so that i can lookup like this. ( InteractionSpec ispec
> = (InteractionSpec) context.lookup("ra/TestInteractionSpec")
>
> Can administered objects be used to register InteractionSpec? Is there
> an example available that i can refer to ?
>
> Regards
> Krishnakumar
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_genericjmsra.dev.java.net
> For additional commands, e-mail: users-help_at_genericjmsra.dev.java.net
>