[Dev] Share a Data Source Created from UI Globally

2014-06-06 Thread Isuru Haththotuwa
Hi,

Currently if we create a DataSource from the UI is is persisted in the
config space in registry. If we need to $subject, across all clusters, is
there a recommended way to do this?

-- 
Thanks and Regards,

Isuru H.
+94 716 358 048* http://wso2.com/*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GIT]G-Reg 5 startup error due to Identity components.

2014-06-06 Thread Chandana Napagoda
Hi All,

I am getting below error while starting the G-Reg server.

[2014-06-06 11:04:01,667] ERROR
{org.wso2.carbon.identity.thrift.authentication.internal.util.ThriftAuthenticationConfigParser}
-  Error while loading Thrift Authentication Configurations
java.io.FileNotFoundException: Thrift Authentication configuration file -
thrift-authentication.xml cannot be found
at
org.wso2.carbon.identity.thrift.authentication.internal.util.ThriftAuthenticationConfigParser.buildConfiguration(ThriftAuthenticationConfigParser.java:107)
at
org.wso2.carbon.identity.thrift.authentication.internal.util.ThriftAuthenticationConfigParser.init(ThriftAuthenticationConfigParser.java:51)
at
org.wso2.carbon.identity.thrift.authentication.internal.util.ThriftAuthenticationConfigParser.getInstance(ThriftAuthenticationConfigParser.java:62)
at
org.wso2.carbon.identity.thrift.authentication.internal.ThriftAuthenticationServiceComponent.startThriftTcpAuthenticatorService(ThriftAuthenticationServiceComponent.java:203)
at
org.wso2.carbon.identity.thrift.authentication.internal.ThriftAuthenticationServiceComponent.startThriftServices(ThriftAuthenticationServiceComponent.java:167)
at
org.wso2.carbon.identity.thrift.authentication.internal.ThriftAuthenticationServiceComponent.activate(ThriftAuthenticationServiceComponent.java:108)

What is the feature should copy this to the distribution? Any idea?

Regards,
Chandana


On Tue, May 6, 2014 at 2:17 PM, Sagara Gunathunga sag...@wso2.com wrote:



 I get same exception while installing APIM features on AS 5.3.0 SNAPSHOT
 version, Suho suggested me to copy following file[1] into conf directory to
 get rid of this issue.

 @Johan/Ruwan/Suho,

 Can you please automate the task so that it will copy this file during the
 feature installation   ?

 [1] -
 https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/components/identity/org.wso2.carbon.identity.thrift.authentication/4.2.2/src/main/resources
 /thrift-authentication.xml

 Thanks !


 On Fri, May 2, 2014 at 11:25 AM, Ajith Vitharana aji...@wso2.com wrote:

 Hi All,

 I'm getting following error. The exception doesn't say the file name :) ,
 So we need to open the code and find the file name.
 it is  thrift-authentication.xml, where this file should go and  what is
 the  feature should copy this to distribution ?

 [2014-05-02 11:02:34,621] ERROR
 {org.wso2.carbon.identity.thrift.authentication.internal.ThriftAuthenticationServiceComponent}
 -  Error in starting Thrift Authentication Service
 org.wso2.carbon.base.ServerConfigurationException: Error while loading
 Identity Configurations
  at
 org.wso2.carbon.identity.thrift.authentication.internal.util.ThriftAuthenticationConfigParser.init(ThriftAuthenticationConfigParser.java:54)
 at
 org.wso2.carbon.identity.thrift.authentication.internal.util.ThriftAuthenticationConfigParser.getInstance(ThriftAuthenticationConfigParser.java:62)
  at
 org.wso2.carbon.identity.thrift.authentication.internal.ThriftAuthenticationServiceComponent.startThriftTcpAuthenticatorService(ThriftAuthenticationServiceComponent.java:203)
  at
 org.wso2.carbon.identity.thrift.authentication.internal.ThriftAuthenticationServiceComponent.startThriftServices(ThriftAuthenticationServiceComponent.java:167)
  at
 org.wso2.carbon.identity.thrift.authentication.internal.ThriftAuthenticationServiceComponent.activate(ThriftAuthenticationServiceComponent.java:108)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
 at
 org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260)
  at
 org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146)
 at
 org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:347)
  at
 org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620)
 at
 org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197)
  at
 org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343)
 at
 org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222)
  at
 org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
 at
 org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
  at
 org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
 at
 org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
  at
 org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
 at
 

