You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by Rudi Vankeirsbilck <ru...@objectsmith.be> on 2004/05/27 20:58:16 UTC

No manager configured for ENTITY

Hi,

While unmarshalling an .xml file I am getting an exception with 
message: "No manager configured for ENTITY".
Where ENTITY is the root tag in the .xml file. I have looked at the 
configuration.xml file located (and generated by jaxme) in the package 
and it is referring to a ENTITYTypeValidator class in the 
validatorClass attribute of the Manager tag. This class however is not 
generated so I am guessing that a ClassNotFoundError is at the root of 
the "No manager configured for ENTITY" error.

What input from me do you need to point me into the right direction to 
solve this problem?

Thank you,

Rudi.


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org


Re: No manager configured for ENTITY

Posted by Jochen Wiedmann <jo...@freenet.de>.
On Do, 2004-05-27 at 20:58, Rudi Vankeirsbilck wrote:

> While unmarshalling an .xml file I am getting an exception with 
> message: "No manager configured for ENTITY".
> Where ENTITY is the root tag in the .xml file. I have looked at the 
> configuration.xml file located (and generated by jaxme) in the package 
> and it is referring to a ENTITYTypeValidator class in the 
> validatorClass attribute of the Manager tag. This class however is not 
> generated so I am guessing that a ClassNotFoundError is at the root of 
> the "No manager configured for ENTITY" error.
> 
> What input from me do you need to point me into the right direction to 
> solve this problem?

Hi, Rudi,

the most probable reason is that you have a problem with namespaces. In
other words, there is a namespace configured in your schema, but the
same namespace is missing in your XML instance, or vice versa. Likewise,
the namespace might be simply wrong.

If you believe that this is not the case, we'd need the schema and a
sample XML instance.


Jochen


---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org