Re: [Dev] wso2server.sh script does not stop the server when ssh terminates

2014-07-19 Thread chris snow
Hi Nipuni, I've updated the JIRA ticket with some more information...

On Sat, Jul 19, 2014 at 10:28 AM, Nipuni Perera nip...@wso2.com wrote:
 Hi,

 I have tried -c option and followed the jira first and got following
 results. According to[1] -c option defines the cipher type.

 When running wso2server without -E option I got the following error,

 Error: JAVA_HOME is not defined correctly.
 CARBON cannot execute java

 When executing the ssh -c ./wso2server.sh start command, I got the
 following error.

 Unknown cipher type './wso2server.sh start'

 @shameera
 I have updated the jira.

 @Isuru,
 According to my understanding, the jira is about executing wso2server over
 ssh as a background process. I am not sure about the commands in the jira. I
 tried to reproduce the issue and I have updated the jira with my findings.
 Following the steps I have mentioned in the first email I could execute
 wso2server.sh over ssh as a nohup process.
 [1] http://unixhelp.ed.ac.uk/CGI/man-cgi?ssh+1

 Thanks,
 Nipuni


 On Sat, Jul 19, 2014 at 2:32 PM, Isuru Perera isu...@wso2.com wrote:

 stratos.sh is just a renamed version of wso2server.sh and it is used in
 Apache Stratos.

 Nipuni, it seems you have not followed what is mentioned in the JIRA.
 Please double check.

 Thanks!


 On Fri, Jul 18, 2014 at 11:28 PM, Shameera Rathnayaka shame...@wso2.com
 wrote:

 According to the JIRA, you should use -c not -E , did you test with that
 option as well? , BTW wso2servers.sh is working fine with nohup not sure
 about stratos.sh . you can update JIRA with your finding.

 @Isura , For that you need to start the server as background process , if
 not server process terminate with user logging out.

 Thanks,
 Shameera.


 On Sat, Jul 19, 2014 at 11:33 AM, Isura Karunaratne is...@wso2.com
 wrote:

 Hi Nipuni,

 AFAIK sever process will not terminate once you terminate the ssh
 process . You have to kill the server process manually. User ps -ef|grep
 carbon to identity the process id and kill it using kill -9 id command.

 Thanks
 Isura


 On Sat, Jul 19, 2014 at 10:10 AM, Nipuni Perera nip...@wso2.com wrote:

 Hi,

 I am working on jira issue[1]. I have tested this with a remote BAM
 server and couldn't reproduce the issue. If wso2server.sh has been 
 executed
 over ssh as a nohup process, server does not stop after ssh process
 terminates.

 I have followed the steps below:

 start ssh and connect to remote serrver : ssh -i private-key
 server-name -p password
 start wso2server as a background process :  sudo -E ./wso2server.sh
 start (this gives an error ps: write error: Bad file descriptor but 
 server
 starts successfully
 exit from the remote server and stop ssh
 I can access server after ssh is stopped.

 I have tested it starting wso2server as a nohup process : nohup sudo -E
 ./wso2server.sh (This also works after ssh terminates)

 [1] https://wso2.org/jira/browse/CARBON-14813

 Thanks,
 Nipuni
 --
 Nipuni Perera
 Software Engineer; WSO2 Inc.; http://wso2.com
 Email: nip...@wso2.com
 Git hub profile: https://github.com/nipuni
 Mobile: +94 (71) 5626680


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




 --
 Isura Dilhara Karunaratne
 Software Engineer

 Mob +94 772 254 810


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




 --
 Software Engineer - WSO2 Inc.
 email: shameera AT wso2.com , shameera AT apache.org
 phone:  +9471 922 1454

 Linked in : http://lk.linkedin.com/pub/shameera-rathnayaka/1a/661/561
 Twitter : https://twitter.com/Shameera_R

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




 --
 Isuru Perera
 Senior Software Engineer | WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 about.me/chrishantha

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




 --
 Nipuni Perera
 Software Engineer; WSO2 Inc.; http://wso2.com
 Email: nip...@wso2.com
 Git hub profile: https://github.com/nipuni
 Mobile: +94 (71) 5626680


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

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


Re: [Dev] what is the best practise for installing a production instance of a WSO2 product, e.g. ESB?

2014-06-14 Thread chris snow
Thanks Udara!

On Fri, Jun 13, 2014 at 4:29 AM, Udara Liyanage ud...@wso2.com wrote:
 Hi Chris,

 I have come across this blog for (b)

 [1]
 http://sumedhask.blogspot.com/2013/10/start-wso2-server-as-linux-service.html


 On Thu, Jun 12, 2014 at 10:37 PM, chris snow chsnow...@gmail.com wrote:

 As per the $subject, what is the best practise?

 I have seen instructions for extracting the binary [1] and running the
 startup script [2], but just these steps don't seem robust enough for
 a production environment.   In a production environment, I would
 expect to see some additional steps:

 a) create a unix user account and unix group for running the service
 b) creating init.d scripts for starting the service automatically
 c) to security harden the service (e.g. replace self signed
 certificates - which certificates, change default passwords - which
 user accounts)
 d) configuring clustering (this seems to be documented [3])
 e) configuring a production database credential store (this seems to
 be documented [4]), or
 f) configuring a production ldap credential store

 Have I missed some documentation in the wiki, or are these
 undocumented steps not normally performed in production environments?

 I've also seen some puppet scripts [5].  Are these scripts production
 ready?

 Many thanks,

 Chris
 ---
 [1] https://docs.wso2.org/display/ESB481/Installing+on+Linux
 [2] https://docs.wso2.org/display/ESB481/Running+the+Product
 [3] https://docs.wso2.org/display/ESB481/Clustered+Deployment
 [4] https://docs.wso2.org/display/ESB481/Working+with+Databases
 [5] https://github.com/wso2/Puppet/tree/master/modules/esb/4.8.0/esb
 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev




 --

 Udara Liyanage
 Software Engineer
 WSO2, Inc.: http://wso2.com
 lean. enterprise. middleware

 web: http://udaraliyanage.wordpress.com
 phone: +94 71 443 6897



