Re: [Carbon-dev] user.api registry.api Javadocs

2011-01-03 Thread Dimuthu Leelarathne
Done.

Thanks,
Dimutu

On Fri, Dec 31, 2010 at 11:48 AM, Afkham Azeez az...@wso2.com wrote:

 Dimuthu,
 I also see quite a number of e.printStacktrace() calls in the user.core
 code. Please properly handle these exceptions as a part of this exercise.

 Thanks
 Azeez


 On Fri, Dec 31, 2010 at 11:44 AM, Afkham Azeez az...@wso2.com wrote:

 Now that we have separated these APIs, we should document these properly.

 Dimuthu - Please make sure that all classes, interfaces  methods in
 user.api are properly documented. Also, please verify whether the APIs are
 correct.

 Senaka -  Please make sure that all classes, interfaces  methods in
 registry.api are properly documented. Also, please verify whether the APIs
 are correct.

 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Maximum file size to upload to G-Reg

2011-01-03 Thread Sumedha Rubasinghe
On Mon, Jan 3, 2011 at 12:59 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 It is an interesting question. What is the maximum recommended resource
 size in Registry?


 We are storing things on a blob column. As per the size, we are not
specifying.
eg:

 34 CREATE TABLE IF NOT EXISTS REG_CONTENT (
 35  REG_CONTENT_ID INTEGER NOT NULL AUTO_INCREMENT,
 36  REG_CONTENT_DATA LONGBLOB,
 37  REG_TENANT_ID INTEGER DEFAULT 0,
 38  CONSTRAINT PK_REG_CONTENT PRIMARY KEY(REG_CONTENT_ID,
REG_TENANT_ID)
 39 )ENGINE INNODB;


Hence the value specified by the database engine is taken. If one wants,
they can modify this.
But the problem here would be the timeout value set for Axis2 invocations as
time varies as the resource time grows.

/sumedha



 On Mon, Jan 3, 2011 at 12:49 PM, Srinath Perera srin...@wso2.com wrote:

 AFAIK, wrapper only takes effect if you are running registry as a
 demon and you have to give JVM parameters (either by editing
 wso2server.sh or via environment properties ) if you are running it
 through wso2server.sh
 --Srinath

 On Mon, Jan 3, 2011 at 11:46 AM, Kishanthan Thangarajah
 kshanth2...@gmail.com wrote:
  Hi Senaka,
  I tried several times increasing the memory size, but i cant upload a
 file
  with size of 700mb to registry. Always getting the java memory(heap
 size)
  error.
  My ram is 3GB,
  There are several parameters i find in wrapper.conf.
  -Xms256m
  -Xmx512m
  -XX:MaxPermSize=128m
  # Initial Java Heap Size (in MB)
  wrapper.java.initmemory=256
  # Maximum Java Heap Size (in MB)
  wrapper.java.maxmemory=512
  what i did is that i incresed the maxmemory to 1024 and MaxPermSize to
  512m.
  Do i need to change anything else?
  Thanks,
  On Thu, Dec 30, 2010 at 10:27 PM, shelan Perera shela...@gmail.com
 wrote:
 
  Hi Senaka,
  File size may vary few Giga bytes (10-100 with realistic limits).
 Actually
  it is an attempt to create a big storage aggregating few
 G-Regs through a
  peer to peer network.I need to have a persistent storage attached to
 G-Reg (
  Such as a file system). Would G-Reg be efficient in handling or have
 the
  feasibility.
 
  On Thu, Dec 30, 2010 at 10:01 PM, Senaka Fernando sen...@wso2.com
 wrote:
 
  Hi Shelan,
 
  When you say large chunks how big are these?
 
  The maximum file upload size varies with the maximum amount of memory
  available. Also, you need to edit a parameter on the carbon.xml file
 to
  increase the default file upload size of 100MB, and the wso2server.sh
 (or
  wrapper.conf) to increase the default allocation of memory (which is
 512MB
  with 128MB permanent generation space).
 
  Thanks,
  Senaka.
 
  On Thu, Dec 30, 2010 at 9:12 PM, shelan Perera shela...@gmail.com
  wrote:
 
  Hi all,
  I have an requirement to upload large chunks of data to G-Reg.
  What is the maximum file upload size G-Reg can handle if I upload
  remotely to a server.?
  I intend to use WSO2 G-Reg as a meta data management layer at the
  primary level but would like to know is it capable of handling large
 data
  chunks to upload through G-Reg directly.
  Could you please enlighten me on the suitability of G-Reg for the
 above
  requirement.
  Thanks
 
  --
  Shelan Perera
 
  Blog   : http://www.shelanlk.com
  Twitter:shelan
  skype  :shelan.perera
  gtalk   :shelanrc
 
   I am the master of my fate:
   I am the captain of my soul.
   *invictus*
 
 
 
 
 
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Senaka Fernando
  Associate Technical Lead  Product Manager - WSO2 G-Reg;
  WSO2, Inc.; http://wso2.com
  Member; Apache Software Foundation; http://apache.org
 
  E-mail: senaka AT wso2.com
  P: +1 408 754 7388; ext: 51736; M: +94 77 322 1818
  Linked-In: http://www.linkedin.com/in/senakafernando
 
  Lean . Enterprise . Middleware
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Shelan Perera
 
  Blog   : http://www.shelan.info
  Twitter:shelan
  skype  :shelan.perera
  gtalk   :shelanrc
 
   I am the master of my fate:
   I am the captain of my soul.
   *invictus*
 
 
 
 
 
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Kishanthan.T
  University of Moratuwa.
  SriLanka.
 



 --
 
 Srinath Perera, Ph.D.
   Senior Software Architect, WSO2 Inc.
   Visiting Lecturer, University of Moratuwa
   Member, Apache Software Foundation
   Research Scientist, Lanka Software Foundation
   Blog: http://srinathsview.blogspot.com/
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev

 Thanks,
 Samisa...

 Samisa Abeysinghe

Re: [Carbon-dev] Maximum file size to upload to G-Reg

2011-01-03 Thread Senaka Fernando
On Mon, Jan 3, 2011 at 11:46 AM, Kishanthan Thangarajah 
kshanth2...@gmail.com wrote:

 Hi Senaka,
 I tried several times increasing the memory size, but i cant upload a file
 with size of 700mb to registry. Always getting the java memory(heap size)
 error.
 My ram is 3GB,
 There are several parameters i find in wrapper.conf.
 -Xms256m
 -Xmx512m
 -XX:MaxPermSize=128m

 # Initial Java Heap Size (in MB)
 wrapper.java.initmemory=256
 # Maximum Java Heap Size (in MB)
 wrapper.java.maxmemory=512

 what i did is that i incresed the maxmemory to 1024 and MaxPermSize to
 512m.
 Do i need to change anything else?


No, AFAIU, you've done it correctly, but you'll need more memory. For
example, a PermSize of 128M can handle 100MB, for 700MB, I believe that
you'll need a PermSize of around 900MB. You will also need to increase the
other memory parameters accordingly.

Thanks,
Senaka.


 Thanks,

 On Thu, Dec 30, 2010 at 10:27 PM, shelan Perera shela...@gmail.comwrote:

 Hi Senaka,

 File size may vary few Giga bytes (10-100 with realistic limits). Actually
 it is an attempt to create a big storage aggregating few G-Regs through a
 peer to peer network.I need to have a persistent storage attached to G-Reg (
 Such as a file system). Would G-Reg be efficient in handling or have the
 feasibility.


 On Thu, Dec 30, 2010 at 10:01 PM, Senaka Fernando sen...@wso2.comwrote:

 Hi Shelan,

 When you say large chunks how big are these?

 The maximum file upload size varies with the maximum amount of memory
 available. Also, you need to edit a parameter on the carbon.xml file to
 increase the default file upload size of 100MB, and the wso2server.sh (or
 wrapper.conf) to increase the default allocation of memory (which is 512MB
 with 128MB permanent generation space).

 Thanks,
 Senaka.

 On Thu, Dec 30, 2010 at 9:12 PM, shelan Perera shela...@gmail.comwrote:

 Hi all,

 I have an requirement to upload large chunks of data to G-Reg.
 What is the maximum file upload size G-Reg can handle if I upload
 remotely to a server.?

 I intend to use WSO2 G-Reg as a meta data management layer at the
 primary level but would like to know is it capable of handling large data
 chunks to upload through G-Reg directly.
 Could you please enlighten me on the suitability of G-Reg for the above
 requirement.

 Thanks

 --
 Shelan Perera

 Blog   : http://www.shelanlk.com
 Twitter:shelan
 skype  :shelan.perera
 gtalk   :shelanrc

  I am the master of my fate:
  I am the captain of my soul.
  *invictus*








 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com*
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Shelan Perera

 Blog   : http://www.shelan.info
 Twitter:shelan
 skype  :shelan.perera
 gtalk   :shelanrc

  I am the master of my fate:
  I am the captain of my soul.
  *invictus*








 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Kishanthan.T
 University of Moratuwa.
 SriLanka.




-- 
*Senaka Fernando*
Associate Technical Lead  Product Manager - WSO2 G-Reg;
WSO2, Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://www.linkedin.com/in/senakafernando

*Lean . Enterprise . Middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Maximum file size to upload to G-Reg

2011-01-03 Thread Samisa Abeysinghe
On Mon, Jan 3, 2011 at 1:48 PM, Sumedha Rubasinghe sume...@wso2.com wrote:



 On Mon, Jan 3, 2011 at 12:59 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 It is an interesting question. What is the maximum recommended resource
 size in Registry?


  We are storing things on a blob column. As per the size, we are not
 specifying.
 eg:

  34 CREATE TABLE IF NOT EXISTS REG_CONTENT (
  35  REG_CONTENT_ID INTEGER NOT NULL AUTO_INCREMENT,
  36  REG_CONTENT_DATA LONGBLOB,
  37  REG_TENANT_ID INTEGER DEFAULT 0,
  38  CONSTRAINT PK_REG_CONTENT PRIMARY KEY(REG_CONTENT_ID,
 REG_TENANT_ID)
  39 )ENGINE INNODB;


 Hence the value specified by the database engine is taken. If one wants,
 they can modify this.
 But the problem here would be the timeout value set for Axis2 invocations
 as time varies as the resource time grows.



So we are also within Axis2 MTOM capabilities as well right?
I assume it can handle GB range...

Thanks,
Samisa...

Samisa Abeysinghe
VP Engineering
WSO2 Inc.
http://wso2.com
http://wso2.org
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Shall we make the continuous build to build the trunk?

2011-01-03 Thread Samisa Abeysinghe
$subject

It still builds 3.1.0 branch

Thanks,
Samisa...

Samisa Abeysinghe
VP Engineering
WSO2 Inc.
http://wso2.com
http://wso2.org
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Compilation failure in registry.extensions component

2011-01-03 Thread Isuru Suriarachchi
I'm getting the following compilation failure. Any orbit projects that I've
missed?

[INFO] Building WSO2 Carbon - Registry - Extensions
[INFO]task-segment: [clean, install]
[INFO]

[INFO] [clean:clean]
[INFO] Deleting directory
/home/isuru/checkouts/wso2/carbon/components/registry/org.wso2.carbon.registry.extensions/target
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[WARNING] POM for
'org.eclipse.osgi:org.eclipse.osgi:pom:3.5.0.v20090311-1300:compile' is
invalid.

Its dependencies (if any) will NOT be available to the current build.
[WARNING] POM for 'org.apache.lucene:lucene-core:pom:2.3.1:compile' is
invalid.

Its dependencies (if any) will NOT be available to the current build.
[INFO] [compiler:compile]
[INFO] Compiling 39 source files to
/home/isuru/checkouts/wso2/carbon/components/registry/org.wso2.carbon.registry.extensions/target/classes
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/home/isuru/checkouts/wso2/carbon/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/WSDLProcessor.java:[389,22]
cannot find symbol
symbol  : method getBindingPolicyReference()
location: interface javax.wsdl.Binding

/home/isuru/checkouts/wso2/carbon/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/WSDLProcessor.java:[391,60]
cannot find symbol
symbol  : method getBindingPolicyReference()
location: interface javax.wsdl.Binding


Thanks,
~Isuru

-- 
Isuru Suriarachchi
Technical Lead  Product Manager, WSO2 Application Server
WSO2 Inc. http://wso2.com
email : is...@wso2.com
blog : http://isurues.wordpress.com/

lean . enterprise . middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Compilation failure in registry.extensions component

2011-01-03 Thread Isuru Suriarachchi
I was able to build it after building [1]. But the version is 1.6.2 which is
wrong. Please update it to have a .wso2 version.

Thanks,
~Isuru

[1] https://svn.wso2.org/repos/wso2/trunk/carbon/dependencies/wsdl4j

On Mon, Jan 3, 2011 at 2:37 PM, Isuru Suriarachchi is...@wso2.com wrote:

 I'm getting the following compilation failure. Any orbit projects that I've
 missed?

 [INFO] Building WSO2 Carbon - Registry - Extensions
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean]
 [INFO] Deleting directory
 /home/isuru/checkouts/wso2/carbon/components/registry/org.wso2.carbon.registry.extensions/target
 [INFO] [resources:resources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 [WARNING] POM for
 'org.eclipse.osgi:org.eclipse.osgi:pom:3.5.0.v20090311-1300:compile' is
 invalid.

 Its dependencies (if any) will NOT be available to the current build.
 [WARNING] POM for 'org.apache.lucene:lucene-core:pom:2.3.1:compile' is
 invalid.

 Its dependencies (if any) will NOT be available to the current build.
 [INFO] [compiler:compile]
 [INFO] Compiling 39 source files to
 /home/isuru/checkouts/wso2/carbon/components/registry/org.wso2.carbon.registry.extensions/target/classes
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 /home/isuru/checkouts/wso2/carbon/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/WSDLProcessor.java:[389,22]
 cannot find symbol
 symbol  : method getBindingPolicyReference()
 location: interface javax.wsdl.Binding

 /home/isuru/checkouts/wso2/carbon/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/WSDLProcessor.java:[391,60]
 cannot find symbol
 symbol  : method getBindingPolicyReference()
 location: interface javax.wsdl.Binding


 Thanks,
 ~Isuru

 --
 Isuru Suriarachchi
 Technical Lead  Product Manager, WSO2 Application Server
 WSO2 Inc. http://wso2.com
 email : is...@wso2.com
 blog : http://isurues.wordpress.com/

 lean . enterprise . middleware




-- 
Isuru Suriarachchi
Technical Lead  Product Manager, WSO2 Application Server
WSO2 Inc. http://wso2.com
email : is...@wso2.com
blog : http://isurues.wordpress.com/

lean . enterprise . middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-01-03 Thread WSO2 Builder
[INFO] Executed tasks
[INFO] [compiler:compile]
[INFO] Compiling 105 source files to 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/classes
[INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
[INFO] Generating 2 MetaType Descriptors to 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
[INFO] Writing abstract service descriptor 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
 with 1 entries.
[INFO] Generating 1 Service Component Descriptors to 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
[INFO] [antrun:run {execution: generate-test-repository}]
[INFO] Executing tasks
 [echo] ##
 [echo] creating repository for data services
 [echo] ##
[mkdir] Created dir: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository
[mkdir] Created dir: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/dataservices
[mkdir] Created dir: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/services
[mkdir] Created dir: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/modules
[mkdir] Created dir: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/database
 [copy] Copying 12 files to 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/dataservices
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] An Ant BuildException has occured: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/src/test/resources/bam-test-dbs
 not found.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 5 minutes 29 seconds
[INFO] Finished at: Mon Jan 03 15:07:44 IST 2011
[INFO] Final Memory: 971M/1905M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] WSO2 Committers += Sanjeewa

2011-01-03 Thread Afkham Azeez
Hi Sanjeewa,
It is my distinct pleasure to welcome as a WSO2 committer. Thanks for your
contributions, and looking forward to many more valuable contributions in
the future as well.

Thanks
-- 
*Afkham Azeez*
Senior Software Architect  Senior Manager; 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
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*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Committers += Sanjeewa

2011-01-03 Thread Kathiravelu Pradeeban
Congratulations Sanjeewa.

Thank you.
Regards,
Pradeeban.

On Mon, Jan 3, 2011 at 3:40 PM, Afkham Azeez az...@wso2.com wrote:
 Hi Sanjeewa,
 It is my distinct pleasure to welcome as a WSO2 committer. Thanks for your
 contributions, and looking forward to many more valuable contributions in
 the future as well.

 Thanks
 --
 Afkham Azeez
 Senior Software Architect  Senior Manager; WSO2, Inc.; http://wso2.com,

 Member; Apache Software Foundation; http://www.apache.org/
 email: az...@wso2.com cell: +94 77 3320919
 blog: http://blog.afkham.org
 twitter: http://twitter.com/afkham_azeez
 linked-in: http://lk.linkedin.com/in/afkhamazeez

 Lean . Enterprise . Middleware

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev





-- 
Kathiravelu Pradeeban.
Software Engineer.
WSO2 Inc.

Blog: [Llovizna] http://kkpradeeban.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Shall we make the continuous build to build the trunk?

2011-01-03 Thread Kathiravelu Pradeeban
On Mon, Jan 3, 2011 at 2:36 PM, Samisa Abeysinghe sam...@wso2.com wrote:
 $subject

+1.
Guess the same is applicable to Stratos too; it still builds 1.0.0 branch.

Regards,
Pradeeban.

 It still builds 3.1.0 branch

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev





-- 
Kathiravelu Pradeeban.
Software Engineer.
WSO2 Inc.

Blog: [Llovizna] http://kkpradeeban.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Committers += Sanjeewa

2011-01-03 Thread Harshana Martin
On Mon, Jan 3, 2011 at 3:40 PM, Afkham Azeez az...@wso2.com wrote:

 Hi Sanjeewa,
 It is my distinct pleasure to welcome as a WSO2 committer. Thanks for your
 contributions, and looking forward to many more valuable contributions in
 the future as well.


Congratz Sanjeewa!

Thanks and Regards,
Harshana


 Thanks
 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Harshana Martin
Software Engineer
WSO2 Inc.
Web:http://wso2.com

Mobile: +94 716062650
Blog: http://harshana05.blogspot.com
Profile: https://www.google.com/profiles/harshana05
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Committers += Sanjeewa

2011-01-03 Thread Prabath Abeysekera
Congratz!

On Mon, Jan 3, 2011 at 3:40 PM, Afkham Azeez az...@wso2.com wrote:

 Hi Sanjeewa,
 It is my distinct pleasure to welcome as a WSO2 committer. Thanks for your
 contributions, and looking forward to many more valuable contributions in
 the future as well.

 Thanks
 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Prabath Abeysekara
Software Engineer
WSO2 Inc.
Email: praba...@wso2.com harsha...@wso2.com
Mobile: +94718124514

http://harshana05.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] registry.core test failure

2011-01-03 Thread Afkham Azeez
---
Test set: org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest
---
Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 4.067 sec
 FAILURE!
