Results 1 to 4 of 4

Thread: Runtime Req. for Spring 1.2.1

Hybrid View

  1. #1
    Join Date
    Oct 2004
    Location
    Rotterdam, Netherlands
    Posts
    90

    Default Runtime Req. for Spring 1.2.1

    I downloaded the current production version 1.2.1 with dependencies. The Release Info states that:

    The Spring Framework requires J2SE 1.3 and J2EE 1.3 (Servlet 2.3, JSP 1.2, JTA 1.0, EJB 2.0). J2SE 1.4 is
    required for building the framework; for the full build including Tiger support, J2SE 5.0 is required.
    J2EE 1.2 (Servlet 2.2, JSP 1.1) is sufficient when not using Spring's JSP tag libraries or the EJB support.
    The RAEDME.txt in the LIB directory states:


    * j2ee/jsp-api.jar
    - JSP API 2.0 (http://java.sun.com/products/jsp)
    - required for building the framework
    - required at runtime when using Spring's JSP support

    * j2ee/servlet-api.jar
    - Servlet API 2.4 (http://java.sun.com/products/servlet)
    - required for building the framework
    - required at runtime when using Spring's web support
    Is there a conflict here? If yes, how can I resolve it?

    I noticed that building classes in the org.springframework.mock package only works when JSP 2.0 and Servlet 2.4 jar's are in the classpath.

    I am deploying on Weblogic 8.1 SP1 that supports JSP 1.2 and Servlet 2.3. Will I run into problems deploying my application on Weblogic 8.1?

    Rgrds, Thomas

  2. #2
    Join Date
    Jun 2005
    Location
    Bad Neuenahr, Germany
    Posts
    7

    Default

    I've had no trouble running the Spring Web MVC samples on WLS 8.1 SP4. Just make sure to build your application using the Servlet 2.3/JSP 1.2 APIs (e.g. by using weblogic.jar at build time).

  3. #3
    Join Date
    Oct 2004
    Location
    Rotterdam, Netherlands
    Posts
    90

    Default

    Then maybe this is a bug in the docu?

  4. #4
    Join Date
    Jun 2005
    Location
    Bad Neuenahr, Germany
    Posts
    7

    Default

    I'd call it an inconsistency. :wink:

Similar Threads

  1. Runtime Configuration Changes
    By hidethebaby in forum Architecture
    Replies: 6
    Last Post: May 9th, 2006, 08:34 AM
  2. Replies: 9
    Last Post: Oct 14th, 2005, 09:38 AM
  3. Injecting runtime constructor-arg properties
    By james.estes in forum Container
    Replies: 4
    Last Post: Oct 5th, 2005, 07:37 AM
  4. Replies: 3
    Last Post: Aug 17th, 2005, 05:44 AM
  5. Replies: 13
    Last Post: Jun 14th, 2005, 06:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •