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 228325 - @com.sun.xml.ws.developer.SchemaValidation needs weblogic/wls/modules/glassfish.jaxws.rt_2.0.0.0_2-2-5.jar
Summary: @com.sun.xml.ws.developer.SchemaValidation needs weblogic/wls/modules/glassfi...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-06 02:55 UTC by chase
Modified: 2013-07-19 02:32 UTC (History)
1 user (show)

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 chase 2013-04-06 02:55:41 UTC
To enable schema validation on a JAX-WS endpoint the endpoint class needs to be annotated with @com.sun.xml.ws.developer.SchemaValidation. When targeting GlassFish this annotation will be available with no modification to the classpath. When targeting WebLogic you must manually add weblogic/wls/modules/glassfish.jaxws.rt_2.0.0.0_2-2-5.jar to the classpath.

The WebLogic server libraries should include weblogic/wls/modules/glassfish.jaxws.rt_2.0.0.0_2-2-5.jar to enable schema validation.
Comment 1 Petr Hejl 2013-07-18 12:10:11 UTC
Fixed in web-main 8fdd9cf78cae.
Comment 2 Quality Engineering 2013-07-19 02:32:16 UTC
Integrated into 'main-silver', will be available in build *201307182300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8fdd9cf78cae
User: Petr Hejl <phejl@netbeans.org>
Log: #228325 - @com.sun.xml.ws.developer.SchemaValidation needs weblogic/wls/modules/glassfish.jaxws.rt_2.0.0.0_2-2-5.jar