This allowed me to use the service with an EJB, but the wsdl is not
auto-generated.  Instead, it gives me an IllegalAccessException.

  Any ideas what's going on?

  Kory

-----Original Message-----
From: Bob Cotton [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 09, 2002 9:23 AM
To: [EMAIL PROTECTED]
Subject: Re: New beta-2 is not working with EJB's


>>>>> "Michael" == Michael K Dean <[EMAIL PROTECTED]> writes:

    Michael> There have been a few messages on this issue but no real
    Michael> response.  I looked into this some yesterday and got
    Michael> bogged down in other issues and did not find anything
    Michael> useful.  But it seems that in the new beta-2 (beta-1 was
    Michael> working) that if you use an EJB as your service provider
    Michael> you get the following error:

Try setting the "className" parameter in the wsdd file to your Remote
Interface of the bean you're trying to expose.

<service provider="java:EJB">
...
   <parameter name="className" value="com.your.remote.interface"/>
</service>

 -Bob

-- 
SynXis Corporation      | [EMAIL PROTECTED]    | Obstacles are those frightful 
1610 Wynkoop, Suite 400 | Ph: (303)595-2511 | things you see when you take
your
Denver, CO  80202       | Fax:(303)534-4257 | eyes off your goal.  -Henry
Ford

Reply via email to