You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/06/06 23:01:15 UTC

DO NOT REPLY [Bug 51328] StringManager/ResourceBundle parsing error causes webapp deployment to fail on ppc64 gcj

https://issues.apache.org/bugzilla/show_bug.cgi?id=51328

--- Comment #1 from Konstantin Kolinko <kn...@gmail.com> 2011-06-06 21:01:15 UTC ---
What exactly error and stacktrace you are observing?

I do not quite get it where invalid values can come from. It it a real use
case? Why there is no MissingResourceException?


There is try/catch in the StringManager constructor already. Any additional
error handling may go there.


BTW,
1) The proposed patch is wrong (it does not update managers hashtable, it
catches too much - it should not catch Errors) and it does not respect code
formatting.
2) GCJ has known issues and is certainly not recommended for production
environments, as was mentioned several times on the users@ list.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org