IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Problems using Tamino EJB API with Websphere AS

  • 1.  Problems using Tamino EJB API with Websphere AS

    Posted Mon January 07, 2002 04:42 PM

    I have installed Tamino 3.1.1 and Websphere Application Server 4.0 on our development server and I’m trying to run the first EJB example from the Tamino Documentation.

    I have created a .ear file using the TaminoEjbExampleTelephone.jar file as EJB module, but I cannot generate the deploy code using the Application Assembly Tool. I receive the error: ejb.session.stateful.EJSRemoteStatefulTelephoneRemote is not a valid remote implementation: has no remote interfaces.

    Does the example jar file contain errors or am I deploying the sample incorrectly? Has anyone been able to get this sample working under Websphere Application Server 4.0?


    #webMethods
    #webMethods-Tamino-XML-Server-APIs
    #API-Management


  • 2.  RE: Problems using Tamino EJB API with Websphere AS

    Posted Wed January 09, 2002 11:55 AM

    I have just run the Telephone example successfully, using IBM WebSphere Application Server V4.0 (Advanced Developer Edition for Windows NT).

    To fix your problem I think what you need to do is unzip Telephone.jar from the supplied TaminoEjbExampleTelephone.jar. Then you add the Telephone.jar to your application as an EJB module with the Application Assembly Tool Application Wizard, generate and everything works fine.

    I tried to generate directly using TaminoEjbExampleTelephone.jar, and I get slightly different errors to you:

    ejbModule/ejb/session/stateful/EJSRemoteStatefulTelephoneHome.java(9): ejb.session.stateful.TelephoneHome cannot be resolved or is not a valid superinterface
    ejbModule/ejb/session/stateful/EJSRemoteStatefulTelephoneRemote.java(9): TelephoneRemote cannot be resolved or is not a valid superinterface

    Hope this helps…


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs