Re: Please help with OAS/EJB/JDeveloper
Date: Mon, 18 Sep 2000 20:37:39 -0400
Message-ID: <ssdcjsahge7o7e_at_corp.supernews.com>
Are you certain that you remembered to include the client stubs that were generated for you by the ORB and deploy them with your client application? If deploying into the RDBMS ORB this would have been a jar file named XXXXXX_generated.jar (where XXXXX was the name of your EJB). I haven't done it in OAS, but the procedure must be similar.
"Scott Bortman" <scott_at_csihq.com> wrote in message
news:ss22hhn4ct680_at_corp.supernews.com...
> Hello,
>
> I have successfully deployed an EJB application (the sample located on
> MetaLink) with JDeveloper. My client program can locate the application
on
> OAS but when I try to create an instance of the remote interface, I get
the
> following exception:
>
> java.lang.NoSuchMethodError
> package1.helloRemote package1._stub_helloHome.create()
> void package1.Client.main(java.lang.String[])
> Exception in thread main
>
> Does anybody have a clue what might be the matter?
>
> Vital Stats:
>
> Client:
> OS: NT
> JDK: 1.2.2 (JDeveloper 3.1)
>
> Server:
> OS: Solaris
> JDK: 1.6 (OAS 4.0.8.0)
>
>
>
Received on Tue Sep 19 2000 - 02:37:39 CEST