hi friends :
i spent some time figuring out xdocs-cmp 
now aboute the reference between a sessionEJB and cmp 
is this the right  way to do the  ref' ? a snippt 

personBean.java (p-cmp.jar) :

@ejb.bean 
        name = person
        local-jndi-name=personBean

        ... all the other tags....
                  
.....class personBean ......

personHandler.java (p-session.jar):

......
@jboss.ejb-ref-jndi 

        ref-name=ejb/personLocal
        jndi-name=personLocal
@ejb.ejb-ref
        
        ejb-name=person
        view-type=local
        ref-name=ejb/personLocal
                 ....
.....class personHandler ....

if it is the right way 
how does jboss knows about the jndi-name personLocal

does run xdocs does it automaticly ?
doesn't it has to be linked somewhere ?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843556#3843556

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843556


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to