testCustomRealmConfiguration(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
 Time elapsed: 0.103 sec   FAILURE!
junit.framework.AssertionFailedError: No exception in authorizing in tenant
1
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
 at
org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testCustomRealmConfiguration(MultiTenantTest.java:346)

testAddTenant(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
 Time elapsed: 0.003 sec   FAILURE!
junit.framework.AssertionFailedError: tenants length should be 2
expected:3 but was:2
at junit.framework.Assert.fail(Assert.java:47)
 at junit.framework.Assert.failNotEquals(Assert.java:280)
at junit.framework.Assert.assertEquals(Assert.java:64)
 at junit.framework.Assert.assertEquals(Assert.java:198)
at
org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testAddTenant(MultiTenantTest.java:411)




-- 
*Afkham Azeez*
Senior Software Architect  Senior Manager; 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
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*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Committers += Sanjeewa

2011-01-03 Thread Denis Weerasiri
On Mon, Jan 3, 2011 at 3:40 PM, Afkham Azeez az...@wso2.com wrote:

 Hi Sanjeewa,
 It is my distinct pleasure to welcome as a WSO2 committer. Thanks for your
 contributions, and looking forward to many more valuable contributions in
 the future as well.

Congratulations Sanjeewa


 Thanks
 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com*
http://wso2.com/*cell: +94 (71) 684-4450
blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Committers += Sanjeewa

2011-01-03 Thread Ranga Siriwardena
Congratulations Sanjeewa !!!

On Mon, Jan 3, 2011 at 3:40 PM, Afkham Azeez az...@wso2.com wrote:

 Hi Sanjeewa,
 It is my distinct pleasure to welcome as a WSO2 committer. Thanks for your
 contributions, and looking forward to many more valuable contributions in
 the future as well.

 Thanks
 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Ranga Siriwardena
Software Engineer
WSO2 Inc.

Mobile: +94 779808031
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-01-03 Thread WSO2 Builder
[INFO] qpid.wso2 . SUCCESS [8.226s]
[INFO] 
[INFO] 
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 12 minutes 46 seconds
[INFO] Finished at: Mon Jan 03 16:22:33 IST 2011
[INFO] Final Memory: 205M/1234M
[INFO] 
[INFO] Scanning for projects...
[INFO] 
[INFO] Building WSO2 Carbon - Parent Maven Module
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean]
[INFO] Deleting directory /home/carbon/stratos/carbon/core/target
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing /home/carbon/stratos/carbon/core/target/pom-transformed.xml 
to 
/home/carbon/.m2/repository/org/wso2/carbon/carbon-parent/3.1.0/carbon-parent-3.1.0.pom
[INFO] 
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 2 seconds
[INFO] Finished at: Mon Jan 03 16:22:38 IST 2011
[INFO] Final Memory: 24M/1237M
[INFO] 
[INFO] Scanning for projects...
Downloading: 
http://repo1.maven.org/maven2/org/wso2/carbon/broker/3.1.0/broker-3.1.0.pom
[INFO] Unable to find resource 'org.wso2.carbon:broker:pom:3.1.0' in repository 
central (http://repo1.maven.org/maven2)
[INFO] 
[ERROR] FATAL ERROR
[INFO] 
[INFO] Error building POM (may not be this project's POM).


Project ID: org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null

Reason: Cannot find parent: org.wso2.carbon:broker for project: 
org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null for project 
org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null


[INFO] 
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Cannot find parent: 
org.wso2.carbon:broker for project: 
org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null for project 
org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:432)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:300)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:356)
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.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find 
parent: org.wso2.carbon:broker for project: 
org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null for project 
org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null
at 
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1398)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:508)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:632)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:515)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:588)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:588)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:419)
... 11 more
Caused by: org.apache.maven.project.ProjectBuildingException: POM 
'org.wso2.carbon:broker' not found in repository: Unable to download the 
artifact from any repository

  org.wso2.carbon:broker:pom:3.1.0

from the specified remote repositories:
___
Carbon-dev mailing list
Carbon-dev@wso2.org

Re: [Carbon-dev] WSO2 Committers += Sanjeewa

2011-01-03 Thread Udayanga Wickramasinghe
congrats Sanjeewa

On Mon, Jan 3, 2011 at 4:15 PM, Ranga Siriwardena ra...@wso2.com wrote:

 Congratulations Sanjeewa !!!

 On Mon, Jan 3, 2011 at 3:40 PM, Afkham Azeez az...@wso2.com wrote:

 Hi Sanjeewa,
 It is my distinct pleasure to welcome as a WSO2 committer. Thanks for your
 contributions, and looking forward to many more valuable contributions in
 the future as well.

 Thanks
 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

 Mobile: +94 779808031


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
*Udayanga Wickramasinghe*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: **udaya...@wso2.com* udayan...@wso2.com* cell: +94 (77) 983-4365
blog: **http://udayangawiki.blogspot.com*http://udayangawiki.blogspot.com/
*
twitter: **http://twitter.com/udayanga_wick*http://twitter.com/udayanga_wick
*
*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Compilation failure in registry.extensions component

2011-01-03 Thread Janaka Ranabahu
Hi,
For now build the dependencies-wsdl4j and orbit-wsdl4j to solve this
issue. This will fix this in the 3.2.0 release once the 3.2.0 branch has
been done.

On Mon, Jan 3, 2011 at 2:56 PM, Isuru Suriarachchi is...@wso2.com wrote:

 I was able to build it after building [1]. But the version is 1.6.2 which
 is wrong. Please update it to have a .wso2 version.

 Thanks,
 ~Isuru

 [1] https://svn.wso2.org/repos/wso2/trunk/carbon/dependencies/wsdl4j


 On Mon, Jan 3, 2011 at 2:37 PM, Isuru Suriarachchi is...@wso2.com wrote:

 I'm getting the following compilation failure. Any orbit projects that
 I've missed?

 [INFO] Building WSO2 Carbon - Registry - Extensions
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean]
 [INFO] Deleting directory
 /home/isuru/checkouts/wso2/carbon/components/registry/org.wso2.carbon.registry.extensions/target
 [INFO] [resources:resources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 [WARNING] POM for
 'org.eclipse.osgi:org.eclipse.osgi:pom:3.5.0.v20090311-1300:compile' is
 invalid.

 Its dependencies (if any) will NOT be available to the current build.
 [WARNING] POM for 'org.apache.lucene:lucene-core:pom:2.3.1:compile' is
 invalid.

 Its dependencies (if any) will NOT be available to the current build.
 [INFO] [compiler:compile]
 [INFO] Compiling 39 source files to
 /home/isuru/checkouts/wso2/carbon/components/registry/org.wso2.carbon.registry.extensions/target/classes
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 /home/isuru/checkouts/wso2/carbon/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/WSDLProcessor.java:[389,22]
 cannot find symbol
 symbol  : method getBindingPolicyReference()
 location: interface javax.wsdl.Binding

 /home/isuru/checkouts/wso2/carbon/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/WSDLProcessor.java:[391,60]
 cannot find symbol
 symbol  : method getBindingPolicyReference()
 location: interface javax.wsdl.Binding


 Thanks,
 ~Isuru

 --
 Isuru Suriarachchi
 Technical Lead  Product Manager, WSO2 Application Server
 WSO2 Inc. http://wso2.com
 email : is...@wso2.com
 blog : http://isurues.wordpress.com/

 lean . enterprise . middleware




 --
 Isuru Suriarachchi
 Technical Lead  Product Manager, WSO2 Application Server
 WSO2 Inc. http://wso2.com
 email : is...@wso2.com
 blog : http://isurues.wordpress.com/

 lean . enterprise . middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Janaka Ranabahu
Software Engineer
WSO2 Inc.

Mobile +94 718370861
Email : jan...@wso2.com
Blog : janakaranabahu.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Committers += Sanjeewa

2011-01-03 Thread Sarasi Munasinghe
congrats Sanjeewa
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Applying for an OID from IANA, to be used in a custom object class schema

2011-01-03 Thread Hasini Gunasinghe
Hi all,

There is a requirement of defining a custom object class schema with the
required attributes which are not defined in ApacheDS-LDAP by default
(issues: CARBON-8215 https://wso2.org/jira/browse/CARBON-8215,
CARBON-8054https://wso2.org/jira/browse/CARBON-8054
)
According to the specification [1] on defining LDAP attributes, object
classes, we need to have an OID for that attribute/object class to be
uniquely identified by the LDAP directory server.

Although we can use a made up OID for experimental use, it is recommended to
use a registered OID if we are going to ship it with a product. [2,3]

There are several ways of obtaining an OID [4] among which one easy way of
obtaining it is: from IANA.
For that we need to fill and submit the application here [5].
Once we are assigned an OID, it will be displayed in the OID registry as
[6].

Please let me know if there is any concerns/guidelines in applying for an
OID in the above way.

It is mentioned that it will be sent with in 30 days. And if we did not
obtain it before the coming release, as a backup plan we can use an
unregistered OID with a generated UUID appended as mentioned in [7, 8].
Please let me know if any of you are aware of any concern in going with the
latter approach as well.

[1]. http://www.ietf.org/rfc/rfc4512.txt
[2].
http://directory.apache.org/apacheds/1.5/31-add-your-first-elements-to-the-schema.html#3.1.Addyourfirstelementstotheschema-WhichOIDsshouldyouuse%253F
[3]. http://ldapwiki.willeke.com/wiki/HowToGetYourOwnLDAPOID
[4]. http://www.oid-info.com/faq.htm#10
[5]. http://pen.iana.org/pen/PenApplication.page
[6]. http://www.iana.org/assignments/enterprise-numbers
[7]. http://www.oid-info.com/get/2.25
[8]. http://www.itu.int/ITU-T/asn1/uuid.html#registration

Thanks,
Hasini.
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] registry.core test failure

2011-01-03 Thread Senaka Fernando
Hi Asela,

IIRC we discussed this issue during the Stratos release. The issue here
IIRC, is that the UM Kernel caches the tenant's user realm, but does not
invalidate it when the realm configuration is updated. Can you have a look
and get this sorted?

Also, long term, we need to move the UM concerns out of the Registry Kernel.
There are still a few hanging around (mostly the ones that have MT
involved).

Thanks,
Senaka.

On Mon, Jan 3, 2011 at 4:09 PM, Afkham Azeez az...@wso2.com wrote:


 ---
 Test set: org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest

 ---
 Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 4.067 sec
  FAILURE!
 testCustomRealmConfiguration(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.103 sec   FAILURE!
 junit.framework.AssertionFailedError: No exception in authorizing in tenant
 1
 at junit.framework.Assert.fail(Assert.java:47)
 at junit.framework.Assert.assertTrue(Assert.java:20)
  at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testCustomRealmConfiguration(MultiTenantTest.java:346)

 testAddTenant(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.003 sec   FAILURE!
 junit.framework.AssertionFailedError: tenants length should be 2
 expected:3 but was:2
 at junit.framework.Assert.fail(Assert.java:47)
  at junit.framework.Assert.failNotEquals(Assert.java:280)
 at junit.framework.Assert.assertEquals(Assert.java:64)
  at junit.framework.Assert.assertEquals(Assert.java:198)
 at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testAddTenant(MultiTenantTest.java:411)




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
*Senaka Fernando*
Associate Technical Lead  Product Manager - WSO2 G-Reg;
WSO2, Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://www.linkedin.com/in/senakafernando

*Lean . Enterprise . Middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Shall we make the continuous build to build the trunk?

2011-01-03 Thread Senaka Fernando
On Mon, Jan 3, 2011 at 3:47 PM, Kathiravelu Pradeeban pradee...@wso2.comwrote:

 On Mon, Jan 3, 2011 at 2:36 PM, Samisa Abeysinghe sam...@wso2.com wrote:
  $subject

 +1.

+1.

Thanks,
Senaka.

 Guess the same is applicable to Stratos too; it still builds 1.0.0 branch.

 Regards,
 Pradeeban.

  It still builds 3.1.0 branch
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
  WSO2 Inc.
  http://wso2.com
  http://wso2.org
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 Kathiravelu Pradeeban.
 Software Engineer.
 WSO2 Inc.

 Blog: [Llovizna] http://kkpradeeban.blogspot.com/
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
*Senaka Fernando*
Associate Technical Lead  Product Manager - WSO2 G-Reg;
WSO2, Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://www.linkedin.com/in/senakafernando

*Lean . Enterprise . Middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Compilation failure in registry.extensions component

2011-01-03 Thread Isuru Suriarachchi
On Mon, Jan 3, 2011 at 4:36 PM, Janaka Ranabahu jan...@wso2.com wrote:

 Hi,
 For now build the dependencies-wsdl4j and orbit-wsdl4j to solve this
 issue. This will fix this in the 3.2.0 release once the 3.2.0 branch has
 been done.


You don't have to wait until the 3.2.0 branch is created. wsdl4j is already
branched under dependencies. So you just have to change the version to have
-wso2v1 suffix. Then use that version in orbit/wsdl4j. That's it..

Thanks,
~Isuru



 On Mon, Jan 3, 2011 at 2:56 PM, Isuru Suriarachchi is...@wso2.com wrote:

 I was able to build it after building [1]. But the version is 1.6.2 which
 is wrong. Please update it to have a .wso2 version.

 Thanks,
 ~Isuru

 [1] https://svn.wso2.org/repos/wso2/trunk/carbon/dependencies/wsdl4j


 On Mon, Jan 3, 2011 at 2:37 PM, Isuru Suriarachchi is...@wso2.comwrote:

 I'm getting the following compilation failure. Any orbit projects that
 I've missed?

 [INFO] Building WSO2 Carbon - Registry - Extensions
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean]
 [INFO] Deleting directory
 /home/isuru/checkouts/wso2/carbon/components/registry/org.wso2.carbon.registry.extensions/target
 [INFO] [resources:resources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 [WARNING] POM for
 'org.eclipse.osgi:org.eclipse.osgi:pom:3.5.0.v20090311-1300:compile' is
 invalid.

 Its dependencies (if any) will NOT be available to the current build.
 [WARNING] POM for 'org.apache.lucene:lucene-core:pom:2.3.1:compile' is
 invalid.

 Its dependencies (if any) will NOT be available to the current build.
 [INFO] [compiler:compile]
 [INFO] Compiling 39 source files to
 /home/isuru/checkouts/wso2/carbon/components/registry/org.wso2.carbon.registry.extensions/target/classes
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 /home/isuru/checkouts/wso2/carbon/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/WSDLProcessor.java:[389,22]
 cannot find symbol
 symbol  : method getBindingPolicyReference()
 location: interface javax.wsdl.Binding

 /home/isuru/checkouts/wso2/carbon/components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/utils/WSDLProcessor.java:[391,60]
 cannot find symbol
 symbol  : method getBindingPolicyReference()
 location: interface javax.wsdl.Binding


 Thanks,
 ~Isuru

 --
 Isuru Suriarachchi
 Technical Lead  Product Manager, WSO2 Application Server
 WSO2 Inc. http://wso2.com
 email : is...@wso2.com
 blog : http://isurues.wordpress.com/

 lean . enterprise . middleware




 --
 Isuru Suriarachchi
 Technical Lead  Product Manager, WSO2 Application Server
 WSO2 Inc. http://wso2.com
 email : is...@wso2.com
 blog : http://isurues.wordpress.com/

 lean . enterprise . middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Janaka Ranabahu
 Software Engineer
 WSO2 Inc.

 Mobile +94 718370861
 Email : jan...@wso2.com
 Blog : janakaranabahu.blogspot.com


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Isuru Suriarachchi
Technical Lead  Product Manager, WSO2 Application Server
WSO2 Inc. http://wso2.com
email : is...@wso2.com
blog : http://isurues.wordpress.com/

lean . enterprise . middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Committers += Sanjeewa

2011-01-03 Thread Kasun Weranga
Congratz!

On Mon, Jan 3, 2011 at 4:39 PM, Sarasi Munasinghe sar...@wso2.com wrote:

 congrats Sanjeewa



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
*Kasun Weranga*
Software Engineer
**
*WSO2, Inc.
*lean.enterprise.middleware.
mobile : +94 772314602
http://sanjeewamalalgoda.blogspot.com/blog
:http://sanjeewamalalgoda.blogspot.com/
http://kasunweranga.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] [ANN] WSO2 Complex Event Processing Server 1.0.0-Alpha Released !

2011-01-03 Thread shammi jayasinghe
*WSO2 Complex Event Processing Server 1.0.0- Alpha Released!*

WSO2 CEP team please to announce the 1.0.0-Alpha release of the WSO2 Complex
Event Processing Server

WSO2 Complex Event Processing Server, based on the award-winning WSO2 Carbon
framework introduces complex event processing to SOA world. WSO2 Complex
Event Processing
Server supports deployement and management of complex event processing
server buckets,inputs and queries.


You can download this distribution from  http://wso2.org/downloads/cep and
give it a try.

*How to Run,*

   1. Extract the downloaded zip
   2. Go to the bin directory in the extracted folder
   3. Run the wso2server.sh or wso2server.bat as appropriate
   4. Point your browser to the URL https://localhost:9443/carbon
   5. Use admin, admin as the username and password to login as an admin
and create a user account
   6. Assign the required permissions to the user through a role
   7. If you need to start the OSGi console with the server use the property
-DosgiConsole when starting the server. The INSTALL.txt file found on the
installation directory will give
   you a comprehensive set of options and properties that can  be passed
into the startup script


*Key Features of WSO2 Complex Event Processing Server*


   - Plugable back end rutime support - WSO2 CEP supports following back
   end run time engines.


   1.  Drools Fusion - This back end runtime engine is distributed with the
   CEP pack
   2.  Esper - This back end runtime is available at WSO2 GPL P2
   repository :
   http://dist.wso2.org/wso2-gpl-p2/carbon/releases/3.1.0-alpha/ and can be
   added as a feature with WSO2 Carbon Feature Management.


   -  Support Multiple Broker Types - WSO2 CEP supports WS-Event and
   JMS-Qpid broker types


   -  GUI Support -  WSO2 CEP supports create,edit,delete operations on
   Buckets,Inputs and Queries.


   -  Use Registry resources - WSO2 CEP supports using resources stored
   in registry (Queries) to create buckets


   -  Persistence   - WSO2 CEP supports persisting created buckets in
   the registry.


   -  I18n Support for CEP - WSO2 CEP supports internationalization



*How You Can Contribute*

Join our mailing list and correspond with the developers directly.

  o Developer List : carbon-dev@wso2.org | Subscribe | Mail Archive


*Reporting Issues*

WSO2 encourages you to report issues and your enhancement requests for the
WSO2 Complex Event Processing Server using the public JIRA. You can also
watch how they are resolved,
 and comment on the progress.
https://wso2.org/jira/secure/project/ViewProject.jspa?pid=10190


*Support*

WSO2 Inc. offers a variety of development and production support programs,
ranging from Web-based support up through normal business hours, to premium
24x7 phone support. For additional support information please refer to
http://wso2.com/support/ For more information on WSO2 Complex Event
Processing Server, visit the WSO2 Oxygen Tank (http://wso2.org) We welcome
your feedback on this implementation. Thank you for your interest in WSO2
Complex Event Processing Server.


*
WSO2 Complex Event Processing Server Team*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] registry.core test failure

2011-01-03 Thread Afkham Azeez
Asela, can we work on this and move the user management concerns to the UM,
and get the trunk stabilized ASAP?

Dimuthu, we also have to get rid of that hack where the user.core code
reflectively calls registry.core. As you mentioned, the proper solution is
to add a column to some user.core DB. Can we get that fixed as well.

Azeez

On Mon, Jan 3, 2011 at 4:45 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Asela,

 IIRC we discussed this issue during the Stratos release. The issue here
 IIRC, is that the UM Kernel caches the tenant's user realm, but does not
 invalidate it when the realm configuration is updated. Can you have a look
 and get this sorted?

 Also, long term, we need to move the UM concerns out of the Registry
 Kernel. There are still a few hanging around (mostly the ones that have MT
 involved).

 Thanks,
 Senaka.

 On Mon, Jan 3, 2011 at 4:09 PM, Afkham Azeez az...@wso2.com wrote:


 ---
  Test set: org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest

 ---
 Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 4.067 sec
  FAILURE!
 testCustomRealmConfiguration(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.103 sec   FAILURE!
 junit.framework.AssertionFailedError: No exception in authorizing in
 tenant 1
 at junit.framework.Assert.fail(Assert.java:47)
 at junit.framework.Assert.assertTrue(Assert.java:20)
  at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testCustomRealmConfiguration(MultiTenantTest.java:346)

 testAddTenant(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.003 sec   FAILURE!
 junit.framework.AssertionFailedError: tenants length should be 2
 expected:3 but was:2
 at junit.framework.Assert.fail(Assert.java:47)
  at junit.framework.Assert.failNotEquals(Assert.java:280)
 at junit.framework.Assert.assertEquals(Assert.java:64)
  at junit.framework.Assert.assertEquals(Assert.java:198)
 at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testAddTenant(MultiTenantTest.java:411)




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com
 *
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
*Afkham Azeez*
Senior Software Architect  Senior Manager; 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
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*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Shall we make the continuous build to build the trunk?

2011-01-03 Thread Samisa Abeysinghe
We need a builders team to own the continuous build. Ideally should have
4-5 people who constantly monitor these continuous build messages. I can
give a quick training to these folks on how to manage, trigger, maintain
scripts etc.

On Mon, Jan 3, 2011 at 4:46 PM, Senaka Fernando sen...@wso2.com wrote:



 On Mon, Jan 3, 2011 at 3:47 PM, Kathiravelu Pradeeban 
 pradee...@wso2.comwrote:

 On Mon, Jan 3, 2011 at 2:36 PM, Samisa Abeysinghe sam...@wso2.com
 wrote:
  $subject

 +1.

 +1.

 Thanks,
 Senaka.

 Guess the same is applicable to Stratos too; it still builds 1.0.0 branch.

 Regards,
 Pradeeban.

  It still builds 3.1.0 branch
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
  WSO2 Inc.
  http://wso2.com
  http://wso2.org
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 Kathiravelu Pradeeban.
 Software Engineer.
 WSO2 Inc.

 Blog: [Llovizna] http://kkpradeeban.blogspot.com/
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com
 *
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev

 Thanks,
Samisa...

Samisa Abeysinghe
VP Engineering
WSO2 Inc.
http://wso2.com
http://wso2.org
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Shall we make the continuous build to build the trunk?

2011-01-03 Thread Denis Weerasiri
On Mon, Jan 3, 2011 at 5:09 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 We need a builders team to own the continuous build. Ideally should have
 4-5 people who constantly monitor these continuous build messages. I can
 give a quick training to these folks on how to manage, trigger, maintain
 scripts etc.

+1
Like to join.



 On Mon, Jan 3, 2011 at 4:46 PM, Senaka Fernando sen...@wso2.com wrote:



 On Mon, Jan 3, 2011 at 3:47 PM, Kathiravelu Pradeeban pradee...@wso2.com
  wrote:

 On Mon, Jan 3, 2011 at 2:36 PM, Samisa Abeysinghe sam...@wso2.com
 wrote:
  $subject

 +1.

 +1.

 Thanks,
 Senaka.

 Guess the same is applicable to Stratos too; it still builds 1.0.0
 branch.

 Regards,
 Pradeeban.

  It still builds 3.1.0 branch
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
  WSO2 Inc.
  http://wso2.com
  http://wso2.org
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 Kathiravelu Pradeeban.
 Software Engineer.
 WSO2 Inc.

 Blog: [Llovizna] http://kkpradeeban.blogspot.com/
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com
 *
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com*
http://wso2.com/*cell: +94 (71) 684-4450
blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] 3.2.0 plans

2011-01-03 Thread Samisa Abeysinghe
Do we have Carbon core fixes in svn trunk, that are not there in 3.1.0?

We need to release 3.2.0 Carbon core first. Then Chunk 3 products. And
should we not release patch versions for those already released under 3.1.0
chunk 1  2?

Thanks,
Samisa...

Samisa Abeysinghe
VP Engineering
WSO2 Inc.
http://wso2.com
http://wso2.org
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 3.2.0 plans

2011-01-03 Thread Prabath Siriwardana
On Mon, Jan 3, 2011 at 5:18 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Do we have Carbon core fixes in svn trunk, that are not there in 3.1.0?


Yes.. In the user-core...

Thanks  regards,
-Prabath



 We need to release 3.2.0 Carbon core first. Then Chunk 3 products. And
 should we not release patch versions for those already released under 3.1.0
 chunk 1  2?

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Shall we make the continuous build to build the trunk?

2011-01-03 Thread Samisa Abeysinghe
Also, we need to start working on deploying snapshots to maven repo with the
trunk continuous builds at least on a weekly basis.

On Mon, Jan 3, 2011 at 5:15 PM, Kathiravelu Pradeeban pradee...@wso2.comwrote:

 On Mon, Jan 3, 2011 at 5:12 PM, Denis Weerasiri de...@wso2.com wrote:
 
 
  On Mon, Jan 3, 2011 at 5:09 PM, Samisa Abeysinghe sam...@wso2.com
 wrote:
 
  We need a builders team to own the continuous build. Ideally should
 have
  4-5 people who constantly monitor these continuous build messages. I can
  give a quick training to these folks on how to manage, trigger, maintain
  scripts etc.
 
  +1
  Like to join.

 +1.
 Count me in.

 Thanks,
 Pradeeban.
 
  On Mon, Jan 3, 2011 at 4:46 PM, Senaka Fernando sen...@wso2.com
 wrote:
 
 
  On Mon, Jan 3, 2011 at 3:47 PM, Kathiravelu Pradeeban
  pradee...@wso2.com wrote:
 
  On Mon, Jan 3, 2011 at 2:36 PM, Samisa Abeysinghe sam...@wso2.com
  wrote:
   $subject
 
  +1.
 
  +1.
 
  Thanks,
  Senaka.
 
  Guess the same is applicable to Stratos too; it still builds 1.0.0
  branch.
 
  Regards,
  Pradeeban.
 
   It still builds 3.1.0 branch
  
   Thanks,
   Samisa...
  
   Samisa Abeysinghe
   VP Engineering
   WSO2 Inc.
   http://wso2.com
   http://wso2.org
  
  
  
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org
   https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
  
 
 
 
  --
  Kathiravelu Pradeeban.
  Software Engineer.
  WSO2 Inc.
 
  Blog: [Llovizna] http://kkpradeeban.blogspot.com/
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
  --
  Senaka Fernando
  Associate Technical Lead  Product Manager - WSO2 G-Reg;
  WSO2, Inc.; http://wso2.com
  Member; Apache Software Foundation; http://apache.org
 
  E-mail: senaka AT wso2.com
  P: +1 408 754 7388; ext: 51736; M: +94 77 322 1818
  Linked-In: http://www.linkedin.com/in/senakafernando
 
  Lean . Enterprise . Middleware
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
  WSO2 Inc.
  http://wso2.com
  http://wso2.org
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Thanks,
  Denis
  --
  Denis Weerasiri
  Software Engineer; WSO2 Inc.; http://wso2.com,
  email: denis [AT] wso2.com cell: +94 (71) 684-4450
  blog: http://ddweerasiri.blogspot.com
  twitter: http://twitter.com/ddweerasiri
  linked-in: http://lk.linkedin.com/in/ddweerasiri
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 Kathiravelu Pradeeban.
 Software Engineer.
 WSO2 Inc.

 Blog: [Llovizna] http://kkpradeeban.blogspot.com/
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Thanks,
Samisa...

Samisa Abeysinghe
VP Engineering
WSO2 Inc.
http://wso2.com
http://wso2.org
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] 3.1.0 Branch still remains broken Re: WSO2 Carbon Continuous Build has FAILED

2011-01-03 Thread Samisa Abeysinghe
Guys, we cannot leave a branch on a build broken state.

Please fix this ASAP, before we move the build process against the trunk.

Thanks,
Samisa...

On Mon, Jan 3, 2011 at 5:23 PM, WSO2 Builder buil...@wso2.org wrote:

 [INFO] qpid.wso2 . SUCCESS
 [10.594s]
 [INFO]
 
 [INFO]
 
 [INFO] BUILD SUCCESSFUL
 [INFO]
 
 [INFO] Total time: 8 minutes 46 seconds
 [INFO] Finished at: Mon Jan 03 17:23:15 IST 2011
 [INFO] Final Memory: 191M/1168M
 [INFO]
 
 [INFO] Scanning for projects...
 [INFO]
 
 [INFO] Building WSO2 Carbon - Parent Maven Module
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean]
 [INFO] Deleting directory /home/carbon/stratos/carbon/core/target
 [INFO] [site:attach-descriptor]
 [INFO] [install:install]
 [INFO] Installing
 /home/carbon/stratos/carbon/core/target/pom-transformed.xml to
 /home/carbon/.m2/repository/org/wso2/carbon/carbon-parent/3.1.0/carbon-parent-3.1.0.pom
 [INFO]
 
 [INFO] BUILD SUCCESSFUL
 [INFO]
 
 [INFO] Total time: 2 seconds
 [INFO] Finished at: Mon Jan 03 17:23:19 IST 2011
 [INFO] Final Memory: 24M/1237M
 [INFO]
 
 [INFO] Scanning for projects...
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/carbon/broker/3.1.0/broker-3.1.0.pom
 [INFO] Unable to find resource 'org.wso2.carbon:broker:pom:3.1.0' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 
 [INFO] Error building POM (may not be this project's POM).


 Project ID: org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null

 Reason: Cannot find parent: org.wso2.carbon:broker for project:
 org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null


 [INFO]
 
 [INFO] Trace
 org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
 org.wso2.carbon:broker for project:
 org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:432)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:300)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:356)
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.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find
 parent: org.wso2.carbon:broker for project:
 org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null
