Search:

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

Search: Search took 0.02 seconds.

  1. It's my understanding that this error occurs...

    It's my understanding that this error occurs because Spring is trying to use AES-256 encryption, which isn't shipped by default in the JRE:


    ...
  2. One further note: I get the same error...

    One further note:



    I get the same error when attempting to use the filter with 3.0.0. To summarize:

    3.0.0 with no filter - application works correctly
    3.0.0 with...
  3. Bumping this. Some more details: ...

    Bumping this. Some more details:


    <context:component-scan base-package="com.iir.sort" />

    <bean id="exporter"
    class="org.springframework.jmx.export.MBeanExporter"
    lazy-init="false">...
  4. Any ideas? Some other threads suggested...

    Any ideas?

    Some other threads suggested changing FetchType.LAZY to FetchType.EAGER to see what happens. This does seem to work, but I'm a bit perplexed about why FetchType.LAZY would work with...
  5. Hibernate LazyInitializationException - change from Spring 3.0.0 to 3.0.1?

    I'm a bit green with both Spring and Hibernate, so please bear with me.

    We have recently taken over a web app that makes extensive use of Spring and Hibernate, and we have to make a number of...
  6. Replies
    14
    Views
    1,585

    mvc:resources (and some mappings for my...

    mvc:resources (and some mappings for my interceptors so they wouldn't be invoked for static content) worked, although as previously stated, the difference between / and /* for the servlet mapping is...
  7. Replies
    14
    Views
    1,585

    See above. Switching to / worked, although 1) I'm...

    See above. Switching to / worked, although 1) I'm not entirely sure why and 2) I ran into some other issues that I had to deal with because of that, which initially threw me off.



    It was for...
  8. Replies
    14
    Views
    1,585

    FYI, changing the url-pattern in servlet-mapping...

    FYI, changing the url-pattern in servlet-mapping from /* to / seems to have resolved the issue. I had to work around a number of other things (in particular static content), but I think things are...
  9. Replies
    14
    Views
    1,585

    Why isn't the view found? The file...

    Why isn't the view found? The file /WEB-INF/views/home.jsp exists.

    For the heck of it, I tried changing my context root to /. Oddly, it still doesn't work:

    ...
  10. Replies
    14
    Views
    1,585

    Trust you it is what? Look at the mapping...

    Trust you it is what?

    Look at the mapping again:


    <bean class="org.springframework.web.servlet.view.InternalResourceViewResolver">
    <property name="prefix" value="/WEB-INF/views/"/>...
  11. Replies
    14
    Views
    1,585

    ee722, did you ever resolve this? I am having the...

    ee722, did you ever resolve this? I am having the same issue.



    I don't think so. Note that the error is not on /WEB-INF/views/home.jsp, but rather /[context]/WEB-INF/views/home.jsp (context...
Results 1 to 11 of 11