[Dev] Read property file using Jaggery

2014-06-06 Thread Dinesh Bandara
Hi,

In private PaaS web console we are providing a link to a BAM dashboard.
Currently BAM ip and port is not configurable. Since web console is a
jaggery application and I'm working on to read that configuration from a
property file (Stratos_home/repository/cartridge-config.properties),

For that I'm using simple file read. Is there any better option to read
already existing property file which is already used by carbon component
using jaggery?

Please advise.

Thanks

-- 
*Dinesh Bandara*
Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Share a Data Source Created from UI Globally

2014-06-06 Thread Anjana Fernando
Hi Isuru,

As we chatted offline, for this to work, we need the cross cluster
communication working, and also, we need governance registry caching
working also, because at the moment, the 15 mins cache validation interval
is a problem for adding the data sources globally.

Cheers,
Anjana.


On Fri, Jun 6, 2014 at 12:30 PM, Isuru Haththotuwa isu...@wso2.com wrote:

 Hi,

 Currently if we create a DataSource from the UI is is persisted in the
 config space in registry. If we need to $subject, across all clusters, is
 there a recommended way to do this?

 --
 Thanks and Regards,

 Isuru H.
 +94 716 358 048* http://wso2.com/*





-- 
*Anjana Fernando*
Senior Technical Lead
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Share a Data Source Created from UI Globally

2014-06-06 Thread Isuru Haththotuwa
Thanks a lot Anjana.


On Fri, Jun 6, 2014 at 1:14 PM, Anjana Fernando anj...@wso2.com wrote:

 Hi Isuru,

 As we chatted offline, for this to work, we need the cross cluster
 communication working, and also, we need governance registry caching
 working also, because at the moment, the 15 mins cache validation interval
 is a problem for adding the data sources globally.

 Cheers,
 Anjana.


 On Fri, Jun 6, 2014 at 12:30 PM, Isuru Haththotuwa isu...@wso2.com
 wrote:

 Hi,

 Currently if we create a DataSource from the UI is is persisted in the
 config space in registry. If we need to $subject, across all clusters, is
 there a recommended way to do this?

 --
 Thanks and Regards,

 Isuru H.
 +94 716 358 048* http://wso2.com/*





 --
 *Anjana Fernando*
 Senior Technical Lead
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware




-- 
Thanks and Regards,

Isuru H.
+94 716 358 048* http://wso2.com/*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Read property file using Jaggery

2014-06-06 Thread madhuka udantha
Hi,

You can try below way, here is sample code[1]. There are some other way for
$subject also.
var conf = carbon.server.loadConfig(config file)

[1] https://github.com/wso2/ues/blob/master/modules/apps/portal/app.js
On Fri, Jun 6, 2014 at 12:51 PM, Dinesh Bandara dine...@wso2.com wrote:

 carbon





-- 
Cheers,
Madhuka Udantha
http://madhukaudantha.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Share a Data Source Created from UI Globally

2014-06-06 Thread Amila Maha Arachchi
Hi Anjana,

How does cross cluster communication solves this. Ideally each cluster
should have a separate config registry. So, how a datasource created in one
config registry, appears in another config registry?




On Fri, Jun 6, 2014 at 1:14 PM, Anjana Fernando anj...@wso2.com wrote:

 Hi Isuru,

 As we chatted offline, for this to work, we need the cross cluster
 communication working, and also, we need governance registry caching
 working also, because at the moment, the 15 mins cache validation interval
 is a problem for adding the data sources globally.

 Cheers,
 Anjana.


 On Fri, Jun 6, 2014 at 12:30 PM, Isuru Haththotuwa isu...@wso2.com
 wrote:

 Hi,

 Currently if we create a DataSource from the UI is is persisted in the
 config space in registry. If we need to $subject, across all clusters, is
 there a recommended way to do this?

 --
 Thanks and Regards,

 Isuru H.
 +94 716 358 048* http://wso2.com/*





 --
 *Anjana Fernando*
 Senior Technical Lead
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware




-- 
*Amila Maharachchi*
Senior Technical Lead
WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Share a Data Source Created from UI Globally

2014-06-06 Thread Anjana Fernando
Hi Amila,

No we need both, that is, we need to put the data source in governance
registry, and with that, we need to resolve the caching issues, and then,
to notify other nodes about the addition/editing of data sources, we need
cluster communication between clusters.

Cheers,
Anjana.


On Fri, Jun 6, 2014 at 2:05 PM, Amila Maha Arachchi ami...@wso2.com wrote:

 Hi Anjana,

 How does cross cluster communication solves this. Ideally each cluster
 should have a separate config registry. So, how a datasource created in one
 config registry, appears in another config registry?




 On Fri, Jun 6, 2014 at 1:14 PM, Anjana Fernando anj...@wso2.com wrote:

 Hi Isuru,

 As we chatted offline, for this to work, we need the cross cluster
 communication working, and also, we need governance registry caching
 working also, because at the moment, the 15 mins cache validation interval
 is a problem for adding the data sources globally.

 Cheers,
 Anjana.


 On Fri, Jun 6, 2014 at 12:30 PM, Isuru Haththotuwa isu...@wso2.com
 wrote:

 Hi,

 Currently if we create a DataSource from the UI is is persisted in the
 config space in registry. If we need to $subject, across all clusters, is
 there a recommended way to do this?

 --
 Thanks and Regards,

 Isuru H.
 +94 716 358 048* http://wso2.com/*





 --
 *Anjana Fernando*
 Senior Technical Lead
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware




 --
 *Amila Maharachchi*
 Senior Technical Lead
 WSO2, Inc.; http://wso2.com

 Blog: http://maharachchi.blogspot.com
 Mobile: +94719371446




-- 
*Anjana Fernando*
Senior Technical Lead
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Review and merge the pull request for carbon-utils and carbon-storage-management

2014-06-06 Thread Rajith Vitharana
adding Prabath


On Wed, Jun 4, 2014 at 3:30 PM, Rajith Vitharana raji...@wso2.com wrote:

 H,

 Although repo maintainers receive email when ever pull request is sent, I
 think it would be great if we can maintain a document for this.

 Thanks,


 On Wed, Jun 4, 2014 at 11:30 AM, Kasun Gajasinghe kas...@wso2.com wrote:




 On Wed, Jun 4, 2014 at 8:56 AM, Rajith Vitharana raji...@wso2.com
 wrote:

 Hi Kasun,

 Sorry for the inconvenience. Is there any document stating the relevant
 repo maintainers for each Git repo?


 Not as I know of. But we should create one.

 Whenever you send a pull request, the repo maintainers receive an e-mail
 automatically.


 The PR [1] is there because org.wso2.carbon.reporting.feature is
 needed in BAM.

 Thanks,


 On Tue, Jun 3, 2014 at 7:24 PM, Kasun Gajasinghe kas...@wso2.com
 wrote:

 Hi Rajith,

 I cannot merge changes to carbon-storage-management. Please contact the
 relevant repo maintainers.

 Can you explain the reason for your PR [1]?

 Thanks,
 KasunG


 On Tue, Jun 3, 2014 at 6:37 PM, Rajith Vitharana raji...@wso2.com
 wrote:

 Hi,

 Please do $subject for [1] and [2]

 [1] https://github.com/wso2-dev/carbon-utils/pull/1
 [2] https://github.com/wso2-dev/carbon-storage-management/pull/1

 Thanks

 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/




 --

 *Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc.
 email: kasung AT spamfree wso2.com
 linked-in: http://lk.linkedin.com/in/gajasinghe
 blog: http://kasunbg.org






 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/




 --

 *Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc.
 email: kasung AT spamfree wso2.com
 linked-in: http://lk.linkedin.com/in/gajasinghe
 blog: http://kasunbg.org






 --
 Rajith Vitharana

 Software Engineer,
 WSO2 Inc. : wso2.com
 Mobile : +94715883223
 Blog : http://lankavitharana.blogspot.com/