at
 org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1398)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:508)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:632)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:515)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:588)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:588)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:419)
... 11 more
 Caused by: org.apache.maven.project.ProjectBuildingException: POM
 'org.wso2.carbon:broker' not 

Re: [Carbon-dev] Shall we make the continuous build to build the trunk?

2011-01-03 Thread Samisa Abeysinghe
And we will start building with tests enabled as soon as we turn into trunk
- and all test got to pass.

On Mon, Jan 3, 2011 at 5:27 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Also, we need to start working on deploying snapshots to maven repo with
 the trunk continuous builds at least on a weekly basis.


 On Mon, Jan 3, 2011 at 5:15 PM, Kathiravelu Pradeeban 
 pradee...@wso2.comwrote:

 On Mon, Jan 3, 2011 at 5:12 PM, Denis Weerasiri de...@wso2.com wrote:
 
 
  On Mon, Jan 3, 2011 at 5:09 PM, Samisa Abeysinghe sam...@wso2.com
 wrote:
 
  We need a builders team to own the continuous build. Ideally should
 have
  4-5 people who constantly monitor these continuous build messages. I
 can
  give a quick training to these folks on how to manage, trigger,
 maintain
  scripts etc.
 
  +1
  Like to join.

 +1.
 Count me in.

 Thanks,
 Pradeeban.
 
  On Mon, Jan 3, 2011 at 4:46 PM, Senaka Fernando sen...@wso2.com
 wrote:
 
 
  On Mon, Jan 3, 2011 at 3:47 PM, Kathiravelu Pradeeban
  pradee...@wso2.com wrote:
 
  On Mon, Jan 3, 2011 at 2:36 PM, Samisa Abeysinghe sam...@wso2.com
  wrote:
   $subject
 
  +1.
 
  +1.
 
  Thanks,
  Senaka.
 
  Guess the same is applicable to Stratos too; it still builds 1.0.0
  branch.
 
  Regards,
  Pradeeban.
 
   It still builds 3.1.0 branch
  
   Thanks,
   Samisa...
  
   Samisa Abeysinghe
   VP Engineering
   WSO2 Inc.
   http://wso2.com
   http://wso2.org
  
  
  
   ___
   Carbon-dev mailing list
   Carbon-dev@wso2.org
   https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
  
  
 
 
 
  --
  Kathiravelu Pradeeban.
  Software Engineer.
  WSO2 Inc.
 
  Blog: [Llovizna] http://kkpradeeban.blogspot.com/
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
  --
  Senaka Fernando
  Associate Technical Lead  Product Manager - WSO2 G-Reg;
  WSO2, Inc.; http://wso2.com
  Member; Apache Software Foundation; http://apache.org
 
  E-mail: senaka AT wso2.com
  P: +1 408 754 7388; ext: 51736; M: +94 77 322 1818
  Linked-In: http://www.linkedin.com/in/senakafernando
 
  Lean . Enterprise . Middleware
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
  WSO2 Inc.
  http://wso2.com
  http://wso2.org
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Thanks,
  Denis
  --
  Denis Weerasiri
  Software Engineer; WSO2 Inc.; http://wso2.com,
  email: denis [AT] wso2.com cell: +94 (71) 684-4450
  blog: http://ddweerasiri.blogspot.com
  twitter: http://twitter.com/ddweerasiri
  linked-in: http://lk.linkedin.com/in/ddweerasiri
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 Kathiravelu Pradeeban.
 Software Engineer.
 WSO2 Inc.

 Blog: [Llovizna] http://kkpradeeban.blogspot.com/
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 Thanks,
Samisa...

Samisa Abeysinghe
VP Engineering
WSO2 Inc.
http://wso2.com
http://wso2.org
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 3.2.0 plans

2011-01-03 Thread Samisa Abeysinghe
Shall we also arrange a bug fixing hackathon around Carbon  3.2.0?

I think we can phase this around products to be released, based on chunks.

On Mon, Jan 3, 2011 at 5:20 PM, Prabath Siriwardana prab...@wso2.comwrote:



 On Mon, Jan 3, 2011 at 5:18 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Do we have Carbon core fixes in svn trunk, that are not there in 3.1.0?


 Yes.. In the user-core...

 Thanks  regards,
 -Prabath



 We need to release 3.2.0 Carbon core first. Then Chunk 3 products. And
 should we not release patch versions for those already released under 3.1.0
 chunk 1  2?

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Thanks  Regards,
 Prabath

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

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev

 Thanks,
Samisa...

Samisa Abeysinghe
VP Engineering
WSO2 Inc.
http://wso2.com
http://wso2.org
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Shall we make the continuous build to build the trunk?

2011-01-03 Thread Amila Maha Arachchi
On Mon, Jan 3, 2011 at 5:09 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 We need a builders team to own the continuous build. Ideally should have
 4-5 people who constantly monitor these continuous build messages. I can
 give a quick training to these folks on how to manage, trigger, maintain
 scripts etc.


+1

I would like to join this.

Thanks,
AmilaM.



 On Mon, Jan 3, 2011 at 4:46 PM, Senaka Fernando sen...@wso2.com wrote:



 On Mon, Jan 3, 2011 at 3:47 PM, Kathiravelu Pradeeban pradee...@wso2.com
  wrote:

 On Mon, Jan 3, 2011 at 2:36 PM, Samisa Abeysinghe sam...@wso2.com
 wrote:
  $subject

 +1.

 +1.

 Thanks,
 Senaka.

 Guess the same is applicable to Stratos too; it still builds 1.0.0
 branch.

 Regards,
 Pradeeban.

  It still builds 3.1.0 branch
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
  WSO2 Inc.
  http://wso2.com
  http://wso2.org
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 Kathiravelu Pradeeban.
 Software Engineer.
 WSO2 Inc.

 Blog: [Llovizna] http://kkpradeeban.blogspot.com/
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com
 *
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Shall we make the continuous build to build the trunk?

2011-01-03 Thread Supun Malinga
+1
I too loke to join.

thanks,

On Mon, Jan 3, 2011 at 5:48 PM, Amila Maha Arachchi ami...@wso2.com wrote:



 On Mon, Jan 3, 2011 at 5:09 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 We need a builders team to own the continuous build. Ideally should have
 4-5 people who constantly monitor these continuous build messages. I can
 give a quick training to these folks on how to manage, trigger, maintain
 scripts etc.


 +1

 I would like to join this.

 Thanks,
 AmilaM.



 On Mon, Jan 3, 2011 at 4:46 PM, Senaka Fernando sen...@wso2.com wrote:



 On Mon, Jan 3, 2011 at 3:47 PM, Kathiravelu Pradeeban 
 pradee...@wso2.com wrote:

 On Mon, Jan 3, 2011 at 2:36 PM, Samisa Abeysinghe sam...@wso2.com
 wrote:
  $subject

 +1.

 +1.

 Thanks,
 Senaka.

 Guess the same is applicable to Stratos too; it still builds 1.0.0
 branch.

 Regards,
 Pradeeban.

  It still builds 3.1.0 branch
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
  WSO2 Inc.
  http://wso2.com
  http://wso2.org
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 



 --
 Kathiravelu Pradeeban.
 Software Engineer.
 WSO2 Inc.

 Blog: [Llovizna] http://kkpradeeban.blogspot.com/
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com
 *
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Supun Malinga,

Software Engineer,
WSO2 Inc.
http://wso2.com
http://wso2.org
email - sup...@wso2.com sup...@wso2.com
mobile - 071 56 91 321
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Shall we make the continuous build to build the trunk?

2011-01-03 Thread Udayanga Wickramasinghe
Hi,

On Mon, Jan 3, 2011 at 5:09 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 We need a builders team to own the continuous build. Ideally should have
 4-5 people who constantly monitor these continuous build messages. I can
 give a quick training to these folks on how to manage, trigger, maintain
 scripts etc.


+1
count me in

Regards,
Udayanga
-- 
*Udayanga Wickramasinghe*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: **udaya...@wso2.com* udayan...@wso2.com* cell: +94 (77) 983-4365
blog: **http://udayangawiki.blogspot.com*http://udayangawiki.blogspot.com/
*
twitter: **http://twitter.com/udayanga_wick*http://twitter.com/udayanga_wick
*
*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 3.1.0 Branch still remains broken Re: WSO2 Carbon Continuous Build has FAILED

2011-01-03 Thread Manjula Rathnayake
Hi,

This broker.test module was removed from the parent pom.xml. It was used
only for testing purposes.
Thanks

On Mon, Jan 3, 2011 at 5:30 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Guys, we cannot leave a branch on a build broken state.

 Please fix this ASAP, before we move the build process against the trunk.


 Thanks,
 Samisa...

 On Mon, Jan 3, 2011 at 5:23 PM, WSO2 Builder buil...@wso2.org wrote:

 [INFO] qpid.wso2 . SUCCESS
 [10.594s]
 [INFO]
 
 [INFO]
 
 [INFO] BUILD SUCCESSFUL
 [INFO]
 
 [INFO] Total time: 8 minutes 46 seconds
 [INFO] Finished at: Mon Jan 03 17:23:15 IST 2011
 [INFO] Final Memory: 191M/1168M
 [INFO]
 
 [INFO] Scanning for projects...
 [INFO]
 
 [INFO] Building WSO2 Carbon - Parent Maven Module
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean]
 [INFO] Deleting directory /home/carbon/stratos/carbon/core/target
 [INFO] [site:attach-descriptor]
 [INFO] [install:install]
 [INFO] Installing
 /home/carbon/stratos/carbon/core/target/pom-transformed.xml to
 /home/carbon/.m2/repository/org/wso2/carbon/carbon-parent/3.1.0/carbon-parent-3.1.0.pom
 [INFO]
 
 [INFO] BUILD SUCCESSFUL
 [INFO]
 
 [INFO] Total time: 2 seconds
 [INFO] Finished at: Mon Jan 03 17:23:19 IST 2011
 [INFO] Final Memory: 24M/1237M
 [INFO]
 
 [INFO] Scanning for projects...
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/carbon/broker/3.1.0/broker-3.1.0.pom
 [INFO] Unable to find resource 'org.wso2.carbon:broker:pom:3.1.0' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 
 [INFO] Error building POM (may not be this project's POM).


 Project ID: org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null

 Reason: Cannot find parent: org.wso2.carbon:broker for project:
 org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null


 [INFO]
 
 [INFO] Trace
 org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
 org.wso2.carbon:broker for project:
 org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:432)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:300)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:356)
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.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find
 parent: org.wso2.carbon:broker for project:
 org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null