-- 
Check out my professional profile and connect with me on LinkedIn.
http://lnkd.in/cw5k69
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] what is the best practise for installing a production instance of a WSO2 product, e.g. ESB?

2014-06-12 Thread chris snow
As per the $subject, what is the best practise?

I have seen instructions for extracting the binary [1] and running the
startup script [2], but just these steps don't seem robust enough for
a production environment.   In a production environment, I would
expect to see some additional steps:

a) create a unix user account and unix group for running the service
b) creating init.d scripts for starting the service automatically
c) to security harden the service (e.g. replace self signed
certificates - which certificates, change default passwords - which
user accounts)
d) configuring clustering (this seems to be documented [3])
e) configuring a production database credential store (this seems to
be documented [4]), or
f) configuring a production ldap credential store

Have I missed some documentation in the wiki, or are these
undocumented steps not normally performed in production environments?

I've also seen some puppet scripts [5].  Are these scripts production ready?

Many thanks,

Chris
---
[1] https://docs.wso2.org/display/ESB481/Installing+on+Linux
[2] https://docs.wso2.org/display/ESB481/Running+the+Product
[3] https://docs.wso2.org/display/ESB481/Clustered+Deployment
[4] https://docs.wso2.org/display/ESB481/Working+with+Databases
[5] https://github.com/wso2/Puppet/tree/master/modules/esb/4.8.0/esb
___
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] Running script commands after wso2server.sh is executed in a single script file

2014-06-02 Thread chris snow
Hi Krishantha.   This is really useful.

Does it guarantee that  the wso2 server has fully started?

On Mon, Jun 2, 2014 at 10:03 AM, Krishantha Samaraweera
krishan...@wso2.com wrote:

 Hi,

 On Mon, Jun 2, 2014 at 2:23 PM, Sajini De Silva saj...@wso2.com wrote:

 Hi,

 Thank you for the quick reply chirs.

 I figured out that this is happening because wso2server.sh command does
 not release the terminal. Therefore i edited the code like below and now its
 working.

 sh ./wso2server.sh 
 sleep 20

 echo The script exited with status $?
 [ -z $CARBON_HOME ]  CARBON_HOME=`cd $PRGDIR/.. ; pwd`
 echo $CARBON_HOME
 sh ./checkin-client.sh co https://localhost:9445/registry -u admin -p
 admin

 cp $CARBON_HOME/repository/cloud/profile1
 _system/config/bamServerProfiles/
 cp $CARBON_HOME/repository/cloud/oidlist.txt _system/governance/
 sh ./checkin-client.sh add _system/config/bamServerProfiles/profile1
 sh ./checkin-client.sh add _system/governance/oidlist.txt
 sh ./checkin-client.sh ci -u admin -p admin


 Does anyone know another way of doing this without having the sleep
 command?


 Wait for the port to open would help

 while ! echo exit | nc localhost 9445; do sleep 10; done

 Thanks,
 Krishantha.


 Thank you,
 Sajini.



 On Mon, Jun 2, 2014 at 2:02 PM, chris snow chsnow...@gmail.com wrote:

 What command in the wso2server.sh script failing?  You could use the
 '-x' flag to debug:

 ...

 CMD=$CMD -Desb.sample=cloud
 -Dcarbon.registry.root=../cloud/esb-samples/scloud
 #sh $PRGDIR/wso2server.sh$CMD
 bash -x ./wso2server.sh

 echo The script exited with status $?
 ...




 On Mon, Jun 2, 2014 at 9:13 AM, Sajini De Silva saj...@wso2.com wrote:
  Hi,
 
  This is what my script file looks like,
 
  PRG=$0
 
  while [ -h $PRG ]; do
  echo $PRG
