Re: [HAPI-devel] Generate Message generically in v 1.0.1

2011-05-23 Thread Kamp, Daniel (GE Healthcare)
: [email protected] Subject: Re: [HAPI-devel] Generate Message generically in v 1.0.1 Hi Daniel, Is the issue you are having related to the fact that you can't find "getVersionPackageName(String)" in 1.0.1? If so, that method has moved to the class "DefaultModel

Re: [HAPI-devel] Generate Message generically in v 1.0.1

2011-05-23 Thread James Agnew
Hi Daniel, Is the issue you are having related to the fact that you can't find "getVersionPackageName(String)" in 1.0.1? If so, that method has moved to the class "DefaultModelClassFactory" in 1.0, due to all of the source generation code being moved out of the runtime library. One alternate way

[HAPI-devel] Generate Message generically in v 1.0.1

2011-05-17 Thread Kamp, Daniel (GE Healthcare)
Hello everyone, We have a need to upgrade from version 0.6 to 1.0.1 as we need to have the Message object graph Serializable (to store a Message in a db). The problem we came across is that the way we built our Message object graph in a generic fashion will not work with 1.x. --