at
 org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1398)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:508)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:632)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:515)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:588)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:588)
 

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-01-03 Thread WSO2 Builder
[INFO] qpid.wso2 . SUCCESS [12.011s]
[INFO] 
[INFO] 
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 7 minutes 38 seconds
[INFO] Finished at: Mon Jan 03 18:25:23 IST 2011
[INFO] Final Memory: 201M/1126M
[INFO] 
[INFO] Scanning for projects...
[INFO] 
[INFO] Building WSO2 Carbon - Parent Maven Module
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean]
[INFO] Deleting directory /home/carbon/stratos/carbon/core/target
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing /home/carbon/stratos/carbon/core/target/pom-transformed.xml 
to 
/home/carbon/.m2/repository/org/wso2/carbon/carbon-parent/3.1.0/carbon-parent-3.1.0.pom
[INFO] 
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 2 seconds
[INFO] Finished at: Mon Jan 03 18:25:27 IST 2011
[INFO] Final Memory: 24M/1237M
[INFO] 
[INFO] Scanning for projects...
Downloading: 
http://repo1.maven.org/maven2/org/wso2/carbon/broker/3.1.0/broker-3.1.0.pom
[INFO] Unable to find resource 'org.wso2.carbon:broker:pom:3.1.0' in repository 
central (http://repo1.maven.org/maven2)
[INFO] 
[ERROR] FATAL ERROR
[INFO] 
[INFO] Error building POM (may not be this project's POM).


Project ID: org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null

Reason: Cannot find parent: org.wso2.carbon:broker for project: 
org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null for project 
org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null


[INFO] 
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Cannot find parent: 
org.wso2.carbon:broker for project: 
org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null for project 
org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:432)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:300)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:356)
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.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find 
parent: org.wso2.carbon:broker for project: 
org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null for project 
org.wso2.carbon:org.wso2.carbon.broker.test:bundle:null
at 
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1398)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:508)
at 
org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:632)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:515)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:588)
at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:588)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:419)
... 11 more
Caused by: org.apache.maven.project.ProjectBuildingException: POM 
'org.wso2.carbon:broker' not found in repository: Unable to download the 
artifact from any repository

  org.wso2.carbon:broker:pom:3.1.0

from the specified remote repositories:
___
Carbon-dev mailing list
Carbon-dev@wso2.org

[Carbon-dev] Wierd errors after invoking WSAS admin services

2011-01-03 Thread Afkham Azeez
I think some recent fixes to Axis2 has caused some major issues. After
invoking some of the WSAS admin services (WebappAdmin, Axis2RepoAdmin etc),
on the client side, we get the following error. Also, I noticed that
sometimes the RegistryAdminService is getting invoked when I try to access
the service list UI.

[2011-01-03 20:45:33,608] ERROR
{org.apache.catalina.core.ContainerBase.[carbonEngine].[defaulthost].[/].[bridgeservlet]}
-  Servlet.service() for servlet bridgeservlet threw exception
com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '-' (code
45) in prolog; expected ''
 at [row,col {unknown-source}]: [1,1]
at com.ctc.wstx.sr.StreamScanner.throwUnexpectedChar(StreamScanner.java:648)
at
com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2047)
 at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1069)
at
org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
 at
org.apache.axiom.util.stax.dialect.DisallowDoctypeDeclStreamReaderWrapper.next(DisallowDoctypeDeclStreamReaderWrapper.java:34)
at
org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
 at
org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:681)
at
org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:214)
 at
org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.getSOAPEnvelope(StAXSOAPModelBuilder.java:204)
at
org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.init(StAXSOAPModelBuilder.java:154)
 at
org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.init(StAXSOAPModelBuilder.java:140)
at org.apache.axis2.builder.SOAPBuilder.processDocument(SOAPBuilder.java:67)
 at
org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUtils.java:179)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:145)
 at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:108)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:67)
 at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:354)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
 at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)


-- 
*Afkham Azeez*
Senior Software Architect  Senior Manager; 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
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*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Wierd errors after invoking WSAS admin services

2011-01-03 Thread Denis Weerasiri
I had the same error, when uploading a BPEL process(.zip) in latest trunk.

[2011-01-03 21:49:37,141] ERROR
{org.wso2.carbon.bpel.ui.fileupload.BPELUploadExecutor} -  BPEL Package
Deployment Failed!com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected
character '-' (code 45) in prolog; expected ''
 at [row,col {unknown-source}]: [1,1]

But uploading works fine.

On Mon, Jan 3, 2011 at 8:51 PM, Afkham Azeez az...@wso2.com wrote:

 I think some recent fixes to Axis2 has caused some major issues. After
 invoking some of the WSAS admin services (WebappAdmin, Axis2RepoAdmin etc),
 on the client side, we get the following error. Also, I noticed that
 sometimes the RegistryAdminService is getting invoked when I try to access
 the service list UI.

 [2011-01-03 20:45:33,608] ERROR
 {org.apache.catalina.core.ContainerBase.[carbonEngine].[defaulthost].[/].[bridgeservlet]}
 -  Servlet.service() for servlet bridgeservlet threw exception
 com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '-'
 (code 45) in prolog; expected ''
  at [row,col {unknown-source}]: [1,1]
 at
 com.ctc.wstx.sr.StreamScanner.throwUnexpectedChar(StreamScanner.java:648)
 at
 com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2047)
  at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1069)
 at
 org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
  at
 org.apache.axiom.util.stax.dialect.DisallowDoctypeDeclStreamReaderWrapper.next(DisallowDoctypeDeclStreamReaderWrapper.java:34)
 at
 org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
  at
 org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:681)
 at
 org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:214)
  at
 org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.getSOAPEnvelope(StAXSOAPModelBuilder.java:204)
 at
 org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.init(StAXSOAPModelBuilder.java:154)
  at
 org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.init(StAXSOAPModelBuilder.java:140)
 at
 org.apache.axis2.builder.SOAPBuilder.processDocument(SOAPBuilder.java:67)
  at
 org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUtils.java:179)
 at
 org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:145)
  at
 org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:108)
 at
 org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:67)
  at
 org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:354)
 at
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
  at
 org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
 at
 org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)


 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis http://goog_277208233/** [AT] wso2.com*
http://wso2.com/*cell: +94 (71) 684-4450
blog: **http://ddweerasiri.blogspot.com* http://ddweerasiri.blogspot.com/*
twitter: **http://twitter.com/ddweerasiri* http://twitter.com/ddweerasiri*
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Axiom build error in carbon trunk

2011-01-03 Thread Rajika Kumarasiri
It seems the problem is local to me. Upon building axiom separately fixed
the problem. Thanks Heshan for your note.

Rajika

