Advertisement

10.12.2007 at 01:45AM PDT, ID: 22889069
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.2

ear problem - classnotfund when calling service inside

Asked by giulio1979 in Microsoft Development, BEA WebLogic Application Server, J2EE

Tags: , ,

weblogic 9
unix


I am having a problem with packaging my ear file. Weblogic cant find any classes within my ear file.

The structure i have:

ear file:

.
./lib
./lib/jaxen-1.1-beta-9.jar
./lib/commons-logging.jar
./lib/aif-j2ee.jar
./lib/commons-codec.jar
./lib/acfglib.jar
./lib/commons-fileupload.jar
./lib/UIFFormLayout.jar
./lib/velocity-dep-1.4.jar
./lib/commons-httpclient.jar
./lib/jdom.jar
./dfgeif.jar
./fdbackendadapter.war
./META-INF/<manifest>
./META-INF/application.xml





fdbackendadapter.war:

./WEB-INF/lib/<libraries>
./WEB-INF/web.xml
./META-INF/<manifest>





web.xml

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">

<web-app id="WebApp">
   <display-name>
     Client Server
   </display-name>

   <description>
     Client Server
   </description>

<servlet>
    <servlet-name>UServer</servlet-name>
    <servlet-class>bl.u.server.UController</servlet-class>
</servlet>

<servlet-mapping>
    <servlet-name>UServer</servlet-name>
    <url-pattern>*</url-pattern>
</servlet-mapping>


</web-app>




weblogic.xml


<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN" "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">

<weblogic-web-app>
  <!--
    NOTE: If you are deploying the EAR file or the exploded EAR, this tag no
    longer sets the context root.  To specify the context root of the web
    application,  set the <context-root> tag in the META-INF/application.xml
    file of this EAR file instead.
   -->
   <context-root>
   /UServer
   </context-root>
</weblogic-web-app>



application.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN" "http://java.sun.com/dtd/application_1_3.dtd">
<application>
<display-name>BEA_WLS_SAMPLE_ADK</display-name>
<description>This is a J2EE application that contains a sample      connector and Web application for configuring       application views for the adapter.</description>

<module>
      <web id="uif-server">
      <web-uri>fdbackendadapter.war</web-uri>
      <context-root>/UServer</context-root>
      </web>
</module>
</application>Start Free Trial
 
Loading Advertisement...
 
[+][-]10.12.2007 at 02:26PM PDT, ID: 20069318

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.

 
[+][-]10.16.2007 at 01:25AM PDT, ID: 20083847

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: Microsoft Development, BEA WebLogic Application Server, J2EE
Tags: weblogic, 9, ear
Sign Up Now!
Solution Provided By: mbvvsatish
Participating Experts: 3
Solution Grade: A
 
 
[+][-]11.08.2007 at 04:38AM PST, ID: 20240605

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

 
[+][-]11.08.2007 at 07:13AM PST, ID: 20241762

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.

 
[+][-]11.15.2007 at 05:53PM PST, ID: 20295018

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

 
[+][-]11.28.2007 at 04:38PM PST, ID: 20370414

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

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

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