Skip to content

Monthly Archives: September 2012

maximum recursion depth exceeded while calling a Python object

have you ever ran into an error that you remember getting before but don’t remember how you fixed it or why it happened? This is my attempt to break that loop for this error. my project was structured as such /gateway.py /gatewayTest.py I had more modules and classes to add so I wanted to make […]

https://www.redhat.com/archives/spacewalk-list/2012-March/msg00076.html http://stackoverflow.com/questions/3703620/using-longblob-in-hibernate The problem seems to be that while you have defined the POJO property file as a byte[], you are mapping it as an `java.sql.Blob’ at Hibernate mapping. is it supposed to be a blob or is it supposed to be a byte and im reading it wrong?