Issue Details (XML | Word | Printable)

Key: TUSCANY-195
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Unassigned
Reporter: Rick Rineholt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Tuscany

Load time EMF registering of URI to dynamic data object before static types can be registered.

Created: 15/Apr/06 05:08 AM   Updated: 27/Apr/06 03:14 PM
Return to search
Component/s: Java SCA Axis Binding Extension
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Environment: ALL current build

Resolution Date: 27/Apr/06 03:14 PM


 Description  « Hide
The loading of the TypeHelper in ExternalWebServiceBuilder.createExternalWebServiceClient() line: 183 loads into the EMF registry the URI that most likely maps to a static generated type. But this is occuring at load/build time prior to even any statically generated application SDO's are in scope. Or before they can be registered by the application. This mapping is then done to DynamicDataObjects. This results in a class cast exception when the generated interface expects the static types and a DDO is supplied. My very limited understanding of EMF/SDO is that once the mapping is in place that subsequent registering of static types will not have any affect.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
ant elder made changes - 24/Apr/06 08:52 PM
Field Original Value New Value
Priority Critical [ 2 ] Blocker [ 1 ]
Jean-Sebastien Delfino made changes - 27/Apr/06 03:14 PM
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]