Classes on which ur servlet depends is not found in classpath

          i am trying to deploy a servlet in exploded form in weblogic 7.0.Its is deployed correctly but when i call the servlet from a html file i.e. index.html it throws an error http:<Error> <HTTP> <101250>
          stating that the classes on which my servlet class depends is not found in classpath.I have set classpath manually and also created a domain name "ApplicationDomain" and i have put my application "WebApp" in application's directory in the domain
          it throw the folowiing error with exceptions
          <May 28, 2003 12:09:54 PM IST> <Error> <HTTP> <101250> <[ServletContext(id=1642082,name=WebApp,context-path=)]: Servlet
          class myclasses.Gservlet for servlet Gservlet could not be loaded because a class on which it depends was not found in t
          he classpath D:\bea\user_projects\Applicationdomain\applications\WebApp;D:\bea\user_projects\Applicationdomain\applicati
          ons\WebApp\WEB-INF\classes.
          java.lang.NoClassDefFoundError: myclasses/Gservlet (wrong name: Gservlet)>
          <May 28, 2003 12:09:54 PM IST> <Error> <HTTP> <101018> <[ServletContext(id=1642082,name=WebApp,context-path=)] Servlet f
          ailed with ServletException
          javax.servlet.ServletException: [ServletContext(id=1642082,name=WebApp,context-path=)]: Servlet class myclasses.Gservlet
          for servlet Gservlet could not be loaded because a class on
          

Configuration file bc4j.xcfg not found in the classpath.

