SaxParser.setProperty without a XSD file reference!

Hi!
I currently make modifications to existing code that find errors in XML documents. The author is using the SAX (Simple API for XML) parser. In the code, following is written:
public void process(String xmlString, String msgType) throws Exception
String schemaLocation;
schemaLocation=Constants.XSD+msgType+".xsd";
parser.setProperty("http://apache.org/xml/properties/schema/external- schemaLocation", schemaLocation);
parser.parse(new InputSource(new StringReader(xmlString)));
if (this.errors != null)
throw new ValidationException(this.errors,"Schema violation(s) occured.");
} // public void process(String, String)
With the setProperty method, the SAXParser sets a relation between the string and the object schemaLocation, which is another string. I a guess that this information is used to access the file, as the value of this variable is
schemaLocation = "http://<IP Address>/ezoll/V01 file:///D:\\workspace\\ecs\\WebContent\\ezollat\\schemas
" + <msgType that defines the file name> + ".XSD"
QUESTION:
My problem is that the XSD file that contains the rules for the XML file is a special kind of file that should be read in only once so that access time is reduced. How is it possible to modify this such that instead of accessing over setProperty a file, some other Object that is in the memory cache should be used?
If you do not have a direct answer to the problem, which documentation would you advise to read? I have currently access to http://xerces.apache.org/xerces2-j/javadocs/xerces2/org/apache/xerces/parsers/SAXParser.html.
I know that reading all the file in the memory is somehow "violating" the idea of SAX; it's more DOM-like. But that is the requirement from my customer.
Thank you all for your support!

Thank you for the hint! I have found plenty of information online about the EntityResolver interface and classes that implement it from different vendors. I think that it will solve my problem.