-- 
Rajith Vitharana

Software Engineer,
WSO2 Inc. : wso2.com
Mobile : +94715883223
Blog : http://lankavitharana.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [AM-1.7]Remove the migrations scripts/guide from the disrtibution

2014-06-06 Thread Ajith Vitharana
Hi AM team,

It is good to place the those scrips/guide out of the distribution and
place some other place like SVN.

The reasons are,

1. It is not useful for the user  who start first time with AM.
2. We have full fights to fix the bugs in scripts/guides even after the
release.

migration-1.0.0_to_1.2.0
migration-1.2.0_to_1.3.0
migration-1.3.0_to_1.4.0
migration-1.4.0_to_1.5.0
migration-1.5.0_to_1.6.0
migration-1.6.0_to_1.7.0

WDYT ?

Thanks
Ajith
-- 
Ajith Vitharana.
WSO2 Inc. - http://wso2.org
Email  :  aji...@wso2.com
Mobile : +94772217350
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [API-M] [1.7.0] Can't create API's with previously used API names.

2014-06-06 Thread Nalin Chandraratne
Hi,

I encountered an issue when trying to create an API with a previously used
but deleted API name. The error actually occurs when trying to generate the
key after subscription.

I wrote a java client using the provided API-M REST API to do the basic
operations and when trying to generate the key, following error occurs.

ERROR - ApiMgtDAO Error occurred while creating an Application Registration
Entry for Application : DefaultApplication
org.h2.jdbc.JdbcSQLException: Unique index or primary key violation:
PRIMARY_KEY_AF ON PUBLIC.AM_APPLICATION_KEY_MAPPING(APPLICATION_ID,
KEY_TYPE); SQL statement:
INSERT INTO AM_APPLICATION_KEY_MAPPING (APPLICATION_ID,KEY_TYPE,STATE)
VALUES(?,?,?) [23001-140]

When trying to do the same thing manually using API-M publisher UI the
console gives the following message.


​

The API manager console prints,

ERROR - UserAwareAPIProvider Failed to get API from :
/apimgt/applicationdata/provider/test-AT-test.com/test/1/api
org.wso2.carbon.registry.core.exceptions.ResourceNotFoundException:
Resource does not exist at path
/_system/governance/apimgt/applicationdata/provider/test-AT-test.com/test/1/api


It seems like although the API got deleted, the associated application key
does not get removed from the AM_APPLICATION_KEY_MAPPING table.

Thanks.




Nalin Chamara
Software Engineer
071-56-147-56
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GIT]G-Reg 5 startup error due to Identity components.

2014-06-06 Thread Darshana Gunawardana
Hi,

Have a look into the issue and found this requirement of requiring
thrift-authentication.xml inherited from
org.wso2.carbon.apimgt.core.feature. The feature who bundles
thrift.authenticator jar should also pack
this thrift-authentication.xml using p2.inf..

And when looked why this issue doesn't happens in turing branch, it was
found that all products using thrift.authenticator.4.2.1 (which is the
previous version to new file has been introduced). But in the appmanager
product, they using new thrift.authenticator.4.2.2 version and they
overcome the issue by including external into product level conf
directory[1] and packing to the pack using bin.xml.

But i believe the way we do currently not the right way. Ideally it should
have thrift.authenticator feature and all others parties needed that
feature should be include an importFeatureDef to thrift.authenticator
feature..

I'll take into this into account while merging identity components into the
git.. Please let know if this should be changed..

Thanks,

[1]
https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/appmgt/1.0.0/config/