ls=`ls -ld $PRG`
link=`expr $ls : '.*- \(.*\)$'`
if expr $link : '.*/.*'  /dev/null; then
  PRG=$link
else
  PRG=`dirname $PRG`/$link
fi
  done
 
  # Get standard environment variables
  PRGDIR=`dirname $PRG`
 
  # - Process the input command
  --
  CMD=
 
   CMD=$CMD -Desb.sample=cloud
  -Dcarbon.registry.root=../cloud/esb-samples/scloud
  #sh $PRGDIR/wso2server.sh$CMD
  sh ./wso2server.sh
  echo The script exited with status $?
  [ -z $CARBON_HOME ]  CARBON_HOME=`cd $PRGDIR/.. ; pwd`
  echo $CARBON_HOME
  sh ./checkin-client.sh co https://localhost:9445/registry -u admin -p
  admin
 
  cp $CARBON_HOME/repository/cloud/profile1
  _system/config/bamServerProfiles/
  cp $CARBON_HOME/repository/cloud/oidlist.txt _system/governance/
  sh ./checkin-client.sh add _system/config/bamServerProfiles/profile1
  sh ./checkin-client.sh add _system/governance/oidlist.txt
  sh ./checkin-client.sh ci -u admin -p admin
 
 
 
  On Mon, Jun 2, 2014 at 1:36 PM, Sajini De Silva saj...@wso2.com
  wrote:
 
  Hi,
 
  I want to start the esb server from a script file and execute some
  check-in client commands from the same script, but once wso2server.sh
  is
  executed in the script it never return to the next line where other
  script
  commands are placed. Therefore my other script commands are not
  executed.
 
  Any suggestions on why it is happening?
 
  Thank you,
  Sajini.
  --
  Sajini De SIlva
  Software Engineer; WSO2 Inc.; http://wso2.com ,
  Email: saj...@wso2.com
  Blog: http://sajinid.blogspot.com/
  Git hub profile: https://github.com/sajinidesilva
 
 
 
 
  --
  Sajini De SIlva
  Software Engineer; WSO2 Inc.; http://wso2.com ,
  Email: saj...@wso2.com
  Blog: http://sajinid.blogspot.com/
  Git hub profile: https://github.com/sajinidesilva
 
 
  ___
  Dev mailing list
  Dev@wso2.org
  http://wso2.org/cgi-bin/mailman/listinfo/dev
 



 --
 Check out my professional profile and connect with me on LinkedIn.
 http://lnkd.in/cw5k69




 --
 Sajini De SIlva
 Software Engineer; WSO2 Inc.; http://wso2.com ,
 Email: saj...@wso2.com
 Blog: http://sajinid.blogspot.com/
 Git hub profile: https://github.com/sajinidesilva


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




 --
 Krishantha Samaraweera
 Senior Technical Lead - Test Automation
 Mobile: +94 77 7759918
 WSO2, Inc.; http://wso2.com/
 lean . enterprise . middlewear.

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




-- 
Check out my professional profile and connect with me on LinkedIn.
http://lnkd.in/cw5k69
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC 2014 Proposal 6: AMI baker for WSO2 Private PaaS

