dev@jaxb.java.net
Re: ActiveSOAP now supports JAXB 2.0
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
In reply to
] [
Next in thread
] [
Replies
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: Ed Mooney <
Ed.Mooney_at_Sun.COM
>
Date
: Tue, 03 May 2005 08:28:05 -0400
The three schemas I grabbed from:
http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=wsn
use URLs for namespaces and result in naming collisions if you try to
compile them in a single xjc invocation. I was able to compile them like
this:
for x in *.xsd;do xjc.sh -host webcache.east -port 8080 $x;done
and compile the bindings like this:
javac `find org -name '*.java'`
-- Ed
Kohsuke Kawaguchi wrote:
> Kohsuke Kawaguchi wrote:
>
>>
http://docs.codehaus.org/display/AWS/2005/04/28/ActiveSOAP+now+supports+JAXB+2.0
>>
>
>
> Would someone be willing to look at adding WS-Notification and see why
> that breaks XJC?
>
>
This message
: [
Message body
]
Next message
:
Kohsuke Kawaguchi: "Re: ActiveSOAP now supports JAXB 2.0"
Previous message
:
Kohsuke Kawaguchi: "Re: ActiveSOAP now supports JAXB 2.0"
In reply to
:
Kohsuke Kawaguchi: "Re: ActiveSOAP now supports JAXB 2.0"
Next in thread
:
Kohsuke Kawaguchi: "Re: ActiveSOAP now supports JAXB 2.0"
Reply
:
Kohsuke Kawaguchi: "Re: ActiveSOAP now supports JAXB 2.0"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]