Bugzilla – Bug 6152
Move resource code from ResultResourceBase
Last modified: 2008-06-19 15:38:04
You need to log in before you can comment on or make changes to this bug.
Added resource code should be in <servicename>ResultResource rather than ResultResourceBase. We also need to change the way the resources are referenced from the impl code. line 32 and 80 BlastImpl final <servicename>ResultResourceResource resource; Add import Change way we get resource in context impl <servicename>ResultResourceResource resource = getResourceHome().getAddressedResource();