[ http://jira.codehaus.org/browse/XFIRE-812?page=comments#action_83124 ] 
            
Mark Alan West commented on XFIRE-812:
--------------------------------------

Comments from Tugudal Grall, Oracle:

"You are both correct, it is a classloader issue, and my guess is you are using 
a OC4J 10.1.3.x release since javax.jws.WebService.portName is signature for 
the JSR 181 annotations that is not available in earliest release.

OracleAS and XFire are not using the same exact release of 181, Oracle is using 
M1 and XFire update 2, so the signature of the @WebService.portname are 
different.

If you are using the XFire client from a Web Application the easiest way to 
solve this issue is to use the classloader option "Search Local Classes First" 
available in the deployment plan when you deploy the application. 

But it looks like you are using it from an EJB, can you confirm? In this case 
you may hit a known issue that we are currently fixing regarding the class 
loader configuration."

I'll update more later... hopefully someone else can save time if I document 
this properly.

> Problem to connect to the webservice from the OC4J Container
> ------------------------------------------------------------
>
>                 Key: XFIRE-812
>                 URL: http://jira.codehaus.org/browse/XFIRE-812
>             Project: XFire
>          Issue Type: Bug
>    Affects Versions: 1.2.3
>            Reporter: Victor Dieu
>         Assigned To: Dan Diephouse
>         Attachments: full.txt, The Error Message.txt
>
>
> I want to access an external webservice. I've generated a webservice proxy by 
> using XFire. Every thing works fine when I run my client as a standalone 
> client. The problem occurs when I deployed my application to the OC4J 
> application server. The deployment works fine, but when a module tried to 
> access the proxy via a stateful session bean (EJB 3.0), it fails.
> I've tried many different ways to make it works without success. Please help 
> me !!!
> The error message is attached to this message.
> Please send me an email if any one have fixed it...
> I'm standing helpless rite now...
> Waiting desperately for your respons,
> Best regards,
> Victor Dieu

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to