Similar Messages

  • SAXParser unable to read xsd file to verify xml files :(

    I have an xsd file which the SAXParser is to parse and use it to validate some xml files.
    I used the setEntityResolver and parse methods of the SAXParser and a custom class called MyEntityResolver. But errors appeared when the code is run.
    The class where the SAXParser and the custom class is used is shown below:
    import org.apache.xerces.parsers.DOMParser;
    import java.io.*;
    import org.w3c.dom.Document;
    import org.apache.xerces.parsers.SAXParser;
    import org.xml.sax.helpers.DefaultHandler;
    import org.xml.sax.SAXException;
    import org.xml.sax.SAXParseException;
    import org.xml.sax.SAXRecognizedException;
    public class SchemaTest{
        public boolean validateSchema(String xmlFilePath, String xsdFilePath)
             try{
                SAXParser parser = new SAXParser();
               parser.setEntityResolver(new MyEntityResolver(xsdFilePath));
               parser.parse(xmlFilePath);
             catch(SAXParseException e)
    }The custom class MyEntityResolver is listed below:
    import org.xml.sax.EntityResolver;
    import org.xml.sax.InputSource;
    import org.xml.sax.SAXException;
    public class MyEntityResolver implements EntityResolver{
       private static String dtd = null;
       public MyEntityResolver(String dtd){
              this.dtd = dtd;
       public InputSource resolveEntity(String arg0,String arg1) throws
       SAXException, IOException {
             return new org.xml.sax.InputSource(dtd);
    }The SAXParseException was caught when the code runs. Is there something wrong with the code above or does the fault lie with the xsd/xml file?

    its XSD or XML file ? if you have imported the XSD into Object Library from Desginer, and you are using that as source or target in your DF then you don't need the XSD file on Unix, DF doesn't read the XSD the schema is already there in repo it is read from repository
    for importing XSD you have to do that from Desginer and that file has to be on windows

  • PI 7.1: Importing a wsdl file with references to other xsd files

    Hi Experts,
    I am trying to import a wsdl file that has got references to other xsd files. When i do this with SOAP UI, i can get the full message structure for the other xsd files. But when i try to import the same wsdl in the ESR, i only get to the messages and not the referenced xsd.
    Any ideas!
    Thank you in Advance,
    Danny

    Hi,
    First convert your main WSDL in to XSD,use Stylus or any XML editors to convert the same,thecn check the genarated XSD refering sun XSD tsrutures.then zip the all xsd in to one File and import in PI,then select you main xsd in the folder,and select root element.
    Normally withour converting in to XSD only if you group al import it in to PI,it wil work.
    or
    if you have some good knowledge about XSD then convert WSDL in to XSD and remove referece tags and include XSD content of sub xsds in to main XSD,and validate that one,and imnprt one XSD.
    Regards,
    Raj

  • Java custom class reference xsd file

    I have an java app that fails when loaded into Oracle(it works when not in Oracle), and the failure is related to the accessing of info in an xsd file...I have tried loading these into XDB and played with permissions etc...What is the easiest way for the java classes to see an *.xsd file...does it even need to be in the DB? Ive looked around quite a bit, but cannot find the applicable documentation. This link is perfect for java sp implementation...but there is no reference to any xml techniques in this link...http://www.cs.umb.edu/cs634/ora9idocs/java.920/a96659/toc.htm
    Thanks in advance for any info

    You won't see any file names for custom classes in the Editor (there may be fragments of it in places..but it's hard to describe in this format).  Ultimately, you need to know how to Interface your Java Class; Instantiate a Reference of it's type (unless you use static methods..which I like to do a lot with custom common utilities I use)...
    CustObject custObj = new CustObject(Constructor);String sCustDataFromObject = custObj.getCustData(params);
    Let me know if this was helpful in anyway..
    If you don't know how to use your Java Class..ask whomever packaged the code and/or use a Java Decompiler (I use JD-GUI on the Macintosh) to see how to use the Class..

  • Formating WSDL  SOAP  message using external .xsd file

    Hi,
    I am trying to build web service from java method using xml schema in .xsd file to format soap messages. How can I do this? What steps should I take to accomplish this?
    When I tried to do this using wizard for building web service, and map custom java classes to xml schema types , I got generator error: java.util.NoSuchElementException.
    When I managed to generate web service using that custom mappings (without generator error) , I couldn't deploy that service on server. At deploy time i alway get compile error without named source where error is....

    hI,
    How to add the the below soap frame thru XSLT mapping.
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:eb="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd">
    <SOAP-ENV:Header>
    <eb:MessageHeader xmlns:eb="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-2_0.xsd" SOAP-ENV:mustUnderstand="1" eb:version="2.0">
    <eb:From>
    <eb:PartyId>0037123456678</eb:PartyId>
    <eb:Role>Sender</eb:Role>
    </eb:From>
    <eb:From>
    <eb:PartyId>NDEAFIHH</eb:PartyId>
    <eb:Role>Intermediator</eb:Role>
    </eb:From>
    <eb:To>
    <eb:PartyId>FI2757800750155448</eb:PartyId>
    <eb:Role>Receiver</eb:Role>
    </eb:To>
    <eb:To>
    <eb:PartyId>OKOYFIHH</eb:PartyId>
    <eb:Role>Intermediator</eb:Role>
    </eb:To>
    <eb:CPAId>yoursandmycpa</eb:CPAId>
    <eb:ConversationId/>
    <eb:Service>Routing</eb:Service>
    <eb:Action>ProcessInvoice</eb:Action>
    <eb:MessageData>
    <eb:MessageId>20081228-010142</eb:MessageId>
    <eb:Timestamp>2008-12-28T01:01:42+03:00</eb:Timestamp>
    <eb:RefToMessageId/>
    <eb:RefToMessageId>XS1027.LPTF82/268</eb:RefToMessageId>
    </eb:MessageData>
    </eb:MessageHeader>
    </SOAP-ENV:Header>
    <SOAP-ENV:Body>
    <eb:Manifest eb:id="Manifest" eb:version="2.0">
    <eb:Reference eb:id="Finvoice" xlink:href="XS1027.LPTF82/268">
    <eb:Schema eb:location=" http://www.finvoice.info/yrityksen_verkkolasku/ladattavat/Tekniset tiedostot/schemat/Finvoice.xsd" eb:version="2.0"/>
    </eb:Reference>
    </eb:Manifest>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    <?xml version="1.0" encoding="ISO-8859-15"?>
    <!DOCTYPE Finvoice SYSTEM "Finvoice.dtd">
    <?xml-stylesheet type="text/xsl" href="Finvoice.xsl"?>
    Thanks and Regards,
    Hymavathi

  • A File Reference and its evolving life!

    Hi all,
    I've noticed something that came as a little bit of a surprise to me, but I think I have the explanation, at a hand-wavy higher level anyway.  What I have not established is if this is a 'bug' or a 'feature', and if there are any ways the following issue can be avoided at the NI function/api layer.
    Consider the file open and file close function.  You open a file, you use the reference to the file to write/read data, then at some point you close the reference and the close function spits out the file-path.  Here are a couple of tid-bits you may not be aware of (that are easy to test):
    Q1) After your application opens/creates a file and starts using the file-reference to make file writes, if an external source changes the file-name of that file... guess what will happen on your next write function call?
    A1::  The write successfully updates the newly re-named file with your new data without producing an error or a warning.  (At least this is the case if your program is running on a vxWorks cRIO target and the file-name is changed directly on the cRIO via an FTP browser.)  
    Did this surprise you? It did surprise me!  -My handwavy explanation is that the file-pointer is perhaps managed/maintained by the OS, so when the OS tells the file-system to rename that file, the pointer that LabVIEW holds remains valid and the contents of the memory at the pointer location was updated by the OS.
    Q2) Continuing from the situation setup in Q1, after writing several new chunks of data to a file now currently named something completely different than when the file reference was originally created, you use the close function to close the file-reference.  What do you expect on the file-path output from the close function??  What do you actually get??
    A2::  The close function will 'happily' return the ORIGINAL file-name, not the actual file-name it has been successfully writing to(!).   This has some potentially significant ramifications on how/what you can use that output for.  At this point there is a ton of room for pontifications and more or less 'crazy' schemes for what one could do, but I argue that the bottom line is that your application has at that point completely lost the ability to accurately and securely track your file(s).  Yes, you could list a folder and try and 'figure out' if your file-name was re-named during writing and you can in various ways make more or less good 'guesses' on which file you in reality just had open, but you can never really know for sure.
    So, what do you guys think?? Is the behavior of returning the (incorrect) original file-path when you close the handle a BUG or a FEATURE??  Would it not be possible for LabVIEW to read back the data contained in the (OS?) pointer location and as needed update the file out path data when it closes a reference?  Should we not EXPECT that this would be the behavior?
    Q3)  Again, continuning from the above situation, lets assume we are back at the state in Q1, writing data to a (re)named file.  What happens if the file is deleted by an external process? What happens to the file reference? File function calls using the reference?
    A3::  This one is less surprising.  The file reference remains 'valid' (because it is a valid reference), but depending on the file function you are calling, you will get error such as error 6 (binary write reports this), or error 4 (a TDMS write will report this error), etc.  So as long as you don't rely on file ref-num tests to establish if you are good to go with a file-write or file-action, you should be safe to recover in an appropriate way.. Just don't forget to close the file-reference, even if the file is 'gone', the reference will still remain in memory until you 'close' it (with an error)(?I might be wrong about this last part?)
    I am not sure if the above is possible on e.g. Windows, Windows would probably prevent you from re-naming a file that has an open file-handle to it, but this is definitley observable on at least vxWorks cRIO targets.  (I don't have PharLap ETS or RTLinux devices so I can't test on those targets.. if you want to test its pretty straigth forward to make a simple test app for it.)
    [begin rant-mode related to why I found this out and why this behavior BITES]
    There are situations where the above situation could cause some rather annoying issues that, for somewhat contrived reasons related to cRIO file API performance, CPU and memory resource management, are non-trivial to work around.  for example, using the NI "list folder" to listing folders take a very hefty chunk of time at 100% cpu that you cannot break up, so polling/listing folders after every file update (or even on a less regular interval) is a big challenge, and if you are really unlucky (or didn't know any better) and gave the list command in a folder with 1000's of files (as opposed to less than about 100 files), the list will lock your CPU at 100% for 10's of seconds...  Therefore, you might be tempted to maintain your own look-up table of files so that your application can upload/push/transfer and/or delete files as dictated by your application specific conditions... except that only works until some prankster or well-intention person remotes in and starts changing file-names, because then your carefully maintained list of file-names/paths' suddenly fall appart.
    [\end rant]
    QFang
    CLD LabVIEW 7.1 to 2013

    Hey guys, thanks for turning out your comments on this thread!
    -Deny Access : still able to re-name (and delete) the file via FTP browser (didn't test other file avenues).  I think this is for the same reason that NI vxWorks targets (such as cRIO-9014) do not support the concept of different users with different rights, as such, everyone have access rights to everything at the OS level.  Another issue for me would be that "Deny Access" does not work on TDMS file references, so even if it worked, it would not help me.
    --> I strongly suspect that these things are non-issues or issues that can be properly managed, on the new NI LinuxRT targets since (the ftp is disabled by default) it supports user accounts and user restrictions on files/folders.  The controller could simply create the files in a tree where 'nobody else' has write access.
    Obviously nobody should mess around with files on a (running) cRIO, but customers don't always do what they are supposed to do.   
    As far as the 'resources' or overhead to update the file-refnum with the new information, this would not be needed to be done in a polling fashion, simply, when the file-close function is called, as part of that call it updates its internal register from the pointer data, so this should be a low overhead operation I would think?  If that is a true concern, a boolean input defaulting to not updating or a separate 'advanced close' could be created?
    I've included a zip with the LV2013 project and test VI's (one for tdms one for binary) that I've used. nothing fancy, but in the interest of full disclosure.  The snippet is the 'binary file' test vi, in case you just want a quick peak:
    Steve Bird's findings of (yet) another behavior on Pharlap systems is also very interesting, I think!!
    [EDIT]  JUST TO CLARIFY, on vxWorks, the re-named file keeps being successfully written to, unlike the PharLaps' empty file that Steve Bird found.
    QFang
    CLD LabVIEW 7.1 to 2013
    Attachments:
    cRIO Tests.7z ‏30 KB

  • Best practice for how to access a set of wsdl and xsd files

    I've recently beeing poking around with the Oracle ESB, which requires a bunch of wsdl and xsd files from HOME/bpel/system/xmllib. What is the best practice for including these files in a BPEL project? It seems like a bad idea to copy all these files into every project that uses the ESB, especially if there are quite a few consumers of the bus. Is there a way I can reference this directory from the project so that the files can just stay in a common place for all the projects that use them?
    Bret

    Hi,
    I created a project (JDeveloper) with local xsd-files and tried to delete and recreate them in the structure pane with references to a version on the application server. After reopening the project I deployed it successfully to the bpel server. The process is working fine, but in the structure pane there is no information about any of the xsds anymore and the payload in the variables there is an exception (problem building schema).
    How does bpel know where to look for the xsd-files and how does the mapping still work?
    This cannot be the way to do it correctly. Do I have a chance to rework an existing project or do I have to rebuild it from scratch in order to have all the references right?
    Thanks for any clue.
    Bette

  • How to create an XSD file from xml

    Hi,
    Is there any way to generated an XSD file from an already existing XML file.
    Does Jdeveloper 10g , has any feature to create the xsd file automatically?
    Please advice
    Regards

    Here are the steps I took to create an XSLT transformation in XI 3.0:
    1. I created my source and target XSDs using XMLSpy.
    2. I created the XSLT mapping from source to target in XMLSpy (referencing the souce XSD schema).
    3. I created another XSLT mapping to format the target into Excel XML.
    4. Import the source and target XSDs in the IR's External Definitions
    5. Zip each XSLT mapping (.xls) and import it into the IR's Imported Archives
    6. Reference the XSL mappings in the Interface Mapping

  • XSD/DTD Reference in XML ISSUE

    Hi,
    What I am trying to do. Lets say that I have an XML file on a machine locally, and I want to
    parse that XML file and validate it against a XSD that is determined dynamically or
    at runtime. What I am saying is that I have an XML file that may or may
    not have a schema reference inside its top root node, but either way what I am looking to do is
    to take this loaded XML file and set an XSD reference and then validate the XML file
    against that XSD file ?
    Even if I don't have to set the XSD reference within the XML file itself, I still need to validate it against
    a XSD that will be choosen at runtime.
    Any ideas out there ?
    Thanks,
    Wesley C. Maness
    [email protected]

    Thanks, for that but here is a continuation of the problem...
    </MISSION_MODE_FRAME>
    </MISSION_MODE>
    Error while loading mission mode MissionModeComposer.xml:
    no protocol: <?xml version="1.0" encoding="UTF-8"?>
    <!--
            XML file used in loading Composer as a mode.
    --><MISSION_MODE name="MissionModeComposer" resolution="1600x1200" swap="off" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\CMMU
    \SRC\data\modes\MM_XSD.xsd">
      <MISSION_MODE_FRAME className="missionMode.renderer.ChartFrameRenderer" height="590" main="true" scalable="true" title="MissionModeComposer" width="650" x="540" y="406"
    >
      <MISSION_MODE_VWS className="missionMode.renderer.ChartPanelVWSRenderer" height="0" name="chartPanel" swap="true" swapHandleColor="" width="0" x="566" y="566">
        <MISSION_MODE_COMPONENT Default="true" componentClassName="chartPanel" description="hey" maintainDisplayState="false" rendererClassName="null" resize="false" showImme
    diately="true">
        </MISSION_MODE_COMPONENT>
      </MISSION_MODE_VWS>What would cause the error seen above ?
    Wesley

  • Getting Page not found while trying to read ws-addressing.xsd file in IE

    Hi All,
    Here I am creating dynamic partner link to call OSB service in my BPEL process. I wan make it dynamic to change run time server address and port numbers. Here I am getting Error (Error occurred reading inline schemas) while creating reference variable as per BPEL cook book. To resolve that exception, I have created /bpel/system/xmllib/ folders in SOA 11g and placed ws-addressing.xsd file. After I am trying to import in BPEL process, still I am getting same Exception.
    Even I tried to read ws-addressing.xsd file through IE browser (http://Host:Port/orabpel/xmllib/ws-addressing.xsd) after placing that directory(/bpel/system/xmllib/). My SOA server and everything is running.
    Thanks in advance.
    mally

    Paul,
    You can try the suggestion in this thread on the XE forum:
    Re: Problem with importing HTML DB applications
    It also shows how to turn on logging in the XE web server.

  • Automatically update dropdown fields after .XSD file edit?

    Miraculously, I have managed to create a dropdown field based upon values listed in an XSD schema file. I have then copied this dropdown field many times within my form as it is required in numerous places.
    Going forward, my hope was that I could simply edit the list of values in the XSD schema file without ever having to update/refresh all of fields in the form again; however, after I edit the XSD file (to create additional dropdown values), the values in the dropdown fields do not refresh automatically. Shouldn't it be as simple as this? Do I have to reopen the form and perform some kind of refresh function? Does this update all of the fields at once?
    Thank you.

    This sample binds the drop down items
    Form, schema, datafile
    https://docs.google.com/file/d/0B851Fdu_42hLOS1OU0QtcmVfYjA/edit?usp=s haring
    https://docs.google.com/file/d/0B851Fdu_42hLTnNYZjdFeHFQM3c/edit?usp=s haring
    https://docs.google.com/file/d/0B851Fdu_42hLeERHTnZPN2VQYm8/edit?usp=s haring

  • Oracle Sqldeveloper and *.xsd Files

    Hi,
    I've been playing with writing some simple sqldeveloper xml extensions.
    I ran across this link:
    http://wiki.oracle.com/page/SQL+Dev+SDK+How+To+create+an+XML+User+Defined+Extension
    Extension Framework
    SQL Developer database navigator, database object editors, database object actions and reports can be extended easily using XML.
    TODO : Expose the xsd files
    The XML for each type of extension (NAVIGATOR, EDITOR,ACTION,REPORT) can be found here in xsd format.
    Use these as a reference after completing the examples below.
    * navigator.xsd
    * editor.xsd
    * action.xsd
    * report.xsd
    I had a look around in sql developer, but couldn't see these files. Are they available somewhere?
    Thanks.

    So, in the meantime, the best way to get started is to copy the examples, like the ones in the wiki entry and adapt them to do what you want to do. The places to add your own SQL and your own names are pretty easy to figure out with a little study. There are a few more examples in the Oracle Wiki, and some on the SQL Developer pages on OTN. Many thanks to Sue Harper and Dermot O’Neill. Find their articles at:
    http://www.oracle.com/technology/oramag/oracle/07-jul/o47sql.html
    http://www.oracle.com/technology/oramag/oracle/07-may/o37sql.html
    http://www.oracle.com/technology/obe/hol08/sqldev_srccodexmlext/xmlext_otn.htm
    http://wiki.oracle.com/page/SQL+Dev+SDK+Getting+Started
    Also, if you want to create an EDITOR style extension, start by creating a User Defined Report and export it as an XML file. There are only a few differences between the two formats, mostly an extra attribute to tell SQL Developer where to hook the editor to the navigator.
    Finally - I wrote my own paper on extending SQL Developer: http://www.smdi.com/employee/JohnF/articles/Extending%20SQL%20Developer.zip

  • How to register a schema use a .xsd file which has lots of includes schema

    Hello, All,
    Does someone have the experience to register a schema use a .xsd file which contains several tags like <xs:include schemaLocation="../dt/somedatatypes.xsd"/>?
    I tried both the OEM and command line dbms_xmlschema.registerSchema(), although the whole file structure already in the repository, seems like Oracle can't automatically search and find the includes and register it. should I register those includes first? the actual error I got is "ORA-31000: Resource '../dt/somedatatypes.xsd' is not an XDB schema document.ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 0 ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 26 ORA-06512: at line 2" .
    Any suggestion? thanks in advance...

    We do not (currently) support relative references in included XML Schemas.
    In order to use an include or import the target Schema must first be registered with XML DB under some known location. The schemaLocation argument needs to the 'Docuemnt Location Hint', or URL, that was passed to registerSchema when the included schema was registered.
    If you have cyclic dependancies between schemas you can use the force option of registerSchema to register the first Schema. This will then allow registration of the second schema to succeed. Once the second schema has been successfully registed the first schema must be explicitiy recompiled using dbms_xmlschema.compileSchema().

  • Parsing .xsd files using DOM

    Hi,
    I am trying to parse a xsd file using DOM. The xsd has several nodes like
    <xsd:complexType name="AccountLocate">
    I want to extract the strings AccountLocate and AccountCategory and use them for further processing.
    The hierarchy of the nodes is created without issues, but when I try to view the name and value of each node using getNodeName() and getNodeValue() method the node name I get and node value is as follows:
    NODE-NAME NODE-VALUE NODE-TYPE
    xsd:complexType null 1 //corresponds to the xsd:complexType node
    #text 3 //corresponds to the AccountLocate node
    Is there anyway (any DOM method for example) by which I can isolate the name AccountLocate?
    Thanks and regards,
    Prabal

    Which parser is used for parsig?
    With the DocumentBuilder parser set:
    DocumentBuilderFactory factory
    = DocumentBuilderFactory.newInstance();
    factory.setNamespaceAware(true);For parsing with the javax.xml.xpath.XPath class set the NamespaceContext on the XPath object.

  • XSD Files Externally defined - WEBLOGIC 8.1

    Hi, i have a problem, and i need your help..
    I have been designing a service, that refers to a xsd file externally defined..
    here are wsdl the example:
    <wsdl:definitions .....
    <wsdl:types>
    <s:import namespace="http://empresa.com.ar/201006/01/AgentesServices" schemaLocation="http://www.empresa.com.ar/exquema.xsd"/>
    </wsdl:types>
    wsdl:definitions >
    i had to add these lines to an ant file:
    <xmlbean
    download="true"
    ... />
    it's because i had a "network downloads disabled" error when i tried to compile without ant
    it's works perfectly in the workshop, and when i uploaded this application to my server too, but when i tried to put the url of my service into explorer, I obtained the following error:
    "An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.reflect.InvocationTargetException:null "
    i supose that it's a error related to "network downloads disabled"
    Sorry for my english, i hope you understand me and can help me

    First off, I generally recommend that people not put anything in the
    server's classpath. If that can't be avoided, then it's a good practice
    to put the minimal set of jars in the classpath.
    What exactly are you deploying? Is it an EAR, WAR, ejb-jar ...?
    Personally I'd recommend that you deploy an exploded EAR without putting
    jars in the classpath.
    -- Rob
    Van wrote:
    Hi All!
    I am trying to upgrade to 8.1 from 6.1. Our applications currrently run in exploded
    format with all the jars in the main system classpath. No EAR. When I try to upgrade
    to 8.1, weblogic seems to want to EAR the exploded files into the 'applications/.wlnotdelete'
    directory before it deploys them.
    This process takes atleast 15minutes of startup time. Can anyone tell me how to
    avoid this from happening? Why is it trying to EAR my files?
    Thanks in advance.
    Van

Maybe you are looking for

  • Video Settings on WoW on New iMac.

    Just got a new iSight iMac and World of Warcraft. Running 1GB of ram. There are a bunch of video settings in this game that can be adjusted. Suggestions or would it best to just leave them on default.

  • Can i view and edit PDF and .DOC file on iphone?

    Actually I got 2 question to ask, firstly have anybody got any luck to view PDF and .DOC file on Iphone because i have been trying for aged but there was no luck for me. I'm not talking about went to a email that contain a PDF or .DOC file but someth

  • Safari error 302 while opening web page after 2.0.1

    Safari cannot open the page "Operation could not be completed. (kCFErrorDomainCFNetwork error 302.)" Mmmmm????/////... anyone

  • Directory Utility Won't Launch, Pinwheel of Death...

    So, just today, two Leopard Macs (10.5.7) on my network lost connection to our Active Directory. A switch was rebooted, and the Macs lost DNS for only a couple minutes. When I went to reboot them to get the authentication back, as I've done many time

  • Low on space on internal hard drive

    Hello - I hope this is the correct forum to post to. My iMac G5 came w/the standard 80GB (74.41GB) hard drive. It is now down to only 3.87GB of free space. All of my video media is on my external Lacie Drive, but since I have such little space left o