[jboss-jira] [JBoss JIRA] Closed: (JBDEPLOY-32) Dealing with wildcard schema parsing with deployment class loader
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Tue Apr 8 08:37:54 EDT 2008
[ http://jira.jboss.com/jira/browse/JBDEPLOY-32?page=all ]
Adrian Brock closed JBDEPLOY-32.
--------------------------------
Resolution: Rejected
See the forum thread.
> Dealing with wildcard schema parsing with deployment class loader
> -----------------------------------------------------------------
>
> Key: JBDEPLOY-32
> URL: http://jira.jboss.com/jira/browse/JBDEPLOY-32
> Project: JBoss Deployers
> Issue Type: Feature Request
> Components: classloading
> Affects Versions: JBDEPLOY-2.0.0.Beta12
> Reporter: Scott M Stark
> Fix For: JBDEPLOY-2.0.0.CR1
>
>
> The parsing of a *-beans.xml with a custom schema for a wildcard binding that essentially introduces annotation parsing during the xml parse is failing because the classes are not available to the class loader associated with the deployer. This is the forum thread describing the problem.
> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=131725
> A fragment of the schema is:
> <xsd:element name="policy" type="jbsx:PolicyConfig"/>
> <xsd:complexType name="PolicyConfig">
> <xsd:annotation>
> <xsd:appinfo>
> <jbxb:class impl="org.jboss.security.config.PolicyConfig"/>
> </xsd:appinfo>
> </xsd:annotation>
> <xsd:sequence>
> <xsd:element ref="jbsx:application-policy" maxOccurs="unbounded"/>
> </xsd:sequence>
> </xsd:complexType>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list