You are right, the symptom doesn't fit...sorry.

Another thought.
Do you use @HandlesEvent annotation to declare event name explicitly?
Because if you don't, obfuscation may change the event handler method
name and it would break the event resolution.

Regards,
Iwao

2011/11/25 Sylvain Brejeon <sbrej...@daesim.com>:
> @Janne
> "Why would you obfuscate a web app?"
> the web app will not be installed on our server but rather distributed to
> many companies. and we are in a beta/proof-of-concept/no-contract-yet phase
> where we need to release it to a few "trusted" partners and "trusted"
> beta-test customers and we would like a minimum of protection.
>
> "ensure that none of the critical field names are changed"
>
> I think I asked proguard to keep the ActionBeans and other Stripes classes
> intact. At least the class names are. But if it changed method names that
> would explain a lot indeed. I'll have to check that again. Thanks.
> @Iwao
> I saw the disappearing annotations issue in the troubleshooting section too.
> And I'm using the option. All my requests are falling back on my default
> handler annotated method
> so I think that the annotations are there.
> I'll keep looking
> Thank you both of you
> 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
> Stripes-users@lists.sourceforge.net
> 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
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to