Advertisement

06.04.2008 at 10:01AM PDT, ID: 23457467
[x]
Attachment Details

NoClassDefFoundError

Asked by Thlware in J2EE, Java Programming Language, BEA WebLogic Application Server

Tags: Java spring stuts tile, org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tilesConfigurer' defined in ServletContext resource [/WEB-INF/staffWeb-servlet.xml]: Instantiation of bean faile

I have

Web-inf/lib/struts.jar
Web-inf/lib/common-digest.jar

using spring 1.2.3
Weblogic 8.1
java1.4

Any reason I get NoClassDefFoundErrorStart Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
<bean id="tilesConfigurer" class="org.springframework.web.servlet.view.tiles.TilesConfigurer">
        <property name="factoryClass" value="org.apache.struts.tiles.xmlDefinition.I18nFactorySet"/>
        <property name="definitions">
            <list>
                <value>/WEB-INF/tiles-defs.xml</value>
            </list>
        </property>
    </bean>
    <bean id="viewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver">
        <property name="viewClass">
            <value>org.springframework.web.servlet.view.tiles.TilesJstlView</value>
        </property>
    </bean>
 
tiles-def.xml
 
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE tiles-definitions PUBLIC
       "-//Apache Software Foundation//DTD Tiles Configuration 2.0//EN"
       "http://tiles.apache.org/dtds/tiles-config_2_0.dtd">
<definition name="myapp.homepage" template="/portal/prosperity/prosperity_lift.jsp">
  <put-attribute name="title" value="Tiles tutorial homepage" />
  <put-attribute name="header" value="/portal/prosperity/tiles/box1.jsp" />
  <put-attribute name="menu" value="/portal/prosperity/tiles/box2.jsp" />
  <put-attribute name="body" value="/portal/prosperity/tiles/box3.jsp" />
  <put-attribute name="footer" value="/portal/prosperity/tiles/box4.jsp" />
</definition>
[+][-]06.04.2008 at 11:39AM PDT, ID: 21712768

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.04.2008 at 04:01PM PDT, ID: 21714976

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.05.2008 at 01:01AM PDT, ID: 21717138

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.15.2008 at 07:15AM PDT, ID: 21788645

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.16.2008 at 10:01PM PDT, ID: 21799723

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: J2EE, Java Programming Language, BEA WebLogic Application Server
Tags: Java spring stuts tile, org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tilesConfigurer' defined in ServletContext resource [/WEB-INF/staffWeb-servlet.xml]: Instantiation of bean faile
Sign Up Now!
Solution Provided By: Thlware
Participating Experts: 3
Solution Grade: A
 
 
[+][-]06.24.2008 at 01:56AM PDT, ID: 21853571

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628