| Summary: | EDS adminshell - changeVDBConnectionType - always fails | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Len DiMaggio <ldimaggi> |
| Component: | EDS | Assignee: | Default User <jbpapp-maint> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.1.0.ER3 | ||
| Target Milestone: | --- | ||
| Target Release: | 5.1.0.ER5 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-2566 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-01-06 18:45:08 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: | |
Link: Added: This issue Cloned to SOA-2574 Fix was committed to 7.1.x product branch and should be in the ER5 release. Verifed in ER6 build. |
project_key: SOA To recreate: groovy:000> getVDB("Interoperability", 2) ===> Interoperability.2[Weather[Weather/MessageWeather/java:WeatherDS]] groovy:000> changeVDBConnectionType("Interoperability", 2, "ANY") ERROR org.teiid.adminapi.AdminComponentException: Error Code:0 Message:Error Code:0 Message:Failed to convert from String value to java.lang.String type at org.teiid.client.util.ExceptionUtil.convertException (ExceptionUtil.java:72) at org.teiid.net.socket.SocketServerInstanceImpl$RemoteInvocationHandler.invoke (SocketServerInstanceImpl.java:365) at org.teiid.net.socket.SocketServerConnection$1.invoke (SocketServerConnection.java:216) at $Proxy7.changeVDBConnectionType (Unknown Source) at org.teiid.adminapi.AdminFactory$AdminProxy.invoke (AdminFactory.java:76) at $Proxy7.changeVDBConnectionType (Unknown Source) at org.teiid.adminshell.AdminShell.changeVDBConnectionType (AdminShell.java:163) at org.teiid.adminshell.AdminShell$changeVDBConnectionType.callStatic (Unknown Source) at groovysh_evaluate.run (groovysh_evaluate:3)