On Fri, Jun 6, 2014 at 12:41 PM, Chandana Napagoda chand...@wso2.com
wrote:

 Hi All,

 I am getting below error while starting the G-Reg server.

 [2014-06-06 11:04:01,667] ERROR
 {org.wso2.carbon.identity.thrift.authentication.internal.util.ThriftAuthenticationConfigParser}
 -  Error while loading Thrift Authentication Configurations
 java.io.FileNotFoundException: Thrift Authentication configuration file -
 thrift-authentication.xml cannot be found
 at
 org.wso2.carbon.identity.thrift.authentication.internal.util.ThriftAuthenticationConfigParser.buildConfiguration(ThriftAuthenticationConfigParser.java:107)

 at
 org.wso2.carbon.identity.thrift.authentication.internal.util.ThriftAuthenticationConfigParser.init(ThriftAuthenticationConfigParser.java:51)
 at
 org.wso2.carbon.identity.thrift.authentication.internal.util.ThriftAuthenticationConfigParser.getInstance(ThriftAuthenticationConfigParser.java:62)
 at
 org.wso2.carbon.identity.thrift.authentication.internal.ThriftAuthenticationServiceComponent.startThriftTcpAuthenticatorService(ThriftAuthenticationServiceComponent.java:203)
 at
 org.wso2.carbon.identity.thrift.authentication.internal.ThriftAuthenticationServiceComponent.startThriftServices(ThriftAuthenticationServiceComponent.java:167)
 at
 org.wso2.carbon.identity.thrift.authentication.internal.ThriftAuthenticationServiceComponent.activate(ThriftAuthenticationServiceComponent.java:108)

 What is the feature should copy this to the distribution? Any idea?





 Regards,
 Chandana


 On Tue, May 6, 2014 at 2:17 PM, Sagara Gunathunga sag...@wso2.com wrote:



 I get same exception while installing APIM features on AS 5.3.0 SNAPSHOT
 version, Suho suggested me to copy following file[1] into conf directory to
 get rid of this issue.

 @Johan/Ruwan/Suho,

 Can you please automate the task so that it will copy this file during
 the feature installation   ?

 [1] -
 https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/components/identity/org.wso2.carbon.identity.thrift.authentication/4.2.2/src/main/resources
 /thrift-authentication.xml

 Thanks !


 On Fri, May 2, 2014 at 11:25 AM, Ajith Vitharana aji...@wso2.com wrote:

 Hi All,

 I'm getting following error. The exception doesn't say the file name :)
 , So we need to open the code and find the file name.
 it is  thrift-authentication.xml, where this file should go and  what is
 the  feature should copy this to distribution ?

 [2014-05-02 11:02:34,621] ERROR
 {org.wso2.carbon.identity.thrift.authentication.internal.ThriftAuthenticationServiceComponent}
 -  Error in starting Thrift Authentication Service
 org.wso2.carbon.base.ServerConfigurationException: Error while loading
 Identity Configurations
  at
 org.wso2.carbon.identity.thrift.authentication.internal.util.ThriftAuthenticationConfigParser.init(ThriftAuthenticationConfigParser.java:54)
 at
 org.wso2.carbon.identity.thrift.authentication.internal.util.ThriftAuthenticationConfigParser.getInstance(ThriftAuthenticationConfigParser.java:62)
  at
 org.wso2.carbon.identity.thrift.authentication.internal.ThriftAuthenticationServiceComponent.startThriftTcpAuthenticatorService(ThriftAuthenticationServiceComponent.java:203)
  at
 org.wso2.carbon.identity.thrift.authentication.internal.ThriftAuthenticationServiceComponent.startThriftServices(ThriftAuthenticationServiceComponent.java:167)
  at
 org.wso2.carbon.identity.thrift.authentication.internal.ThriftAuthenticationServiceComponent.activate(ThriftAuthenticationServiceComponent.java:108)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  at java.lang.reflect.Method.invoke(Method.java:597)
 at
 

Re: [Dev] Read property file using Jaggery

2014-06-06 Thread Dinesh Bandara
Hi Madhuka,

Thanks for the info.
Since this property file already used by carbon component, properties are
export as system properties. Therefore I have used process module to read
system properties.

Thanks


On Fri, Jun 6, 2014 at 1:53 PM, madhuka udantha madhukaudan...@gmail.com
wrote:

 Hi,

 You can try below way, here is sample code[1]. There are some other way
 for $subject also.
  var conf = carbon.server.loadConfig(config file)

 [1] https://github.com/wso2/ues/blob/master/modules/apps/portal/app.js
 On Fri, Jun 6, 2014 at 12:51 PM, Dinesh Bandara dine...@wso2.com wrote:

 carbon





 --
 Cheers,
 Madhuka Udantha
 http://madhukaudantha.blogspot.com




