Hi,

I have no experience with proguard, but the symptom fits this.
http://proguard.sourceforge.net/manual/troubleshooting.html#disappearingannotations

Could this be your problem?

Regards,
Iwao

2011/11/25 Sylvain Brejeon <[email protected]>:
> Hi all,
> I'm trying to do some code obfuscation
> usingĀ http://proguard.sourceforge.net/.
> And pretty much all my classes are obfuscated except for a package where all
> the Stripes related classes are (extensions and actionbeans).
> My webapp starts up normally. I don't see any errors in log files etc...
> My extensions seem to work. I've got an interceptor, an actionbeancontext
> and a name resolver for removing .action for url bindings.
> I do have a common ActionBean class where the DefaultHandler resides.
> Without obfuscation everything is setup just fine and works.
> But with it, I see that strange problem where the requests all fall back on
> the DefaultHandler instead of my events in my action beans.
> At this point I have no idea why it behaves like that.
> I would like to know if you guys have experimented something similar or have
> some good pieces of advice.
> Thanks for your help
> Regards
> sbrejeon
>
>
> ------------------------------------------------------------------------------
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> _______________________________________________
> Stripes-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to