Re: [Resin-interest] JNDI viewer?

2009-05-14 Thread Emil Ong
On Wed, May 13, 2009 at 06:43:52PM -0700, Jeff Schnitzer wrote: > Is there a JNDI viewer in Resin that will let me see what's in the JNDI tree? > > JBoss has a cool JMX bean that prints out the tree as HTML, which is > very useful for debugging. Hi Jeff, We don't have that right now, but you ask

Re: [Resin-interest] Eclipse Plugin

2009-05-14 Thread Emil Ong
On Wed, May 13, 2009 at 08:22:19PM +0200, Michael Ludwig wrote: > So after a couple of minutes, this error message pops up in a window > labeled "Problem Occurred" and the running and serving Resin is stopped, > maybe because it hasn't reported startup success back to the parent > process. > > I a

[Resin-interest] Custom hessian serialization in Resin

2009-05-14 Thread Jeff Schnitzer
Is there a way to register custom hessian serializers in Resin? Resin4 can't serialize java.net.URL :-( Thanks, Jeff ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

Re: [Resin-interest] Custom hessian serialization in Resin

2009-05-14 Thread Jeff Schnitzer
In addition, we're having problems serializing a byte[]. One additional complication is that if we turn com.caucho.hessian logging to finest, it throws an exception that is not thrown when logging is lower (and not useful, unfortunately): [11:21:06.493] {http--8080-9} WARNING [ErrorPageManager] j

[Resin-interest] Regarding bug 3418, Watchdog Startup Synchronization

2009-05-14 Thread Rob Lockstone
Environment: Resin Pro 3.1.9 (100 Server License) on 64-bit Windows 2003/08 Server with Java 1.5_18. This bug is still present in Resin Pro 3.1.9. I've already updated the bug, but figured I would post here because I don't know how often bugs are rea

Re: [Resin-interest] Regarding bug 3418, Watchdog Startup Synchronization

2009-05-14 Thread Scott Ferguson
On May 14, 2009, at 12:57 PM, Rob Lockstone wrote: > Environment: Resin Pro 3.1.9 (100 Server License) on 64-bit Windows > 2003/08 Server with Java 1.5_18. > > This bug is still present in > Resin Pro 3.1.9. I've already updated the bug, but figured I wou

Re: [Resin-interest] Custom hessian serialization in Resin

2009-05-14 Thread Jeff Schnitzer
Solved the problem of serializing a byte[]... it had nothing to do with the byte[], it was because we are calling overloaded methods. Must call HessianProxyFactory.setOverloadEnabled(true), which we here are now calling the "setBroken(false)" method :-) Still can't deserialize java.net.URL, looks

Re: [Resin-interest] Custom hessian serialization in Resin

2009-05-14 Thread Scott Ferguson
On May 14, 2009, at 11:05 AM, Jeff Schnitzer wrote: > Is there a way to register custom hessian serializers in Resin? > > Resin4 can't serialize java.net.URL :-( Hmm. I refactored that customization for Resin4 and it looks like URL wasn't handled properly. Serializers and deserializers can b

Re: [Resin-interest] Regarding bug 3418, Watchdog Startup Synchronization

2009-05-14 Thread Rob Lockstone
On May 14, 2009, at 14:03, Scott Ferguson wrote: On May 14, 2009, at 12:57 PM, Rob Lockstone wrote: Environment: Resin Pro 3.1.9 (100 Server License) on 64-bit Windows 2003/08 Server with Java 1.5_18. This bug is still present in Resin Pro 3.1.9. I