alright, so 5min after posting this, I figured this out.
I've basicly forgot to put the dialect in the META-INF/persistence.xml.
But it still boggles my mind, why didn't Jetty or WebSphere...
Type: Posts; User: mojo85; Keyword(s):
alright, so 5min after posting this, I figured this out.
I've basicly forgot to put the dialect in the META-INF/persistence.xml.
But it still boggles my mind, why didn't Jetty or WebSphere...
I'm currently using the LocalContainerEntityManagerFactoryBean with a JPA adapter, using Hibernate as the JPA Vendor.
My setup is as follows:
<bean id="transactionManager"...
any updates on this issue?
Still no luck. I removed all filters and left it to be the only one, with the same result.
But I want lazy loading, I don't want a crap load of associations to be loaded if I use the lazy="false" approach.
In the second approach, its not very good given that somone may change the view...
anyone? and possible things i should look at that may solve this issue? this is blowing my mind...:(
My project setup is basicly Spring MVC + Hibernate.
I am using the OpenSessionInView pattern to overcome the famous LazyInitializationException.
I implemented the interceptor, and I know its...
I'm having trouble capturing the clients hostname.
I'm trying to use the HTTPServletRequest.getRemoteHost() method to capture the clients host name. But I always get the dotted ip format which...
Is it possible to foward from one controller to another controllers onSubmit function?
In a nut shell, I want the onSubmit function for controller X to forward to the onSubmit view of Controller Y...