Bjoern_G wrote:
> 
> Hopefully I can try it again at a later time. 
> 

I could not let it be, and now it works - yay!

Just a note: I have now put the FooBarAcessObjectStrategy into the package
org.fornax.cartridges.sculptor.generator.util

I copied the getGenericType method from another
FindByXYZAccessObjectStrategy

        public String getGenericType(RepositoryOperation op) {
                return "<" + GenerationHelper.getTypeName(op, false) + ">";
        }

However, GenerationHelper.getTypeName is not public, so it only works if the
FooBarAcessObjectStrategy is in the same package.

Not sure if that is intentional, so I wanted to mention it.
-- 
View this message in context: 
http://www.nabble.com/Problem-with-GenericAccessObjectStrategy-tp17127515s17564p17148385.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fornax-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to