New Home Page Activity Feed

[WSFSPRING-7] Declare servlet.api as provided

JIRA - August 30, 2011 - 15:33
Declare servlet.api as provided Improvement Normal Open Unresolved Sanjaya Karunasena David Karlsen Fri, 20 Aug 2010 12:12:59 +0000 Fri, 20 Aug 2010 12:12:59 +0000 0 Estimated Complexity Novice Severity Major

[WSFSPRING-6] java.lang.NoSuchMethodError: org.apache.axis2.deployment.util.PhasesInfo.setINPhases(Ljava/util/ArrayList;)V

JIRA - August 30, 2011 - 15:33
java.lang.NoSuchMethodError: org.apache.axis2.deployment.util.PhasesInfo.setINPhases(Ljava/util/ArrayList;)V Bug High Open Unresolved Sanjaya Karunasena David Karlsen Fri, 20 Aug 2010 09:55:54 +0000 Mon, 31 Jan 2011 07:56:11 +0000 1 Current head seems to work fine with axis2 1.5.1 - any plans to release it? Recompiling the whole project with axis2 1.5.3 and spring 3.0.3 libraries I got this error:
java.io.IOException: Unable to load bytecode for class ...

Resolved adding serviceClass property bean definition for webservice class in applicationContext.xml:

                    <property name="serviceClass" value="it.sscenter.escape.ProcessManagment.ProcessServicesInterface"></property>

Changes required
- in SpringWebService.java: adding getter/setter methods getServiceClass() / setServiceClass()
- SpringAxis2Servlet.java: String clazz = springService.getServiceClass();

    @Autowired
    private WebServices servicesBean;

    SpringBeanAutowiringSupport.processInjectionBasedOnServletContext(this,servletConfig.getServletContext());

   Estimated Complexity Novice Severity Blocker

[WSFSPRING-5] Be more informative when lacking configuration

JIRA - August 30, 2011 - 15:33
Be more informative when lacking configuration Improvement Normal Open Unresolved Amila Suriarachchi David J. M. Karlsen Mon, 1 Mar 2010 17:27:16 +0000 Mon, 8 Mar 2010 06:18:00 +0000 0 0 minutes 0 minutes what is the missing file?

I tried with removing applicationContext.xml and axis2Config.xml
it gives a proper exception.

nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/axis2Config.xml]
Caused by: java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/axis2Config.xml]
at org.springframework.web.context.support.ServletContextResource.getInputStream(ServletContextResource.java:99)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:307)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:290)

[WSFSPRING-4] Add support to use custom wsdl file from META-INF (similar to org.apache.axis2.deployment.DeploymentEngine.DeploymentEngine)

JIRA - August 30, 2011 - 15:33
Add support to use custom wsdl file from META-INF (similar to org.apache.axis2.deployment.DeploymentEngine.DeploymentEngine) Improvement Normal Open Unresolved Sanjaya Karunasena Ruben Suarez Alvarez Thu, 17 Dec 2009 13:10:07 +0000 Thu, 17 Dec 2009 14:01:37 +0000 0 I forgot to specify SpringWebServiceBuilder patched is from wsf-spring version 1.5 Estimated Complexity Moderate Severity Minor

[WSFSPRING-3] org.apache.axiom.om.OMException: com.ctc.wstx.exc.WstxParsingException: Unexpected close tag </ax21:city>; expected </ns:return>

JIRA - August 30, 2011 - 15:33
org.apache.axiom.om.OMException: com.ctc.wstx.exc.WstxParsingException: Unexpected close tag ; expected Bug Normal Open Unresolved Sanjaya Karunasena Mazhar PAtel Sun, 18 Oct 2009 09:50:45 +0000 Sun, 18 Oct 2009 09:50:45 +0000 0 5 hours 5 hours Estimated Complexity Moderate Severity Major

[WSFSPRING-2] Using Custom WSDL files with Spring web services

JIRA - August 30, 2011 - 15:33
Using Custom WSDL files with Spring web services Improvement Low Open Unresolved Sanjaya Karunasena Eranga Jayasundera Sun, 16 Mar 2008 03:40:59 +0000 Thu, 17 Dec 2009 15:05:58 +0000 0 Could you please describe this patch bit more?

So this is not really a custom WSDL, it is to show the original WSDL as the developer wish to do so. Ability to auto generate the WSDL from the interface is just a feature we have inherited from Axis2.
Yes, but (as far as I know) currently WSF/Spring does not allow developers to show the original WSDL if they wish to do so. This patch gives that capability. You can see an alternative aproach here: https://wso2.org/jira/browse/WSFSPRING-4 Attachment License I agree to grant a license to WSO2 for this work for inclusion in WSO2 works as per the WSO2 Contributor License Agreement and the Apache License 2.0

[WSFSPRING-1] Excluding Selected Operations

JIRA - August 30, 2011 - 15:33
Excluding Selected Operations Improvement Low Resolved Fixed Tharindu Mathew Eranga Jayasundera Tue, 11 Mar 2008 09:08:53 +0000 Thu, 13 Mar 2008 07:43:11 +0000 Thu, 13 Mar 2008 07:43:11 +0000 0 Patch Commited successfully. Thank you for the patch Eranga. Attachment License I agree to grant a license to WSO2 for this work for inclusion in WSO2 works as per the WSO2 Contributor License Agreement and the Apache License 2.0

[WSFRUBY-72] Add support for ruby 1.9

JIRA - August 30, 2011 - 15:33
Add support for ruby 1.9 Improvement Normal Open Unresolved Dimuthu Gamage Geoff Jacobsen Wed, 2 Dec 2009 04:13:27 +0000 Wed, 2 Dec 2009 04:13:27 +0000 1.0.0 Alpha Current (nightly) 1.0.0 Beta 1.0.0 RC1 1.0.0 Build System / Linux Build System / Windows 0 Estimated Complexity Moderate Severity Major

[WSFRUBY-71] proxy operations for WSDL do not work

JIRA - August 30, 2011 - 15:33
proxy operations for WSDL do not work Bug High Resolved Fixed Dimuthu Gamage Igor DOlinsek Mon, 7 Sep 2009 14:45:26 +0000 Tue, 8 Sep 2009 08:16:05 +0000 Tue, 8 Sep 2009 08:16:05 +0000 0 Hi,
The xslts are not working correctly in your ruby installation. What is the ruby version you are using?

Dimuthu Dimuthu,

thanks for your hint!

I am running ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32].

Indeed I was using an outdated version of libxslt.dll and when I placed the libxslt.dll 1.1.24 in the wsf_c/lib directory the wsdl 2.0 sample executed successfully (client has got the expected results from the server).

However, I have noted some error messages in both server and client logfiles:

Sever log:
-----------------

[Tue Sep 08 09:27:28 2009] [error] ..\..\util\src\class_loader.c(161) dlerror reason: Something went wrong loading the DLL. If you happen to see this message, please note that getting the exact error form Windows is a TODO. And if possible please help fix it. :)
[Tue Sep 08 09:27:28 2009] [error] ..\..\util\src\class_loader.c(161) dlerror reason: Something went wrong loading the DLL. If you happen to see this message, please note that getting the exact error form Windows is a TODO. And if possibleplease help fix it. :)

client log:
-----------------
[Tue Sep 08 09:29:11 2009] [error] ..\..\util\src\class_loader.c(161) dlerror reason: Something went wrong loading the DLL. If you happen to see this message, please note that getting the exact error form Windows is a TODO. And if possible
please help fix it. :)
[Tue Sep 08 09:29:11 2009] [error] ..\..\util\src\class_loader.c(161) dlerror reason: Something went wrong loading the DLL. If you happen to see this message, please note that getting the exact error form Windows is a TODO. And if possibleplease help fix it. :)
[Tue Sep 08 09:29:11 2009] [error] ..\..\axiom\src\om\om_element.c(452) node or namespace or om_element is NULL


Am I still missing something?
I have the iconv.dll, zlib1.dll, libxml2.dll in my wsf_c/lib path.

Regards
Igor

This was a known issue in loading windows dlls in axis2/c 1.3 which is used in wsf/ruby 1.1.0. This was fixed in the latest axis2/c, (but wsf/ruby needed to alter to be compatible with axis2/c changes).

You can ignore that entry in the log and continue. So I'm marking this as fixed.

Dimuthu Estimated Complexity Moderate Severity Blocker

[WSFRUBY-70] Remove Hardcoding to Rails::CGIRequest

JIRA - August 30, 2011 - 15:33
Remove Hardcoding to Rails::CGIRequest Improvement High Open Unresolved Dimuthu Gamage Jürgen Mangler Sun, 18 Jan 2009 22:22:52 +0000 Sun, 18 Jan 2009 22:22:52 +0000 Current (nightly) WSService 0 4 hours 4 hours Attachment License I agree to grant a license to WSO2 for this work for inclusion in WSO2 works as per the WSO2 Contributor License Agreement and the Apache License 2.0 Estimated Complexity Novice Severity Major

[WSFRUBY-69] wsdl11to20.xsl10.xsl -> wsdl2sig.xslt

JIRA - August 30, 2011 - 15:33
wsdl11to20.xsl10.xsl -> wsdl2sig.xslt Bug Normal Open Unresolved Dimuthu Gamage Jürgen Mangler Mon, 12 Jan 2009 21:12:58 +0000 Mon, 12 Jan 2009 21:12:58 +0000 Current (nightly) 0 Estimated Complexity Moderate Severity Major

[WSFRUBY-68] Updating the HTTP Request handling code to the new WSF/C SVN changes

JIRA - August 30, 2011 - 15:33
Updating the HTTP Request handling code to the new WSF/C SVN changes New Feature Normal Open Unresolved Dimuthu Gamage Dimuthu Gamage Mon, 5 Jan 2009 09:50:44 +0000 Mon, 5 Jan 2009 09:50:44 +0000 0 Estimated Complexity Moderate Severity Major

[WSFRUBY-67] SAMLToken Support

JIRA - August 30, 2011 - 15:33
SAMLToken Support New Feature Normal Open Unresolved Dimuthu Gamage Timo Benk Mon, 13 Oct 2008 07:58:09 +0000 Mon, 13 Oct 2008 07:58:09 +0000 0 Estimated Complexity Moderate Severity Major

[WSFRUBY-66] Setting custom SOAP Header

JIRA - August 30, 2011 - 15:33
Setting custom SOAP Header New Feature Normal Open Unresolved Dimuthu Gamage Timo Benk Mon, 13 Oct 2008 07:54:29 +0000 Mon, 13 Oct 2008 07:54:29 +0000 0 Estimated Complexity Moderate Severity Major

[WSFRUBY-65] guththila utf-8 problem in ruby

JIRA - August 30, 2011 - 15:33
guththila utf-8 problem in ruby Bug Normal Open Unresolved Nandika Jayawardana Mats Staffansson Thu, 18 Sep 2008 09:28:21 +0000 Fri, 12 Jun 2009 08:37:54 +0000 1.0.0 Build System / Linux 0 Estimated Complexity Moderate

[WSFRUBY-64] Introducing 'CACert' option for the WSClient

JIRA - August 30, 2011 - 15:33
Introducing 'CACert' option for the WSClient Improvement Normal Open Unresolved Dimuthu Gamage Dimuthu Gamage Fri, 15 Aug 2008 09:02:16 +0000 Fri, 15 Aug 2008 09:02:16 +0000 0 Estimated Complexity Moderate

[WSFRUBY-63] Extend the client API to get and set http headers

JIRA - August 30, 2011 - 15:33
Extend the client API to get and set http headers Improvement Normal Open Unresolved Dimuthu Gamage Dimuthu Gamage Fri, 15 Aug 2008 08:57:12 +0000 Fri, 15 Aug 2008 08:57:12 +0000 Current (nightly) Current (nightly) 0 Estimated Complexity Moderate

[WSFRUBY-62] Fails in providing Multiple actions in wsservice for multi opeation service

JIRA - August 30, 2011 - 15:33
Fails in providing Multiple actions in wsservice for multi opeation service Bug Normal Resolved Fixed Dimuthu Gamage Dimuthu Gamage Fri, 11 Jul 2008 07:52:35 +0000 Fri, 11 Jul 2008 07:56:35 +0000 Fri, 11 Jul 2008 07:56:35 +0000 WSService 0 Fixed. rb_has_foreach is replaced with rb_iterate Estimated Complexity Moderate

[WSFRUBY-61] log file name appends to the existing log file name when i define a new log file for a different WSClient in the same class

JIRA - August 30, 2011 - 15:33
log file name appends to the existing log file name when i define a new log file for a different WSClient in the same class Bug Normal Open Unresolved Nandika Jayawardana Dushshantha Chandradasa Tue, 1 Jul 2008 06:08:50 +0000 Fri, 12 Jun 2009 08:38:12 +0000 Current (nightly) Current (nightly) 0 Could you please attach the Ruby code you used? Thanks in advance. Attached the file. Please note that this is a unit test file. Estimated Complexity Moderate

[WSFRUBY-60] Instructions for source dist installation are confucing

JIRA - August 30, 2011 - 15:33
Instructions for source dist installation are confucing Bug Lowest Open Unresolved Nandika Jayawardana Dushshantha Chandradasa Mon, 30 Jun 2008 06:17:45 +0000 Fri, 12 Jun 2009 08:38:26 +0000 Current (nightly) Current (nightly) 0 As i understand, We should have WSF/C installed in our system to build WSF/RUBY from source right? If so, It should be clearly mentioned in the README. Estimated Complexity Novice
Syndicate content
library project main code
Learn Cloud
Learn
Cloud

The WSO2 Application Server is a reliable application server that can host your enterprise web applications. The WSO2 Application Server as a Service is offered in StratosLive, the WSO2 Platform as a Service. This article explains how a simple web application can be developed and deployed from Carbon Studio to the WSO2 Application Server...

Latest Webinar
KeellsSuper is a leading supermarket chain with 50-plus outlets in Sri Lanka, and it offers the only online supermarket in the country. In 2005, JKH implemented SAP ERP across it’s 70 subsidiaries...
Thursday, February 16th 2012, 09.00 AM (PST)

Thursday, February 16th 2012, 10.00 AM (GMT)