EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
  • 1.  Unbound classpath

    Posted Thu September 22, 2016 07:36 PM

    Hi All,

    I have exported my project with archive file and imported into a new workspace in same desktop.

    The project in new workspace have many problems:

    The project cannot be built until build path errors are resolved    Unknown
    Unbound classpath variable: 'EGL_SOA_WSCLIENT_AXIS/axis.jar' in project 'DeoClientServiceX'    Build path
    Unbound classpath variable: 'EGL_SOA_WSCLIENT_EGLWSDL/eglwsdl.jar' in project 'DeoClientServiceX'    Build path
    Unbound classpath variable: 'EGL_SOA_WSCLIENT_LOGGING/' in project 'DeoClientServiceX'    Build path
    Unbound classpath variable: 'EGL_SOA_WSCLIENT_DISCOVERY/commons-discovery-0.2.jar' in project 'DeoClientServiceX'    Build path
    Unbound classpath variable: 'EGL_SOA_WSCLIENT_SAAJ/saaj.jar' in project 'DeoClientServiceX'    Build path
    Unbound classpath variable: 'EGL_SOA_WSCLIENT_JAXRPC/jaxrpc.jar' in project 'DeoClientServiceX'    Build path
    Unbound classpath variable: 'EGL_SOA_WSCLIENT_WSDL4J/' in project 'DeoClientServiceX'    Build path

     

     

    And i need edit theses java classpath one by one and put on the classpath.

    Is it a bug of Archive File Export utility or work as design ?

    Is there any fix ?  or a work around ?

     

    Thanks for advance.

    Hsieh

    Hsieh


  • 2.  Re: Unbound classpath

    Posted Tue September 27, 2016 08:58 PM

    which version do you use? Do you have a simple project to test, don't know why need so much classpath in the new workspace project.

    TedZhou


  • 3.  Re: Unbound classpath

    Posted Wed September 28, 2016 09:11 AM

    Hi Ted,

    I have installed RBD v.9.1.1.1. Attached a sample project interchange.

    Regards,

    Hsieh

    Hsieh


  • 4.  Re: Unbound classpath

    Posted Thu September 29, 2016 02:52 AM

    Hsieh,

    In the Deployment Descriptor file, in Tab Overview, have the option "SOAP service and environment runtime binding".
    If you select JAXRPC and save, these build path are added in your project.
    But I don`t know why these build path are not automatically removed when we saved after changed to JAXWS.

    Arakaki


  • 5.  Re: Unbound classpath

    Posted Fri September 30, 2016 09:13 AM

    That's wonderfull. This tips works fine.

    My service and binding had the option JAXWS and I changed to JAXRPC and all problems was fixed.

    After this I chaged to JAXWS and no more problems.

     

    Thanks !

     

    Hsieh