IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

xapplication installation problem - setup.cmd

  • 1.  xapplication installation problem - setup.cmd

    Posted Sat October 19, 2002 09:21 PM

    X-Application Version: 3.1.3
    Tamino Version : 3.1.1
    Platform : Win2k
    WebContainer : Tomcat 3.3
    JDK Version : 1.4.0

    Hello, developer

    I am doing the master thesis with this Tamino and xapplication. PLease help me out here. I tried to install xapplication, c:\xapplication\setup , but build failed.


    the following is the message:


    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\PropertyApplication.java:922: cannot resolve symbol
    [javac] symbol : class XException
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.PropertyApplication
    [javac] private void createSingleDocument () throws XException {
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\BrowsePropertyDocuments.java:41: cannot resolve symbol
    [javac] symbol : class Store
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.BrowsePropertyDocuments
    [javac] Store store = Common.createStore();
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\BrowsePropertyDocuments.java:42: cannot resolve symbol
    [javac] symbol : class BusinessDocumentWorkspace
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.BrowsePropertyDocuments
    [javac] BusinessDocumentWorkspace ws = new BusinessDocumentWorks
    pace(store);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\BrowsePropertyDocuments.java:42: cannot resolve symbol
    [javac] symbol : class BusinessDocumentWorkspace
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.BrowsePropertyDocuments
    [javac] BusinessDocumentWorkspace ws = new BusinessDocumentWorks
    pace(store);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\BrowsePropertyDocuments.java:46: cannot resolve symbol
    [javac] symbol : class QueryContainer
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.BrowsePropertyDocuments
    [javac] QueryContainer query = new QueryContainer(“Property”);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\BrowsePropertyDocuments.java:46: cannot resolve symbol
    [javac] symbol : class QueryContainer
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.BrowsePropertyDocuments
    [javac] QueryContainer query = new QueryContainer(“Property”);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\BrowsePropertyDocuments.java:48: cannot resolve symbol
    [javac] symbol : class QueryElement
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.BrowsePropertyDocuments
    [javac] query.add(new QueryElement(“/Property/@Category”, “Buy”,
    “=”));
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\BrowsePropertyDocuments.java:51: cannot resolve symbol
    [javac] symbol : class Cursor
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.BrowsePropertyDocuments
    [javac] Cursor docCursor = ws.query(“buyProperties”, query);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\BrowsePropertyDocuments.java:55: cannot resolve symbol
    [javac] symbol : class BusinessDocument
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.BrowsePropertyDocuments
    [javac] BusinessDocument doc = (BusinessDocument)docCursor.n
    ext();
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\BrowsePropertyDocuments.java:55: cannot resolve symbol
    [javac] symbol : class BusinessDocument
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.BrowsePropertyDocuments
    [javac] BusinessDocument doc = (BusinessDocument)docCursor.n
    ext();
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\BrowsePropertyDocuments.java:63: cannot resolve symbol
    [javac] symbol : class InvalidXPathException
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.BrowsePropertyDocuments
    [javac] } catch (InvalidXPathException e) {
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\BrowsePropertyDocuments.java:66: cannot resolve symbol
    [javac] symbol : class StoreException
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.BrowsePropertyDocuments
    [javac] } catch (StoreException e) {
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\Common.java:37: cannot resolve symbol
    [javac] symbol : class TaminoStore
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.Common
    [javac] TaminoStore store;
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\Common.java:43: cannot resolve symbol
    [javac] symbol : class TaminoStore
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.Common
    [javac] store = new TaminoStore(url);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\CreatePropertyDocument.java:42: cannot resolve symbol
    [javac] symbol : class Store
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.CreatePropertyDocument
    [javac] Store store = Common.createStore();
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\CreatePropertyDocument.java:43: cannot resolve symbol
    [javac] symbol : class BusinessDocumentWorkspace
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.CreatePropertyDocument
    [javac] BusinessDocumentWorkspace ws = new BusinessDocumentWorks
    pace(store);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\CreatePropertyDocument.java:43: cannot resolve symbol
    [javac] symbol : class BusinessDocumentWorkspace
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.CreatePropertyDocument
    [javac] BusinessDocumentWorkspace ws = new BusinessDocumentWorks
    pace(store);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\CreatePropertyDocument.java:47: cannot resolve symbol
    [javac] symbol : class BusinessDocument
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.CreatePropertyDocument
    [javac] BusinessDocument doc = ws.create(“myProperyDocument”, “P
    roperty”);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\CreatePropertyDocument.java:57: cannot resolve symbol
    [javac] symbol : class BusinessNode
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.CreatePropertyDocument
    [javac] BusinessNode address = doc.getRoot().getDescendant(“/Pro
    perty/Address”);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\CreatePropertyDocument.java:68: cannot resolve symbol
    [javac] symbol : class BusinessNode
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.CreatePropertyDocument
    [javac] BusinessNode text = doc.getRoot().getDescendant(“/Proper
    ty/Description/Text”);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\CreatePropertyDocument.java:74: cannot resolve symbol
    [javac] symbol : class BusinessNode
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.CreatePropertyDocument
    [javac] BusinessNode contact = doc.getRoot().getDescendant(“Prop
    erty/ContactPerson”);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\CreatePropertyDocument.java:85: cannot resolve symbol
    [javac] symbol : class InvalidXPathException
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.CreatePropertyDocument
    [javac] } catch (InvalidXPathException e) {
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\CreatePropertyDocument.java:88: cannot resolve symbol
    [javac] symbol : class StoreException
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.CreatePropertyDocument
    [javac] } catch (StoreException e) {
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\CreatePropertyDocument.java:91: cannot resolve symbol
    [javac] symbol : class BusinessDocumentException
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.CreatePropertyDocument
    [javac] } catch (BusinessDocumentException e) {
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\MaintainContactPersons.java:48: cannot resolve symbol
    [javac] symbol : class Store
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.MaintainContactPersons
    [javac] Store store = Common.createStore();
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\MaintainContactPersons.java:49: cannot resolve symbol
    [javac] symbol : class BusinessDocumentWorkspace
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.MaintainContactPersons
    [javac] BusinessDocumentWorkspace ws = new BusinessDocumentWorks
    pace(store);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\MaintainContactPersons.java:49: cannot resolve symbol
    [javac] symbol : class BusinessDocumentWorkspace
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.MaintainContactPersons
    [javac] BusinessDocumentWorkspace ws = new BusinessDocumentWorks
    pace(store);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\MaintainContactPersons.java:52: cannot resolve symbol
    [javac] symbol : class BusinessDocument
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.MaintainContactPersons
    [javac] BusinessDocument doc = ws.create(“myProperyDocument”, “P
    roperty”);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\MaintainContactPersons.java:58: cannot resolve symbol
    [javac] symbol : class BusinessNode
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.MaintainContactPersons
    [javac] BusinessNode contactPerson = doc.getRoot().getDescendant
    (“/Property/ContactPerson[1]”);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\MaintainContactPersons.java:80: cannot resolve symbol
    [javac] symbol : class InvalidXPathException
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.MaintainContactPersons
    [javac] catch (InvalidXPathException e) {
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\MaintainContactPersons.java:84: cannot resolve symbol
    [javac] symbol : class StoreException
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.MaintainContactPersons
    [javac] catch (StoreException e) {
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\MaintainContactPersons.java:95: cannot resolve symbol
    [javac] symbol : class Cursor
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.MaintainContactPersons
    [javac] Cursor contactPersons = doc.getRoot().getDescendant(“/Pr
    operty”).iterate(“ContactPerson”, “cp”);
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\MaintainContactPersons.java:97: cannot resolve symbol
    [javac] symbol : class BusinessNode
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.MaintainContactPersons
    [javac] BusinessNode contactPerson = (BusinessNode)contactPe
    rsons.next();
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\MaintainContactPersons.java:97: cannot resolve symbol
    [javac] symbol : class BusinessNode
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.MaintainContactPersons
    [javac] BusinessNode contactPerson = (BusinessNode)contactPe
    rsons.next();
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\MaintainContactPersons.java:106: cannot resolve symbol
    [javac] symbol : class InvalidXPathException
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.MaintainContactPersons
    [javac] catch (InvalidXPathException e) {
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\MaintainContactPersons.java:122: cannot resolve symbol
    [javac] symbol : class InvalidXPathException
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.MaintainContactPersons
    [javac] catch (InvalidXPathException e) {
    [javac] ^
    [javac] C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication<BR>examples\API\property\MaintainPropertyDocument.java:48: cannot resolve symbol
    [javac] symbol : class Store
    [javac] location: class com.softwareag.xtools.xapplication.examples.API.prop
    erty.MaintainPropertyDocument
    [javac] Store store = Common.createStore();
    [javac] ^
    [javac] 100 errors

    BUILD FAILED

    C:\xapplication\ncconfig\buildLib.xml:434: Compile failed, messages should have
    been provided.

    Total time: 8 seconds
    Buildfile: ncconfig\buildLib.xml

    init:

    stylelog:
    [style] Transforming into C:\xapplication\logs
    [style] Transforming into C:\xapplication\logs
    [style] Loading stylesheet C:\xapplication\ncconfig\log.xsl

    BUILD SUCCESSFUL

    Total time: 4 seconds



    The following is the log file:

    Build Target setup Task antcall

    Task copy
    Warning: ConverterFromDTDEditor3.jar modified in the future.
    Warning: instrumentation.jar modified in the future.
    Warning: JavaLoader.jar modified in the future.
    Warning: JavaTaminoAPI.jar modified in the future.
    Warning: resourceUtilities.jar modified in the future.
    Warning: SchemaToolsSchemaModel.jar modified in the future.
    Warning: standard.jar modified in the future.
    Copying 7 files to C:\xapplication\prerequisites\lib\opt

    Task copy
    Warning: xalan.jar modified in the future.
    Warning: xercesImpl.jar modified in the future.
    Warning: xml-apis.jar modified in the future.
    Copying 3 files to C:\xapplication\prerequisites\lib\ext

    Task antcall

    Task antcall

    Task property

    Task property

    Task property

    Task property

    Task property

    Task property

    Task property

    Task property

    Task property

    Task property

    Task property

    Task property

    Task property

    Task property

    Task property

    Task echo
    generating configuration file: C:\tomcat\conf\apps-xapplication.xml

    Task echo

    Task antcall

    Task property

    Task property

    Task delete
    Deleting directory C:\xapplication\examples\API\debug

    Task mkdir
    Created dir: C:\xapplication\examples\API\debug

    Task javac
    Warning: com\softwareag\xtools\xapplication\examples\API\property\BrowsePropertyDocuments.java modified in the future.
    Warning: com\softwareag\xtools\xapplication\examples\API\property\Common.java modified in the future.
    Warning: com\softwareag\xtools\xapplication\examples\API\property\CreatePropertyDocument.java modified in the future.
    Warning: com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java modified in the future.
    Warning: com\softwareag\xtools\xapplication\examples\API\property\MaintainPropertyDocument.java modified in the future.
    Warning: com\softwareag\xtools\xapplication\examples\API\property\ModifyMultiplePropertyDocuments.java modified in the future.
    Warning: com\softwareag\xtools\xapplication\examples\API\property\PrintPropertyDocument.java modified in the future.
    Warning: com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java modified in the future.
    Compiling 8 source files to C:\xapplication\examples\API\debug
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\BrowsePropertyDocuments.java:18: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.Store;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\BrowsePropertyDocuments.java:19: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.StoreException;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\BrowsePropertyDocuments.java:20: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.TaminoStore;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\BrowsePropertyDocuments.java:21: package com.softwareag.xtools.xapplication.businessdocument does not exist
    import com.softwareag.xtools.xapplication.businessdocument.;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\Common.java:18: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.Store;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\Common.java:19: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.StoreException;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\Common.java:20: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.TaminoStore;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\Common.java:35: cannot resolve symbol
    symbol : class TaminoStore
    location: class com.softwareag.xtools.xapplication.examples.API.property.Common
    public static TaminoStore createStore() throws StoreException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\Common.java:35: cannot resolve symbol
    symbol : class StoreException
    location: class com.softwareag.xtools.xapplication.examples.API.property.Common
    public static TaminoStore createStore() throws StoreException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\CreatePropertyDocument.java:18: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.Store;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\CreatePropertyDocument.java:19: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.StoreException;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\CreatePropertyDocument.java:20: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.TaminoStore;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\CreatePropertyDocument.java:21: package com.softwareag.xtools.xapplication.businessdocument does not exist
    import com.softwareag.xtools.xapplication.businessdocument.
    ;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:19: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.Store;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:20: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.StoreException;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:21: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.TaminoStore;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:22: package com.softwareag.xtools.xapplication.businessdocument does not exist
    import com.softwareag.xtools.xapplication.businessdocument.;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:93: cannot resolve symbol
    symbol : class BusinessDocument
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainContactPersons
    private static void printContactPersons(BusinessDocument doc) throws StoreException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:93: cannot resolve symbol
    symbol : class StoreException
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainContactPersons
    private static void printContactPersons(BusinessDocument doc) throws StoreException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:115: cannot resolve symbol
    symbol : class BusinessNode
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainContactPersons
    private static void setContactPerson(BusinessNode contactPerson, String name, String phone, String email) {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainPropertyDocument.java:18: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.Store;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainPropertyDocument.java:19: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.StoreException;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainPropertyDocument.java:20: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.TaminoStore;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainPropertyDocument.java:21: package com.softwareag.xtools.xapplication.businessdocument does not exist
    import com.softwareag.xtools.xapplication.businessdocument.
    ;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainPropertyDocument.java:115: cannot resolve symbol
    symbol : class BusinessDocument
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainPropertyDocument
    private static void print(BusinessDocument doc) {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainPropertyDocument.java:132: cannot resolve symbol
    symbol : class BusinessDocument
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainPropertyDocument
    private static String getDocumentState(BusinessDocument doc) {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\ModifyMultiplePropertyDocuments.java:18: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.Store;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\ModifyMultiplePropertyDocuments.java:19: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.StoreException;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\ModifyMultiplePropertyDocuments.java:20: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.TaminoStore;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\ModifyMultiplePropertyDocuments.java:21: package com.softwareag.xtools.xapplication.businessdocument does not exist
    import com.softwareag.xtools.xapplication.businessdocument.;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PrintPropertyDocument.java:18: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.Store;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PrintPropertyDocument.java:19: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.StoreException;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PrintPropertyDocument.java:20: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.TaminoStore;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PrintPropertyDocument.java:21: package com.softwareag.xtools.xapplication.businessdocument does not exist
    import com.softwareag.xtools.xapplication.businessdocument.
    ;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PrintPropertyDocument.java:157: cannot resolve symbol
    symbol : class BusinessDocument
    location: class com.softwareag.xtools.xapplication.examples.API.property.PrintPropertyDocument
    private static void print(BusinessDocument doc) {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:18: package com.softwareag.xtools.xapplication.businessdocument does not exist
    import com.softwareag.xtools.xapplication.businessdocument.BusinessDocument;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:19: package com.softwareag.xtools.xapplication.businessdocument does not exist
    import com.softwareag.xtools.xapplication.businessdocument.BusinessDocumentWorkspace;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:20: package com.softwareag.xtools.xapplication.businessdocument does not exist
    import com.softwareag.xtools.xapplication.businessdocument.BusinessNode;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:21: package com.softwareag.xtools.xapplication.businessdocument does not exist
    import com.softwareag.xtools.xapplication.businessdocument.Cursor;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:22: package com.softwareag.xtools.xapplication.businessdocument does not exist
    import com.softwareag.xtools.xapplication.businessdocument.InvalidXPathException;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:23: package com.softwareag.xtools.xapplication.businessdocument does not exist
    import com.softwareag.xtools.xapplication.businessdocument.QueryBuilder;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:24: package com.softwareag.xtools.xapplication.businessdocument does not exist
    import com.softwareag.xtools.xapplication.businessdocument.QueryContainer;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:25: package com.softwareag.xtools.xapplication.businessdocument does not exist
    import com.softwareag.xtools.xapplication.businessdocument.QueryElement;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:26: package com.softwareag.xtools.xapplication.businessdocument does not exist
    import com.softwareag.xtools.xapplication.businessdocument.QuerySort;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:27: package com.softwareag.xtools.xapplication.common does not exist
    import com.softwareag.xtools.xapplication.common.XException;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:28: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.Store;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:29: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.TaminoStore;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:30: package com.softwareag.xtools.xapplication.store does not exist
    import com.softwareag.xtools.xapplication.store.StoreException;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:125: cannot resolve symbol
    symbol : class Cursor
    location: class com.softwareag.xtools.xapplication.examples.API.property.PropertyApplication
    private Cursor browseCursor = null;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:132: cannot resolve symbol
    symbol : class BusinessDocumentWorkspace
    location: class com.softwareag.xtools.xapplication.examples.API.property.PropertyApplication
    private BusinessDocumentWorkspace businessDocWs;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:145: cannot resolve symbol
    symbol : class StoreException
    location: class com.softwareag.xtools.xapplication.examples.API.property.PropertyApplication
    public PropertyApplication () throws StoreException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:155: cannot resolve symbol
    symbol : class XException
    location: class com.softwareag.xtools.xapplication.examples.API.property.PropertyApplication
    public void run () throws XException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:190: cannot resolve symbol
    symbol : class XException
    location: class com.softwareag.xtools.xapplication.examples.API.property.PropertyApplication
    private void processTop (char option) throws XException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:233: cannot resolve symbol
    symbol : class StoreException
    location: class com.softwareag.xtools.xapplication.examples.API.property.PropertyApplication
    private void processBrowse (char option) throws StoreException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:283: cannot resolve symbol
    symbol : class XException
    location: class com.softwareag.xtools.xapplication.examples.API.property.PropertyApplication
    private void processDisplay (char option) throws XException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:324: cannot resolve symbol
    symbol : class XException
    location: class com.softwareag.xtools.xapplication.examples.API.property.PropertyApplication
    private void processModify (char option) throws XException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:405: cannot resolve symbol
    symbol : class StoreException
    location: class com.softwareag.xtools.xapplication.examples.API.property.PropertyApplication
    private void queryDocuments() throws StoreException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:442: cannot resolve symbol
    symbol : class StoreException
    location: class com.softwareag.xtools.xapplication.examples.API.property.PropertyApplication
    private int displayBrowseResult(int option) throws StoreException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:511: cannot resolve symbol
    symbol : class StoreException
    location: class com.softwareag.xtools.xapplication.examples.API.property.PropertyApplication
    private void selectSingleBusinessDocument() throws StoreException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:544: cannot resolve symbol
    symbol : class StoreException
    location: class com.softwareag.xtools.xapplication.examples.API.property.PropertyApplication
    private void displaySingleDocument (String name) throws StoreException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:669: cannot resolve symbol
    symbol : class XException
    location: class com.softwareag.xtools.xapplication.examples.API.property.PropertyApplication
    private void commitModifiedDocument (String name) throws XException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:692: cannot resolve symbol
    symbol : class StoreException
    location: class com.softwareag.xtools.xapplication.examples.API.property.PropertyApplication
    private void modifyDocumentContent (String name) throws StoreException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:895: cannot resolve symbol
    symbol : class XException
    location: class com.softwareag.xtools.xapplication.examples.API.property.PropertyApplication
    private void deleteSingleDocument (String name) throws XException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\PropertyApplication.java:922: cannot resolve symbol
    symbol : class XException
    location: class com.softwareag.xtools.xapplication.examples.API.property.PropertyApplication
    private void createSingleDocument () throws XException {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\BrowsePropertyDocuments.java:41: cannot resolve symbol
    symbol : class Store
    location: class com.softwareag.xtools.xapplication.examples.API.property.BrowsePropertyDocuments
    Store store = Common.createStore();
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\BrowsePropertyDocuments.java:42: cannot resolve symbol
    symbol : class BusinessDocumentWorkspace
    location: class com.softwareag.xtools.xapplication.examples.API.property.BrowsePropertyDocuments
    BusinessDocumentWorkspace ws = new BusinessDocumentWorkspace(store);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\BrowsePropertyDocuments.java:42: cannot resolve symbol
    symbol : class BusinessDocumentWorkspace
    location: class com.softwareag.xtools.xapplication.examples.API.property.BrowsePropertyDocuments
    BusinessDocumentWorkspace ws = new BusinessDocumentWorkspace(store);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\BrowsePropertyDocuments.java:46: cannot resolve symbol
    symbol : class QueryContainer
    location: class com.softwareag.xtools.xapplication.examples.API.property.BrowsePropertyDocuments
    QueryContainer query = new QueryContainer(“Property”);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\BrowsePropertyDocuments.java:46: cannot resolve symbol
    symbol : class QueryContainer
    location: class com.softwareag.xtools.xapplication.examples.API.property.BrowsePropertyDocuments
    QueryContainer query = new QueryContainer(“Property”);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\BrowsePropertyDocuments.java:48: cannot resolve symbol
    symbol : class QueryElement
    location: class com.softwareag.xtools.xapplication.examples.API.property.BrowsePropertyDocuments
    query.add(new QueryElement(“/Property/@Category”, “Buy”, “=”));
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\BrowsePropertyDocuments.java:51: cannot resolve symbol
    symbol : class Cursor
    location: class com.softwareag.xtools.xapplication.examples.API.property.BrowsePropertyDocuments
    Cursor docCursor = ws.query(“buyProperties”, query);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\BrowsePropertyDocuments.java:55: cannot resolve symbol
    symbol : class BusinessDocument
    location: class com.softwareag.xtools.xapplication.examples.API.property.BrowsePropertyDocuments
    BusinessDocument doc = (BusinessDocument)docCursor.next();
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\BrowsePropertyDocuments.java:55: cannot resolve symbol
    symbol : class BusinessDocument
    location: class com.softwareag.xtools.xapplication.examples.API.property.BrowsePropertyDocuments
    BusinessDocument doc = (BusinessDocument)docCursor.next();
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\BrowsePropertyDocuments.java:63: cannot resolve symbol
    symbol : class InvalidXPathException
    location: class com.softwareag.xtools.xapplication.examples.API.property.BrowsePropertyDocuments
    } catch (InvalidXPathException e) {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\BrowsePropertyDocuments.java:66: cannot resolve symbol
    symbol : class StoreException
    location: class com.softwareag.xtools.xapplication.examples.API.property.BrowsePropertyDocuments
    } catch (StoreException e) {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\Common.java:37: cannot resolve symbol
    symbol : class TaminoStore
    location: class com.softwareag.xtools.xapplication.examples.API.property.Common
    TaminoStore store;
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\Common.java:43: cannot resolve symbol
    symbol : class TaminoStore
    location: class com.softwareag.xtools.xapplication.examples.API.property.Common
    store = new TaminoStore(url);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\CreatePropertyDocument.java:42: cannot resolve symbol
    symbol : class Store
    location: class com.softwareag.xtools.xapplication.examples.API.property.CreatePropertyDocument
    Store store = Common.createStore();
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\CreatePropertyDocument.java:43: cannot resolve symbol
    symbol : class BusinessDocumentWorkspace
    location: class com.softwareag.xtools.xapplication.examples.API.property.CreatePropertyDocument
    BusinessDocumentWorkspace ws = new BusinessDocumentWorkspace(store);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\CreatePropertyDocument.java:43: cannot resolve symbol
    symbol : class BusinessDocumentWorkspace
    location: class com.softwareag.xtools.xapplication.examples.API.property.CreatePropertyDocument
    BusinessDocumentWorkspace ws = new BusinessDocumentWorkspace(store);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\CreatePropertyDocument.java:47: cannot resolve symbol
    symbol : class BusinessDocument
    location: class com.softwareag.xtools.xapplication.examples.API.property.CreatePropertyDocument
    BusinessDocument doc = ws.create(“myProperyDocument”, “Property”);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\CreatePropertyDocument.java:57: cannot resolve symbol
    symbol : class BusinessNode
    location: class com.softwareag.xtools.xapplication.examples.API.property.CreatePropertyDocument
    BusinessNode address = doc.getRoot().getDescendant(“/Property/Address”);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\CreatePropertyDocument.java:68: cannot resolve symbol
    symbol : class BusinessNode
    location: class com.softwareag.xtools.xapplication.examples.API.property.CreatePropertyDocument
    BusinessNode text = doc.getRoot().getDescendant(“/Property/Description/Text”);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\CreatePropertyDocument.java:74: cannot resolve symbol
    symbol : class BusinessNode
    location: class com.softwareag.xtools.xapplication.examples.API.property.CreatePropertyDocument
    BusinessNode contact = doc.getRoot().getDescendant(“Property/ContactPerson”);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\CreatePropertyDocument.java:85: cannot resolve symbol
    symbol : class InvalidXPathException
    location: class com.softwareag.xtools.xapplication.examples.API.property.CreatePropertyDocument
    } catch (InvalidXPathException e) {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\CreatePropertyDocument.java:88: cannot resolve symbol
    symbol : class StoreException
    location: class com.softwareag.xtools.xapplication.examples.API.property.CreatePropertyDocument
    } catch (StoreException e) {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\CreatePropertyDocument.java:91: cannot resolve symbol
    symbol : class BusinessDocumentException
    location: class com.softwareag.xtools.xapplication.examples.API.property.CreatePropertyDocument
    } catch (BusinessDocumentException e) {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:48: cannot resolve symbol
    symbol : class Store
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainContactPersons
    Store store = Common.createStore();
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:49: cannot resolve symbol
    symbol : class BusinessDocumentWorkspace
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainContactPersons
    BusinessDocumentWorkspace ws = new BusinessDocumentWorkspace(store);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:49: cannot resolve symbol
    symbol : class BusinessDocumentWorkspace
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainContactPersons
    BusinessDocumentWorkspace ws = new BusinessDocumentWorkspace(store);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:52: cannot resolve symbol
    symbol : class BusinessDocument
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainContactPersons
    BusinessDocument doc = ws.create(“myProperyDocument”, “Property”);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:58: cannot resolve symbol
    symbol : class BusinessNode
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainContactPersons
    BusinessNode contactPerson = doc.getRoot().getDescendant(“/Property/ContactPerson[1]”);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:80: cannot resolve symbol
    symbol : class InvalidXPathException
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainContactPersons
    catch (InvalidXPathException e) {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:84: cannot resolve symbol
    symbol : class StoreException
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainContactPersons
    catch (StoreException e) {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:95: cannot resolve symbol
    symbol : class Cursor
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainContactPersons
    Cursor contactPersons = doc.getRoot().getDescendant(“/Property”).iterate(“ContactPerson”, “cp”);
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:97: cannot resolve symbol
    symbol : class BusinessNode
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainContactPersons
    BusinessNode contactPerson = (BusinessNode)contactPersons.next();
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:97: cannot resolve symbol
    symbol : class BusinessNode
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainContactPersons
    BusinessNode contactPerson = (BusinessNode)contactPersons.next();
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:106: cannot resolve symbol
    symbol : class InvalidXPathException
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainContactPersons
    catch (InvalidXPathException e) {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainContactPersons.java:122: cannot resolve symbol
    symbol : class InvalidXPathException
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainContactPersons
    catch (InvalidXPathException e) {
    ^
    C:\xapplication\examples\API\src\com\softwareag\xtools\xapplication\examples\API\property\MaintainPropertyDocument.java:48: cannot resolve symbol
    symbol : class Store
    location: class com.softwareag.xtools.xapplication.examples.API.property.MaintainPropertyDocument
    Store store = Common.createStore();
    ^
    100 errors

    What can I do with this failure? Thank you very much.

    PP


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: xapplication installation problem - setup.cmd

    Posted Mon October 21, 2002 08:58 AM

    Hello,

    to install X-Application, it is necessary to change to the X-Apllication directory before invoking the ‘setup’ command. Otherwise, the classpath settings of the setup script are not correct.

    Therefore, my tip:

    1) Open a console window
    2) > cd c:\xapplication
    3) > setup

    Bye,
    Christian.


    #webMethods
    #API-Management
    #Tamino


  • 3.  RE: xapplication installation problem - setup.cmd

    Posted Mon October 21, 2002 10:41 AM

    I’ve seen a similar problem happen if “build” was executed before “setup”.

    If you unzip a fresh version of X-Application and re-run setup there - do you get the same problem?

    Michael

    Software AG Germany, Darmstadt


    #webMethods
    #API-Management
    #Tamino


  • 4.  RE: xapplication installation problem - setup.cmd

    Posted Tue October 22, 2002 02:43 AM

    Thank you for your help
    pp


    #Tamino
    #API-Management
    #webMethods