[jboss-jira] [JBoss JIRA] Resolved: (AS7-1024) idle-timeout-minutes and blocking-timeout-millis are stored in xml but aren't recognized when parsing
Stefano Maestri (JIRA)
jira-events at lists.jboss.org
Thu Jun 16 04:08:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stefano Maestri resolved AS7-1024.
----------------------------------
Resolution: Out of Date
Already resolved as part of AS7-998, just waiting for merge in master
https://github.com/maeste/jboss-as/commit/183b126d99e57675cb8592568425a54fba59dbdb#L3R496
> idle-timeout-minutes and blocking-timeout-millis are stored in xml but aren't recognized when parsing
> -----------------------------------------------------------------------------------------------------
>
> Key: AS7-1024
> URL: https://issues.jboss.org/browse/AS7-1024
> Project: Application Server 7
> Issue Type: Bug
> Components: JCA
> Affects Versions: 7.0.0.Beta3
> Reporter: Alexey Loubyansky
> Assignee: Stefano Maestri
>
> These attributes can be set using operation requests and they stored in the xml, but when the server is restarted the parsing fails, e.g.
> 15:12:34,517 ERROR [stderr] Caused by: org.jboss.jca.common.metadata.ParserException: IJ010061: Unexpected element: blocking-timeout-millis
> 15:12:34,517 ERROR [stderr] at org.jboss.jca.common.metadata.ds.DsParser.parseDataSource(DsParser.java:622)
> 15:12:34,517 ERROR [stderr] at org.jboss.jca.common.metadata.ds.DsParser.parseDataSources(DsParser.java:165)
> 15:12:34,518 ERROR [stderr] at org.jboss.jca.common.metadata.ds.DsParser.parse(DsParser.java:118)
> 15:12:34,518 ERROR [stderr] at org.jboss.as.connector.subsystems.datasources.DataSourcesExtension$NewDataSourceSubsystemParser.readElement(DataSourcesExtension.java:652)
> 15:14:11,814 ERROR [stderr] Caused by: org.jboss.jca.common.metadata.ParserException: IJ010061: Unexpected element: idle-timeout-minutes
> 15:14:11,815 ERROR [stderr] at org.jboss.jca.common.metadata.ds.DsParser.parseDataSource(DsParser.java:622)
> 15:14:11,815 ERROR [stderr] at org.jboss.jca.common.metadata.ds.DsParser.parseDataSources(DsParser.java:165)
> 15:14:11,815 ERROR [stderr] at org.jboss.jca.common.metadata.ds.DsParser.parse(DsParser.java:118)
> 15:14:11,815 ERROR [stderr] at org.jboss.as.connector.subsystems.datasources.DataSourcesExtension$NewDataSourceSubsystemParser.readElement(DataSourcesExtension.java:652)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list