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 82675 - wsdl validation of soap based URI
Summary: wsdl validation of soap based URI
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Fung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-15 00:45 UTC by kiran_bhumana
Modified: 2007-09-17 21:44 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
jbi project (27.74 KB, application/octet-stream)
2006-08-15 00:45 UTC, kiran_bhumana
Details
bpel project (12.57 KB, application/octet-stream)
2006-08-15 00:46 UTC, kiran_bhumana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kiran_bhumana 2006-08-15 00:45:08 UTC
attachd project when deployed fails with the following error, which is good.
WSDL editor should also catch this in it's validation and fail in building.

Building jar: C:\alaska\delete\Invoke2WayCompApp\dist\Invoke2WayCompApp.zip
run-jbi-deploy:
Retrieving settings from C:\Documents and
Settings\kbhumana\.netbeans\5.5beta2/config/J2EE/InstalledServers/.nbattrs
[deploy-service-assembly]
    Deploying a service assembly...
        host=localhost
        port=4848
        file=C:\alaska\delete\Invoke2WayCompApp/dist/Invoke2WayCompApp.zip
    Deploy service assembly succeeded.
[start-service-assembly]
    Starting a service assembly...
        host=localhost
        port=4848
        name=Invoke2WayCompApp
    Start service assembly failed.  (partial success)
        MESSAGE: (SOAPBC_INIT_1) Failure during init:
java.net.MalformedURLException: unknown protocol: invoke2wayurl
C:\alaska\delete\Invoke2WayCompApp\nbproject\build-impl.xml:209: Service
assembly deployment failed.
Comment 1 kiran_bhumana 2006-08-15 00:45:51 UTC
Created attachment 32919 [details]
jbi project
Comment 2 kiran_bhumana 2006-08-15 00:46:07 UTC
Created attachment 32920 [details]
bpel project
Comment 3 Prashant Ponnala 2006-09-21 01:19:13 UTC
Imported the attached project and when I build I get the following error.  

C:\temp\alaska_projects\Invoke2Way\src\Invoke2Way.wsdl:86: column:6 ERROR: The
<soap:address> element must have a location attribute that is a valid URL.
C:\temp\alaska_projects\Invoke2Way\nbproject\build-impl.xml:152: Found
compilation errors.
BUILD FAILED (total time: 2 seconds)
Comment 4 nrsunil 2006-09-22 15:17:52 UTC
For the following builds 20060921, 20060921_1,
Imported the attached project and performed "Clean and Build project" and I am 
getting the following error : 
Validation has errors on C:\alaska\delete\Invoke2Way\src\Invoke2WayProcess.bpel
Sep 22, 2006 7:04:57 AM 
org.netbeans.modules.bpel.project.anttasks.ValidateBPELProject 
loadAndValidateExistingBusinessProcess
SEVERE: Validation has errors on 
C:\alaska\delete\Invoke2Way\src\Invoke2WayProcess.bpel
Error Message - org/apache/xml/resolver/CatalogManager
Sep 22, 2006 7:04:57 AM 
org.netbeans.modules.bpel.project.anttasks.ValidateBPELProject 
loadAndValidateExistingBusinessProcess
SEVERE: org/apache/xml/resolver/CatalogManager
C:\alaska\delete\Invoke2WayCompApp\nbproject\build-impl.xml:94: The following 
error occurred while executing this line:
C:\alaska\delete\Invoke2Way\nbproject\build-impl.xml:153: Found compilation 
errors.
BUILD FAILED (total time: 0 seconds)
Comment 5 gc140975 2006-09-25 07:30:08 UTC
Verified in the build 060923 and found that bug not fixed ,i am seeing same
error message as reporter hence reopening

[deploy-service-assembly]
    Deploying a service assembly...
        host=localhost
        port=4848
        file=C:\alaska\delete\Invoke2WayCompApp/dist/Invoke2WayCompApp.zip
Successful execution of Deploy
WARNING: (JBIMA1004) The Service Assembly Invoke2WayCompApp was deployed 
successfully.
    * Component: com.sun.httpsoapbc-1.0-2
      ERROR: (SOAPBC_DEPLOY_2) Failed to deploy: java.net.MalformedURLException:
unknown protocol: invoke2wayurl
[start-service-assembly]
    Starting a service assembly...
        host=localhost
        port=4848
        name=Invoke2WayCompApp
run:
BUILD SUCCESSFUL (total time: 52 seconds)
Comment 6 Ritesh Adval 2006-09-25 23:39:22 UTC
This is validation enhancement to check for a valid URI in soap location
and prompt user if it is invalid. 

Comment 7 Ritesh Adval 2007-01-18 21:35:09 UTC
This should be fixed in soap validator in 5.5.1 release.
Comment 8 Jiri Prox 2007-09-17 21:44:44 UTC
Obsolete milestone, please reevaluate