Similar Messages

  • Servlet Class dependency is not found at weblogic startup.

    I have the following ear file which includes:
    web-inf\lib (contains all the needed utilities jar)
    *ejb.jar
    *webapp.war (The WEB-INF\lib dir inside war file contains all the needed utilities
    jars.
    I get the following BEA-101250 error saying that a servlet could not be loaded
    because a class that it depends on is not in the classpath. But I think I place
    all the needed jars in the startWebLogic.cmd file as well as in the WEB-INF\lib
    of the ear and war files. However, if a classs that a servlet depends on is not
    found, why doesn't weblogic simply tells us what that class is (instead of guessing
    to death)? How can I find which class that the servlet depends on is not found?
    Thanks.
    BEA-101250
    Error: [context]: Servlet class className for servlet svltName could not be loaded
    because a class on which it depends was not found in the classpath classPath.\nt.
    Description
    [context]: Servlet class className for servlet svltName could not be loaded because
    a class on which it depends was not found in the classpath classPath.\nt.
    Cause
    One of the classes the servlet class uses was not recognized by the Web application
    classloader.
    Action
    Make sure the class is available either in WEB-INF/classes or WEB-INF/lib or
    system classpath.

    Hmm, do you perhaps have the prefer web-inf-classes set in weblogic.xml?
    -- Rob
    rock wrote:
    I place all the utilties class in the top level APP-INF/lib. Same error. I installed
    this application on JBoss and everything runs fine. I really don't know what
    classes or jar that weblogic says that a servlet depends on.
    There are only a finite number of places where you can put all the needed jars
    in which that servlet depends:
    1. myapp.ear/APP-INF/lib
    2. myapp.ear/WEB-INF/lib
    3. or put it to a directory in the ear and refer to each jars in the CLASS-PATH
    line of the MANIFEST.MF file.
    4. myweb.war/WEB-INF/lib
    5. EJBs are in myapp.ear top directory
    6. Refer to all the jars in startWebLogic.cmd script as it starts.
    I still don't know what jars I am missing.
    Thanks.
    Rob Woollen <[email protected]> wrote:
    rock wrote:
    Rob,
    I remove all the classpath, but when I deploy the ejb complains thatit missed
    all the needed utilities class. Ok, stop there. If the utilities classes need to be seen by both the
    EJBs and webapp, then placing them in WEB-INF/lib is not enough. That
    makes them available only to the webapp.
    If you're using 8.1, then the solution is pretty simple. Move your
    utility classes into a top-level directory named APP-INF/lib
    ie
    ear/APP-INF/lib/utils.jar
    ear/fooejb.jar
    ear/fooweb.war
    If you're using < 8.1, then you can still move the jars to APP-INF/lib,
    but you'll need to add manifest class-path entries to the EJB and webapp.
    -- Rob
    I again place it on - the ear deploys fine (ejbs
    and war). But the starting servlet could not loaded because it cannotfinds a
    class that it depends on. I think I reference all the classes or jarsthat it
    needs - so I need it to tell me which one. I don't know why weblogicmakes it
    so difficult. It took me a month already and all I need to do is findthe class
    that it complains about.
    Rob Woollen <[email protected]> wrote:
    Yes, it would be nicer if that exception had more information.
    You told the web container the servlet-class in your web.xml. THe
    web
    container tried to load it and got a NoClassDefFoundError.
    Unfortuantely that exception doesn't include much information.
    NoClassDefFoundErrors are caused by something in a parent loader
    depending on something in a child classloader.
    Step #1 is for you to remove everything you've added to the $CLASSPATH.
    If that doesn't solve your problem, post again.
    -- Rob
    rock wrote:
    I have the following ear file which includes:
    web-inf\lib (contains all the needed utilities jar)
    *ejb.jar
    *webapp.war (The WEB-INF\lib dir inside war file contains all the
    needed
    utilities
    jars.
    I get the following BEA-101250 error saying that a servlet could notbe loaded
    because a class that it depends on is not in the classpath. But Ithink I place
    all the needed jars in the startWebLogic.cmd file as well as in theWEB-INF\lib
    of the ear and war files. However, if a classs that a servlet dependson is not
    found, why doesn't weblogic simply tells us what that class is (insteadof guessing
    to death)? How can I find which class that the servlet depends onis not found?
    Thanks.
    BEA-101250
    Error: [context]: Servlet class className for servlet svltName couldnot be loaded
    because a class on which it depends was not found in the classpathclassPath.\nt.
    Description
    [context]: Servlet class className for servlet svltName could notbe loaded because
    a class on which it depends was not found in the classpath classPath.\nt.
    Cause
    One of the classes the servlet class uses was not recognized by theWeb application
    classloader.
    Action
    Make sure the class is available either in WEB-INF/classes or WEB-INF/libor
    system classpath.

  • Import javax.servlet.* package not found

    hai i am pradeep i am using java 1.5 and tomcat 5.5 version when i just include import javax.servlet.* in simple hellow word program and compile it shows error
    import javax.servlet.* package not found
    i set my class path to as
    E:\set path="D:\Program Files\Java\jdk1.5.0_04\bin" and compile this it pops a message please help me i am using winxp os
    by
    pradeep sreedharan

    you are not setting the classpath but the path, and they should both be written in capitals, PATH and CLASSPATH.
    The classpath contains directories and jar files that contain the classes that need to be "visible" to your applications. The servlet classes are part of the file servlet-api.jar, which you can find in your tomcat directory, more specifically the common/lib sub directory.
    I would expect your classpath to look something like this:
    .;d:\program files\tomcat\common\lib\servlet-api.jar
    You may also want to add the directory in which you are storing your projects, I don't know how you are building your applications.
    You seem to be very new to this, so I would suggest you give this a read:
    http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html

  • 'Item dependency "CURRENT_YEAR" not found in the EUL' error after 4i to 10g

    Hi All,
    I have successfully completed a Discoverer 4i to 10g (10.1.2.48.18) upgrade. There is only one EUL (EUL_US) and it has been upgraded to version 5.1.1. All the Workbooks are saved to the File System. However, during testing some of the Workbooks error when I try to open them in 10g - they still open successfully in 4i.
    <Dialog Box> Item dependency "CURRENT_YEAR" not found in the EUL
    <Dialog Box> Attempt to open Workbook failed
    CURRENT_YEAR is a function of custom Package RESEARCH.UDEF which is valid both at a database level and at a Discoverer Admin 10g Register PL/SQL Functions level.
    I tried deleting the Function "CURRENT_YEAR" from the 10g Admin Edition Tools -> Register PL/SQL Functions and then importing it again. I received the same Dependency error.
    Now the really bizarre thing.....
    The Workbook (2MG.DIS) has 2 Worksheets that both have Calculations that reference function CURRENT_YEAR. If I open the Workbook in Discoverer 4i, delete one Worksheet and save as 2MGb.DIS, then reopen the original and save the other Worksheet only as 2MGc.DIS. Both the individual Worksheets open in Discoverer 10g but the combined Workbook still gives the Dependency error. Weird huh?
    Any ideas help appreciated as I'm pulling my hair out here (and I need what I've got leftl!).
    Kind Regards,
    Gary.

    Hi all,
    The answer was really quite simple but it was what I hadn't included in my post that would have made it impossible for you to help.
    I hadn't mentioned that I was initially upgrading from 3i and it all seemed successful. I however was trying to open the Workbooks that had been created in Discoverer 3i directly in Discoverer 10g. That would explain the "bizarre" feature as I detailed in the post. As soon as I save the Workbook in 4i then I can open without issues in Discoverer 10g.
    Thanks for viewing my post and for your response Gianluca.
    Kind Regards,
    Gary.

  • Employee example:... resource [employee/servlet/NewEmployee.jsp] not found

    Hi,
    i installed an erp system 6.0 on windows server 2008. then i installed the netweaver developer studio on my local computer. i tried the example from the book: java-programmierung  mit dem sap web application server (dont know the english title)
    well, i deployd the example and wanted to see the jsp with the url: http://<servername>:<port>/employee/view
    this does not work, i get the following error:
    The request cannot be processed.
      Details:      
      com.sap.engine.services.servlets_jsp.server.exceptions.ServletNotFoundException: Requested resource [employee/servlet/NewEmployee.jsp] not found.
    Then i tried the url: http://<server>:<port>/employee/NewEmployee.jsp,  got following error:
    Application error occurred during the request procession.
      Details:      
      com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException:
      Error compiling [/NewEmployee.jsp] of alias [employee] of J2EE application [sap.com/EmployeeEar].
    so i think theres something wrong with my jsp. but i dont see it.
    here is my jsp:
    <%@ page language="java" %>
    <html>
    <body style="font-family:Arial;" bgcolor="D2D8E1">
    <%@ page import="javax.naming.*" %>
    <%@ page import="javax.ejb.*" %>
    <%@ page import="com.sap.demo.*" %>
    <%@ page import="java.util.*" %>
    <h2>
    Register New Employee
    </h2>
    <form action="NewEmployee.jsp" method="POST" name="NewEmployee">
    <table border=0 align=center>
    <tr>
    <td width="220">First name: <td>
    <input type="text" name="firstname" value="" size="20">
    <tr>
    <td width="220">Last name: <td>
    <input type="text" name="lastname" value="" size="20">
    <tr>
    <td width="220">Department: <td>
         <select name="department">
         <option value="DEVELOPMENT">Development</option>
         <option value="TRAINING">Training</option>
         <option value="MANAGEMENT">Management</option>
         <option value="ARCHITECTURE">Architecture</option>
         </select>
    <tr>
    <td><td><br><input type="submit" value="Create" name="create">
    </table>
    <br>
    </form>
    <%
    String lName = request.getParameter("lastname");
    String fName = request.getParameter("firstname");
    String eDepartment = request.getParameter("department");
    if(lName == null || fName == null || lName.length() == 0 || fName.length() == 0)
    return;
    try{
    Context jndiContext = new InitialContext();
    Object ref = jndiContext.lookup("java:comp/env/ejb/EmployeeService");
    javax.rmi.PortableRemoteObject.narrow(ref, EmployeeServicesHome.class);
    EmployeeServicesHome empHome = (EmployeeServicesHome) ref;
    EmployeeServices empSession = empHome.create();
    long empId = empSession.registerEmployee(fName, lName, eDepartment);
    if(empId == 0)
    out.println("<H3> Failed! </H3>");
    else
    out.println("<H3> Success! </H3>");
    catch (Exception e) {
         out.println("<H3>"e.toString()"</H3>");
         e.printStrackTrace(System.out);
         return;
    %>
    </body>
    </html>
    if you see the reason or if you have andy idea why it doesnt work, please help me
    thank you

    Is it exactly how you have written ?
    out.println("
    "e.toString()"
    You can read it as:
    out.println(""e.toString()"");
    I do not think it is correct
    replace it either with
    out.println(""e.toString()"");
    OR
    out.println(e.toString());

  • "Java Class not found in classpath" Error in DESIGNER

    Hello All,
    I'm trying to connect in Designer using a JDBC connection to MS SQL Server 2008.  As per the instructions, I updated my jdbc.sbo file with the path to the existing two JAR files.  However, I still get the following error when I try and connect in Designer:  "Java Class not found in classpath : C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\jdbc\Drivers\sqlsrv".  Of course, this error includes the drive path with the location to my JAR files.  Any help in resolving this nagging issue is very GREATLY appreciated.  Also, if anyone needs it I can post a copy of the jdbc.sbo file to this thread.
    Thank you,
    Pankaj

    Stratos,
    Your suggestion didn't help.  I tried to connect after restarting my machine and I still get the error.  And, I've also tried adding a connection to MS SQL Server 2005 using this JDBC driver, and that didn't help either.  Any other suggestions?  Would it help to see my "jdbc.sbo" file?  Thanks again for your and everyone else's help, and I look forward to your reply.
    Regards,
    Pankaj

  • Error: The channel class 'mx.messaging.channels.AMFChannel' specified was not found

    Hi guys. I'm stuck with the class not found error trying to use remote objects with BlazeDS. I'm building the application using flex sdk 3, Ant flexTasks.jar (without FlexBuilder) and Tomcat 5.5.17. The result after clicking on the Remote service button is a window with the following error message: <br />[MessagingError message='The channel class 'mx.messaging.channels.AMFChannel' specified was not found.']<br /><br />In my code, I have in main.mxml:<br /><?xml version="1.0" encoding="utf-8"?><br /><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"layout="vertical"><br /><mx:Script>..CDATA[import mx.controls.Alert;..</mx:Script><br /><mx:RemoteObject id="remObj" destination="product" result="Alert.show(event.result.toString());" fault="Alert.show(event.fault.faultString);"/><br /><mx:Button id="remoteService" label="Remote Service" click="remObj.getResults('MyName');"/><br /></mx:Application><br /><br />In remoting-config.xml:<br /><?xml version="1.0" encoding="UTF-8"?><br /><service id="remoting-service" class="flex.messaging.services.RemotingService"><br />    <adapters><br />        <adapter-definition id="java-object" class="flex.messaging.services.remoting.adapters.JavaAdapter" default="true"/><br />    </adapters><br />    <default-channels><br />        <channel ref="my-amf"/><br />    </default-channels><br />     <destination id="product" channels="my-amf"><br />         <properties><br />           <source>flex.example.ProductService</source><br />             <scope>application</scope><br />         </properties><br />         <adapter ref="java-object"/><br />     </destination><br /></service><br /><br />In java:<br />package flex.examples.ProductService;<br />public class ProductService{     <br />public String getResults(String name)<br />{<br />     String result = null;<br />     result = "Hi " + name + ", this is a service and the time now is : " + new Date();<br />     return result;<br />     }<br />}<br /><br />The services-config.xml is a standard like delivered within blazeds.war.<br /><br />My guess is that something is wrong is with the compilation. My Ant compile task looks like:<br /> <target name="compile_flex_examples"><br />     <mxmlc file="${param1}" keep-generated-actionscript="true"<br />           context-root="${app.name}"  <br />         services="${webinf}/flex/services-config.xml"><br />                   <compiler.library-path dir="${FLEX_HOME}/frameworks" <br />                 append="true"><br />                         <include name="${webinf}/lib/" /><br />                   </compiler.library-path><br />                   <compiler.library-path dir="${FLEX_HOME}/frameworks"       <br />                 append="true"><br />                        <include name="libs/flex.swc" /><br />                      <include name="libs/rpc.swc" /><br />                      <include name="libs/utilities.swc" /><br />                      <include name="libs/fds.swc" /><br />                   </compiler.library-path><br />         <load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/><br />         <source-path path-element="${FLEX_HOME}/frameworks"/><br />     </mxmlc><br /> </target><br /><br />Any idea why Flex can not find the mx.messaging.channels.AMFChannel class? Any hint very appeciated.<br /><br />Thanks in advance.<br /><br />Devus

    Did you have figure out the problem to this?
    I am getting the same error message. I had two interdependant applications that were working fine when I specify a service-config.xml file at compire time. However when I try to dynamiclly configure the services at runtime, one application works, but the other doesn't. I'm not sure why mx.messaging.channels.AMFChannel is available in the one app, but not the other.
    Any pointers???

  • MacPorts 4.6 on Lion - dependency libiconv not found?

    I'm running OS X 10.7.3 and have successfully installed xtool 4.6 and the command line utilities for it. I have a local repository established, yet when I run this command: sudo ports install xdotool, the port is found, but I see this:
    sudo port install xdotool
    --->  Computing dependencies for xdotool
    Error: Dependency 'libiconv' not found.
    Error: Status 1 encountered during processing.
    yet when I look in /usr/lib, I see this:
    ls -l /usr/lib/libiconv*
    lrwxr-xr-x  1 root  wheel       16 Feb 21  2012 /usr/lib/libiconv.2.4.0.dylib -> libiconv.2.dylib
    -r-xr-xr-x  1 root  wheel  2105216 Feb 21  2012 /usr/lib/libiconv.2.dylib
    lrwxr-xr-x  1 root  wheel       20 Feb 21  2012 /usr/lib/libiconv.dylib -> libiconv.2.4.0.dylib
    I've seen posts that people have broken terminal and other packages by removing and reinstalling libiconv. What is the correct way to resolve the missing dependency, without breaking other installed packages?
    Thanks.

    MacPorts maintains its own libraries in /opt. You'll have to ask MacPorts why it doesn't install this dependency or use system libraries.

  • 'com/ibm/as400/access/AS400' not found in classpath

    I followed IM installation Notes for OS/400 and ran into this error.
    Resource adapter class 'com.waveset.adapter.OS400ResourceAdapter' dependent class 'com/ibm/as400/access/AS400' not found in classpath
    Can anybody help me configuring this adapter?
    Thanks.

    I followed IM installation Notes for OS/400 and ran into this error.
    Resource adapter class 'com.waveset.adapter.OS400ResourceAdapter' dependent class 'com/ibm/as400/access/AS400' not found in classpath
    Can anybody help me configuring this adapter?
    Thanks.

  • Proxy servlet returns "page not found"

    I want all request ending with "/PPO" will be proxy to "http://www.yahoo.com".
              Explanation:
              Our application is deployed on:
              C:\bea\user_projects\rci_domain\applications\rdas
              "rdas" is an applications context, we access our application using:
              http://localhost:7001/rdas/LoginDev.jsp
              I want the following request should be proxied to another server.
              http://localhost:7001/rdas/PPO (request for "PPO")
              Should Proxy to: http://www.yahoo.com
              I tried to simulate the same type of scenario. Following is a part from my web.xml file.
              <servlet>
                   <servlet-name>ProxyServlet</servlet-name>
                   <servlet-class>weblogic.servlet.proxy.HttpProxyServlet
                   </servlet-class>
                   <init-param>
                        <param-name>redirectURL</param-name>
                        <param-value>http://www.yahoo.com</param-value>
                   </init-param>
              </servlet>
              <servlet-mapping>
                   <servlet-name>ProxyServlet</servlet-name>
                   <url-pattern>/PPO</url-pattern>
              </servlet-mapping>
              Problem:
              It is taking me to yahoo.com, but with "Page Not Found" content. I don’t know why it is showing the yahoo.com page with "Page not found". For example you will see the same page what I am seeing using HTTPProxyServlet, if you try the following:
              http://www.yahoo.com/rdas/PPO
              or
              http://www.yahoo.com/blabla
              Note: I can not define "context-root" set to "/" parameter in weblogic.xml file, because our application is accessed using "/rdas". All request must have /rdas as well.
              I don’t know what I am missing here. Your solution/suggestions are really important. Your earliest reply is really grateful.
              Thanks
              Farhan

    As Peter says, it might be a bug. I did another test. Selected the URL from my IDD, opened the Hyperlink panel, clicked on Create New Hyperlink and this is what I get: http://www.projectorcentral.com/paint_perfect_screen_%24100.htm. So ID is changing "$" to "%24". But, when I click on Go To Destination, still takes me to the website! I'm on a PC with CS6 8.0.1 and using Google Chrome.
    Did a second test just for fun: without selecting the URL in the ID, I went to Type/Hyperlinks & Cross-References/Convert URLs to Hyperlinks and ID creates two Hyperlinks: http://www.projectorcentral.com/paint_perfect_screen_ and a separate: 100.htm. So, ID splits the Hyperlink right at "$". So definitely ID doesn't like the "$".

  • Configuration file /dbentities/common/bc4j.xcfg is not found in classpath

    Hello,
    I used database data control and drag & dropped onto the page.If I clean and build & then run its fetching the data but if run project without build then I get the following exception.
    Configuration file /dbentities/common/bc4j.xcfg is not found in the classpath.
    Error     
    java.lang.NullPointerException
    <MDSBackingStore> <obtainMetadataObject> Exception while getting mutable object
    oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/DbEntities/common/bc4j.xcfg"
    I used depreceted method for getting BindingContainer as follows
    *public BindingContainer getBindings() {*
    FacesContext fc = FacesContext.getCurrentInstance();
    Application app = fc.getApplication();
    *ValueBinding vb = app.createValueBinding("#{bindings}");*
    *return (BindingContainer)vb.getValue(fc);*
    Edited by: 925410 on Jul 2, 2012 10:36 PM

    Hi,
    Open your application module ->configuration then click on the link of bc4j.xcfx
    when it is open check the path of your bc4j file which will be show on the title bar when u open the bc4j.xcfx file.
    match that path and your error path sourly it will not be match .Now open your project from program file ond copy the bc4j.xcfx and past it here(..../dbentities/common/bc4j.xcfg (at same path where it showed in error )) now again reopen your project then do clean and build all after that your problem will b solved.But carefully the path will have to same as show in your log.

  • Hibernate+10gAS: hibernate.cfg.xml not found in classpath

    Hi
    We are using Hibernate. It requieres a configuration file (hibernate.cfg.xml) to be present
    somewhere in the classpath. That works when running the application in the IDE (JDeveloper
    10g), keeping the file in the WEBINF directory. However, when we deploy the application in 10g
    App Server, the file is not found. We have tried storing it everywhere in the class path, but
    no mather were we put it, it is not found.
    Any clues?
    TIA,
    Brian

    try asking this on the OC4J forum:
    OC4J

  • Class com.collaxa.cube.xml.dom.CubeDOMText  not found

    I am migrating application from 10.1.2 to SOA Suite 10.1.3. I had an issue with the captioned class when I try to compile using JDeveloper 10.1.3.1 or 10.1.3.2. Not sure which jar this class belongs to. Tried searching using jarscan but I couldn't find. Any body encountered this problem in migration?

    ??? Anybody who used this class and migrated from 10.1.2 to 10.1.3 could you respond please???

  • Depending libraries not found

    Hello,
    JDev: 11.1.1.4.0
    WLS: 10.1.3.4
    OS: Windows 7
    In our Application we have multiple projects : 1 model, 1 ViewController (for the base application), x ViewController projects for the different taskflows.
    We want to be able to deploy all projects seperately, to allow for easy patching of the application.
    To test this, I created another application with just a model and 1 viewcontroller project (standard ADF Application Template).
    I created an ADF Jar for the model and deployed it to the integrated WLS.
    I created an EAR for the ViewController, which doesn't include the JAR nor the classes of the model, and also deployed it to the integrated WLS.
    Supprise : My app doesn't find the configuration file /model/common/bc4j.xcfg. This file is presented in the JAR (verified).
    I'm pretty sure that the link between the ear file and the jar file is gone.
    So I started creating a METAINF.MF file for the JAR with the content:
    Manifest-Version: 1.0
    Created-By: Filip Huysmans
    Implementation-Title: aModel Shared Library
    Extension-Name: aModel
    Specification-Version: 1.0.0
    Implementation-Version: 1.0.0
    Implementation-Vendor: HuysmansI added a weblogic-application.xml file to the ViewController project with the content:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                          xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-application http://www.bea.com/ns/weblogic/weblogic-application/1.0/weblogic-application.xsd"
                          xmlns="http://www.bea.com/ns/weblogic/weblogic-application">
      <library-ref>
        <library-name>aModel</library-name>
        <exact-match>false</exact-match>
      </library-ref>
    </weblogic-application>But even then, I got the same result.
    Adding to that, in the WLS console, on the Overview tab of my shared library (JAR), I don't see my ViewController application as being an application that references this library (table at the end of the page).
    What do I do wrong?
    Is there any good guide (with examples) on how to do this?
    Thank you in advance.
    Filip Huysmans.

    Thank you both for your explanations and help!
    @igor:
    I run the script from NB, I have't installed ant separatly to run in from the console
    1) Can I enable the debug option in NB, too? I haven't found a possibility to edit ant options there.
    2) How can I execute the fx:jar alone?
    I think I haven't quite understand yet how my changes in build.xml interact with build-impl.xml and jfx-impl.xml and where I have to put the fx:jar.
    Do I have to create a new target in build.xml and insert it there? I don't think so, because all the other preperations from the xml's weren't done in this case.
    Do I have to overwrite the -do-jar-with-manifest target and insert it there?
    Or put it just under the project-tag in build.xml and it is connected automatically with the building process from the xml's?
    I made a minimal Test-project: A new JavaFX-Project with one external jar (log4j). After building without changes I had the same error as above :-(
    Here is the log from netbeans after running the target "jar":
    init:
    Deleting: \NetBeansProjects\Test\build\built-jar.properties
    deps-jar:
    Updating property file: \NetBeansProjects\Test\build\built-jar.properties
    compile:
    Building jar: \NetBeansProjects\Test\dist\Test.jar
    Copy libraries to \NetBeansProjects\Test\dist\lib.
    Building jar: \NetBeansProjects\Test\dist\Test.jar
    Detected JavaFX Ant API version 1.1
    Deleting: \NetBeansProjects\Test\dist\Test.jar
    Deleting: \NetBeansProjects\Test\dist\lib\Test.jar
    Deleting: \NetBeansProjects\Test\dist\README.TXT
    Skip jar copy to itself: Test.jar
    Skip jar copy to itself: lib/log4j-1.2.16.jar
    jfx-deployment:
    jar:
    BUILD SUCCESSFUL (total time: 1 second)Why is the "Building jar"-section twice? And where does it come from, I haven't found this logging in the xml's? Why is the Test.jar deleted after building? Im am confused...
    @jsmith:
    I hope that it will run with NB, but otherwise I will try your solution with the javafxpackager - thanks!

  • Dependent table not found

    I have just installed XE 2.1 and cannot find the dependent table. How do I find the correct version of the database?
    Edited by: user10192822 on Aug 20, 2010 3:40 PM

    user10192822 wrote:
    I have just installed XE 2.1 and cannot find the dependent table. How do I find the correct version of the database?
    Edited by: user10192822 on Aug 20, 2010 3:40 PMselect version from v$database;

Maybe you are looking for