[Resin-interest] TraversableResolver.isReachable() and UnsupportedOperationException in Resin 4.0.6

2010-05-13 Thread Kaj Hejer
Hi! I have an application using spring 3, JPA and hibernate-validator which work just fine under jetty but give an UnsupportedOperationException when running under resin 4.0.6. Please see my posting at the springforums for more info: http://forum.springsource.org/showthread.php?t=89175

[Resin-interest] HibernateValidator problems when running on Resin

2010-06-24 Thread Kaj Hejer
Hi! I'm working on an application where HibernateValidator does not work as excpected when running on Resin 4.0.7 but just fine when running on jetty 6.1.22 with mvn jetty:run. We have annotated our domainobjects which we try to validate like f.x. @NotEmpty private String title; In

Re: [Resin-interest] HibernateValidator problems when running on Resin

2010-06-25 Thread Kaj Hejer
On 24. juni 2010, at 10.42, Kaj Hejer wrote: I'm working on an application where HibernateValidator does not work as excpected when running on Resin 4.0.7 but just fine when running on jetty 6.1.22 with mvn jetty:run. Hi! Some more info on this issue. When submiting a form where

Re: [Resin-interest] HibernateValidator problems when running on Resin

2010-06-25 Thread Kaj Hejer
Hi! I think I have found the source of this problem and a solution :) org.hibernate.validator.engine.resolver.DefaultTraversableResolver.isReachable seems to be retruning false for all my properties. When implementing my own TraversableResolver with a isReachable always returning true and

[Resin-interest] Resin 4.0.8: ArrayIndexOutOfBoundsException: 8192 at com.caucho.vfs.i18n.UTF8Writer.write(UTF8Writer.java:136)

2010-07-05 Thread Kaj Hejer
Hi! We get the following stacktrace for one application after upgrading til resin 4.0.8. We can't reproduce this issue on resin 4.0.7 or 4.0.6. [2010-07-05 11:30:05.144] {main} ProResin[id=medark-1] started in 8350ms [2010-07-05 11:30:05.197] {null-1} WebApp[http://.uio.no/xxx] Initializing

Re: [Resin-interest] Resin 4.0.8: ArrayIndexOutOfBoundsException: 8192 at com.caucho.vfs.i18n.UTF8Writer.write(UTF8Writer.java:136)

2010-07-06 Thread Kaj Hejer
On 6. juli 2010, at 18.23, Scott Ferguson wrote: Thanks. I've filed this as http://bugs.caucho.com/view.php?id=4106. Thanks! :) Is this the same problem as in http://bugs.caucho.com/view.php?id=4104 -Kaj :) ___ resin-interest mailing list

[Resin-interest] getParameterValues returnes the parameters twice

2012-11-01 Thread Kaj Hejer
Hi! We have begun seeing that getParameterValues returns each parameter twice. logger.debug(getParameter: + request.getParameter(xxx)); logger.debug(getParameterValues: + Arrays.asList(request.getParameterValues(xxx))); gives DEBUG 21.09.2012 15:35:53:733

Re: [Resin-interest] getParameterValues returnes the parameters twice

2012-11-12 Thread Kaj Hejer
On 9. nov. 2012, at 00:46, Paul Cowan co...@caucho.com wrote: I don't think you received a response to this question. This issue is fixed in 4.0.33, which should be released next week. Great! :) Thanks! -Kaj :) ___ resin-interest mailing list