Heiko wrote:
> i am currently trying to move jbossws to the schema binding based
> marshaller.
> What I encounter is a problem with anonymous type declarations:
>
> Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Global type
> definition is not found: {http://jboss.org/test/ws/jbws718}>PingMsg at
> org.jboss.xb.binding.sunday.MarshallerImpl.marshallInternal(Marshaller
> Im
> pl.java:234) at
> org.jboss.xb.binding.sunday.MarshallerImpl.marshal(MarshallerImpl.java
> :2
> 04)
> at
> org.jboss.ws.jaxb.JAXBMarshallerImpl.marshal(JAXBMarshallerImpl.java:1
> 72
> )
>
> The type has been declared and is registered with the schema binding
> instance. Is this a known problem that has been fixed in subsequent
> versions? It was working with the XercesMarshaller though...
>
> Unfortunatly I can't try head because it's not compatible with jboss
> 4.0.x.
>