Search:

Type: Posts; User: mojo85; Keyword(s):

Search: Search took 0.02 seconds.

  1. alright, so 5min after posting this, I figured...

    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...
  2. Hibernate + LocalContainerEntityManagerFactoryBean Issue

    I'm currently using the LocalContainerEntityManagerFactoryBean with a JPA adapter, using Hibernate as the JPA Vendor.

    My setup is as follows:



    <bean id="transactionManager"...
  3. any updates on this issue?

    any updates on this issue?
  4. Replies
    5
    Views
    1,531

    Still no luck. I removed all filters and left it...

    Still no luck. I removed all filters and left it to be the only one, with the same result.
  5. Replies
    5
    Views
    1,531

    But I want lazy loading, I don't want a crap load...

    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...
  6. Replies
    5
    Views
    1,531

    anyone? and possible things i should look at that...

    anyone? and possible things i should look at that may solve this issue? this is blowing my mind...:(
  7. Replies
    5
    Views
    1,531

    OpenSessionInViewInterceptor Nightmare

    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...
  8. Replies
    1
    Views
    1,109

    capturing client's hostname

    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...
  9. Replies
    4
    Views
    993

    onSubmit forwarding

    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...
Results 1 to 9 of 9