On Mon, Jan 3, 2011 at 12:41 PM, Heshan Suriyaarachchi hes...@wso2.comwrote:

 Hi Rajika,

 I was able to build  Carbon trunk's Axiom successfully (with tests).

 On Mon, Jan 3, 2011 at 9:45 AM, Rajika Kumarasiri raj...@wso2.com wrote:

 I am running into the following build error while building the
 dependencies in the carbon trunk. Any clue to fix the problem ?

 Rajika

  T E S T S
 ---
 There are no tests to run.

 Results :

 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

 [INFO] [bundle:bundle]
 [INFO] Preparing source:jar
 [WARNING] Removing: jar from forked lifecycle, to prevent recursive
 invocation.
 [INFO] No goals needed for project - skipping
 [INFO] [source:jar {execution: attach-sources}]
 [INFO] Building jar:
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-build/target/axiom-osgi-build-1.2.11-SNAPSHOT-sources.jar
 [INFO] [apache-rat:check {execution: default}]
 [INFO] Exclude: src/test/resources/**
 [INFO] [install:install]
 [INFO] Installing
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-build/target/axiom-osgi-build-1.2.11-SNAPSHOT.jar
 to
 /home/rajika/.m2/repository/org/apache/ws/commons/axiom/axiom-osgi-build/1.2.11-SNAPSHOT/axiom-osgi-build-1.2.11-SNAPSHOT.jar
 [INFO] Installing
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-build/target/axiom-osgi-build-1.2.11-SNAPSHOT-sources.jar
 to
 /home/rajika/.m2/repository/org/apache/ws/commons/axiom/axiom-osgi-build/1.2.11-SNAPSHOT/axiom-osgi-build-1.2.11-SNAPSHOT-sources.jar
 [INFO] [bundle:install]
 [INFO] Parsing file:/home/rajika/.m2/repository/repository.xml
 [INFO] Installing
 org/apache/ws/commons/axiom/axiom-osgi-build/1.2.11-SNAPSHOT/axiom-osgi-build-1.2.11-SNAPSHOT.jar
 [INFO] Writing OBR metadata
 [INFO]
 
 [INFO] Building Axiom OSGI Test Suite - Run
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean]
 [INFO] Deleting
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/target
 [INFO] [remote-resources:process {execution: default}]
 [INFO] snapshot
 org.apache.ws.commons.axiom:axiom-osgi-build:1.2.11-SNAPSHOT: checking for
 updates from com.springsource.repository.bundles.external
 [INFO] snapshot
 org.apache.ws.commons.axiom:axiom-osgi-build:1.2.11-SNAPSHOT: checking for
 updates from apache.snapshots
 [INFO] [resources:resources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/src/main/resources
 [INFO] Copying 3 resources
 [INFO] [compiler:compile]
 [INFO] No sources to compile
 [INFO] [resources:testResources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/src/test/resources
 [INFO] Copying 3 resources
 [INFO] [compiler:testCompile]
 [INFO] No sources to compile
 [INFO] [surefire:test]
 [INFO] Surefire report directory:
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/target/surefire-reports

 ---
  T E S T S
 ---
 There are no tests to run.

 Results :

 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

 [INFO] [jar:jar]
 [INFO] Building jar:
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/target/axiom-osgi-run-1.2.11-SNAPSHOT.jar
 [INFO] Preparing source:jar
 [WARNING] Removing: jar from forked lifecycle, to prevent recursive
 invocation.
 [INFO] No goals needed for project - skipping
 [INFO] [source:jar {execution: attach-sources}]
 [INFO] Building jar:
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/target/axiom-osgi-run-1.2.11-SNAPSHOT-sources.jar
 [INFO] [junit4osgi:test {execution: default}]

 ---
  T E S T S
 ---
 The current artifact axiom-osgi-run-1.2.11-SNAPSHOT.jar is not a valid
 bundle
 Running org.apache.axiom.test.ServiceTest
 Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0 sec
 [FATAL ERROR]
 org.apache.felix.ipojo.junit4osgi.plugin.Junit4osgiPlugin#execute() caused a
 linkage error (java.lang.LinkageError) and may be out-of-date. Check the
 realms:
 [FATAL ERROR] Plugin realm =
 app0.child-container[org.apache.felix:maven-junit4osgi-plugin:1.0.0]
 urls[0] =
 

Re: [Carbon-dev] Wierd errors after invoking WSAS admin services

2011-01-03 Thread Senaka Fernando
Hi,

Is this admin service using MTOM? We saw the same in ResourceAdminService in
G-Reg, and it seems that MTOM is broken on the trunk. :(.

Thanks,
Senaka.

On Mon, Jan 3, 2011 at 9:54 PM, Denis Weerasiri de...@wso2.com wrote:

 I had the same error, when uploading a BPEL process(.zip) in latest trunk.

 [2011-01-03 21:49:37,141] ERROR
 {org.wso2.carbon.bpel.ui.fileupload.BPELUploadExecutor} -  BPEL Package
 Deployment Failed!com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected
 character '-' (code 45) in prolog; expected ''
   at [row,col {unknown-source}]: [1,1]

 But uploading works fine.

 On Mon, Jan 3, 2011 at 8:51 PM, Afkham Azeez az...@wso2.com wrote:

 I think some recent fixes to Axis2 has caused some major issues. After
 invoking some of the WSAS admin services (WebappAdmin, Axis2RepoAdmin etc),
 on the client side, we get the following error. Also, I noticed that
 sometimes the RegistryAdminService is getting invoked when I try to access
 the service list UI.

 [2011-01-03 20:45:33,608] ERROR
 {org.apache.catalina.core.ContainerBase.[carbonEngine].[defaulthost].[/].[bridgeservlet]}
 -  Servlet.service() for servlet bridgeservlet threw exception
 com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '-'
 (code 45) in prolog; expected ''
  at [row,col {unknown-source}]: [1,1]
 at
 com.ctc.wstx.sr.StreamScanner.throwUnexpectedChar(StreamScanner.java:648)
 at
 com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2047)
  at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1069)
 at
 org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
  at
 org.apache.axiom.util.stax.dialect.DisallowDoctypeDeclStreamReaderWrapper.next(DisallowDoctypeDeclStreamReaderWrapper.java:34)
 at
 org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
  at
 org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:681)
 at
 org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:214)
  at
 org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.getSOAPEnvelope(StAXSOAPModelBuilder.java:204)
 at
 org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.init(StAXSOAPModelBuilder.java:154)
  at
 org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.init(StAXSOAPModelBuilder.java:140)
 at
 org.apache.axis2.builder.SOAPBuilder.processDocument(SOAPBuilder.java:67)
  at
 org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUtils.java:179)
 at
 org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:145)
  at
 org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:108)
 at
 org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:67)
  at
 org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:354)
 at
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
  at
 org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
 at
 org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)


 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*
 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/
 * cell: +94 (71) 684-4450
 blog: **http://ddweerasiri.blogspot.com*http://ddweerasiri.blogspot.com/
 *
 twitter: **http://twitter.com/ddweerasiri*http://twitter.com/ddweerasiri
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
*Senaka Fernando*
Associate Technical Lead  Product Manager - WSO2 G-Reg;
WSO2, Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://www.linkedin.com/in/senakafernando

*Lean . Enterprise . Middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Wierd errors after invoking WSAS admin services

2011-01-03 Thread Denis Weerasiri
On Mon, Jan 3, 2011 at 10:16 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi,

 Is this admin service using MTOM? We saw the same in ResourceAdminService
 in G-Reg, and it seems that MTOM is broken on the trunk. :(.


 Thanks,
 Senaka.


 On Mon, Jan 3, 2011 at 9:54 PM, Denis Weerasiri de...@wso2.com wrote:

 I had the same error, when uploading a BPEL process(.zip) in latest
 trunk.

 [2011-01-03 21:49:37,141] ERROR
 {org.wso2.carbon.bpel.ui.fileupload.BPELUploadExecutor} -  BPEL Package
 Deployment Failed!com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected
 character '-' (code 45) in prolog; expected ''
   at [row,col {unknown-source}]: [1,1]

 This exception related to MTOM.


 But uploading works fine.

 On Mon, Jan 3, 2011 at 8:51 PM, Afkham Azeez az...@wso2.com wrote:

 I think some recent fixes to Axis2 has caused some major issues. After
 invoking some of the WSAS admin services (WebappAdmin, Axis2RepoAdmin etc),
 on the client side, we get the following error. Also, I noticed that
 sometimes the RegistryAdminService is getting invoked when I try to access
 the service list UI.

 [2011-01-03 20:45:33,608] ERROR
 {org.apache.catalina.core.ContainerBase.[carbonEngine].[defaulthost].[/].[bridgeservlet]}
 -  Servlet.service() for servlet bridgeservlet threw exception
 com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '-'
 (code 45) in prolog; expected ''
  at [row,col {unknown-source}]: [1,1]
 at
 com.ctc.wstx.sr.StreamScanner.throwUnexpectedChar(StreamScanner.java:648)
 at
 com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2047)
  at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1069)
 at
 org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
  at
 org.apache.axiom.util.stax.dialect.DisallowDoctypeDeclStreamReaderWrapper.next(DisallowDoctypeDeclStreamReaderWrapper.java:34)
 at
 org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
  at
 org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:681)
 at
 org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:214)
  at
 org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.getSOAPEnvelope(StAXSOAPModelBuilder.java:204)
 at
 org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.init(StAXSOAPModelBuilder.java:154)
  at
 org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.init(StAXSOAPModelBuilder.java:140)
 at
 org.apache.axis2.builder.SOAPBuilder.processDocument(SOAPBuilder.java:67)
  at
 org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUtils.java:179)
 at
 org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:145)
  at
 org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:108)
 at
 org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:67)
  at
 org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:354)
 at
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
  at
 org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
 at
 org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)


 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*
 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denis http://goog_277208233/** [AT] wso2.com*http://wso2.com/
 * cell: +94 (71) 684-4450
 blog: **http://ddweerasiri.blogspot.com*http://ddweerasiri.blogspot.com/
 *
 twitter: **http://twitter.com/ddweerasiri*http://twitter.com/ddweerasiri
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com
 *
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


 ___
 Carbon-dev 

Re: [Carbon-dev] 3.2.0 plans

2011-01-03 Thread Sameera Jayasoma
On Mon, Jan 3, 2011 at 5:18 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Do we have Carbon core fixes in svn trunk, that are not there in 3.1.0?

 We need to release 3.2.0 Carbon core first. Then Chunk 3 products. And
 should we not release patch versions for those already released under 3.1.0
 chunk 1  2?

IMV, we need to release Carbon core with ESB. Carbon core depends on Axis2
and Synapse. Testing ESB will uncover bugs in Axis2 and Synapse which in
turn help to stabilize Carbon core.

Last time, we released Carbon core first and then released WSO2 AS. But
while testing AS we found some bugs in Axis2, hence we had to patch Carbon
core.

In the future, IMV we better release ESB and AS with Carbon core.

Thanks
Sameera

  Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Sameera Jayasoma
Technical Lead and Product Manager, WSO2 Carbon

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://tech.jayasoma.org

Lean . Enterprise . Middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-01-03 Thread WSO2 Builder
[INFO] 
[INFO] [clean:clean]
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing 
/home/carbon/stratos/carbon/components/broker/target/pom-transformed.xml to 
/home/carbon/.m2/repository/org/wso2/carbon/broker/3.1.0-alpha/broker-3.1.0-alpha.pom
[INFO] 
[INFO] Building WSO2 Carbon - Broker Core Module
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
Downloading: 
http://dist.wso2.org/maven2/org/wso2/carbon/org.wso2.carbon.brokermanager.core/3.1.0/org.wso2.carbon.brokermanager.core-3.1.0.pom
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.brokermanager.core:pom:3.1.0' in repository 
wso2-maven2-repository (http://dist.wso2.org/maven2)
Downloading: 
http://repository.springsource.com/maven/bundles/release/org/wso2/carbon/org.wso2.carbon.brokermanager.core/3.1.0/org.wso2.carbon.brokermanager.core-3.1.0.pom
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.brokermanager.core:pom:3.1.0' in repository 
com.springsource.repository.bundles.release 
(http://repository.springsource.com/maven/bundles/release)
Downloading: 
http://repository.springsource.com/maven/bundles/external/org/wso2/carbon/org.wso2.carbon.brokermanager.core/3.1.0/org.wso2.carbon.brokermanager.core-3.1.0.pom
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.brokermanager.core:pom:3.1.0' in repository 
com.springsource.repository.bundles.external 
(http://repository.springsource.com/maven/bundles/external)
Downloading: 
http://repo1.maven.org/maven2/org/wso2/carbon/org.wso2.carbon.brokermanager.core/3.1.0/org.wso2.carbon.brokermanager.core-3.1.0.pom
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.brokermanager.core:pom:3.1.0' in repository 
central (http://repo1.maven.org/maven2)
Downloading: 
http://dist.wso2.org/maven2/org/wso2/carbon/org.wso2.carbon.brokermanager.core/3.1.0/org.wso2.carbon.brokermanager.core-3.1.0.jar
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.brokermanager.core:jar:3.1.0' in repository 
wso2-maven2-repository (http://dist.wso2.org/maven2)
Downloading: 
http://repository.springsource.com/maven/bundles/release/org/wso2/carbon/org.wso2.carbon.brokermanager.core/3.1.0/org.wso2.carbon.brokermanager.core-3.1.0.jar
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.brokermanager.core:jar:3.1.0' in repository 
com.springsource.repository.bundles.release 
(http://repository.springsource.com/maven/bundles/release)
Downloading: 
http://repository.springsource.com/maven/bundles/external/org/wso2/carbon/org.wso2.carbon.brokermanager.core/3.1.0/org.wso2.carbon.brokermanager.core-3.1.0.jar
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.brokermanager.core:jar:3.1.0' in repository 
com.springsource.repository.bundles.external 
(http://repository.springsource.com/maven/bundles/external)
Downloading: 
http://repo1.maven.org/maven2/org/wso2/carbon/org.wso2.carbon.brokermanager.core/3.1.0/org.wso2.carbon.brokermanager.core-3.1.0.jar
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.brokermanager.core:jar:3.1.0' in repository 
central (http://repo1.maven.org/maven2)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

Missing:
--
1) org.wso2.carbon:org.wso2.carbon.brokermanager.core:jar:3.1.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.wso2.carbon 
-DartifactId=org.wso2.carbon.brokermanager.core -Dversion=3.1.0 -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.wso2.carbon 
-DartifactId=org.wso2.carbon.brokermanager.core -Dversion=3.1.0 -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.wso2.carbon:org.wso2.carbon.broker.core:bundle:3.1.0-alpha
2) org.wso2.carbon:org.wso2.carbon.brokermanager.core:jar:3.1.0

--
1 required artifact is missing.

for artifact: 
  org.wso2.carbon:org.wso2.carbon.broker.core:bundle:3.1.0-alpha

from the specified remote repositories:
  com.springsource.repository.bundles.release 
(http://repository.springsource.com/maven/bundles/release),
  com.springsource.repository.bundles.external 
(http://repository.springsource.com/maven/bundles/external),
  wso2-maven2-snapshot-repository (http://dist.wso2.org/snapshots/maven2),
  central (http://repo1.maven.org/maven2),
  

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-01-03 Thread WSO2 Builder
[INFO] 
[INFO] [clean:clean]
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing 
/home/carbon/stratos/carbon/components/broker/target/pom-transformed.xml to 
/home/carbon/.m2/repository/org/wso2/carbon/broker/3.1.0-alpha/broker-3.1.0-alpha.pom
[INFO] 
[INFO] Building WSO2 Carbon - Broker Core Module
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
Downloading: 
http://dist.wso2.org/maven2/org/wso2/carbon/org.wso2.carbon.brokermanager.core/3.1.0/org.wso2.carbon.brokermanager.core-3.1.0.pom
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.brokermanager.core:pom:3.1.0' in repository 
wso2-maven2-repository (http://dist.wso2.org/maven2)
Downloading: 
http://repository.springsource.com/maven/bundles/release/org/wso2/carbon/org.wso2.carbon.brokermanager.core/3.1.0/org.wso2.carbon.brokermanager.core-3.1.0.pom
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.brokermanager.core:pom:3.1.0' in repository 
com.springsource.repository.bundles.release 
(http://repository.springsource.com/maven/bundles/release)
Downloading: 
http://repository.springsource.com/maven/bundles/external/org/wso2/carbon/org.wso2.carbon.brokermanager.core/3.1.0/org.wso2.carbon.brokermanager.core-3.1.0.pom
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.brokermanager.core:pom:3.1.0' in repository 
com.springsource.repository.bundles.external 
(http://repository.springsource.com/maven/bundles/external)
Downloading: 
http://repo1.maven.org/maven2/org/wso2/carbon/org.wso2.carbon.brokermanager.core/3.1.0/org.wso2.carbon.brokermanager.core-3.1.0.pom
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.brokermanager.core:pom:3.1.0' in repository 
central (http://repo1.maven.org/maven2)
Downloading: 
http://dist.wso2.org/maven2/org/wso2/carbon/org.wso2.carbon.brokermanager.core/3.1.0/org.wso2.carbon.brokermanager.core-3.1.0.jar
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.brokermanager.core:jar:3.1.0' in repository 
wso2-maven2-repository (http://dist.wso2.org/maven2)
Downloading: 
http://repository.springsource.com/maven/bundles/release/org/wso2/carbon/org.wso2.carbon.brokermanager.core/3.1.0/org.wso2.carbon.brokermanager.core-3.1.0.jar
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.brokermanager.core:jar:3.1.0' in repository 
com.springsource.repository.bundles.release 
(http://repository.springsource.com/maven/bundles/release)
Downloading: 
http://repository.springsource.com/maven/bundles/external/org/wso2/carbon/org.wso2.carbon.brokermanager.core/3.1.0/org.wso2.carbon.brokermanager.core-3.1.0.jar
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.brokermanager.core:jar:3.1.0' in repository 
com.springsource.repository.bundles.external 
(http://repository.springsource.com/maven/bundles/external)
Downloading: 
http://repo1.maven.org/maven2/org/wso2/carbon/org.wso2.carbon.brokermanager.core/3.1.0/org.wso2.carbon.brokermanager.core-3.1.0.jar
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.brokermanager.core:jar:3.1.0' in repository 
central (http://repo1.maven.org/maven2)
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

Missing:
--
1) org.wso2.carbon:org.wso2.carbon.brokermanager.core:jar:3.1.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.wso2.carbon 
-DartifactId=org.wso2.carbon.brokermanager.core -Dversion=3.1.0 -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.wso2.carbon 
-DartifactId=org.wso2.carbon.brokermanager.core -Dversion=3.1.0 -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.wso2.carbon:org.wso2.carbon.broker.core:bundle:3.1.0-alpha
2) org.wso2.carbon:org.wso2.carbon.brokermanager.core:jar:3.1.0

--
1 required artifact is missing.

for artifact: 
  org.wso2.carbon:org.wso2.carbon.broker.core:bundle:3.1.0-alpha

from the specified remote repositories:
  com.springsource.repository.bundles.release 
(http://repository.springsource.com/maven/bundles/release),
  com.springsource.repository.bundles.external 
(http://repository.springsource.com/maven/bundles/external),
  wso2-maven2-snapshot-repository (http://dist.wso2.org/snapshots/maven2),
  central (http://repo1.maven.org/maven2),
  

Re: [Carbon-dev] 3.2.0 plans

2011-01-03 Thread Charitha Kankanamge
On Mon, Jan 3, 2011 at 10:29 PM, Sameera Jayasoma same...@wso2.com wrote:



 On Mon, Jan 3, 2011 at 5:18 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Do we have Carbon core fixes in svn trunk, that are not there in 3.1.0?

 We need to release 3.2.0 Carbon core first. Then Chunk 3 products. And
 should we not release patch versions for those already released under 3.1.0
 chunk 1  2?

 IMV, we need to release Carbon core with ESB. Carbon core depends on Axis2
 and Synapse. Testing ESB will uncover bugs in Axis2 and Synapse which in
 turn help to stabilize Carbon core.

 Last time, we released Carbon core first and then released WSO2 AS. But
 while testing AS we found some bugs in Axis2, hence we had to patch Carbon
 core.

 In the future, IMV we better release ESB and AS with Carbon core.


+1. Agree. We should not release carbon-core alone.




 Thanks
 Sameera

  Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Sameera Jayasoma
 Technical Lead and Product Manager, WSO2 Carbon

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://tech.jayasoma.org

 Lean . Enterprise . Middleware

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Axiom build error in carbon trunk

2011-01-03 Thread Samisa Abeysinghe
You need to build Axiom with tests enabled.

On Mon, Jan 3, 2011 at 9:56 PM, Rajika Kumarasiri raj...@wso2.com wrote:

 It seems the problem is local to me. Upon building axiom separately fixed
 the problem. Thanks Heshan for your note.

 Rajika

 On Mon, Jan 3, 2011 at 12:41 PM, Heshan Suriyaarachchi hes...@wso2.comwrote:

 Hi Rajika,

 I was able to build  Carbon trunk's Axiom successfully (with tests).

 On Mon, Jan 3, 2011 at 9:45 AM, Rajika Kumarasiri raj...@wso2.comwrote:

 I am running into the following build error while building the
 dependencies in the carbon trunk. Any clue to fix the problem ?

 Rajika

  T E S T S
 ---
 There are no tests to run.

 Results :

 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

 [INFO] [bundle:bundle]
 [INFO] Preparing source:jar
 [WARNING] Removing: jar from forked lifecycle, to prevent recursive
 invocation.
 [INFO] No goals needed for project - skipping
 [INFO] [source:jar {execution: attach-sources}]
 [INFO] Building jar:
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-build/target/axiom-osgi-build-1.2.11-SNAPSHOT-sources.jar
 [INFO] [apache-rat:check {execution: default}]
 [INFO] Exclude: src/test/resources/**
 [INFO] [install:install]
 [INFO] Installing
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-build/target/axiom-osgi-build-1.2.11-SNAPSHOT.jar
 to
 /home/rajika/.m2/repository/org/apache/ws/commons/axiom/axiom-osgi-build/1.2.11-SNAPSHOT/axiom-osgi-build-1.2.11-SNAPSHOT.jar
 [INFO] Installing
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-build/target/axiom-osgi-build-1.2.11-SNAPSHOT-sources.jar
 to
 /home/rajika/.m2/repository/org/apache/ws/commons/axiom/axiom-osgi-build/1.2.11-SNAPSHOT/axiom-osgi-build-1.2.11-SNAPSHOT-sources.jar
 [INFO] [bundle:install]
 [INFO] Parsing file:/home/rajika/.m2/repository/repository.xml
 [INFO] Installing
 org/apache/ws/commons/axiom/axiom-osgi-build/1.2.11-SNAPSHOT/axiom-osgi-build-1.2.11-SNAPSHOT.jar
 [INFO] Writing OBR metadata
 [INFO]
 
 [INFO] Building Axiom OSGI Test Suite - Run
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean]
 [INFO] Deleting
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/target
 [INFO] [remote-resources:process {execution: default}]
 [INFO] snapshot
 org.apache.ws.commons.axiom:axiom-osgi-build:1.2.11-SNAPSHOT: checking for
 updates from com.springsource.repository.bundles.external
 [INFO] snapshot
 org.apache.ws.commons.axiom:axiom-osgi-build:1.2.11-SNAPSHOT: checking for
 updates from apache.snapshots
 [INFO] [resources:resources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/src/main/resources
 [INFO] Copying 3 resources
 [INFO] [compiler:compile]
 [INFO] No sources to compile
 [INFO] [resources:testResources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/src/test/resources
 [INFO] Copying 3 resources
 [INFO] [compiler:testCompile]
 [INFO] No sources to compile
 [INFO] [surefire:test]
 [INFO] Surefire report directory:
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/target/surefire-reports

 ---
  T E S T S
 ---
 There are no tests to run.

 Results :

 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

 [INFO] [jar:jar]
 [INFO] Building jar:
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/target/axiom-osgi-run-1.2.11-SNAPSHOT.jar
 [INFO] Preparing source:jar
 [WARNING] Removing: jar from forked lifecycle, to prevent recursive
 invocation.
 [INFO] No goals needed for project - skipping
 [INFO] [source:jar {execution: attach-sources}]
 [INFO] Building jar:
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/target/axiom-osgi-run-1.2.11-SNAPSHOT-sources.jar
 [INFO] [junit4osgi:test {execution: default}]

 ---
  T E S T S
 ---
 The current artifact axiom-osgi-run-1.2.11-SNAPSHOT.jar is not a valid
 bundle
 Running org.apache.axiom.test.ServiceTest
 Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0 sec
 [FATAL ERROR]
 org.apache.felix.ipojo.junit4osgi.plugin.Junit4osgiPlugin#execute() caused a
 linkage error (java.lang.LinkageError) and may be out-of-date. Check the
 realms:
 [FATAL ERROR] Plugin realm =
 

[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-01-03 Thread WSO2 Builder
[INFO] Executed tasks
[INFO] [compiler:compile]
[INFO] Compiling 105 source files to 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/classes
[INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
[INFO] Generating 2 MetaType Descriptors to 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
[INFO] Writing abstract service descriptor 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
 with 1 entries.
[INFO] Generating 1 Service Component Descriptors to 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
[INFO] [antrun:run {execution: generate-test-repository}]
[INFO] Executing tasks
 [echo] ##
 [echo] creating repository for data services
 [echo] ##
[mkdir] Created dir: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository
[mkdir] Created dir: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/dataservices
[mkdir] Created dir: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/services
[mkdir] Created dir: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/modules
[mkdir] Created dir: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/database
 [copy] Copying 12 files to 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/dataservices
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] An Ant BuildException has occured: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/src/test/resources/bam-test-dbs
 not found.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 69 minutes 46 seconds
[INFO] Finished at: Tue Jan 04 08:32:48 IST 2011
[INFO] Final Memory: 765M/1731M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] registry.core test failure

2011-01-03 Thread Dimuthu Leelarathne
On Mon, Jan 3, 2011 at 4:54 PM, Afkham Azeez az...@wso2.com wrote:

 Asela, can we work on this and move the user management concerns to the UM,
 and get the trunk stabilized ASAP?

 Dimuthu, we also have to get rid of that hack where the user.core code
 reflectively calls registry.core. As you mentioned, the proper solution is
 to add a column to some user.core DB. Can we get that fixed as well.


Yes. But this solution will remove the ability of having separate custom
Realm configurations to different tenants. If this is not a requirement any
longer we can go ahead.

Thank you,
Dimuthu



 Azeez


 On Mon, Jan 3, 2011 at 4:45 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Asela,

 IIRC we discussed this issue during the Stratos release. The issue here
 IIRC, is that the UM Kernel caches the tenant's user realm, but does not
 invalidate it when the realm configuration is updated. Can you have a look
 and get this sorted?

 Also, long term, we need to move the UM concerns out of the Registry
 Kernel. There are still a few hanging around (mostly the ones that have MT
 involved).

 Thanks,
 Senaka.

 On Mon, Jan 3, 2011 at 4:09 PM, Afkham Azeez az...@wso2.com wrote:


 ---
  Test set: org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest

 ---
 Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 4.067 sec
  FAILURE!
 testCustomRealmConfiguration(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.103 sec   FAILURE!
 junit.framework.AssertionFailedError: No exception in authorizing in
 tenant 1
 at junit.framework.Assert.fail(Assert.java:47)
 at junit.framework.Assert.assertTrue(Assert.java:20)
  at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testCustomRealmConfiguration(MultiTenantTest.java:346)

 testAddTenant(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.003 sec   FAILURE!
 junit.framework.AssertionFailedError: tenants length should be 2
 expected:3 but was:2
 at junit.framework.Assert.fail(Assert.java:47)
  at junit.framework.Assert.failNotEquals(Assert.java:280)
 at junit.framework.Assert.assertEquals(Assert.java:64)
  at junit.framework.Assert.assertEquals(Assert.java:198)
 at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testAddTenant(MultiTenantTest.java:411)




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com
 *
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] registry.core test failure

2011-01-03 Thread Dimuthu Leelarathne
On Tue, Jan 4, 2011 at 8:40 AM, Dimuthu Leelarathne dimut...@wso2.comwrote:



 On Mon, Jan 3, 2011 at 4:54 PM, Afkham Azeez az...@wso2.com wrote:

 Asela, can we work on this and move the user management concerns to the
 UM, and get the trunk stabilized ASAP?

 Dimuthu, we also have to get rid of that hack where the user.core code
 reflectively calls registry.core. As you mentioned, the proper solution is
 to add a column to some user.core DB. Can we get that fixed as well.


 Yes. But this solution will remove the ability of having separate custom
 Realm configurations to different tenants. If this is not a requirement any
 longer we can go ahead.


And the other option is to store the user-mgt.xml in the file system.

Thanks,
Dimuthu



 Thank you,
 Dimuthu



 Azeez


 On Mon, Jan 3, 2011 at 4:45 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Asela,

 IIRC we discussed this issue during the Stratos release. The issue here
 IIRC, is that the UM Kernel caches the tenant's user realm, but does not
 invalidate it when the realm configuration is updated. Can you have a look
 and get this sorted?

 Also, long term, we need to move the UM concerns out of the Registry
 Kernel. There are still a few hanging around (mostly the ones that have MT
 involved).

 Thanks,
 Senaka.

 On Mon, Jan 3, 2011 at 4:09 PM, Afkham Azeez az...@wso2.com wrote:


 ---
  Test set:
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest

 ---
 Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 4.067
 sec  FAILURE!
 testCustomRealmConfiguration(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.103 sec   FAILURE!
 junit.framework.AssertionFailedError: No exception in authorizing in
 tenant 1
 at junit.framework.Assert.fail(Assert.java:47)
 at junit.framework.Assert.assertTrue(Assert.java:20)
  at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testCustomRealmConfiguration(MultiTenantTest.java:346)

 testAddTenant(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.003 sec   FAILURE!
 junit.framework.AssertionFailedError: tenants length should be 2
 expected:3 but was:2
 at junit.framework.Assert.fail(Assert.java:47)
  at junit.framework.Assert.failNotEquals(Assert.java:280)
 at junit.framework.Assert.assertEquals(Assert.java:64)
  at junit.framework.Assert.assertEquals(Assert.java:198)
 at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testAddTenant(MultiTenantTest.java:411)




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com
 *
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev



___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Custom Realm Configurations in DB was Re: registry.core test failure

2011-01-03 Thread Dimuthu Leelarathne
Hi,

Currently the user.core stores realm configurations for each tenant in the
registry. This creates dependency to the registry. We can remove this and
still keep custom realm configurations by storing the non-bootstrap
user-mgt.xml as a blob in the UM database.

WDYT?

Thanks,
Dimuthu

On Tue, Jan 4, 2011 at 8:54 AM, Dimuthu Leelarathne dimut...@wso2.comwrote:



 On Tue, Jan 4, 2011 at 8:40 AM, Dimuthu Leelarathne dimut...@wso2.comwrote:



 On Mon, Jan 3, 2011 at 4:54 PM, Afkham Azeez az...@wso2.com wrote:

 Asela, can we work on this and move the user management concerns to the
 UM, and get the trunk stabilized ASAP?

 Dimuthu, we also have to get rid of that hack where the user.core code
 reflectively calls registry.core. As you mentioned, the proper solution is
 to add a column to some user.core DB. Can we get that fixed as well.


 Yes. But this solution will remove the ability of having separate custom
 Realm configurations to different tenants. If this is not a requirement any
 longer we can go ahead.


 And the other option is to store the user-mgt.xml in the file system.

 Thanks,
 Dimuthu



 Thank you,
 Dimuthu



 Azeez


 On Mon, Jan 3, 2011 at 4:45 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Asela,

 IIRC we discussed this issue during the Stratos release. The issue here
 IIRC, is that the UM Kernel caches the tenant's user realm, but does not
 invalidate it when the realm configuration is updated. Can you have a look
 and get this sorted?

 Also, long term, we need to move the UM concerns out of the Registry
 Kernel. There are still a few hanging around (mostly the ones that have MT
 involved).

 Thanks,
 Senaka.

 On Mon, Jan 3, 2011 at 4:09 PM, Afkham Azeez az...@wso2.com wrote:


 ---
  Test set:
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest

 ---
 Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 4.067
 sec  FAILURE!
 testCustomRealmConfiguration(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.103 sec   FAILURE!
 junit.framework.AssertionFailedError: No exception in authorizing in
 tenant 1
 at junit.framework.Assert.fail(Assert.java:47)
 at junit.framework.Assert.assertTrue(Assert.java:20)
  at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testCustomRealmConfiguration(MultiTenantTest.java:346)

 testAddTenant(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.003 sec   FAILURE!
 junit.framework.AssertionFailedError: tenants length should be 2
 expected:3 but was:2
 at junit.framework.Assert.fail(Assert.java:47)
  at junit.framework.Assert.failNotEquals(Assert.java:280)
 at junit.framework.Assert.assertEquals(Assert.java:64)
  at junit.framework.Assert.assertEquals(Assert.java:198)
 at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testAddTenant(MultiTenantTest.java:411)




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com
 *
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Carbon Orbit build fails due to Qpid depedancies

2011-01-03 Thread Prabath Siriwardana
$subject

Missing:
--
1) org.apache.qpid:qpid-client:jar:0.9

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.qpid
-DartifactId=qpid-client -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
  mvn deploy:deploy-file -DgroupId=org.apache.qpid
-DartifactId=qpid-client -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]

  Path to dependency:
   1) org.apache.qpid.wso2:qpid:bundle:0.9.wso2v1
   2) org.apache.qpid:qpid-client:jar:0.9

2) org.apache.qpid:qpid-broker:jar:0.9

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.qpid
-DartifactId=qpid-broker -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
  mvn deploy:deploy-file -DgroupId=org.apache.qpid
-DartifactId=qpid-broker -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]

  Path to dependency:
   1) org.apache.qpid.wso2:qpid:bundle:0.9.wso2v1
   2) org.apache.qpid:qpid-broker:jar:0.9

3) org.apache.qpid:qpid-common:jar:0.9

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.qpid
-DartifactId=qpid-common -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
  mvn deploy:deploy-file -DgroupId=org.apache.qpid
-DartifactId=qpid-common -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url] -DrepositoryId=[id]

  Path to dependency:
   1) org.apache.qpid.wso2:qpid:bundle:0.9.wso2v1
   2) org.apache.qpid:qpid-common:jar:0.9

4) org.apache.qpid:qpid-management-common:jar:0.9

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.qpid
-DartifactId=qpid-management-common -Dversion=0.9 -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
  mvn deploy:deploy-file -DgroupId=org.apache.qpid
-DartifactId=qpid-management-common -Dversion=0.9 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
   1) org.apache.qpid.wso2:qpid:bundle:0.9.wso2v1
   2) org.apache.qpid:qpid-management-common:jar:0.9


-- 
Thanks  Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Axiom build error in carbon trunk

2011-01-03 Thread Rajika Kumarasiri
On Tue, Jan 4, 2011 at 8:31 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 You need to build Axiom with tests enabled.


I did that, if you see  the log you'll notice that.

Rajika



 On Mon, Jan 3, 2011 at 9:56 PM, Rajika Kumarasiri raj...@wso2.com wrote:

 It seems the problem is local to me. Upon building axiom separately fixed
 the problem. Thanks Heshan for your note.

 Rajika

 On Mon, Jan 3, 2011 at 12:41 PM, Heshan Suriyaarachchi 
 hes...@wso2.comwrote:

 Hi Rajika,

 I was able to build  Carbon trunk's Axiom successfully (with tests).

 On Mon, Jan 3, 2011 at 9:45 AM, Rajika Kumarasiri raj...@wso2.comwrote:

 I am running into the following build error while building the
 dependencies in the carbon trunk. Any clue to fix the problem ?

 Rajika

  T E S T S
 ---
 There are no tests to run.

 Results :

 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

 [INFO] [bundle:bundle]
 [INFO] Preparing source:jar
 [WARNING] Removing: jar from forked lifecycle, to prevent recursive
 invocation.
 [INFO] No goals needed for project - skipping
 [INFO] [source:jar {execution: attach-sources}]
 [INFO] Building jar:
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-build/target/axiom-osgi-build-1.2.11-SNAPSHOT-sources.jar
 [INFO] [apache-rat:check {execution: default}]
 [INFO] Exclude: src/test/resources/**
 [INFO] [install:install]
 [INFO] Installing
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-build/target/axiom-osgi-build-1.2.11-SNAPSHOT.jar
 to
 /home/rajika/.m2/repository/org/apache/ws/commons/axiom/axiom-osgi-build/1.2.11-SNAPSHOT/axiom-osgi-build-1.2.11-SNAPSHOT.jar
 [INFO] Installing
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-build/target/axiom-osgi-build-1.2.11-SNAPSHOT-sources.jar
 to
 /home/rajika/.m2/repository/org/apache/ws/commons/axiom/axiom-osgi-build/1.2.11-SNAPSHOT/axiom-osgi-build-1.2.11-SNAPSHOT-sources.jar
 [INFO] [bundle:install]
 [INFO] Parsing file:/home/rajika/.m2/repository/repository.xml
 [INFO] Installing
 org/apache/ws/commons/axiom/axiom-osgi-build/1.2.11-SNAPSHOT/axiom-osgi-build-1.2.11-SNAPSHOT.jar
 [INFO] Writing OBR metadata
 [INFO]
 
 [INFO] Building Axiom OSGI Test Suite - Run
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean]
 [INFO] Deleting
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/target
 [INFO] [remote-resources:process {execution: default}]
 [INFO] snapshot
 org.apache.ws.commons.axiom:axiom-osgi-build:1.2.11-SNAPSHOT: checking for
 updates from com.springsource.repository.bundles.external
 [INFO] snapshot
 org.apache.ws.commons.axiom:axiom-osgi-build:1.2.11-SNAPSHOT: checking for
 updates from apache.snapshots
 [INFO] [resources:resources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/src/main/resources
 [INFO] Copying 3 resources
 [INFO] [compiler:compile]
 [INFO] No sources to compile
 [INFO] [resources:testResources]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/src/test/resources
 [INFO] Copying 3 resources
 [INFO] [compiler:testCompile]
 [INFO] No sources to compile
 [INFO] [surefire:test]
 [INFO] Surefire report directory:
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/target/surefire-reports

 ---
  T E S T S
 ---
 There are no tests to run.

 Results :

 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

 [INFO] [jar:jar]
 [INFO] Building jar:
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/target/axiom-osgi-run-1.2.11-SNAPSHOT.jar
 [INFO] Preparing source:jar
 [WARNING] Removing: jar from forked lifecycle, to prevent recursive
 invocation.
 [INFO] No goals needed for project - skipping
 [INFO] [source:jar {execution: attach-sources}]
 [INFO] Building jar:
 /home/rajika/projects/carbon/trunk/dependencies/axiom/modules/axiom-osgi/axiom-osgi-run/target/axiom-osgi-run-1.2.11-SNAPSHOT-sources.jar
 [INFO] [junit4osgi:test {execution: default}]

 ---
  T E S T S
 ---
 The current artifact axiom-osgi-run-1.2.11-SNAPSHOT.jar is not a valid
 bundle
 Running org.apache.axiom.test.ServiceTest
 Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0 sec
 [FATAL ERROR]
 

Re: [Carbon-dev] Carbon Orbit build fails due to Qpid depedancies

2011-01-03 Thread Isuru Suriarachchi
This happens due to checksum failures when downloading qpid dependencies.
You can locally avoid this issue by ignoring the checksum failures for the
wso2 maven repo in the root pom.xml as follows.

checksumPolicyignore/checksumPolicy

But this is something we have to fix properly.

Thanks,
~Isuru

On Tue, Jan 4, 2011 at 9:36 AM, Prabath Siriwardana prab...@wso2.comwrote:

 $subject

 Missing:
 --
 1) org.apache.qpid:qpid-client:jar:0.9

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.qpid
 -DartifactId=qpid-client -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file

   Alternatively, if you host your own repository you can deploy the file
 there:
   mvn deploy:deploy-file -DgroupId=org.apache.qpid
 -DartifactId=qpid-client -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file
 -Durl=[url] -DrepositoryId=[id]

   Path to dependency:
1) org.apache.qpid.wso2:qpid:bundle:0.9.wso2v1
2) org.apache.qpid:qpid-client:jar:0.9

 2) org.apache.qpid:qpid-broker:jar:0.9

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.qpid
 -DartifactId=qpid-broker -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file

   Alternatively, if you host your own repository you can deploy the file
 there:
   mvn deploy:deploy-file -DgroupId=org.apache.qpid
 -DartifactId=qpid-broker -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file
 -Durl=[url] -DrepositoryId=[id]

   Path to dependency:
1) org.apache.qpid.wso2:qpid:bundle:0.9.wso2v1
2) org.apache.qpid:qpid-broker:jar:0.9

 3) org.apache.qpid:qpid-common:jar:0.9

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.qpid
 -DartifactId=qpid-common -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file

   Alternatively, if you host your own repository you can deploy the file
 there:
   mvn deploy:deploy-file -DgroupId=org.apache.qpid
 -DartifactId=qpid-common -Dversion=0.9 -Dpackaging=jar -Dfile=/path/to/file
 -Durl=[url] -DrepositoryId=[id]

   Path to dependency:
1) org.apache.qpid.wso2:qpid:bundle:0.9.wso2v1
2) org.apache.qpid:qpid-common:jar:0.9

 4) org.apache.qpid:qpid-management-common:jar:0.9

   Try downloading the file manually from the project website.

   Then, install it using the command:
   mvn install:install-file -DgroupId=org.apache.qpid
 -DartifactId=qpid-management-common -Dversion=0.9 -Dpackaging=jar
 -Dfile=/path/to/file

   Alternatively, if you host your own repository you can deploy the file
 there:
   mvn deploy:deploy-file -DgroupId=org.apache.qpid
 -DartifactId=qpid-management-common -Dversion=0.9 -Dpackaging=jar
 -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

   Path to dependency:
1) org.apache.qpid.wso2:qpid:bundle:0.9.wso2v1
2) org.apache.qpid:qpid-management-common:jar:0.9


 --
 Thanks  Regards,
 Prabath

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

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Isuru Suriarachchi
Technical Lead  Product Manager, WSO2 Application Server
WSO2 Inc. http://wso2.com
email : is...@wso2.com
blog : http://isurues.wordpress.com/

lean . enterprise . middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] registry.core test failure

2011-01-03 Thread Senaka Fernando
On Tue, Jan 4, 2011 at 8:54 AM, Dimuthu Leelarathne dimut...@wso2.comwrote:



 On Tue, Jan 4, 2011 at 8:40 AM, Dimuthu Leelarathne dimut...@wso2.comwrote:



 On Mon, Jan 3, 2011 at 4:54 PM, Afkham Azeez az...@wso2.com wrote:

 Asela, can we work on this and move the user management concerns to the
 UM, and get the trunk stabilized ASAP?

 Dimuthu, we also have to get rid of that hack where the user.core code
 reflectively calls registry.core. As you mentioned, the proper solution is
 to add a column to some user.core DB. Can we get that fixed as well.


 Yes. But this solution will remove the ability of having separate custom
 Realm configurations to different tenants. If this is not a requirement any
 longer we can go ahead.


 And the other option is to store the user-mgt.xml in the file system.


Per tenant? If so what about the passwords? Will they be encrypted?

Thanks,
Senaka.


 Thanks,
 Dimuthu



 Thank you,
 Dimuthu



 Azeez


 On Mon, Jan 3, 2011 at 4:45 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi Asela,

 IIRC we discussed this issue during the Stratos release. The issue here
 IIRC, is that the UM Kernel caches the tenant's user realm, but does not
 invalidate it when the realm configuration is updated. Can you have a look
 and get this sorted?

 Also, long term, we need to move the UM concerns out of the Registry
 Kernel. There are still a few hanging around (mostly the ones that have MT
 involved).

 Thanks,
 Senaka.

 On Mon, Jan 3, 2011 at 4:09 PM, Afkham Azeez az...@wso2.com wrote:


 ---
  Test set:
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest

 ---
 Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 4.067
 sec  FAILURE!
 testCustomRealmConfiguration(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.103 sec   FAILURE!
 junit.framework.AssertionFailedError: No exception in authorizing in
 tenant 1
 at junit.framework.Assert.fail(Assert.java:47)
 at junit.framework.Assert.assertTrue(Assert.java:20)
  at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testCustomRealmConfiguration(MultiTenantTest.java:346)

 testAddTenant(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.003 sec   FAILURE!
 junit.framework.AssertionFailedError: tenants length should be 2
 expected:3 but was:2
 at junit.framework.Assert.fail(Assert.java:47)
  at junit.framework.Assert.failNotEquals(Assert.java:280)
 at junit.framework.Assert.assertEquals(Assert.java:64)
  at junit.framework.Assert.assertEquals(Assert.java:198)
 at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testAddTenant(MultiTenantTest.java:411)




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com
 *
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
*Senaka Fernando*
Associate Technical Lead  Product Manager - WSO2 G-Reg;
WSO2, Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 

Re: [Carbon-dev] [Stratos-dev] Custom Realm Configurations in DB was Re: registry.core test failure

2011-01-03 Thread Senaka Fernando
On Tue, Jan 4, 2011 at 9:13 AM, Dimuthu Leelarathne dimut...@wso2.comwrote:

 Hi,

 Currently the user.core stores realm configurations for each tenant in the
 registry. This creates dependency to the registry. We can remove this and
 still keep custom realm configurations by storing the non-bootstrap
 user-mgt.xml as a blob in the UM database.


 WDYT?


Sounds Good. But, better to use SQLXML instead of BLOB. We are planning to
take advantage of JDBC 4.0 with the upcoming releases. WDYT?

Thanks,
Senaka.


 Thanks,
 Dimuthu

 On Tue, Jan 4, 2011 at 8:54 AM, Dimuthu Leelarathne dimut...@wso2.comwrote:



 On Tue, Jan 4, 2011 at 8:40 AM, Dimuthu Leelarathne dimut...@wso2.comwrote:



 On Mon, Jan 3, 2011 at 4:54 PM, Afkham Azeez az...@wso2.com wrote:

 Asela, can we work on this and move the user management concerns to the
 UM, and get the trunk stabilized ASAP?

 Dimuthu, we also have to get rid of that hack where the user.core code
 reflectively calls registry.core. As you mentioned, the proper solution is
 to add a column to some user.core DB. Can we get that fixed as well.


 Yes. But this solution will remove the ability of having separate custom
 Realm configurations to different tenants. If this is not a requirement any
 longer we can go ahead.


 And the other option is to store the user-mgt.xml in the file system.

 Thanks,
 Dimuthu



 Thank you,
 Dimuthu



 Azeez


 On Mon, Jan 3, 2011 at 4:45 PM, Senaka Fernando sen...@wso2.comwrote:

 Hi Asela,

 IIRC we discussed this issue during the Stratos release. The issue here
 IIRC, is that the UM Kernel caches the tenant's user realm, but does not
 invalidate it when the realm configuration is updated. Can you have a look
 and get this sorted?

 Also, long term, we need to move the UM concerns out of the Registry
 Kernel. There are still a few hanging around (mostly the ones that have MT
 involved).

 Thanks,
 Senaka.

 On Mon, Jan 3, 2011 at 4:09 PM, Afkham Azeez az...@wso2.com wrote:


 ---
  Test set:
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest

 ---
 Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 4.067
 sec  FAILURE!
 testCustomRealmConfiguration(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.103 sec   FAILURE!
 junit.framework.AssertionFailedError: No exception in authorizing in
 tenant 1
 at junit.framework.Assert.fail(Assert.java:47)
 at junit.framework.Assert.assertTrue(Assert.java:20)
  at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testCustomRealmConfiguration(MultiTenantTest.java:346)

 testAddTenant(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.003 sec   FAILURE!
 junit.framework.AssertionFailedError: tenants length should be 2
 expected:3 but was:2
 at junit.framework.Assert.fail(Assert.java:47)
  at junit.framework.Assert.failNotEquals(Assert.java:280)
 at junit.framework.Assert.assertEquals(Assert.java:64)
  at junit.framework.Assert.assertEquals(Assert.java:198)
 at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testAddTenant(MultiTenantTest.java:411)




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com
 *
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 

Re: [Carbon-dev] registry.core test failure

2011-01-03 Thread Dimuthu Leelarathne
On Tue, Jan 4, 2011 at 9:54 AM, Senaka Fernando sen...@wso2.com wrote:



 Asela, can we work on this and move the user management concerns to the UM,
 and get the trunk stabilized ASAP?

 Dimuthu, we also have to get rid of that hack where the user.core code
 reflectively calls registry.core. As you mentioned, the proper solution is
 to add a column to some user.core DB. Can we get that fixed as well.


 Yes. But this solution will remove the ability of having separate custom
 Realm configurations to different tenants. If this is not a requirement any
 longer we can go ahead.


 And the other option is to store the user-mgt.xml in the file system.

 On Mon, Jan 3, 2011 at 4:54 PM, Afkham Azeez az...@wso2.com wrote:

 Per tenant? If so what about the passwords? Will they be encrypted?



As I mentioned in the other mail the best solution is to store the
UserMgt.xml in the Database. No passwords are available in the usermgt.xml

Thank you,
DimuthuL


 Thanks,
 Senaka.


 Thanks,
 Dimuthu



 Thank you,
 Dimuthu



 Azeez


 On Mon, Jan 3, 2011 at 4:45 PM, Senaka Fernando sen...@wso2.comwrote:

 Hi Asela,

 IIRC we discussed this issue during the Stratos release. The issue here
 IIRC, is that the UM Kernel caches the tenant's user realm, but does not
 invalidate it when the realm configuration is updated. Can you have a look
 and get this sorted?

 Also, long term, we need to move the UM concerns out of the Registry
 Kernel. There are still a few hanging around (mostly the ones that have MT
 involved).

 Thanks,
 Senaka.

 On Mon, Jan 3, 2011 at 4:09 PM, Afkham Azeez az...@wso2.com wrote:


 ---
  Test set:
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest

 ---
 Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 4.067
 sec  FAILURE!
 testCustomRealmConfiguration(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.103 sec   FAILURE!
 junit.framework.AssertionFailedError: No exception in authorizing in
 tenant 1
 at junit.framework.Assert.fail(Assert.java:47)
 at junit.framework.Assert.assertTrue(Assert.java:20)
  at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testCustomRealmConfiguration(MultiTenantTest.java:346)

 testAddTenant(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.003 sec   FAILURE!
 junit.framework.AssertionFailedError: tenants length should be 2
 expected:3 but was:2
 at junit.framework.Assert.fail(Assert.java:47)
  at junit.framework.Assert.failNotEquals(Assert.java:280)
 at junit.framework.Assert.assertEquals(Assert.java:64)
  at junit.framework.Assert.assertEquals(Assert.java:198)
 at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testAddTenant(MultiTenantTest.java:411)




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com
 *
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com*
 Member; Apache Software Foundation; 

Re: [Carbon-dev] [Stratos-dev] Custom Realm Configurations in DB was Re: registry.core test failure

2011-01-03 Thread Sumedha Rubasinghe
On Tue, Jan 4, 2011 at 9:58 AM, Senaka Fernando sen...@wso2.com wrote:



 On Tue, Jan 4, 2011 at 9:13 AM, Dimuthu Leelarathne dimut...@wso2.comwrote:

 Hi,

 Currently the user.core stores realm configurations for each tenant in the
 registry. This creates dependency to the registry. We can remove this and
 still keep custom realm configurations by storing the non-bootstrap
 user-mgt.xml as a blob in the UM database.


 WDYT?


 Sounds Good. But, better to use SQLXML instead of BLOB. We are planning to
 take advantage of JDBC 4.0 with the upcoming releases. WDYT?


There is a slight catch in using SQLXML when it comes to backward
compatibility.
/sumedha




 Thanks,
 Senaka.


 Thanks,
 Dimuthu

 On Tue, Jan 4, 2011 at 8:54 AM, Dimuthu Leelarathne dimut...@wso2.comwrote:



 On Tue, Jan 4, 2011 at 8:40 AM, Dimuthu Leelarathne 
 dimut...@wso2.comwrote:



 On Mon, Jan 3, 2011 at 4:54 PM, Afkham Azeez az...@wso2.com wrote:

 Asela, can we work on this and move the user management concerns to the
 UM, and get the trunk stabilized ASAP?

 Dimuthu, we also have to get rid of that hack where the user.core code
 reflectively calls registry.core. As you mentioned, the proper solution is
 to add a column to some user.core DB. Can we get that fixed as well.


 Yes. But this solution will remove the ability of having separate custom
 Realm configurations to different tenants. If this is not a requirement any
 longer we can go ahead.


 And the other option is to store the user-mgt.xml in the file system.

 Thanks,
 Dimuthu



 Thank you,
 Dimuthu



 Azeez


 On Mon, Jan 3, 2011 at 4:45 PM, Senaka Fernando sen...@wso2.comwrote:

 Hi Asela,

 IIRC we discussed this issue during the Stratos release. The issue
 here IIRC, is that the UM Kernel caches the tenant's user realm, but does
 not invalidate it when the realm configuration is updated. Can you have a
 look and get this sorted?

 Also, long term, we need to move the UM concerns out of the Registry
 Kernel. There are still a few hanging around (mostly the ones that have 
 MT
 involved).

 Thanks,
 Senaka.

 On Mon, Jan 3, 2011 at 4:09 PM, Afkham Azeez az...@wso2.com wrote:


 ---
  Test set:
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest

 ---
 Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 4.067
 sec  FAILURE!
 testCustomRealmConfiguration(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.103 sec   FAILURE!
 junit.framework.AssertionFailedError: No exception in authorizing in
 tenant 1
 at junit.framework.Assert.fail(Assert.java:47)
 at junit.framework.Assert.assertTrue(Assert.java:20)
  at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testCustomRealmConfiguration(MultiTenantTest.java:346)

 testAddTenant(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.003 sec   FAILURE!
 junit.framework.AssertionFailedError: tenants length should be 2
 expected:3 but was:2
 at junit.framework.Assert.fail(Assert.java:47)
  at junit.framework.Assert.failNotEquals(Assert.java:280)
 at junit.framework.Assert.assertEquals(Assert.java:64)
  at junit.framework.Assert.assertEquals(Assert.java:198)
 at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testAddTenant(MultiTenantTest.java:411)




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com
 *
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 blog: **http://blog.afkham.org* http://blog.afkham.org*
 twitter: 
 **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 *
 linked-in: 

Re: [Carbon-dev] [Stratos-dev] Custom Realm Configurations in DB was Re: registry.core test failure

2011-01-03 Thread Senaka Fernando
On Tue, Jan 4, 2011 at 10:06 AM, Sumedha Rubasinghe sume...@wso2.comwrote:



 On Tue, Jan 4, 2011 at 9:58 AM, Senaka Fernando sen...@wso2.com wrote:



 On Tue, Jan 4, 2011 at 9:13 AM, Dimuthu Leelarathne dimut...@wso2.comwrote:

 Hi,

 Currently the user.core stores realm configurations for each tenant in
 the registry. This creates dependency to the registry. We can remove this
 and still keep custom realm configurations by storing the non-bootstrap
 user-mgt.xml as a blob in the UM database.


 WDYT?


 Sounds Good. But, better to use SQLXML instead of BLOB. We are planning to
 take advantage of JDBC 4.0 with the upcoming releases. WDYT?


 There is a slight catch in using SQLXML when it comes to backward
 compatibility.


OK, but this is totally new isn't it? It is why I suggested that we try this
out, before attempting to make changes to the rest of the schema on a later
date.

Thanks,
Senaka.

/sumedha




 Thanks,
 Senaka.


 Thanks,
 Dimuthu

 On Tue, Jan 4, 2011 at 8:54 AM, Dimuthu Leelarathne 
 dimut...@wso2.comwrote:



 On Tue, Jan 4, 2011 at 8:40 AM, Dimuthu Leelarathne 
 dimut...@wso2.comwrote:



 On Mon, Jan 3, 2011 at 4:54 PM, Afkham Azeez az...@wso2.com wrote:

 Asela, can we work on this and move the user management concerns to
 the UM, and get the trunk stabilized ASAP?

 Dimuthu, we also have to get rid of that hack where the user.core code
 reflectively calls registry.core. As you mentioned, the proper solution 
 is
 to add a column to some user.core DB. Can we get that fixed as well.


 Yes. But this solution will remove the ability of having separate
 custom Realm configurations to different tenants. If this is not a
 requirement any longer we can go ahead.


 And the other option is to store the user-mgt.xml in the file system.

 Thanks,
 Dimuthu



 Thank you,
 Dimuthu



 Azeez


 On Mon, Jan 3, 2011 at 4:45 PM, Senaka Fernando sen...@wso2.comwrote:

 Hi Asela,

 IIRC we discussed this issue during the Stratos release. The issue
 here IIRC, is that the UM Kernel caches the tenant's user realm, but 
 does
 not invalidate it when the realm configuration is updated. Can you have 
 a
 look and get this sorted?

 Also, long term, we need to move the UM concerns out of the Registry
 Kernel. There are still a few hanging around (mostly the ones that have 
 MT
 involved).

 Thanks,
 Senaka.

 On Mon, Jan 3, 2011 at 4:09 PM, Afkham Azeez az...@wso2.com wrote:


 ---
  Test set:
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest

 ---
 Tests run: 5, Failures: 2, Errors: 0, Skipped: 0, Time elapsed:
 4.067 sec  FAILURE!
 testCustomRealmConfiguration(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.103 sec   FAILURE!
 junit.framework.AssertionFailedError: No exception in authorizing in
 tenant 1
 at junit.framework.Assert.fail(Assert.java:47)
 at junit.framework.Assert.assertTrue(Assert.java:20)
  at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testCustomRealmConfiguration(MultiTenantTest.java:346)

 testAddTenant(org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest)
  Time elapsed: 0.003 sec   FAILURE!
 junit.framework.AssertionFailedError: tenants length should be 2
 expected:3 but was:2
 at junit.framework.Assert.fail(Assert.java:47)
  at junit.framework.Assert.failNotEquals(Assert.java:280)
 at junit.framework.Assert.assertEquals(Assert.java:64)
  at junit.framework.Assert.assertEquals(Assert.java:198)
 at
 org.wso2.carbon.registry.core.test.multitenant.MultiTenantTest.testAddTenant(MultiTenantTest.java:411)




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; http://wso2.com
 *
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; WSO2, Inc.;
 http://wso2.com,
 *
 *
 *Member; Apache Software Foundation; 
 

[Carbon-dev] Merging csg and csg-agent components

2011-01-03 Thread Rajika Kumarasiri
Currently the csg[1] and the csg-agent[2] components can be found as two
components in the carbon trunk. As csg and csg-agent components can not be
used individually I don't see any purpose of having two components so I
suggest we merge  the two components into two maven modules under a
component called csg. WDYT ?

Rajika

[1] - https://svn.wso2.org/repos/wso2/trunk/carbon/components/csg
[2] - https://svn.wso2.org/repos/wso2/trunk/carbon/components/csg-agent
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Improvements to Gadget Upload UI

2011-01-03 Thread Lalaji Sureshika
Hi,

Currently I'm working on some improvements to the Gadget Upload UI.It
provides an interface to upload new gadgets to the gadget repository and do
further modifications on added gadgets.
The existing Gadget Upload UI provides the support for uploading gadgets as
seperate xml files or getting urls of gadgets. I'm working on extending this
gadget uploading functionality available for zip uploads.

And also,when an user  modify gadget related information from this UI,he
could modify gadget name,description,gadget path and gadget screen-shot.It's
better if there's a link to modify the gadget xml content and permissions
too.Else user need to browse registry to modify the gadget xml content and
permissions.I added a button in Gadget Upload UI, which will direct to the
place where the gadget xml resides in the registry.Hence once a user need to
modify gadget related information through this UI,he also able to modify
gadget xml file and permissions on it.
Your comments are warmly welcome.

Thanking You,

Best Regards,

-- 
Lalaji Sureshika
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Wierd errors after invoking WSAS admin services

2011-01-03 Thread Isuru Suriarachchi
This happens for webapp management admin service as well which has nothing
to do with MTOM. So I'm wondering what's going on. Anyway we are in an Axis2
hackathon today. So we'll be having a look into this as well.

Thanks,
~Isuru

On Mon, Jan 3, 2011 at 10:19 PM, Denis Weerasiri de...@wso2.com wrote:



 On Mon, Jan 3, 2011 at 10:16 PM, Senaka Fernando sen...@wso2.com wrote:

 Hi,

 Is this admin service using MTOM? We saw the same in ResourceAdminService
 in G-Reg, and it seems that MTOM is broken on the trunk. :(.


 Thanks,
 Senaka.


 On Mon, Jan 3, 2011 at 9:54 PM, Denis Weerasiri de...@wso2.com wrote:

 I had the same error, when uploading a BPEL process(.zip) in latest
 trunk.

 [2011-01-03 21:49:37,141] ERROR
 {org.wso2.carbon.bpel.ui.fileupload.BPELUploadExecutor} -  BPEL Package
 Deployment Failed!com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected
 character '-' (code 45) in prolog; expected ''
   at [row,col {unknown-source}]: [1,1]

 This exception related to MTOM.


 But uploading works fine.

 On Mon, Jan 3, 2011 at 8:51 PM, Afkham Azeez az...@wso2.com wrote:

 I think some recent fixes to Axis2 has caused some major issues. After
 invoking some of the WSAS admin services (WebappAdmin, Axis2RepoAdmin etc),
 on the client side, we get the following error. Also, I noticed that
 sometimes the RegistryAdminService is getting invoked when I try to access
 the service list UI.

 [2011-01-03 20:45:33,608] ERROR
 {org.apache.catalina.core.ContainerBase.[carbonEngine].[defaulthost].[/].[bridgeservlet]}
 -  Servlet.service() for servlet bridgeservlet threw exception
 com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '-'
 (code 45) in prolog; expected ''
  at [row,col {unknown-source}]: [1,1]
 at
 com.ctc.wstx.sr.StreamScanner.throwUnexpectedChar(StreamScanner.java:648)
 at
 com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2047)
  at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1069)
 at
 org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
  at
 org.apache.axiom.util.stax.dialect.DisallowDoctypeDeclStreamReaderWrapper.next(DisallowDoctypeDeclStreamReaderWrapper.java:34)
 at
 org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
  at
 org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:681)
 at
 org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:214)
  at
 org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.getSOAPEnvelope(StAXSOAPModelBuilder.java:204)
 at
 org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.init(StAXSOAPModelBuilder.java:154)
  at
 org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.init(StAXSOAPModelBuilder.java:140)
 at
 org.apache.axis2.builder.SOAPBuilder.processDocument(SOAPBuilder.java:67)
  at
 org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUtils.java:179)
 at
 org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:145)
  at
 org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:108)
 at
 org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:67)
  at
 org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:354)
 at
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
  at
 org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
 at
 org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)


 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*
 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denis http://goog_277208233/** [AT] wso2.com*http://wso2.com/
 * cell: +94 (71) 684-4450
 blog: **http://ddweerasiri.blogspot.com*http://ddweerasiri.blogspot.com/
 *
 twitter: **http://twitter.com/ddweerasiri*http://twitter.com/ddweerasiri
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 *Senaka Fernando*
 Associate Technical Lead  Product Manager - WSO2 G-Reg;
 WSO2, Inc.; 

Re: [Carbon-dev] Merging csg and csg-agent components

2011-01-03 Thread Supun Kamburugamuva
+1

Thanks,
Supun.

On Tue, Jan 4, 2011 at 10:14 AM, Rajika Kumarasiri raj...@wso2.com wrote:
 Currently the csg[1] and the csg-agent[2] components can be found as two
 components in the carbon trunk. As csg and csg-agent components can not be
 used individually I don't see any purpose of having two components so I
 suggest we merge  the two components into two maven modules under a
 component called csg. WDYT ?

 Rajika

 [1] - https://svn.wso2.org/repos/wso2/trunk/carbon/components/csg
 [2] - https://svn.wso2.org/repos/wso2/trunk/carbon/components/csg-agent

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev





-- 
Supun Kamburugamuva
Technical Lead
WSO2 Inc.;  http://wso2.org
E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
Blog: http://supunk.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 3.2.0 plans

2011-01-03 Thread Supun Kamburugamuva
On Mon, Jan 3, 2011 at 10:29 PM, Sameera Jayasoma same...@wso2.com wrote:


 On Mon, Jan 3, 2011 at 5:18 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Do we have Carbon core fixes in svn trunk, that are not there in 3.1.0?
 We need to release 3.2.0 Carbon core first. Then Chunk 3 products. And
 should we not release patch versions for those already released under 3.1.0
 chunk 1  2?

 IMV, we need to release Carbon core with ESB. Carbon core depends on Axis2
 and Synapse. Testing ESB will uncover bugs in Axis2 and Synapse which in
 turn help to stabilize Carbon core.

 Last time, we released Carbon core first and then released WSO2 AS. But
 while testing AS we found some bugs in Axis2, hence we had to patch Carbon
 core.

 In the future, IMV we better release ESB and AS with Carbon core.

+1

Thanks,
Supun..


 Thanks
 Sameera

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Sameera Jayasoma
 Technical Lead and Product Manager, WSO2 Carbon

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://tech.jayasoma.org

 Lean . Enterprise . Middleware

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev





-- 
Supun Kamburugamuva
Technical Lead
WSO2 Inc.;  http://wso2.org
E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
Blog: http://supunk.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Improvements to Gadget Upload UI

2011-01-03 Thread Sumedha Rubasinghe
Hi Lalaji,
Here comes some comments. (Not sure if these are 'warm' enough ;-) )...

1. We already have a concept of a DAR. What is the different between DAR 
ZIP? Right now,  Carbon Studio supports creating DAR. Having too many
options is confusing.

2.  You should not be adding a button to 'Gadget Upload UI' to modify the
gadget. Modifying the gadget option should be available on two locations.
- Page where we list all the available gadgets
- On the gadget's setting's tab itself

Modify option should be made available for a user with proper permissions
only.

/sumedha


On Tue, Jan 4, 2011 at 10:26 AM, Lalaji Sureshika lal...@wso2.com wrote:

 Hi,

 Currently I'm working on some improvements to the Gadget Upload UI.It
 provides an interface to upload new gadgets to the gadget repository and do
 further modifications on added gadgets.
 The existing Gadget Upload UI provides the support for uploading gadgets as
 seperate xml files or getting urls of gadgets. I'm working on extending this
 gadget uploading functionality available for zip uploads.

 And also,when an user  modify gadget related information from this UI,he
 could modify gadget name,description,gadget path and gadget screen-shot.It's
 better if there's a link to modify the gadget xml content and permissions
 too.Else user need to browse registry to modify the gadget xml content and
 permissions.I added a button in Gadget Upload UI, which will direct to the
 place where the gadget xml resides in the registry.Hence once a user need to
 modify gadget related information through this UI,he also able to modify
 gadget xml file and permissions on it.
 Your comments are warmly welcome.

 Thanking You,

 Best Regards,

 --
 Lalaji Sureshika


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-01-03 Thread WSO2 Builder
[INFO] Executed tasks
[INFO] [compiler:compile]
[INFO] Compiling 105 source files to 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/classes
[INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
[INFO] Generating 2 MetaType Descriptors to 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
[INFO] Writing abstract service descriptor 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
 with 1 entries.
[INFO] Generating 1 Service Component Descriptors to 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
[INFO] [antrun:run {execution: generate-test-repository}]
[INFO] Executing tasks
 [echo] ##
 [echo] creating repository for data services
 [echo] ##
[mkdir] Created dir: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository
[mkdir] Created dir: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/dataservices
[mkdir] Created dir: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/services
[mkdir] Created dir: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/modules
[mkdir] Created dir: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/database
 [copy] Copying 12 files to 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/dataservices
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] An Ant BuildException has occured: 
/home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/src/test/resources/bam-test-dbs
 not found.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 116 minutes 32 seconds
[INFO] Finished at: Tue Jan 04 11:04:59 IST 2011
[INFO] Final Memory: 766M/1743M
[INFO] 
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Attn build owners Re: WSO2 Carbon Continuous Build has FAILED

2011-01-03 Thread Samisa Abeysinghe
Please fix this ASAP...

Samisa...

On Tuesday, January 4, 2011, WSO2 Builder buil...@wso2.org wrote:
 [INFO] Executed tasks
 [INFO] [compiler:compile]
 [INFO] Compiling 105 source files to 
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/classes
 [INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
 [INFO] Generating 2 MetaType Descriptors to 
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
 [INFO] Writing abstract service descriptor 
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
  with 1 entries.
 [INFO] Generating 1 Service Component Descriptors to 
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
 [INFO] [antrun:run {execution: generate-test-repository}]
 [INFO] Executing tasks
      [echo] ##
      [echo] creating repository for data services
      [echo] ##
     [mkdir] Created dir: 
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository
     [mkdir] Created dir: 
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/dataservices
     [mkdir] Created dir: 
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/services
     [mkdir] Created dir: 
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/modules
     [mkdir] Created dir: 
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/database
      [copy] Copying 12 files to 
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/dataservices
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] An Ant BuildException has occured: 
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/src/test/resources/bam-test-dbs
  not found.

 [INFO] 
 
 [INFO] For more information, run Maven with the -e switch
 [INFO] 
 
 [INFO] Total time: 116 minutes 32 seconds
 [INFO] Finished at: Tue Jan 04 11:04:59 IST 2011
 [INFO] Final Memory: 766M/1743M
 [INFO] 
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev

___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Improvements to Gadget Upload UI

2011-01-03 Thread Nuwan Bandara
Hi Guys,

On Tue, Jan 4, 2011 at 10:52 AM, Sumedha Rubasinghe sume...@wso2.comwrote:

 Hi Lalaji,
 Here comes some comments. (Not sure if these are 'warm' enough ;-) )...

 1. We already have a concept of a DAR. What is the different between DAR 
 ZIP? Right now,  Carbon Studio supports creating DAR. Having too many
 options is confusing.


Yeah I believe we will be using the DAR as our one and only gadget archiving
method and use it across the product to upload the gadgets to the dashboard
as well as to the repository.



 2.  You should not be adding a button to 'Gadget Upload UI' to modify the
 gadget. Modifying the gadget option should be available on two locations.
 - Page where we list all the available gadgets


+1 this link/button will be in the gadget listing at the admin's view


 - On the gadget's setting's tab itself


-1, These settings are mainly about permission related and/or modifying the
gadget itself, hence adding it inside the gadget is not practical.

My Initial idea, was to have,


   1. A link called permission where all gadgets are listed (per gadget)
   to manage gadget permissions
   2. A link called Modify Gadget in the gadget details modification area

Both these links will be directed to the Registry UI, where we have a custom
UI for gadget editor and also a permission view.

Thanks  Regards
/Nuwan



 Modify option should be made available for a user with proper permissions
 only.

 /sumedha


  On Tue, Jan 4, 2011 at 10:26 AM, Lalaji Sureshika lal...@wso2.comwrote:

  Hi,

 Currently I'm working on some improvements to the Gadget Upload UI.It
 provides an interface to upload new gadgets to the gadget repository and do
 further modifications on added gadgets.
 The existing Gadget Upload UI provides the support for uploading gadgets
 as seperate xml files or getting urls of gadgets. I'm working on extending
 this gadget uploading functionality available for zip uploads.

 And also,when an user  modify gadget related information from this UI,he
 could modify gadget name,description,gadget path and gadget screen-shot.It's
 better if there's a link to modify the gadget xml content and permissions
 too.Else user need to browse registry to modify the gadget xml content and
 permissions.I added a button in Gadget Upload UI, which will direct to the
 place where the gadget xml resides in the registry.Hence once a user need to
 modify gadget related information through this UI,he also able to modify
 gadget xml file and permissions on it.
 Your comments are warmly welcome.

 Thanking You,

 Best Regards,

 --
 Lalaji Sureshika


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Thanks  Regards,

Nuwan Bandara
Software Engineer
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware

http://www.nuwanbando.com

http://www.nuwanbando.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Carbon Continuous Build has FAILED

2011-01-03 Thread Prabath Abeysekera
Hi!

On Tue, Jan 4, 2011 at 8:32 AM, WSO2 Builder buil...@wso2.org wrote:

 [INFO] Executed tasks
 [INFO] [compiler:compile]
 [INFO] Compiling 105 source files to
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/classes
 [INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
 [INFO] Generating 2 MetaType Descriptors to
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
 [INFO] Writing abstract service descriptor
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
 with 1 entries.
 [INFO] Generating 1 Service Component Descriptors to
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
 [INFO] [antrun:run {execution: generate-test-repository}]
 [INFO] Executing tasks
 [echo] ##
 [echo] creating repository for data services
 [echo] ##
[mkdir] Created dir:
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository
[mkdir] Created dir:
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/dataservices
[mkdir] Created dir:
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/services
[mkdir] Created dir:
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/modules
[mkdir] Created dir:
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/database
  [copy] Copying 12 files to
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/dataservices
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] An Ant BuildException has occured:
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/src/test/resources/bam-test-dbs
 not found.


I'm looking into it and will fix asap!


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 69 minutes 46 seconds
 [INFO] Finished at: Tue Jan 04 08:32:48 IST 2011
 [INFO] Final Memory: 765M/1731M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Prabath Abeysekara
Software Engineer
WSO2 Inc.
Email: praba...@wso2.com harsha...@wso2.com
Mobile: +94718124514

http://harshana05.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Attn build owners Re: WSO2 Carbon Continuous Build has FAILED

2011-01-03 Thread Prabath Abeysekera
Hi,

On Tue, Jan 4, 2011 at 11:21 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 Please fix this ASAP...

 Samisa...

 On Tuesday, January 4, 2011, WSO2 Builder buil...@wso2.org wrote:
  [INFO] Executed tasks
  [INFO] [compiler:compile]
  [INFO] Compiling 105 source files to
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/classes
  [INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
  [INFO] Generating 2 MetaType Descriptors to
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
  [INFO] Writing abstract service descriptor
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
 with 1 entries.
  [INFO] Generating 1 Service Component Descriptors to
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
  [INFO] [antrun:run {execution: generate-test-repository}]
  [INFO] Executing tasks
   [echo] ##
   [echo] creating repository for data services
   [echo] ##
  [mkdir] Created dir:
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository
  [mkdir] Created dir:
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/dataservices
  [mkdir] Created dir:
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/services
  [mkdir] Created dir:
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/modules
  [mkdir] Created dir:
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/database
   [copy] Copying 12 files to
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/target/repository/dataservices
  [INFO]
 
  [ERROR] BUILD ERROR
  [INFO]
 
  [INFO] An Ant BuildException has occured:
 /home/carbon/stratos/carbon/components/data-services/org.wso2.carbon.dataservices.core/3.1.0/src/test/resources/bam-test-dbs
 not found.


I'm looking into this issue and will fix it asap!



 
  [INFO]
 
  [INFO] For more information, run Maven with the -e switch
  [INFO]
 
  [INFO] Total time: 116 minutes 32 seconds
  [INFO] Finished at: Tue Jan 04 11:04:59 IST 2011
  [INFO] Final Memory: 766M/1743M
  [INFO]
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Prabath Abeysekara
Software Engineer
WSO2 Inc.
Email: praba...@wso2.com harsha...@wso2.com
Mobile: +94718124514

http://harshana05.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] What is org.wso2.pwprovider ?

2011-01-03 Thread Sumedha Rubasinghe
Is packaging naming convention right?
Online build does not seem to download it. From where can I find the source?

/sumedha

Encountered following when building latest carbon-core trunk.

Missing:
--
1) org.wso2.pwprovider:org.wso2.pwprovider:jar:1.6.4

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.wso2.pwprovider
-DartifactId=org.wso2.pwprovider -Dversion=1.6.4 -Dpackaging=jar
-Dfile=/path/to/file
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Improvements to Gadget Upload UI

2011-01-03 Thread Sumedha Rubasinghe
On Tue, Jan 4, 2011 at 11:23 AM, Nuwan Bandara nu...@wso2.com wrote:

 Hi Guys,




 2.  You should not be adding a button to 'Gadget Upload UI' to modify the
 gadget. Modifying the gadget option should be available on two locations.
 - Page where we list all the available gadgets


 +1 this link/button will be in the gadget listing at the admin's view


 - On the gadget's setting's tab itself


 -1, These settings are mainly about permission related and/or modifying the
 gadget itself, hence adding it inside the gadget is not practical.

 My Initial idea, was to have,


1. A link called permission where all gadgets are listed (per gadget)
to manage gadget permissions
2. A link called Modify Gadget in the gadget details modification
area

 Both these links will be directed to the Registry UI, where we have a
 custom UI for gadget editor and also a permission view.


Nuwan,
I was thinking along the same line  wasn't referring to have the ability to
edit the gadget on the gadget itself. :-)
It's just a matter of providing a link to gadget source on the repository.
(We have it right now. But there are some usability issues with current
impl)

What happened to Lalaji?
/sumedha


 Thanks  Regards
 /Nuwan

___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Merging csg and csg-agent components

2011-01-03 Thread Hiranya Jayathilaka
On Tue, Jan 4, 2011 at 10:14 AM, Rajika Kumarasiri raj...@wso2.com wrote:

 Currently the csg[1] and the csg-agent[2] components can be found as two
 components in the carbon trunk. As csg and csg-agent components can not be
 used individually I don't see any purpose of having two components so I
 suggest we merge  the two components into two maven modules under a
 component called csg. WDYT ?


+1

At least the two modules should be grouped under a single top level
component

Thanks,
Hiranya



 Rajika

 [1] - https://svn.wso2.org/repos/wso2/trunk/carbon/components/csg
 [2] - https://svn.wso2.org/repos/wso2/trunk/carbon/components/csg-agent

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Hiranya Jayathilaka
Senior Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] What is org.wso2.pwprovider ?

2011-01-03 Thread Asela Pathberiya
On Tue, Jan 4, 2011 at 11:34 AM, Sumedha Rubasinghe sume...@wso2.comwrote:

 Is packaging naming convention right?


org.wso2.pwprovider is related with carbon secure vault patch. This must be
renamed. (we have already discussed to changed the secure vault stuff). But
i just applied the patch which was in carbon 3.1.0 to make sure that the
everything is in trunk.


 Online build does not seem to download it. From where can I find the
 source?


Please take a svn up in dependencies and build the
dependencies/commons/pwprovider

Thanks,
Asela.


 /sumedha

 Encountered following when building latest carbon-core trunk.

 Missing:
 --
 1) org.wso2.pwprovider:org.wso2.pwprovider:jar:1.6.4

   Try downloading the file manually from the project website.

Then, install it using the command:
   mvn install:install-file -DgroupId=org.wso2.pwprovider
 -DartifactId=org.wso2.pwprovider -Dversion=1.6.4 -Dpackaging=jar
 -Dfile=/path/to/file




 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Error during startup of G-Reg

2011-01-03 Thread Lahiru Gunathilake
Hi all,

I am getting the following error during the start up of G-Reg, carbon core
starts successfully.

[2011-01-04 11:53:26,214] ERROR
{org.wso2.carbon.ui.internal.CarbonUIServiceComponent} -  Failed to activate
Carbon UI bundle
java.lang.NoClassDefFoundError: org/apache/tika/mime/MimeTypeException
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at
org.wso2.carbon.ui.deployment.UIBundleDeployer.processComponentXML(UIBundleDeployer.java:200)
at
org.wso2.carbon.ui.deployment.UIBundleDeployer.processUIBundle(UIBundleDeployer.java:131)
at
org.wso2.carbon.ui.deployment.UIBundleDeployer.deploy(UIBundleDeployer.java:84)
at
org.wso2.carbon.ui.internal.CarbonUIServiceComponent.start(CarbonUIServiceComponent.java:236)
at
org.wso2.carbon.ui.internal.CarbonUIServiceComponent.activate(CarbonUIServiceComponent.java:105)
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:230)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:140)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:330)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:560)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:182)
at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:292)
at
org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:226)
at
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:124)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:930)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)
at
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:757)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:712)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:129)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:506)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:524)
at
org.wso2.carbon.statistics.internal.StatisticsServiceComponent.activate(StatisticsServiceComponent.java:75)
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:230)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:140)
at
org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:330)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:560)
at
org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:182)
at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:292)
at
org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:226)
at
org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:124)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:930)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)
at
org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:757)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:712)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:129)
at
org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:506)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:524)
at

Re: [Carbon-dev] What is org.wso2.pwprovider ?

2011-01-03 Thread Indika Kumara
Hi Prabath,

Sometime ago, we decided (in synapse DEV list) to move the Synapse secure
vault to WS-commons so that axis2 ( + transports) can use it. I even
provided a patch (only part of the solution).

Thanks,

Indika

On Tue, Jan 4, 2011 at 12:32 PM, Prabath Siriwardana prab...@wso2.comwrote:

 Thanks Indika.. We are in the process of building a common secure vault
 approach - for all configuration files , could be carbon/synapse/axis2 and
 make it a WSO2 commons project..

 Thanks  regards,
 -Prabath


 On Tue, Jan 4, 2011 at 11:50 AM, Indika Kumara ind...@wso2.com wrote:

 Prabath

 That secure vault is based on the custom code done for a specific user.
 The original secure vault is in Synapse and it is described at [1]. Asela
 and I discuss about that yesterday.

 Thanks,

 Indika

 [1]
 http://wso2.org/project/esb/java/3.0.1/docs/securing_secret_information.html

 On Tue, Jan 4, 2011 at 12:14 PM, Prabath Siriwardana prab...@wso2.comwrote:

 This should be a WSO2 commons project [which is part of secure vault] and
 we also need to fix the naming

 Thanks  regards,
 -Prabath

 On Tue, Jan 4, 2011 at 11:34 AM, Sumedha Rubasinghe sume...@wso2.comwrote:

 Is packaging naming convention right?
 Online build does not seem to download it. From where can I find the
 source?

 /sumedha

 Encountered following when building latest carbon-core trunk.

 Missing:
 --
 1) org.wso2.pwprovider:org.wso2.pwprovider:jar:1.6.4

   Try downloading the file manually from the project website.

Then, install it using the command:
   mvn install:install-file -DgroupId=org.wso2.pwprovider
 -DartifactId=org.wso2.pwprovider -Dversion=1.6.4 -Dpackaging=jar
 -Dfile=/path/to/file




 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Thanks  Regards,
 Prabath

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

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Thanks  Regards,
 Prabath

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

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Merging csg and csg-agent components

2011-01-03 Thread Ranga Siriwardena
On Tue, Jan 4, 2011 at 11:52 AM, Hiranya Jayathilaka hira...@wso2.comwrote:



 On Tue, Jan 4, 2011 at 10:14 AM, Rajika Kumarasiri raj...@wso2.comwrote:

 Currently the csg[1] and the csg-agent[2] components can be found as two
 components in the carbon trunk. As csg and csg-agent components can not be
 used individually I don't see any purpose of having two components so I
 suggest we merge  the two components into two maven modules under a
 component called csg. WDYT ?


 +1

 At least the two modules should be grouped under a single top level
 component


+1
Idea of creating two separate components was to separately identify the
server and client components. So it is good idea to group under a single top
level component.

Thank You.


 Thanks,
 Hiranya



 Rajika

 [1] - https://svn.wso2.org/repos/wso2/trunk/carbon/components/csg
 [2] - https://svn.wso2.org/repos/wso2/trunk/carbon/components/csg-agent

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Hiranya Jayathilaka
 Senior Software Engineer;

 WSO2 Inc.;  http://wso2.org
 E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
 Blog: http://techfeast-hiranya.blogspot.com

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
Ranga Siriwardena
Software Engineer
WSO2 Inc.

Mobile: +94 779808031
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Improvements to Gadget Upload UI

2011-01-03 Thread Lalaji Sureshika
Thanx  for the comments Sumedha ayya :).

1. We already have a concept of a DAR. What is the different between DAR 
ZIP? Right now,  Carbon Studio supports creating DAR. Having too many
options is confusing.

Agreed.I will look into Dar archive model.

2.  You should not be adding a button to 'Gadget Upload UI' to modify the
gadget. Modifying the gadget option should be available on two locations.
Here I meant a button to edit the gadget source.

- Page where we list all the available gadgets
- On the gadget's setting's tab itself

Modify option should be made available for a user with proper permissions
only.- This is concerned.

Thanking You,

Best Regards,

-- 
Lalaji Sureshika
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Merging csg and csg-agent components

2011-01-03 Thread Srinath Perera
+1

On Tue, Jan 4, 2011 at 12:17 PM, Ranga Siriwardena ra...@wso2.com wrote:


 On Tue, Jan 4, 2011 at 11:52 AM, Hiranya Jayathilaka hira...@wso2.com
 wrote:


 On Tue, Jan 4, 2011 at 10:14 AM, Rajika Kumarasiri raj...@wso2.com
 wrote:

 Currently the csg[1] and the csg-agent[2] components can be found as two
 components in the carbon trunk. As csg and csg-agent components can not be
 used individually I don't see any purpose of having two components so I
 suggest we merge  the two components into two maven modules under a
 component called csg. WDYT ?

 +1
 At least the two modules should be grouped under a single top level
 component

 +1
 Idea of creating two separate components was to separately identify the
 server and client components. So it is good idea to group under a single top
 level component.

 Thank You.

 Thanks,
 Hiranya


 Rajika

 [1] - https://svn.wso2.org/repos/wso2/trunk/carbon/components/csg
 [2] - https://svn.wso2.org/repos/wso2/trunk/carbon/components/csg-agent

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Hiranya Jayathilaka
 Senior Software Engineer;
 WSO2 Inc.;  http://wso2.org
 E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
 Blog: http://techfeast-hiranya.blogspot.com

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Ranga Siriwardena
 Software Engineer
 WSO2 Inc.

 Mobile: +94 779808031


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev





-- 

Srinath Perera, Ph.D.
  Senior Software Architect, WSO2 Inc.
  Visiting Lecturer, University of Moratuwa
  Member, Apache Software Foundation
  Research Scientist, Lanka Software Foundation
  Blog: http://srinathsview.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] What is org.wso2.pwprovider ?

2011-01-03 Thread Asela Pathberiya
On Tue, Jan 4, 2011 at 12:13 PM, Indika Kumara ind...@wso2.com wrote:

 Hi Prabath,

 Sometime ago, we decided (in synapse DEV list) to move the Synapse secure
 vault to WS-commons so that axis2 ( + transports) can use it. I even
 provided a patch (only part of the solution).


If Synapse secure vault does not contain any dependencies with synapse.
IMO, it is better to investigate on using it for carbon configuration files
rather than building an another secure vault approach. WDYT?

Thanks,
Asela.


 Thanks,

 Indika


 On Tue, Jan 4, 2011 at 12:32 PM, Prabath Siriwardana prab...@wso2.comwrote:

 Thanks Indika.. We are in the process of building a common secure vault
 approach - for all configuration files , could be carbon/synapse/axis2 and
 make it a WSO2 commons project..

 Thanks  regards,
 -Prabath


 On Tue, Jan 4, 2011 at 11:50 AM, Indika Kumara ind...@wso2.com wrote:

 Prabath

 That secure vault is based on the custom code done for a specific user.
 The original secure vault is in Synapse and it is described at [1]. Asela
 and I discuss about that yesterday.

 Thanks,

 Indika

 [1]
 http://wso2.org/project/esb/java/3.0.1/docs/securing_secret_information.html

 On Tue, Jan 4, 2011 at 12:14 PM, Prabath Siriwardana 
 prab...@wso2.comwrote:

 This should be a WSO2 commons project [which is part of secure vault]
 and we also need to fix the naming

 Thanks  regards,
 -Prabath

 On Tue, Jan 4, 2011 at 11:34 AM, Sumedha Rubasinghe 
 sume...@wso2.comwrote:

 Is packaging naming convention right?
 Online build does not seem to download it. From where can I find the
 source?

 /sumedha

 Encountered following when building latest carbon-core trunk.

 Missing:
 --
 1) org.wso2.pwprovider:org.wso2.pwprovider:jar:1.6.4

   Try downloading the file manually from the project website.

Then, install it using the command:
   mvn install:install-file -DgroupId=org.wso2.pwprovider
 -DartifactId=org.wso2.pwprovider -Dversion=1.6.4 -Dpackaging=jar
 -Dfile=/path/to/file




 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Thanks  Regards,
 Prabath

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

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Thanks  Regards,
 Prabath

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

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev



 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Wierd errors after invoking WSAS admin services

2011-01-03 Thread Afkham Azeez
Yes, uploading webapps also generates the same error in the client side.
However, the artifacts have been successfully uploaded.

Azeez

On Mon, Jan 3, 2011 at 9:54 PM, Denis Weerasiri de...@wso2.com wrote:

 I had the same error, when uploading a BPEL process(.zip) in latest trunk.

 [2011-01-03 21:49:37,141] ERROR
 {org.wso2.carbon.bpel.ui.fileupload.BPELUploadExecutor} -  BPEL Package
 Deployment Failed!com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected
 character '-' (code 45) in prolog; expected ''
   at [row,col {unknown-source}]: [1,1]

 But uploading works fine.

 On Mon, Jan 3, 2011 at 8:51 PM, Afkham Azeez az...@wso2.com wrote:

 I think some recent fixes to Axis2 has caused some major issues. After
 invoking some of the WSAS admin services (WebappAdmin, Axis2RepoAdmin etc),
 on the client side, we get the following error. Also, I noticed that
 sometimes the RegistryAdminService is getting invoked when I try to access
 the service list UI.

 [2011-01-03 20:45:33,608] ERROR
 {org.apache.catalina.core.ContainerBase.[carbonEngine].[defaulthost].[/].[bridgeservlet]}
 -  Servlet.service() for servlet bridgeservlet threw exception
 com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '-'
 (code 45) in prolog; expected ''
  at [row,col {unknown-source}]: [1,1]
 at
 com.ctc.wstx.sr.StreamScanner.throwUnexpectedChar(StreamScanner.java:648)
 at
 com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2047)
  at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1069)
 at
 org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
  at
 org.apache.axiom.util.stax.dialect.DisallowDoctypeDeclStreamReaderWrapper.next(DisallowDoctypeDeclStreamReaderWrapper.java:34)
 at
 org.apache.axiom.util.stax.wrapper.XMLStreamReaderWrapper.next(XMLStreamReaderWrapper.java:225)
  at
 org.apache.axiom.om.impl.builder.StAXOMBuilder.parserNext(StAXOMBuilder.java:681)
 at
 org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.java:214)
  at
 org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.getSOAPEnvelope(StAXSOAPModelBuilder.java:204)
 at
 org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.init(StAXSOAPModelBuilder.java:154)
  at
 org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder.init(StAXSOAPModelBuilder.java:140)
 at
 org.apache.axis2.builder.SOAPBuilder.processDocument(SOAPBuilder.java:67)
  at
 org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUtils.java:179)
 at
 org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:145)
  at
 org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:108)
 at
 org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:67)
  at
 org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:354)
 at
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
  at
 org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
 at
 org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)


 --
 *Afkham Azeez*
 Senior Software Architect  Senior Manager; 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
 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*
 *
 *
 *Lean . Enterprise . Middleware*


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*
 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/
 * cell: +94 (71) 684-4450
 blog: **http://ddweerasiri.blogspot.com*http://ddweerasiri.blogspot.com/
 *
 twitter: **http://twitter.com/ddweerasiri*http://twitter.com/ddweerasiri
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev




-- 
*Afkham Azeez*
Senior Software Architect  Senior Manager; 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
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*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list