2014-03-15 Thread chris snow
I would be interested in getting involved in this. There may be a fair
amount of overlap with the work I have been doing with packer and vagrant
to create virtualbox images for Stratos.
On 14 Mar 2014 14:24, Thilina Piyasundara thili...@wso2.com wrote:

 Hi all,

 In 'Proposal 6: AMI baker for WSO2 Private PaaS' we need a framework to
 create AMIs for all (or at least AWS/OpenStack/VMWare).

 Create an AMI based on user inputs like,
 Operating system - distribution, version, Processor type, etc.
 Softwares to install - (using a package manager and sometimes without a
 package manager.)
 Add custom scripts to run on bootup.

 do things like,
 publish AMI as a public, private or paid AMI to a given region.
 How to manage different users/aws account API keys.
 Save an almost created config (Like a json template to be modify in
 future.) and re-create an AMI using a template.

 and do some basic stuff like,
 proper naming and versioning to AMIs.
 Remove Authorized Keys
 Delete history
 Empty log files
 Remove sensitive data
 Delete all downloaded packages and files

 Refs: https://aws.amazon.com/marketplace/help/200897460


 Thanks and regards,

 Thilina Piyasundara
 Systems Engineer
 
  (DevOps)
 M: 071-775-0006
 
 
 Blog: blog.thilina.org

 WSO2, Inc.
 
  http://wso2.com/
 lean . enterprise . middleware


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


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


Re: [Dev] Carbon 5 - Building on latest Maven

2014-02-25 Thread chris snow
OpenJDK is always a plus too.  Oracle JDK can be difficult for
automated environment setup due to having to accept license
agreements.

IIRC, some WSO2 product builds fail using OpenJDK due to the product's
dependencies on Sun internal classes.

On Tue, Feb 25, 2014 at 11:48 AM, Isuru Perera isu...@wso2.com wrote:
 Hi,


 On Tue, Feb 25, 2014 at 5:13 PM, Kishanthan Thangarajah
 kishant...@wso2.com wrote:

 Yes, C5 builds on the latest maven version as-well.

 That's great!

 Thanks!



 On Tue, Feb 25, 2014 at 2:31 PM, Isuru Perera isu...@wso2.com wrote:

 Hi,

 I hope the Carbon 5 will support building on latest Maven as of now
 (3.2.1) [1].

 I didn't try building, but I just wanted to inform.

 Thanks!

 Best Regards,

 [1] http://maven.apache.org/docs/3.2.1/release-notes.html

 --
 Isuru Perera
 Senior Software Engineer | WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 about.me/chrishantha

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




 --
 Kishanthan Thangarajah
 Senior Software Engineer,
 Platform Technologies Team,
 WSO2, Inc.
 lean.enterprise.middleware

 Mobile - +94773426635
 Blog - http://kishanthan.wordpress.com
 Twitter - http://twitter.com/kishanthan




 --
 Isuru Perera
 Senior Software Engineer | WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 about.me/chrishantha

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




-- 
Check out my professional profile and connect with me on LinkedIn.
http://lnkd.in/cw5k69
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Building SaaS application with WSO2 Carbon framework?

2014-02-07 Thread chris snow
Hi Quang, the text you pasted is just declarations. Can you upload the full
output to somewhere like gist.github.com?
On 8 Feb 2014 05:00, Quang Cường Vũ vucuon...@gmail.com wrote:

 Hi, dev.

 I follow  this article
 http://blog.cobia.net/cobiacomm/2013/09/10/creating-a-saas-app-with-the-multi-tenant-carbon-framework-step-1/to
  build SaaS using WSO2 Carbon Framework. I download Developer Studio,
 Application Server from WSO2 site. When I import source from
 https://github.com/karux/CarbonSaaSTest Developer Studio show errors:

 %@ page import=org.wso2.carbon.
 context.CarbonContext %
 %@ page import=org.wso2.carbon.context.PrivilegedCarbonContext %

 %@ page import=org.wso2.carbon.user.api.UserRealm %
 %@ page import=org.wso2.carbon.user.api.UserStoreException %
 %@ page import=org.wso2.carbon.user.api.UserRealmService %
 %@ page import=org.wso2.carbon.user.api.TenantManager %

 %@ page import=org.wso2.carbon.registry.api.Registry %
 %@ page import=org.wso2.carbon.registry.api.Resource %
 %@ page import=org.wso2.carbon.registry.api.RegistryException %
 %@ page import=org.wso2.carbon.context.RegistryType %

 %@ page import=org.wso2.carbon.queuing.CarbonQueue %

 Could you help me fix that? I am a senior .net programmer but new with
 java. I want to run that app to learn to build very simple SaaS.


 I want to create custom login page. Could you show me how?



 Thank you very much.

 --


 *V  uQ u a n g   C u o n g *

 *Software developer and Trainer*
 
  Mobile: 0988.397.448
 Email: vucuon...@gmail.com


 http://www.wisestamp.com/

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


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


