[jboss-jira] [JBoss JIRA] Assigned: (JBAS-7782) EJB3 over IIOP on JBOSS5.1.0 GA

Ales Justin (JIRA) jira-events at lists.jboss.org
Thu Mar 4 04:59:10 EST 2010


     [ https://jira.jboss.org/jira/browse/JBAS-7782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ales Justin reassigned JBAS-7782:
---------------------------------

    Assignee: Carlo de Wolf  (was: Ales Justin)


> EJB3 over IIOP on JBOSS5.1.0 GA
> -------------------------------
>
>                 Key: JBAS-7782
>                 URL: https://jira.jboss.org/jira/browse/JBAS-7782
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Deployers, EJB3
>    Affects Versions: JBossAS-5.1.0.GA
>         Environment: JBossAS 5.1.0 GA
> JBoss-6.0.0.20100216-M2
> Windows XP Professional
> SUN jdk1.6.0_16
>            Reporter: e t
>            Assignee: Carlo de Wolf
>         Attachments: HW.java, HWBean.java, HWEJB3.jar, jboss.xml
>
>
> I encourter a problem at EJB3 over IIOP.
> I deploy the EJB module on JBoss 5.1.0 GA,and run the JBoss server by "run.bat -c all". It is succeed to deploy and boot the JBoss server. But I found it is no any relate naming service under JBoss CorbaNaming.It seems that the deployer no bind the EJB3 Bussiness Remote Interface to the Corbanaming service.
> My java code is under:
> EJB3 Bussiness Remote:
> package com.olm.ejb3;
> public interface HW {
> 	public String helloworld();
> }
> EJB3 Bean Implement:
> package com.olm.ejb3;
> @javax.ejb.Remote(HW.class)
> @javax.ejb.Stateless(name="HWBean")
> public class HWBean implements HW{
> 	public String helloworld() {		
> 		return "hello,world";
> 	}
> }
> Deployment Descriptor(jboss.xml):
> <jboss>
>   <enterprise-beans>
>     <session>
>       <ejb-name>HWBean</ejb-name>
>       <configuration-name>Standard Stateless SessionBean</configuration-name>
>       <invoker-bindings>
>            <invoker>
>              <invoker-proxy-binding-name>iiop</invoker-proxy-binding-name>
>            </invoker>
>       </invoker-bindings>
>     </session>
>   </enterprise-beans>
> </jboss>
> what can I do for the next?

-- 
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