This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 160487 - WSDL Exception when deploying Composite App to remote Glassfish server
Summary: WSDL Exception when deploying Composite App to remote Glassfish server
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-17 17:41 UTC by pik00
Modified: 2009-03-17 20:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pik00 2009-03-17 17:41:35 UTC
I have a JBI project which works fine, when running on my local Glassfish server. However, when I try to deploy to a remote Glassfish server using the web 
interface, it fails to find one of the WSDL files from the POJO sub project:

javax.wsdl.WSDLException: WSDLException (at /definitions/import): faultCode=OTHER_ERROR: Unable to resolve imported document at 
'/Users/andrew/Project/EFM/EFMPipeline/src/com/freightgate/efmpipeline/XML2EFMProcessor.wsdl', relative to 'file
:/opt/SDK/domains/domain1/jbi/service-assemblies/IMAPEFMJbi/IMAPEFMJbi-sun-email-binding/sun-email-
binding/IMAPBPEL/XML2EFMProcessorWrapper.wsdl': java.io.FileNotFoundException: This file was not found: file:/Users/andrew/Project/EFM/EFMPip
eline/src/com/freightgate/efmpipeline/XML2EFMProcessor.wsdl

It appears that the WSDL path is being stored absolute instead of relative.

Attached is a zip of the projects involved.
Comment 1 Jun Qian 2009-03-17 20:30:34 UTC
Please attach your project. Thanks.