[jira] Commented: (WICKET-2232) org.apache.wicket.util.io.SerializableChecker StackOverflow Exception

2009-04-26 Thread Andrew Berman (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702917#action_12702917
 ] 

Andrew Berman commented on WICKET-2232:
---

Juergen, we are on 1.3.5.  Unfortunately I don't really have any time to write 
up a quickstart.  However, we were able to fix the issue.  It was due to an 
AspectJ injected property on one of our domain objects (which are managed by 
Hibernate) not being transient.  I'm not sure why we were getting the 
StackOverflow, but once we made the property transient, the error ceased.  
Nevertheless, I woudln't expect the SerializableChecker to run infinitely even 
if something wasn't serializable.

> org.apache.wicket.util.io.SerializableChecker StackOverflow Exception
> -
>
> Key: WICKET-2232
> URL: https://issues.apache.org/jira/browse/WICKET-2232
> Project: Wicket
>  Issue Type: Bug
>  Components: wicket
>Affects Versions: 1.3.5
> Environment: Linux/Windows, Tomcat 6, Java 6
>Reporter: Andrew Berman
>
> We are running into this error: 
> org.apache.wicket.util.io.SerializableChecker$WicketNotSerializableException: 
> Unable to serialize class: 
> org.springframework.beans.factory.support.DefaultListableBeanFactory
> But the problem is that once that error occurs it displays the Field 
> hierarchy which literally looks like it's running into an infinite loop.  It 
> goes on for miles in the log files.  Eventually it runs into a 
> StackOverflowException or OutOfMemory exception.
> There needs to be a way to limit the hierarchy or something.  It just keeps 
> displaying the same thing over and over and over.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (WICKET-2232) org.apache.wicket.util.io.SerializableChecker StackOverflow Exception

2009-04-21 Thread Andrew Berman (JIRA)
org.apache.wicket.util.io.SerializableChecker StackOverflow Exception
-

 Key: WICKET-2232
 URL: https://issues.apache.org/jira/browse/WICKET-2232
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 1.3.5
 Environment: Linux/Windows, Tomcat 6, Java 6
Reporter: Andrew Berman


We are running into this error: 
org.apache.wicket.util.io.SerializableChecker$WicketNotSerializableException: 
Unable to serialize class: 
org.springframework.beans.factory.support.DefaultListableBeanFactory

But the problem is that once that error occurs it displays the Field hierarchy 
which literally looks like it's running into an infinite loop.  It goes on for 
miles in the log files.  Eventually it runs into a StackOverflowException or 
OutOfMemory exception.

There needs to be a way to limit the hierarchy or something.  It just keeps 
displaying the same thing over and over and over.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (WICKET-1416) WIcket Filter ignoring query parameters on redirect

2008-03-12 Thread Andrew Berman (JIRA)
WIcket Filter ignoring query parameters on redirect
---

 Key: WICKET-1416
 URL: https://issues.apache.org/jira/browse/WICKET-1416
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 1.3.1
Reporter: Andrew Berman


If you do a get on http://yoursite/yourapp?id=3 for the first time, Wicket will 
redirect to the home page and ignore the query params.   The issue is on line 
255 of WicketFilter where it builds the URL.  It neglects to take into account 
the query params.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.