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

2012-11-12 Thread Kaj Hejer
On 9. nov. 2012, at 00:46, Paul Cowan 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 resin-interes

[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 (LoginController.ja

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-

[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] HibernateValidator problems when running on Resin

2010-06-27 Thread Kaj Hejer
On 25. juni 2010, at 17.53, Scott Ferguson wrote: > Do you have any idea why the default would be working differently on > Resin? That library code shouldn't be directly dependent on Resin (we > don't provide anything like a TraversableResolver), but it's possible > that some classloader methods

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 creat

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.

[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] TraversableResolver.isReachable() and UnsupportedOperationException in Resin 4.0.6

2010-05-13 Thread Kaj Hejer
On 13. mai 2010, at 18.24, Scott Ferguson wrote: > Thanks! That's definitely a Resin bug. > > http://bugs.caucho.com/view.php?id=4038 Thank you! ;-) Great news! This issue has been giving me headache for a few days now! Is there any hope for getting this bug fixed in 4.0.7? -Kaj :) _

[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 TIA