Personalize
Events
ADS
Products

WSO2 mercury

0.9

WSO2 Mercury is a WS-ReliableMessaging specification implementation that uses Apache Axis2/Java as the SOAP engine.

WSO2 Identity Solution

1.5

WSO2 Identity Solution is a set of Relying Party components and an Identity Provider to enable CardSpace and OpenID authentication.

WSO2 Web Services Framework for Spring

1.0

WSO2 WSF/Spring integrates Apache Axis2 into Spring and provides a Code First approach to create Web Services for the Spring user.

WSO2 WSF/PHP

1.2.1

WSO2 WSF/PHP, a PHP extension used to provide and consume Web services in PHP.

WSO2 Mashup Server

1.0.2

WSO2 Mashup Server is a platform for creating, deploying, and consuming Web services Mashups.

WSO2 WSAS 2.2.1

2.2.1

WSO2 WSAS is an enterprise ready Web services engine powered by Apache Axis2. It is a lightweight, high performing platform for SOA

WSO2 Registry

1.0

WSO2 Registry is a Web 2.0 style registry and repository for storing resources and metadata.

WSO2 ESB

1.6

WSO2 ESB is a lightweight, XML and Web services centric ESB, based on Apache Synapse and Axis2.

WSO2 WSF C++

1.0.0

WSO2 WSF C++, a binding of WSO2 WSF/C into C++ is an extension for consuming Web Services in C++.

WSO2 User Manager

0.6

WSO2 User Manager is a library enabling user authentication and authorization in applications to be handled in a homogeneous manner.

WSO2 WSF/C

1.2.0

WSO2 WSF/C is a framework based on Apache Axis2/C, Rampart/C and Sandesha2/C for providing and consuming Web services in C.

WSO2 WSF/Ruby

1.0.0

WSO2 WSF/Ruby, a binding of WSO2 WSF/C into Ruby is an extension for consuming Web Services in Ruby.

WSO2 WSF/Perl

1.0.0

WSO2 WSF/Perl, a binding of WSO2 WSF/C into Perl is a Perl extension for consuming Web Services in Perl.

WSAS + J-Boss

Forums :

I'm trying to install WSAS with JBoss. I'm following the instructions in the documentation. I get an error when attempting to install WSAS to the container. Here's the error:

Copying "wso2wsas-derby-ds.xml" to "c:\jboss\server\default\deploy\wso2wsas-derb

y-ds.xml"

OK

 Installation failed : org.wso2.wsas.installer.InstallationException: Tomcat not

 found

org.wso2.wsas.installer.InstallationException: Tomcat not found

        at org.wso2.wsas.installer.JBossInstaller.copyServerXML(JBossInstaller.j

ava:194)

        at org.wso2.wsas.installer.JBossInstaller.install(JBossInstaller.java:15

4)

        at org.wso2.wsas.installer.ServletContainerInstallationMode.doInstallati

on(ServletContainerInstallationMode.java:123)

        at org.wso2.wsas.installer.InstallationManager.doInstallation(Installati

onManager.java:83)

        at org.wso2.wsas.installer.InstallationManager.main(InstallationManager.

java:92)

Do I need to install Derby?

beren

I think you are using a

I think you are using a version newer that JBoss 4.0.5. The WSAS JBoss installer is looking for jbossweb-tomcat55.sar in the JBoss deploy directory. So you will have to do a generic installation and configure your JBoss instance. More specifically, you will need to enable HTTPS in the JBOSS_HOME/server/default/deploy/jboss-web.deployer/server.xml file. Also you will need to register the WSAS DB data source. The WSAS installation docs explain what needs to be done.

Take a look at http://wso2.org/project/wsas/java/2.2.1/docs/installation_guide.html#JBoss

 

Regards

Afkham Azeez

JBoss 4.2.2

Yes I am using the most recent GA release of JBoss: 4.2.2

I guess this is not supported?

The files in those instructions are not present in the installation.

beren

Any plans for Jboss 4.2?

Are there any plans to provide an updated set of instructions for jboss 4.2.2?

I spent a bit of time today trying to get it to work, but can't seem to figure out all the steps and where stuff needs to be.

beren