You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2008/09/22 08:43:44 UTC

[jira] Moved: (OEP-6) Publish does not work

     [ https://issues.apache.org/jira/browse/OEP-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Blevins moved OPENEJB-869 to OEP-6:
-----------------------------------------

    Component/s:     (was: eclipse)
            Key: OEP-6  (was: OPENEJB-869)
        Project: OpenEJB Eclipse Plugin  (was: OpenEJB)

> Publish does not work
> ---------------------
>
>                 Key: OEP-6
>                 URL: https://issues.apache.org/jira/browse/OEP-6
>             Project: OpenEJB Eclipse Plugin
>          Issue Type: Bug
>            Reporter: Kaloyan Raev
>            Assignee: Jonathan Gallimore
>            Priority: Critical
>
> It seems that the publish functionality of the OpenEJB server adapter does not work at all. 
> Steps to reproduce:
> 1. Create an EJB 3.0 project targeted on the OpenEJB runtime. 
> 2. Create a Stateless Session bean with a Remote business interface. 
> 3. Create a JUnit test that looks up the bean via the remote business interfaces and tests the business interfaces. 
> 4. Publish the EJB project on the OpenEJB server. 
> 5. Run the JUnit test. It fails with javax.naming.NameNotFoundException: /CalculatorImplRemote does not exist in the system.  Check that the app was successfully deployed.
> 6. Export the EJB project as a JAR. 
> 7. Deploy the JAR manually on the OpenEJB server - using the "openejb.bat deploy" command. 
> 8. Run the JUnit test again from Eclipse. It runs successfully. 
> When I publish ejb modules to OpenEJB in Eclipse, the operation is extremely quickly - there is no delay. Nothing is dumped in the Console. I have the feeling that this feature is not implemented yet. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.