-- 
*Dinesh Bandara*
Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 Identity Server with Spring Security SAML

2014-06-06 Thread chris snow
Hi Guys,

Does WSO2 IS work out of the box with the Spring Security SAML filter [1]?

Are there any blog pages that describe how to configure this combination?

Many thanks,

Chris

---
[1] http://projects.spring.io/spring-security-saml/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [AM-1.7]Remove the migrations scripts/guide from the disrtibution

2014-06-06 Thread Lakmali Baminiwatta
Hi Ajith,


On 6 June 2014 19:06, Ajith Vitharana aji...@wso2.com wrote:

 Hi AM team,

 It is good to place the those scrips/guide out of the distribution and
 place some other place like SVN.

 +1.

 The reasons are,

 1. It is not useful for the user  who start first time with AM.
 2. We have full fights to fix the bugs in scripts/guides even after the
 release.
 migration-1.0.0_to_1.2.0
 migration-1.2.0_to_1.3.0
 migration-1.3.0_to_1.4.0
 migration-1.4.0_to_1.5.0
 migration-1.5.0_to_1.6.0
 migration-1.6.0_to_1.7.0

 WDYT ?


Yes, Right now since the migration scripts are inside the distribution, we
have to wait until branching the product to new version in order to commit
any fixes, readme updates etc.

Thanks,
Lakmali




 Thanks
 Ajith
 --
 Ajith Vitharana.
 WSO2 Inc. - http://wso2.org
 Email  :  aji...@wso2.com
 Mobile : +94772217350




-- 
Lakmali Baminiwatta
 Senior Software Engineer
WSO2, Inc.: http://wso2.com
lean.enterprise.middleware
mobile:  +94 71 2335936
blog : lakmali.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Carbon 5 and REST

2014-06-06 Thread Chan
Hi Kishanthan/Sameera,
I have a question about C5. Will JAX-RS be the default implementation for
C5 APIs? For example can we call Admin services with RESTfully?

Cheers~

-- 
Chan (Dulitha Wijewantha)
Software Engineer - Mobile Development
WSO2Mobile
Lean.Enterprise.Mobileware
 * ~Email   duli...@wso2.com duli...@wso2mobile.com*
*  ~Mobile +94712112165*
*  ~Website   dulitha.me http://dulitha.me*
*  ~Twitter @dulitharw https://twitter.com/dulitharw*
  *~Github @dulichan https://github.com/dulichan*
  *~SO @chan http://stackoverflow.com/users/813471/chan*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Carbon 5 and REST

2014-06-06 Thread Sameera Jayasoma
Yes you are correct. Our plan is to expose C5 admin services as REST APIs.
We are evaluating light-weight JAX-RS implementations, if not we will write
one for ourselves :)

https://wso2.org/jira/browse/CARBON-14663

Thanks,
Sameera.


On Sat, Jun 7, 2014 at 3:38 AM, Chan duli...@wso2.com wrote:

 Hi Kishanthan/Sameera,
 I have a question about C5. Will JAX-RS be the default implementation for
 C5 APIs? For example can we call Admin services with RESTfully?

 Cheers~

 --
 Chan (Dulitha Wijewantha)
 Software Engineer - Mobile Development
 WSO2Mobile
 Lean.Enterprise.Mobileware
  * ~Email   duli...@wso2.com duli...@wso2mobile.com*
 *  ~Mobile +94712112165 %2B94712112165*
 *  ~Website   dulitha.me http://dulitha.me*
 *  ~Twitter @dulitharw https://twitter.com/dulitharw*
   *~Github @dulichan https://github.com/dulichan*
   *~SO @chan http://stackoverflow.com/users/813471/chan*




-- 
Sameera Jayasoma,
Software Architect,

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://sameera.adahas.org
twitter: https://twitter.com/sameerajayasoma
flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
Mobile: 0094776364456

Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev