Questions tagged [wso2-as]
70 questions
3
votes
0 answers
WSO2 car package ignoring dependencies of Web Application
I am using WSO2 Developer Studio and currently have a Web Application and a WSO2 Composite Application Project. The Car Project contains the web application as a dependency. I also have included tiles dependency to the maven pom file of my web…

Pavan Andhukuri
- 1,547
- 3
- 23
- 49
2
votes
0 answers
java.lang.InstantiationError: org.apache.axis2.databinding.ADBDataSource
I am trying to develop a web app using eclipse IDE and Apache Tomcat (7). When I deploy the .WAR file on wso2 AS and open the url, I get this error every time inspite of using the same versions of axis2 for building and generating the code. Any help…

IS RESEARCHES
- 23
- 5
2
votes
1 answer
WSO2 (AS v5.3.0 )Http Session Replication doesn't work
I'm trying to setup Http Session Replication based on WSO2 AS cluster (v5.3.0).
but it doesn't work . (guide: https://docs.wso2.com/display/AS520/Clustering+and+Http+Session+Replication)
Any one can help?
Here is the stack trace for the…

sdev
- 113
- 1
- 9
2
votes
1 answer
WSO2 AS (5.3.0) - "Deployment Synchronizer" page Not found
I followed the official guide to set up a cluster (Clustering AS 5.3.0) (https://docs.wso2.com/display/CLUSTER44x/Clustering+AS+5.3.0).
and also configured the SVN-based Deployment Synchronizer.
but i cannot found the "Deployment Synchronizer" page…

sdev
- 113
- 1
- 9
2
votes
3 answers
WSO2-AS Error when passing date to create solr date format.java.text.ParseException
I just download the archive of wso2as 5.3.0 and start on windows 10:
[2016-02-10 11:11:20,789] INFO {org.wso2.carbon.core.internal.CarbonCoreActivator} - Starting WSO2 Carbon...
[2016-02-10 11:11:20,791] INFO…

Justino
- 21
- 2
2
votes
0 answers
JNDI DB Connection fails from WSO2 Data Source but works in context.xml
I'm writing a small webservice that will persist data in a database. I'm using WSO2 Application Server 5.2.1 and Oracle Database XE 11g and developing/testing on Windows 7.
When I create a Resource in…

M. Da
- 61
- 1
- 9
2
votes
0 answers
How to upload file in Restful Service - JAX-RS
I want to implement a Restful service to upload a file. Following is what I have done so far. I can't get the file.
Service Interface
@POST
@Consumes(MediaType.MULTIPART_FORM_DATA)
@Path("/upload-ifc")
public boolean uploadIfcFile(Attachment…

Isuru Gunawardana
- 2,847
- 6
- 28
- 60
2
votes
1 answer
Marshalling/Unmarshalling java.util.Date to Json in jax rs
I am using jaxb and Date adapter. But the response doesn't contain the date.
@XmlRootElement(name = "project")
public class Project implements Serializable {
private static final long serialVersionUID = -6462790408417409266L;
private long…

Isuru Gunawardana
- 2,847
- 6
- 28
- 60
2
votes
0 answers
How can I deploy my web application war, which have many dependencies in WSO2 AS 5.2.1
I am trying to upload my web application.war to wso2 as 5.2.1 and when I did that, it displayed in the console the following error message. How can I fix it?
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in…

Dausbel Torreblanca
- 21
- 2
2
votes
1 answer
advantage of WSO2 AS instead of other application servers
Why would anyone use WSO2 Application Server instead of other application servers?
I rather encountered only problems with it, mainly due to class loading issues, so I would appreciate if someone could point out what are the advantages or the use…

user8658912
- 1,572
- 12
- 17
1
vote
0 answers
Installation of wso2 application server 5.3.0
I am trying to install wso2 application server version 5.3.0. Jdk version 1.8.0_102. But I am getting "Error: Could not find or load main class 2\Web"
I have tried installing wso2as 2.5.1 also along with JDK 1.8.0_72 as described in my university…

SK16
- 623
- 8
- 17
1
vote
1 answer
Is it possible to replace org.apache.axis2.wso2 artifacts with org.apache.axis2 artifacts?
folks!
I need to update artifacts in a project that is running on wso2 server.
There were used wso2 specific artifacts like org.apache.axis2.wso2 or org.apache.ws.commons.axiom.wso2.
If I want to replace these wso2 specific artifacts with more…

lenineo
- 13
- 2
1
vote
0 answers
AxisFault: Missing wsse:Security header in request
I'm trying to build an application with a WSO2 Application server and Identity server.
the soap server which is based on Axis2 Framework needs to have WS-Trust based Authentication. For learning, I'm following this blog…

Mukesh Yadav
- 2,256
- 2
- 33
- 51
1
vote
1 answer
maven dependency for "org.wso2.carbon.databridge.agent.thrift"
I am using "org.wso2.carbon.databridge.agent.thrift-4.2.0" and ran into version conflictions regarding two dependents packages "xercesImpl-2.6.2" and "slf4j"
as a temporary solution I have to exclude the orignal version, (see below pom.xml)…

George Wang
- 765
- 2
- 13
- 28
1
vote
0 answers
WSO2 AS - Secure Vault in webapp and jndi
I want to store a password for an api endpoint that will be used for any webapps.
In the file catalina-server.xml I put the following configuration
...

Rodolpho Freire
- 210
- 2
- 10