> -----Original Message-----
> From: Nathan Hamblen [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, January 12, 2006 11:42 AM
> To: [email protected]
> Subject: [Wicket-user] RE: Project to bridge Wicket to 
> Hibernate: Databinder
> 
> Great, that's just what I'm looking for. You and anyone else, 
> please don't hesitate to e-mail me if you run into problems 
> with the setup instructions (or find some awful bug).
> 

Found something... Not an awful bug, but for your Phone Directory
example, you might want to

mvn package

And then deploy the war to JBoss 4.x and then hit your browser to

http://localhost:8080/directory-1.0-SNAPSHOT/app

When the app loads, you see JBoss (Tomcat) burp with an stack dump
warning you of an internal cloning object error.  If you poke through
the stack dump, you'll notice that DirectoryApplication is throwing a
NotSerializableException.  Haven't looked your source yet, but I suspect
that something in DataApplication isn't serializable.  Jetty 6 doesn't
seem to complain about it, but maybe it's masked by its default logging
level.  Doesn't keep the app from running in JBoss, but something to
look into.

--timothy


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to