Questions tagged [wso2-as]
70 questions
1
vote
0 answers
Trying to deploy a Spring Service on WSO2 Application Service
I'm trying to deploy a Spring Service in WSO2 Application Service. I did THIS tutorial and the app works fine on Eclipse, but when I try to deploy it on WSO2 I get this error:
Cannot load Spring beans. Please check the Spring context
…

Carlos Rivero
- 342
- 2
- 17
1
vote
1 answer
Cannot use WSO2 ESB and AS simultaneously even after changing offset
I extracted ESB and AS, and opened up the repository/conf/carbon.xml file of the ESB >> “Ports” configuration. Change the “Offset” setting from 0 to 1.
I can run both of them on different ports 9443 & 9444. When I try to login to both of them,…

John Seen
- 701
- 4
- 15
- 31
1
vote
1 answer
How to deploy web application to WSO2-AS (cluster mode)
I followed the official guide to set up a cluster (Clustering AS 5.3.0) (https://docs.wso2.com/display/CLUSTER420/Setting+up+a+Cluster).
But eventually, I could not reach the management page with https://localhost:9443/carbon, and the
Manager Node…

sdev
- 113
- 1
- 9
1
vote
1 answer
WSO2 - Clustering AS on Custom Polling Applications
We have developed a custom JAX-WS application that essentially achieves two things.
Exposes a few web service methods to perform some functionality.
Utilizes org.quartz.Scheduler to schedule and execute some polling tasks that monitors and…

MrT
- 57
- 6
1
vote
1 answer
WSO2 AS how to customize json provider
I have a JAX-RS Web App created by wso2 Studio. In my app I produce a json response. The JSON provider should be included in the cfx library.
From cfx documentation I read that I can personalize my provider for delete RootElement from my JSON…

Elia
- 1,417
- 1
- 18
- 28
1
vote
1 answer
WSO2 ESB -Android Push Notification
Could you please anyone suggest steps for Android Push notification process using wso2 esb
Thanks In advance

Shreya Dey
- 21
- 1
- 4
1
vote
1 answer
How to get value of 'CARBON_HOME' in java code
I was trying to implement an Axis2 service that receives user requests and publishes them as events to a CEP using carbon databridge thrift (via 'org.wso2.carbon.databridge.agent.thrift.DataPublisher')
I followed the code sample provided in…

George Wang
- 765
- 2
- 13
- 28
1
vote
1 answer
Connect between WSO2 ESB and AM
I wanted to connect WSO2 ESB's Health Care Proxy Sample to API Manager.
But i failed to connect two products.
I installed 3 WSO2 product(APIM, ESB and AS) in one local machine(Windows 7 64bit, java7) and gave different offset per product (APIM is…

Julian Lee
- 79
- 1
- 8
1
vote
1 answer
Puppet fill template values using params.pp complex data structures
I have the following data structure in my params.pp file at /etc/puppet/modules/appserver/manifests
class appserver::params {
$servers = {
appserver-mgr => { axis2 => {subDomain => 'mgt',},
…

Suhan Dharmasuriya
- 303
- 6
- 21
1
vote
0 answers
WSO2 when I am running on MAC OS X Maverics, I am seeing strange ip address used by WSO2AS and WSO2AM,
May I know how to configure to use my local ip address 192.168.2.1, initially it worked like that only but when started AS and AM one after one I am getting like this.
[2013-11-22 21:18:25,123] INFO - CarbonUIServiceComponent API Publisher Default…

Venkateswararao T
- 305
- 1
- 13
1
vote
2 answers
wso2 what is default username and password for pizza shack sample
I compiled pizza shack sample application and deployed directly on WSO2 Application Server. But I am not able to get in, as I don't know default username and password for the same. Please help me.

Venkateswararao T
- 305
- 1
- 13
1
vote
2 answers
WSO2 application server 5.1.0 - implications of keys and keystores?
The WSO2 Application Server wiki documentation describes how to manage keys and keystore: wiki link.
However, the documentation does not describe WHY or WHEN you would manage the keys and keystores using the Carbon UI.
The Carbon user interface…

Chris Snow
- 23,813
- 35
- 144
- 309
0
votes
0 answers
wso2 integration with orion and Authzforce and access control
Good, I would like to create a scenario where Orion has several entities, and from a request to WSO2 to check that the user or agent has authorization with a series of policies. And in case it has authorization redirect the WSO2 request to…

Fernando Ramos
- 1
- 1
0
votes
0 answers
Wso2is cluster wrong doc
I’m following this doc:
https://docs.wso2.com/m/view-rendered-page.action?abstractPageId=85367416.
But i’m very confuse because :
in the carbon.xml it tells to write wso2.is.com like alias.
in the site.json and web.xml to write is.wso2.com
and at…

Antonio Grimaldi
- 43
- 6
0
votes
1 answer
WSO2 Developer studio AS 3.8.0 / Developer Studio EI 1.1.0 - Confused
Am using EI 6.1.1 for which using the Developer Studio EI 1.1.0.
I will be using AS 5.3.0 for which the Developer studio download points to Developer Studio AS 3.8.0.
Download links provide two zip files (as of…

MaMuDragon
- 95
- 2
- 12