[Dev] proof-of-concept for setting up development environment (turing chunk-05)

2014-01-20 Thread chris snow
Based on the work I am doing on Stratos, I have created a proof-of-concept
for automating a WSO2 development environment setup using Vagrant.

It would be great if a few people could try it out and raise issues on the
github page.

https://github.com/snowch/carbon-products-development-environment

Full instructions are on the README at the above link.

I think this environment has some potential for developers on stackoverflow
who are having difficulties setting up a development environment for WSO2
products.

It may also be useful for other developers who are simply fed up with the
manual steps to set up a new environment.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] how to automate provisioning a feature from the WSO2 p2 repository?

2014-01-11 Thread chris snow
Many thanks, Afkham!


On Sat, Jan 11, 2014 at 5:48 AM, Afkham Azeez az...@wso2.com wrote:

 Sorry, I lost part of the mail when I pasted this section.

 This is something we have discussed on the list in the past I believe. The
 way to make the feature installation repeatable is to use the
 carbon-p2-plugin. Look in the pom.xml file of any WSO2 product (under the
 module/p2-profile-gen section)


 On Sat, Jan 11, 2014 at 11:16 AM, Afkham Azeez az...@wso2.com wrote:

 plugin
 groupIdorg.wso2.maven/groupId
 artifactIdcarbon-p2-plugin/artifactId
 version${carbon.p2.plugin.version}/version
 executions
 execution
 id2-p2-repo-generation/id
 phasepackage/phase
 goals
 goalp2-repo-gen/goal
 /goals
 configuration

 metadataRepositoryfile:${basedir}/target/p2-repo/metadataRepository

 artifactRepositoryfile:${basedir}/target/p2-repo/artifactRepository
 publishArtifactstrue/publishArtifacts

 publishArtifactRepositorytrue/publishArtifactRepository
 featureArtifacts
 featureArtifactDef

 org.wso2.carbon:org.wso2.carbon.core.feature:${carbon.kernel.version}
 /featureArtifactDef




 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/*
 *email: **az...@wso2.com* az...@wso2.com
 * cell: +94 77 3320919 %2B94%2077%203320919 blog: *
 *http://blog.afkham.org* http://blog.afkham.org
 *twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 * linked-in: **http://lk.linkedin.com/in/afkhamazeez
 http://lk.linkedin.com/in/afkhamazeez*

 *Lean . Enterprise . Middleware*




-- 
Check out my professional profile and connect with me on LinkedIn.
http://lnkd.in/cw5k69
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] contributing to wso2 carbon on github

2014-01-11 Thread chris snow
Hi Afkham,  thanks for the response.

I'm a fan of the completely open approach taken by wso2 :)

As for contributions, I think getting feedback to the contributor in a
reasonable time frame is key so that their interest in the project is
maintained.  Whether that feedback is merging the patch, rejecting the
patch, or just adding a comment to the issue.  For opensource contributors
working in their own time, the feedback helps show them that the time they
spend on the project is not wasted, and that they should continue giving
their free time to the project.

Many thanks,

Chris


On Sat, Jan 11, 2014 at 5:37 AM, Afkham Azeez az...@wso2.com wrote:

 Thanks Chris for you contributions. WSO2 has always been a truly open
 source company from day 1. We are firm believers in the Apache way, and
 many of us have our roots in the Apache Software Foundation. It is not just
 that he source code is open, but all our technical  architectural
 decisions are made on public mailing lists, and we would love people
 outside WSO2 to engage with us. The Carbon 5 team will merge your requests.
 Looking forward to more contributions from you  other community members.

 Thanks
 Azeez


 On Fri, Jan 10, 2014 at 11:58 PM, chris snow chsnow...@gmail.com wrote:

 Hi Guys,

 Are you accepting outside contributions for carbon on github [1][2]?

 Many thanks,

 Chris

 [1]
 http://wso2-oxygen-tank.10903.n7.nabble.com/Dev-C5-Kernel-codebase-is-now-moved-to-GitHub-td89010.html
 [2] https://github.com/wso2/carbon-kernel

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




 --
 *Afkham Azeez*
 Director of Architecture; WSO2, Inc.; http://wso2.com
 Member; Apache Software Foundation; http://www.apache.org/
 * http://www.apache.org/*
 *email: **az...@wso2.com* az...@wso2.com
 * cell: +94 77 3320919 %2B94%2077%203320919 blog: *
 *http://blog.afkham.org* http://blog.afkham.org
 *twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 * linked-in: **http://lk.linkedin.com/in/afkhamazeez
 http://lk.linkedin.com/in/afkhamazeez*

 *Lean . Enterprise . Middleware*




-- 
Check out my professional profile and connect with me on LinkedIn.
http://lnkd.in/cw5k69
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] how to automate provisioning a feature from the WSO2 p2 repository?

2014-01-10 Thread chris snow
Is anyone on this list able to provide any alternative solutions to the
answer posted here:
http://stackoverflow.com/questions/20966619/devops-how-to-automate-provisioning-a-feature-from-the-wso2-p2-repository

Many thanks,

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


[Dev] direct download link for carbon 4.2?

2014-01-10 Thread chris snow
It seems that there isn't a link to directly download CEP 3.0.0 [1]

Is there a direct download link for carbon 4.2?  I'm hoping that at least I
can automate downloading Carbon...


[1] http://wso2.com/mailarchive/dev/2014-January/026512.html
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] contributing to wso2 carbon on github

2014-01-10 Thread chris snow
Hi Guys,

Are you accepting outside contributions for carbon on github [1][2]?

Many thanks,

Chris

[1]
http://wso2-oxygen-tank.10903.n7.nabble.com/Dev-C5-Kernel-codebase-is-now-moved-to-GitHub-td89010.html
[2] https://github.com/wso2/carbon-kernel
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Fwd: CEP 3.0.0 download link

2014-01-07 Thread chris snow
Thanks Lasantha.

I see that CEP is available in the Turing P2 Repo.  My next challenge is
how to automate setting up a feature from p2 [1].

[1]
http://stackoverflow.com/questions/20966619/devops-how-to-automate-provisioning-a-feature-from-the-wso2-p2-repository



On Tue, Jan 7, 2014 at 5:06 AM, Lasantha Fernando lasan...@wso2.com wrote:

 Hi Chris,

 Yes, the product pack hosted in maven repo seems to be corrupted. However,
 there has been a discussion [1] that product packs need not be hosted at
 all in maven repo. So it might be likely that this product pack gets pulled
 down altogether.

 If not, will get the CEP pack redeployed to maven repo and update this
 thread.

 [1] https://www.mail-archive.com/dev@wso2.org/msg23650.html

 Thanks,
 Lasantha


 On 7 January 2014 03:22, Isuru Perera isu...@wso2.com wrote:

 Hi Chris,

 You are welcome.

 For now, can you alter your scripts to get the product from a local
 directory instead of downloading directly?


 On Tue, Jan 7, 2014 at 3:11 AM, chris snow chsnow...@gmail.com wrote:

 Ah, ok.

 Thanks Isuru!
 On 6 Jan 2014 21:31, Isuru Perera isu...@wso2.com wrote:

 Hi Chris,

 AFAIK, you cannot download products using a direct URL and you can only
 download the products after filling the form. Even download accelerators
 are not working.

 Ideally the version deployed in the Maven repository should be same as
 the downloaded version from the website.

 We will have to check that from CEP team.

 Thanks!


 On Tue, Jan 7, 2014 at 2:42 AM, chris snow chsnow...@gmail.com wrote:

 Hi Chamara,

 Thanks for the quick response, but I'm looking for a url that I can
 call from a script using wget.

 Best regards,
 Chris
 On 6 Jan 2014 21:08, Chamara Silva cham...@wso2.com wrote:

 It can be downloaded from here.
 http://wso2.com/products/complex-event-processor/

 Regards,
 Chamara Silva


 On Mon, Jan 6, 2014 at 3:58 PM, chris snow chsnow...@gmail.comwrote:

 Hi devs, does anyone know where I can find the direct download URL
 for CEP 3.0.0?
 On 5 Jan 2014 16:14, chris snow chsnow...@gmail.com wrote:

 I'm trying to write a script to download and setup CEP 3.0.0.

 Where can I find the direct download link for CEP 3.0.0? CEP 3.0.0
 isn't available here:

 http://dist.wso2.org/downloads/

 I've tried using CEP 3.0.0 from the maven repo:


 http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/cep/wso2cep/3.0.0/wso2cep-3.0.0.zip

 However, version 3.0.0 from the maven site throws a load of startup
 errors, which don't occur with version 3.0.0 that I manually downloaded
 from http://wso2.com/products/complex-event-processor/

 Many thanks,

 Chris


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




 --
 A. Suminda Chamara Silva
 Senior Software Engineer
 WSO2 Inc.
 Mobile: +94718302858
 blog: http://chamaras.blogspot.com


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




 --
 Isuru Perera
 Senior Software Engineer | WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 about.me/chrishantha




 --
 Isuru Perera
 Senior Software Engineer | WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 about.me/chrishantha




 --
 *Lasantha Fernando*
 Software Engineer - Data Technologies Team
 WSO2 Inc. http://wso2.com

 email: lasan...@wso2.com
 mobile: (+94) 71 5247551




-- 
Check out my professional profile and connect with me on LinkedIn.
http://lnkd.in/cw5k69
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Fwd: CEP 3.0.0 download link

2014-01-06 Thread chris snow
Hi devs, does anyone know where I can find the direct download URL for CEP
3.0.0?
On 5 Jan 2014 16:14, chris snow chsnow...@gmail.com wrote:

 I'm trying to write a script to download and setup CEP 3.0.0.

 Where can I find the direct download link for CEP 3.0.0? CEP 3.0.0 isn't
 available here:

 http://dist.wso2.org/downloads/

 I've tried using CEP 3.0.0 from the maven repo:


 http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/cep/wso2cep/3.0.0/wso2cep-3.0.0.zip

 However, version 3.0.0 from the maven site throws a load of startup
 errors, which don't occur with version 3.0.0 that I manually downloaded
 from http://wso2.com/products/complex-event-processor/

 Many thanks,

 Chris

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


Re: [Dev] Fwd: CEP 3.0.0 download link

2014-01-06 Thread chris snow
Hi Chamara,

Thanks for the quick response, but I'm looking for a url that I can call
from a script using wget.

Best regards,
Chris
On 6 Jan 2014 21:08, Chamara Silva cham...@wso2.com wrote:

 It can be downloaded from here.
 http://wso2.com/products/complex-event-processor/

 Regards,
 Chamara Silva


 On Mon, Jan 6, 2014 at 3:58 PM, chris snow chsnow...@gmail.com wrote:

 Hi devs, does anyone know where I can find the direct download URL for
 CEP 3.0.0?
 On 5 Jan 2014 16:14, chris snow chsnow...@gmail.com wrote:

 I'm trying to write a script to download and setup CEP 3.0.0.

 Where can I find the direct download link for CEP 3.0.0? CEP 3.0.0 isn't
 available here:

 http://dist.wso2.org/downloads/

 I've tried using CEP 3.0.0 from the maven repo:


 http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/cep/wso2cep/3.0.0/wso2cep-3.0.0.zip

 However, version 3.0.0 from the maven site throws a load of startup
 errors, which don't occur with version 3.0.0 that I manually downloaded
 from http://wso2.com/products/complex-event-processor/

 Many thanks,

 Chris


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




 --
 A. Suminda Chamara Silva
 Senior Software Engineer
 WSO2 Inc.
 Mobile: +94718302858
 blog: http://chamaras.blogspot.com


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


Re: [Dev] Fwd: CEP 3.0.0 download link

2014-01-06 Thread chris snow
Ah, ok.

Thanks Isuru!
On 6 Jan 2014 21:31, Isuru Perera isu...@wso2.com wrote:

 Hi Chris,

 AFAIK, you cannot download products using a direct URL and you can only
 download the products after filling the form. Even download accelerators
 are not working.

 Ideally the version deployed in the Maven repository should be same as the
 downloaded version from the website.

 We will have to check that from CEP team.

 Thanks!


 On Tue, Jan 7, 2014 at 2:42 AM, chris snow chsnow...@gmail.com wrote:

 Hi Chamara,

 Thanks for the quick response, but I'm looking for a url that I can call
 from a script using wget.

 Best regards,
 Chris
 On 6 Jan 2014 21:08, Chamara Silva cham...@wso2.com wrote:

 It can be downloaded from here.
 http://wso2.com/products/complex-event-processor/

 Regards,
 Chamara Silva


 On Mon, Jan 6, 2014 at 3:58 PM, chris snow chsnow...@gmail.com wrote:

 Hi devs, does anyone know where I can find the direct download URL for
 CEP 3.0.0?
 On 5 Jan 2014 16:14, chris snow chsnow...@gmail.com wrote:

 I'm trying to write a script to download and setup CEP 3.0.0.

 Where can I find the direct download link for CEP 3.0.0? CEP 3.0.0
 isn't available here:

 http://dist.wso2.org/downloads/

 I've tried using CEP 3.0.0 from the maven repo:


 http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/cep/wso2cep/3.0.0/wso2cep-3.0.0.zip

 However, version 3.0.0 from the maven site throws a load of startup
 errors, which don't occur with version 3.0.0 that I manually downloaded
 from http://wso2.com/products/complex-event-processor/

 Many thanks,

 Chris


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




 --
 A. Suminda Chamara Silva
 Senior Software Engineer
 WSO2 Inc.
 Mobile: +94718302858
 blog: http://chamaras.blogspot.com


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




 --
 Isuru Perera
 Senior Software Engineer | WSO2, Inc. | http://wso2.com/
 Lean . Enterprise . Middleware

 about.me/chrishantha

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


[Dev] Fwd: CEP 3.0.0 download link

2014-01-05 Thread chris snow
I'm trying to write a script to download and setup CEP 3.0.0.

Where can I find the direct download link for CEP 3.0.0? CEP 3.0.0 isn't
available here:

http://dist.wso2.org/downloads/

I've tried using CEP 3.0.0 from the maven repo:

http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/cep/wso2cep/3.0.0/wso2cep-3.0.0.zip

However, version 3.0.0 from the maven site throws a load of startup errors,
which don't occur with version 3.0.0 that I manually downloaded from
http://wso2.com/products/complex-event-processor/

Many thanks,

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


Re: [Dev] Proposed key management functionality

2013-07-02 Thread chris snow
Thanks Prabath.

JIRA created: https://wso2.org/jira/browse/CARBON-14173

I have noted on the JIRA that I would be interested in developing the
functionality.


On Tue, Jul 2, 2013 at 7:26 AM, Prabath Siriwardena prab...@wso2.comwrote:

 Hi Chris,

 Yes... all your suggestions add value to our platform...

 It would be great if you can create feature requests in Carbon JIRA..

 Also - please let us know if you interested in developing those...

 Thanks  regards,
 -Prabath

 On Tue, Jul 2, 2013 at 11:25 AM, chris snow chsnow...@gmail.com wrote:

 Have I sent this to the wrong list?

 Any response to this proposal would be good - yes, no, maybe!!



 On Sun, Jun 30, 2013 at 1:14 PM, chris snow chsnow...@gmail.com wrote:

 Hi,

 I am thinking of extending the key management functionality to include
 some additional use cases.  The use cases are here:


 http://stackoverflow.com/questions/17389944/wso2-key-management-functionality

 I guess this kind of proposal should be sent to this list also?

 Please let me know if this functionality is of interest so that it can
 be contributed back.

 Many thanks,

 --
 Chris Snow -
 http://uk.linkedin.com/pub/chris-snow-mba-tech-mgmt-cissp/6/0/316




 --
 Chris Snow -
 http://uk.linkedin.com/pub/chris-snow-mba-tech-mgmt-cissp/6/0/316

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




 --
 Thanks  Regards,
 Prabath

 Mobile : +94 71 809 6732

 http://blog.facilelogin.com
 http://RampartFAQ.com

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


Re: [Dev] Proposed key management functionality

2013-07-01 Thread chris snow
Have I sent this to the wrong list?

Any response to this proposal would be good - yes, no, maybe!!



On Sun, Jun 30, 2013 at 1:14 PM, chris snow chsnow...@gmail.com wrote:

 Hi,

 I am thinking of extending the key management functionality to include
 some additional use cases.  The use cases are here:


 http://stackoverflow.com/questions/17389944/wso2-key-management-functionality

 I guess this kind of proposal should be sent to this list also?

 Please let me know if this functionality is of interest so that it can be
 contributed back.

 Many thanks,

 --
 Chris Snow -
 http://uk.linkedin.com/pub/chris-snow-mba-tech-mgmt-cissp/6/0/316




-- 
Chris Snow -
http://uk.linkedin.com/pub/chris-snow-mba-tech-mgmt-cissp/6/0/316
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Proposed key management functionality

2013-06-30 Thread chris snow
Hi,

I am thinking of extending the key management functionality to include some
additional use cases.  The use cases are here:

http://stackoverflow.com/questions/17389944/wso2-key-management-functionality

I guess this kind of proposal should be sent to this list also?

Please let me know if this functionality is of interest so that it can be
contributed back.

Many thanks,

-- 
Chris Snow -
http://uk.linkedin.com/pub/chris-snow-mba-tech-mgmt-cissp/6/0/316
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev