Bug 1151047
| Summary: | ClassNotFoundException for webservice resource-adapter with ConfigFile config-property | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Data Virtualization 6 | Reporter: | Jan Stastny <jstastny> |
| Component: | Integration | Assignee: | Van Halbert <vhalbert> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.0 | CC: | dlesage, felias, jstastny, vhalbert |
| Target Milestone: | ER5 | Keywords: | QA-Closed |
| Target Release: | 6.1.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
When ConfigFile config-property with webservice resource-adapter was set, an exception occurred when the application was started. This was fixed by upgrading the spring framework to versoi9n 3.2.12 and changing it to use name="javax.ws.rs.api" slot="2.0". As a result, users will no longer encounter this exception.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-10 08:53:25 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jan Stastny
2014-10-09 13:29:00 UTC
We're going to need all the spring framework jars, the module needed to be the following in order to start:
<module xmlns="urn:jboss:module:1.1" name="org.springframework.spring">
<resources>
<resource-root path="spring-beans-3.0.7.RELEASE.jar"/>
<resource-root path="spring-context-3.0.7.RELEASE.jar"/>
<resource-root path="spring-core-3.0.7.RELEASE.jar"/>
<resource-root path="spring-asm-3.0.7.RELEASE.jar"/>
<resource-root path="spring-expression-3.0.7.RELEASE.jar"/>
<resource-root path="spring-aop-3.0.7.RELEASE.jar"/>
<resource-root path="spring-tx-3.0.7.RELEASE.jar"/>
</resources>
<dependencies>
<module name="javax.api"/>
<module name="org.apache.commons.logging"/>
</dependencies>
</module>
Van Halbert <vhalbert> updated the status of jira TEIID-3170 to Reopened TEIID kit will be updated to have the spring framework 3.2.12 version (https://bugzilla.redhat.com/show_bug.cgi?id=1166378) and the ClassNotFoundException will be fixed by changing to use name="javax.ws.rs.api" slot="2.0". Van Halbert <vhalbert> updated the status of jira TEIID-3170 to Resolved Steven Hawkins <shawkins> updated the status of jira TEIID-3170 to Closed |