Re: [HAPI-devel] Custom Model Classes

2015-12-23 Thread Davies, Brian
Thank you Ian. It's working with a few rearrangements of the classes. From: Ian Vowles [mailto:ian.vow...@health.qld.gov.au] Sent: Tuesday, December 22, 2015 3:16 PM To: hl7api-devel@lists.sourceforge.net Subject: Re: [HAPI-devel] Custom Model Classes Following up on the example of our

Re: [HAPI-devel] Custom Model Classes

2015-12-22 Thread Ian Vowles
n hapiContext; } } From: Davies, Brian [mailto:brian.dav...@mckesson.com] Sent: Wednesday, 23 December 2015 1:39 AM To: hl7api-devel@lists.sourceforge.net Subject: Re: [HAPI-devel] Custom Model Classes Forgot to include the exception: RDS_R06is called!!! Exception in thread "main&qu

Re: [HAPI-devel] Custom Model Classes

2015-12-22 Thread Davies, Brian
:brian.dav...@mckesson.com] Sent: Tuesday, December 22, 2015 9:36 AM To: hl7api-devel@lists.sourceforge.net Subject: [HAPI-devel] Custom Model Classes Hi All, It seems to me that the custom model classes simply do not recognize the AbstractGroup types even when one tries to forcefully load the grou

[HAPI-devel] Custom Model Classes

2015-12-22 Thread Davies, Brian
Hi All, It seems to me that the custom model classes simply do not recognize the AbstractGroup types even when one tries to forcefully load the group from the custom model. I think Christian is absolutely right that the eventmap is the solution known to work for this issue. The problem for me