[jboss-jira] [JBoss JIRA] Commented: (JBAS-6502) Add testcase about accessing a MC pojo remotely with @JndiBinding

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Thu Apr 2 08:44:22 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBAS-6502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12460243#action_12460243 ] 

Galder Zamarreño commented on JBAS-6502:
----------------------------------------

Note that an MC pojo annotated with @JndiBinding will not allow remote access to the MC pojo.

Instead, it serializes the MC pojo and puts it in JNDI. Retrieving it from JNDI sends the serialized version 
back to the client and hence, any calls are local to the client.

> Add testcase about accessing a MC pojo remotely with @JndiBinding
> -----------------------------------------------------------------
>
>                 Key: JBAS-6502
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6502
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: AOP, Naming, Test Suite
>            Reporter: Galder Zamarreño
>            Assignee: Galder Zamarreño
>             Fix For: JBossAS-6.0.0.Alpha1
>
>
> Out of a support case and with the help of Ales, I created a deployable MC pojo that can be 
> accessed remotely using @JndiBinding. We don't have a testcase like that in the AS testsuite, 
> so I'm creating one.
> It'll on into org.jboss.test.aop.mcjndi package.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the jboss-jira mailing list