[jboss-jira] [JBoss JIRA] (AS7-2453) AbstractParser.parseExtension error
SBS JIRA Integration (Updated) (JIRA)
jira-events at lists.jboss.org
Tue Nov 1 13:10:45 EDT 2011
[ https://issues.jboss.org/browse/AS7-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
SBS JIRA Integration updated AS7-2453:
--------------------------------------
Forum Reference: http://community.jboss.org/message/634337#634337 (was: http://community.jboss.org/message/634337#634337)
> AbstractParser.parseExtension error
> -----------------------------------
>
> Key: AS7-2453
> URL: https://issues.jboss.org/browse/AS7-2453
> Project: Application Server 7
> Issue Type: Bug
> Components: JCA
> Affects Versions: 7.1.0.Alpha1
> Reporter: Jesper Pedersen
> Assignee: Stefano Maestri
> Fix For: 7.1.0.Beta1
>
>
> {code}
> ...
> <validation>
> <exception-sorter class-name="org.jboss.jca.adapters.jdbc.extensions.novendor.NullExceptionSorter"/>
> <stale-connection-checker class-name="org.jboss.jca.adapters.jdbc.extensions.novendor.NullStaleConnectionChecker"/>
> <valid-connection-checker class-name="org.jboss.jca.adapters.jdbc.extensions.novendor.NullValidConnectionChecker"/>
> </validation>
> ...
> {code}
> gives
> aused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[121,23]
> Message: Unexpected attribute 'class-name' encountered
> at org.jboss.as.controller.parsing.ParseUtils.unexpectedAttribute(ParseUtils.java:102) [jboss-as-controller-7.1.0.Alpha2-SNAPSHOT.jar:7.1.0.Alpha2-SNAPSHOT]
> at org.jboss.as.controller.parsing.ParseUtils.requireSingleAttribute(ParseUtils.java:352) [jboss-as-controller-7.1.0.Alpha2-SNAPSHOT.jar:7.1.0.Alpha2-SNAPSHOT]
> at org.jboss.as.controller.parsing.ParseUtils.readStringAttributeElement(ParseUtils.java:267) [jboss-as-controller-7.1.0.Alpha2-SNAPSHOT.jar:7.1.0.Alpha2-SNAPSHOT]
> at org.jboss.as.connector.util.AbstractParser.parseExtension(AbstractParser.java:103)
> at org.jboss.as.connector.subsystems.datasources.DsParser.parseValidationSetting(DsParser.java:1022)
> at org.jboss.as.connector.subsystems.datasources.DsParser.parseDataSource(DsParser.java:719)
> at org.jboss.as.connector.subsystems.datasources.DsParser.parseDataSources(DsParser.java:195)
> at org.jboss.as.connector.subsystems.datasources.DsParser.parse(DsParser.java:166)
> at org.jboss.as.connector.subsystems.datasources.DataSourcesExtension$NewDataSourceSubsystemParser.readElement(DataSourcesExtension.java:704)
> ... 14 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list