Bug 779278 (SOA-1667)
| Summary: | jUDDI v3 - RMI broken for Subscription API | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Len DiMaggio <ldimaggi> |
| Component: | jUDDI - within SOA | Assignee: | Nobody <nobody> |
| Status: | CLOSED UPSTREAM | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.0.0 ER4 | CC: | kevin.conner, ldimaggi |
| Target Milestone: | --- | ||
| Target Release: | FUTURE | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-1667 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-02-10 03:14:40 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Len DiMaggio
2009-12-03 20:03:01 UTC
This is now fixed in the JAX-WS spec, and released in the 2.2 API. https://jax-ws.dev.java.net/issues/show_bug.cgi?id=776 Do we know what version of JAX-WS SOA-P is going to ship with? Current version is 2.1.3.2, this is unlikely to change. Is there a workaround? This issue should fix itself when JBossWS moves to the JAX-WS 2.2 API. Then the Holder object will become Serializable. Until then the workaround is to use inVM or JAX-WS Transport. FYI JBossESB is not using the Subscription API at the moment. I think JBossWS is not going to the JAX-WS 2.2 API until JBAS-6. So we'll have to wait till then, it's not going to be fixed for SOA-P 5 jUDDI 3.1 ugraded to use JAX-WS 2.0, which fixed this issue: https://issues.apache.org/jira/browse/JUDDI-252 Note that likely we will only use JAX-WS 2.0 in JBoss AS 6 and up. Test with jUDDI 3.1 update Release Notes Docs Status: Added: Documented as Resolved Issue Writer: Added: dlesage Release Notes Text: Added: https://issues.jboss.org/browse/SOA-1667 The javax.ws.xml.Holder Object was not serializable causing saveSubscription calls to fails. An upgrade to JAX-WS has fixed this issue meaning that this call now works without error. This is fixed, however it depends on the JAX-WS API version used; you will need version 2.2 which ships with AS6 and up. So yes, they will still see the issue then. This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |