You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by "Vinh Nguyen (JIRA)" <ji...@apache.org> on 2006/12/19 01:33:21 UTC

[jira] Created: (MUSE-167) all samples are broken out of the box, missing services.xml

all samples are broken out of the box, missing services.xml
-----------------------------------------------------------

                 Key: MUSE-167
                 URL: http://issues.apache.org/jira/browse/MUSE-167
             Project: Muse
          Issue Type: Bug
    Affects Versions: 2.1.0
         Environment: Muse 2.1.0, Tomcat  5.5, Apache 2.2, Eclipse 3.2.1, JDK 1.5.0
            Reporter: Vinh Nguyen
         Assigned To: Dan Jemiolo
            Priority: Minor


All samples for the latest Muse 2.1.0 release are broken and can't be run out of the box. The /config/services.xml file is missing, and the build.xml no longer looks for this file when generating the war.  Most of the samples worked fine out of the box in 2.0.0.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Commented: (MUSE-167) all samples are broken out of the box, missing services.xml

Posted by "Vinh Nguyen (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/MUSE-167?page=comments#action_12459809 ] 
            
Vinh Nguyen commented on MUSE-167:
----------------------------------

Ok, thanks Dan. I didn't realize the new design change from Axis2-based to a scaled down version.  I just looked thru the 2.1.0 tutorials and see the new descriptions, too.  Thanks!

> all samples are broken out of the box, missing services.xml
> -----------------------------------------------------------
>
>                 Key: MUSE-167
>                 URL: http://issues.apache.org/jira/browse/MUSE-167
>             Project: Muse
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>         Environment: Muse 2.1.0, Tomcat  5.5, Apache 2.2, Eclipse 3.2.1, JDK 1.5.0
>            Reporter: Vinh Nguyen
>         Assigned To: Dan Jemiolo
>            Priority: Minor
>
> All samples for the latest Muse 2.1.0 release are broken and can't be run out of the box. The /config/services.xml file is missing, and the build.xml no longer looks for this file when generating the war.  Most of the samples worked fine out of the box in 2.0.0.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Commented: (MUSE-167) all samples are broken out of the box, missing services.xml

Posted by "Dan Jemiolo (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/MUSE-167?page=comments#action_12459641 ] 
            
Dan Jemiolo commented on MUSE-167:
----------------------------------

The samples are built to use the new "Mini SOAP engine" we created for constrained devices (or anyone who just wanted a smaller footprint). When you run Ant on the build.xml file, it should create a valid WAR with the muse-platform-mini-2.1.0.jar in WEB-INF/lib and a web.xml file that references our servlet. The services.xml file is an Axis2-specific artifact, so it's not needed here.

I imagine the samples may not run if you try and overlay them on an existing Axis2 1.1 snapshot build and/or an old generated project. But then, that is not really "out of the box". ;-)  If you cannot use Ant to build a WAR file, deploy that WAR directly on Tomcat, and run a test client against it as intended, then there's definitely a problem. But the samples, in the interest of simplicity and demonstrating the new deployment option, don't need the rest of the Axis2 stuff.

When you want to use wsdl2java to generate your own Axis2 projects, use the -axis2 flag. OSGi projects still have the -osgi flag. Mini projects have the -mini flag (and are the default option).


> all samples are broken out of the box, missing services.xml
> -----------------------------------------------------------
>
>                 Key: MUSE-167
>                 URL: http://issues.apache.org/jira/browse/MUSE-167
>             Project: Muse
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>         Environment: Muse 2.1.0, Tomcat  5.5, Apache 2.2, Eclipse 3.2.1, JDK 1.5.0
>            Reporter: Vinh Nguyen
>         Assigned To: Dan Jemiolo
>            Priority: Minor
>
> All samples for the latest Muse 2.1.0 release are broken and can't be run out of the box. The /config/services.xml file is missing, and the build.xml no longer looks for this file when generating the war.  Most of the samples worked fine out of the box in 2.0.0.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org


[jira] Closed: (MUSE-167) all samples are broken out of the box, missing services.xml

Posted by "Dan Jemiolo (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/MUSE-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Jemiolo closed MUSE-167.
----------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.0

If you find new sample problems, please open a new JIRA.

> all samples are broken out of the box, missing services.xml
> -----------------------------------------------------------
>
>                 Key: MUSE-167
>                 URL: http://issues.apache.org/jira/browse/MUSE-167
>             Project: Muse
>          Issue Type: Bug
>    Affects Versions: 2.1.0
>         Environment: Muse 2.1.0, Tomcat  5.5, Apache 2.2, Eclipse 3.2.1, JDK 1.5.0
>            Reporter: Vinh Nguyen
>         Assigned To: Dan Jemiolo
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> All samples for the latest Muse 2.1.0 release are broken and can't be run out of the box. The /config/services.xml file is missing, and the build.xml no longer looks for this file when generating the war.  Most of the samples worked fine out of the box in 2.0.0.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org