Hi asankha,

thanks for your answer.

my answers are startet with ---->

Greetings
Hartmut



Hartmut

Sorry for the delay in responding to this, as it went into the
moderation queue due to the attachment and I missed it with the release
work.
> How can I start an stop the WSO2 ESB from an production environment
(SOLARIS/UNIX/LINUX,WINDOWS, etc). I didn't mean the use for example
Windows Service!!! Have you any experience on that? I see that I can start
it via *.bat files...
>
We use the Java Service Wrapper which supports running the ESB as a
daemon process on Linux, Solaris etc. and as a Windows service.
[EMAIL PROTECTED]:~/java/wso2esb-1.6/bin$ ./wso2-esb-daemon.sh
Usage: ./wso2-esb-daemon.sh { console | start | stop | restart | status
| dump }
> I know the topic in the forum: http://wso2.org/forum/thread/1915, but
that doesn't fit for me!!!
>
>I'm sorry but your question here is not clear for me.. are you running
>the ESB as a WAR on another application server or start it standalone?
> I will use the Bus to administrate WebServices in an running
WebApplication, how can I plugIn there? Respectively I'd like to start and
stop the >bus out of the WebApplication. More precisely the application is
running on JDK 1.4.2_13 and the bus needs
> JDK5.0!
>

----> the ESB will run seperate to the server application, but I'd like to
start and stop it from my server application.
----> the thing is that my server application is running under JDK 1.4.2_13
and the ESB needs JDK 1.5.x.
----> hope it becomes clearer :-)

Unless you have specific restrictions, I would suggest that you run your
ESB separate from other applications to enforce hard modularity - i.e.
you don't want your ESB to get stuck, even if your app server or a
mis-behaving application does.. Also, you will need to use JDK 1.5.x for
the ESB..

----> that is what I wanna do :-)


Hartmut Zimmermann


Phone: +49 621 60-49477, Fax: +49 621 60-78817, E-Mail:
[EMAIL PROTECTED]
Postal Address: BASF IT Services GmbH, HS-AA - J660, 67059 Ludwigshafen,
Germany


www.basf-it-services.com


BASF IT Services GmbH, Registered Office: 67059 Ludwigshafen, Germany
Companies' Register: Amtsgericht Ludwigshafen, HRB 3541
Managing Directors:
Dr. Kurt Ettmüller, Dr. Ralf Sonnberger
Chairman of the Supervisory Board: Andrew Pike




                                                                       
             "Asankha C.                                               
             Perera"                                                   
             <[EMAIL PROTECTED]                                          An
             >                          [email protected]         
             Gesendet von:                                           Kopie
             esb-java-user-bou                                         
             [EMAIL PROTECTED]                                           Thema
                                        Re: [esb-java-user] Basic      
                                        questions!!!                   
             30.01.2008 12:30                                          
                                                                       
                                                                       
              Bitte antworten                                          
                    an                                                 
             [EMAIL PROTECTED]                                         
                   2.org                                               
                                                                       
                                                                       




Hartmut

Sorry for the delay in responding to this, as it went into the
moderation queue due to the attachment and I missed it with the release
work.
> How can I start an stop the WSO2 ESB from an production environment
(SOLARIS/UNIX/LINUX,WINDOWS, etc). I didn't mean the use for example
Windows Service!!! Have you any experience on that? I see that I can start
it via *.bat files...
>
We use the Java Service Wrapper which supports running the ESB as a
daemon process on Linux, Solaris etc. and as a Windows service.
[EMAIL PROTECTED]:~/java/wso2esb-1.6/bin$ ./wso2-esb-daemon.sh
Usage: ./wso2-esb-daemon.sh { console | start | stop | restart | status
| dump }
> I know the topic in the forum: http://wso2.org/forum/thread/1915, but
that doesn't fit for me!!!
>
I'm sorry but your question here is not clear for me.. are you running
the ESB as a WAR on another application server or start it standalone?
> I will use the Bus to administrate WebServices in an running
WebApplication, how can I plugIn there? Respectively I'd like to start and
stop the bus out of the WebApplication. More precisely the application is
running on JDK 1.4.2_13 and the bus needs
> JDK5.0!
>

----> the ESB will run seperate to the server application, but I'd like to
start and stop it from my server application.
----> the thing is that my server application is running under JDK 1.4.2_13
and the ESB needs JDK 1.5.x.
----> hope it becomes clearer :-)

Unless you have specific restrictions, I would suggest that you run your
ESB separate from other applications to enforce hard modularity - i.e.
you don't want your ESB to get stuck, even if your app server or a
mis-behaving application does.. Also, you will need to use JDK 1.5.x for
the ESB..

----> that is what I wanna do :-)

> Furthermore I bind an existing Webservice via Endpoint and Proxy
configuration on the bus, the problem here is that I will receive an error
by generation the WSDL
>
Your WSDL worked for me when attached as in the email attachment - note
that I have commented the import. Also note that the WSDL does not
contain a service..

asankha

<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
targetNamespace="urn:MyTestWSWsd/Config1/document"
xmlns:prt0="urn:MyTestWSWsd/MyTestWSVi/document" xmlns:soap="
http://schemas.xmlsoap.org/wsdl/soap/";>
  <!--<wsdl:import location="
http://localhost:50000/MyTestWS/Config1/porttypes?wsdl&amp;style=document";
namespace="urn:MyTestWSWsd/MyTestWSVi/document"/>-->
  <wsdl:binding name="Config1Binding" type="prt0:MyTestWSVi_Document">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http";
style="document"/>
    <wsdl:operation name="execute">
      <soap:operation soapAction=""/>
      <wsdl:input>
        <soap:body use="literal" parts="parameters"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
</wsdl:definitions>


_______________________________________________
Esb-java-user mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-user



_______________________________________________
Esb-java-user mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-user

Reply via email to