Re: [Carbon-dev] WSAS does not handle HTTP 1.0 correctly?

2010-10-01 Thread Isuru Suriarachchi
Tested on Tomcat 6.0.20 and the results are the same.

I had a look at the Tomcat HTTP support doc at [1], and it says:

" This *Connector* supports all of the required features of the HTTP/1.1
protocol, as described in RFC 2616, including persistent connections,
pipelining, expectations and chunked encoding. If the client (typically a
browser) supports only HTTP/1.0, the *Connector* will gracefully fall back
to supporting this protocol as well. No special configuration is required to
enable this support. The *Connector* also supports HTTP/1.0 keep-alive.

RFC 2616 requires that HTTP servers always begin their responses with the
highest HTTP version that they claim to support. Therefore, this
*Connector*will always return
HTTP/1.1 at the beginning of its responses."

So it seems like this is not a bug..

Thanks,
~Isuru

[1] http://tomcat.apache.org/tomcat-6.0-doc/config/http.html

On Sat, Oct 2, 2010 at 11:37 AM, Isuru Suriarachchi  wrote:

> One more thing..
>
> When an HTTP/1.1 request is sent to Tomcat, it responds with an HTTP/1.1
> message with "Transfer-Encoding: chunked ".
>
> When an HTTP/1.0 request is sent to Tomcat, it responds with an HTTP/1.1
> message with "Connection: close ".
>
> That means, even though it responds with an HTTP/1.1 message, it behaves as
> HTTP/1.0 kind of thing..
>
> Thanks,
> ~Isuru
>
> On Sat, Oct 2, 2010 at 11:19 AM, Isuru Suriarachchi wrote:
>
>>
>>
>> On Sat, Oct 2, 2010 at 10:55 AM, Afkham Azeez  wrote:
>>
>>> Charitha,
>>> Can you deploy Axis2 on Tomcat 5.5.23 and let us know what you are
>>> seeing?
>>>
>>
>> I did test this while ago and the issue is there in Axis2 on Tomcat case
>> as well.
>>
>>
>>>
>>> What version of TC did you deploy Axis2 on?
>>>
>>
>> I think Charitha has tested it using the Simple Axis2 server, in which
>> case Axis2 responds correctly.
>>
>> So the conclusion is, the issue exists in Tomcat HTTP transport. However,
>> I tested on Tomcat 5.5.20. Will test on some newer version..
>>
>> Thanks,
>> ~Isuru
>>
>>
>>>
>>> Azeez
>>>
>>>
>>>
>>> On Sat, Oct 2, 2010 at 9:30 AM, Charitha Kankanamge 
>>> wrote:
>>>
 When I send either Http-1.1 or 1.0 request to WSAS, it always responds
 back with HTTP-1.1  [1]

 I tried with Axis2 server and it correctly responded back with Http 1.0
 in case of a 1.0 request. Is there any config property in WSAS in order to
 enable HTTP 1.0 support?

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

 Regards
 Charitha

 Charitha Kankanamge
 Senior Technical Lead, Manager QA
 WSO2 Inc.
 http://wso2.org
 email: chari...@wso2.com
 cell: +94 718 359 265
 blog: http://charithaka.blogspot.com

 wso2.com Lean Enterprise Middleware

 Disclaimer: This communication may contain privileged or other
 confidential information and is intended exclusively for the addressee/s. 
 If
 you are not the intended recipient/s, or believe that you may have received
 this communication in error, please reply to the sender indicating that 
 fact
 and delete the copy you received and in addition, you should not print,
 copy, retransmit, disseminate, or otherwise use the information contained 
 in
 this communication. Internet communications cannot be guaranteed to be
 timely, secure, error or virus-free. The sender does not accept liability
 for any errors or omissions.

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://mail.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/*
>>> *
>>> 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://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Isuru Suriarachchi
>> Technical Lead & Product Manager, WSO2 Web Services 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 Web Services 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 Web Services Application Server
WSO2 Inc. http://wso2.com
email : is...@wso2.com
blog : http://isurues.wordpress.com/

lean . en

[Carbon-dev] build carbon/dependencies error with "mvn clean install -Dmaven.test.skip=true"

2010-10-01 Thread wang xiao
I don't know the reason.please help me。thanks。

91K downloaded  (axis2-transport-base-1.1.0-SNAPSHOT.jar)
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

Missing:
--
1) org.wso2.bpel:ode-bpel-dao:jar:1.3.5-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.wso2.bpel
-DartifactId=ode-bpel-dao
 -Dversion=1.3.5-SNAPSHOT -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.bpel
-DartifactId=ode-bpel-dao -
Dversion=1.3.5-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-Drepos
itoryId=[id]

  Path to dependency:
1) org.wso2.bpel:ode-dao-hibernate:jar:1.3.5-SNAPSHOT
2) org.wso2.bpel:ode-bpel-dao:jar:1.3.5-SNAPSHOT

2) org.wso2.bpel:ode-bpel-api:jar:1.3.5-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.wso2.bpel
-DartifactId=ode-bpel-api
 -Dversion=1.3.5-SNAPSHOT -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.bpel
-DartifactId=ode-bpel-api -
Dversion=1.3.5-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-Drepos
itoryId=[id]

  Path to dependency:
1) org.wso2.bpel:ode-dao-hibernate:jar:1.3.5-SNAPSHOT
2) org.wso2.bpel:ode-bpel-dao:jar:1.3.5-SNAPSHOT
3) org.wso2.bpel:ode-bpel-api:jar:1.3.5-SNAPSHOT

3) org.wso2.bpel:ode-utils:jar:1.3.5-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.wso2.bpel
-DartifactId=ode-utils -D
version=1.3.5-SNAPSHOT -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.bpel -DartifactId=ode-utils
-Dve
rsion=1.3.5-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-Dreposito
ryId=[id]

  Path to dependency:
1) org.wso2.bpel:ode-dao-hibernate:jar:1.3.5-SNAPSHOT
2) org.wso2.bpel:ode-bpel-dao:jar:1.3.5-SNAPSHOT
3) org.wso2.bpel:ode-bpel-api:jar:1.3.5-SNAPSHOT
4) org.wso2.bpel:ode-utils:jar:1.3.5-SNAPSHOT

4) org.wso2.bpel:ode-bpel-schemas:jar:1.3.5-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.wso2.bpel
-DartifactId=ode-bpel-sch
emas -Dversion=1.3.5-SNAPSHOT -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.bpel
-DartifactId=ode-bpel-schem
as -Dversion=1.3.5-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-Dr
epositoryId=[id]

  Path to dependency:
1) org.wso2.bpel:ode-dao-hibernate:jar:1.3.5-SNAPSHOT
2) org.wso2.bpel:ode-bpel-dao:jar:1.3.5-SNAPSHOT
3) org.wso2.bpel:ode-bpel-api:jar:1.3.5-SNAPSHOT
4) org.wso2.bpel:ode-bpel-schemas:jar:1.3.5-SNAPSHOT

5) org.apache.axis2:axis2-transport-jms:jar:1.1.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.apache.axis2
-DartifactId=axis2-tra
nsport-jms -Dversion=1.1.0-SNAPSHOT -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.axis2
-DartifactId=axis2-trans
port-jms -Dversion=1.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
-Durl=[ur
l] -DrepositoryId=[id]

  Path to dependency:
1) org.wso2.bpel:ode-dao-hibernate:jar:1.3.5-SNAPSHOT
2) org.wso2.bpel:ode-bpel-dao:jar:1.3.5-SNAPSHOT
3) org.wso2.bpel:ode-bpel-api:jar:1.3.5-SNAPSHOT
4) org.wso2.bpel:ode-utils:jar:1.3.5-SNAPSHOT
5) org.apache.axis2:axis2-transport-jms:jar:1.1.0-SNAPSHOT

6) org.wso2.bpel:ode-bpel-obj:jar:1.3.5-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.wso2.bpel
-DartifactId=ode-bpel-obj
 -Dversion=1.3.5-SNAPSHOT -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.bpel
-DartifactId=ode-bpel-obj -
Dversion=1.3.5-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-Drepos
itoryId=[id]

  Path to dependency:
1) org.wso2.bpel:ode-dao-hibernate:jar:1.3.5-SNAPSHOT
2) org.wso2.bpel:ode-bpel-dao:jar:1.3.5-

Re: [Carbon-dev] WSAS does not handle HTTP 1.0 correctly?

2010-10-01 Thread Isuru Suriarachchi
One more thing..

When an HTTP/1.1 request is sent to Tomcat, it responds with an HTTP/1.1
message with "Transfer-Encoding: chunked ".

When an HTTP/1.0 request is sent to Tomcat, it responds with an HTTP/1.1
message with "Connection: close ".

That means, even though it responds with an HTTP/1.1 message, it behaves as
HTTP/1.0 kind of thing..

Thanks,
~Isuru

On Sat, Oct 2, 2010 at 11:19 AM, Isuru Suriarachchi  wrote:

>
>
> On Sat, Oct 2, 2010 at 10:55 AM, Afkham Azeez  wrote:
>
>> Charitha,
>> Can you deploy Axis2 on Tomcat 5.5.23 and let us know what you are
>> seeing?
>>
>
> I did test this while ago and the issue is there in Axis2 on Tomcat case as
> well.
>
>
>>
>> What version of TC did you deploy Axis2 on?
>>
>
> I think Charitha has tested it using the Simple Axis2 server, in which case
> Axis2 responds correctly.
>
> So the conclusion is, the issue exists in Tomcat HTTP transport. However, I
> tested on Tomcat 5.5.20. Will test on some newer version..
>
> Thanks,
> ~Isuru
>
>
>>
>> Azeez
>>
>>
>>
>> On Sat, Oct 2, 2010 at 9:30 AM, Charitha Kankanamge wrote:
>>
>>> When I send either Http-1.1 or 1.0 request to WSAS, it always responds
>>> back with HTTP-1.1  [1]
>>>
>>> I tried with Axis2 server and it correctly responded back with Http 1.0
>>> in case of a 1.0 request. Is there any config property in WSAS in order to
>>> enable HTTP 1.0 support?
>>>
>>> [1]https://wso2.org/jira/browse/CARBON-7810
>>>
>>> Regards
>>> Charitha
>>>
>>> Charitha Kankanamge
>>> Senior Technical Lead, Manager QA
>>> WSO2 Inc.
>>> http://wso2.org
>>> email: chari...@wso2.com
>>> cell: +94 718 359 265
>>> blog: http://charithaka.blogspot.com
>>>
>>> wso2.com Lean Enterprise Middleware
>>>
>>> Disclaimer: This communication may contain privileged or other
>>> confidential information and is intended exclusively for the addressee/s. If
>>> you are not the intended recipient/s, or believe that you may have received
>>> this communication in error, please reply to the sender indicating that fact
>>> and delete the copy you received and in addition, you should not print,
>>> copy, retransmit, disseminate, or otherwise use the information contained in
>>> this communication. Internet communications cannot be guaranteed to be
>>> timely, secure, error or virus-free. The sender does not accept liability
>>> for any errors or omissions.
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> https://mail.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/*
>> *
>> 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://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Isuru Suriarachchi
> Technical Lead & Product Manager, WSO2 Web Services 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 Web Services 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://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSAS does not handle HTTP 1.0 correctly?

2010-10-01 Thread Charitha Kankanamge
I tested on Axis2 server (standalone) and WSAS. Not with tomcat.

Regards
Charitha

On Sat, Oct 2, 2010 at 11:19 AM, Isuru Suriarachchi  wrote:

>
>
> On Sat, Oct 2, 2010 at 10:55 AM, Afkham Azeez  wrote:
>
>> Charitha,
>> Can you deploy Axis2 on Tomcat 5.5.23 and let us know what you are
>> seeing?
>>
>
> I did test this while ago and the issue is there in Axis2 on Tomcat case as
> well.
>
>
>>
>> What version of TC did you deploy Axis2 on?
>>
>
> I think Charitha has tested it using the Simple Axis2 server, in which case
> Axis2 responds correctly.
>
> So the conclusion is, the issue exists in Tomcat HTTP transport. However, I
> tested on Tomcat 5.5.20. Will test on some newer version..
>
> Thanks,
> ~Isuru
>
>
>>
>> Azeez
>>
>>
>>
>> On Sat, Oct 2, 2010 at 9:30 AM, Charitha Kankanamge wrote:
>>
>>> When I send either Http-1.1 or 1.0 request to WSAS, it always responds
>>> back with HTTP-1.1  [1]
>>>
>>> I tried with Axis2 server and it correctly responded back with Http 1.0
>>> in case of a 1.0 request. Is there any config property in WSAS in order to
>>> enable HTTP 1.0 support?
>>>
>>> [1]https://wso2.org/jira/browse/CARBON-7810
>>>
>>> Regards
>>> Charitha
>>>
>>> Charitha Kankanamge
>>> Senior Technical Lead, Manager QA
>>> WSO2 Inc.
>>> http://wso2.org
>>> email: chari...@wso2.com
>>> cell: +94 718 359 265
>>> blog: http://charithaka.blogspot.com
>>>
>>> wso2.com Lean Enterprise Middleware
>>>
>>> Disclaimer: This communication may contain privileged or other
>>> confidential information and is intended exclusively for the addressee/s. If
>>> you are not the intended recipient/s, or believe that you may have received
>>> this communication in error, please reply to the sender indicating that fact
>>> and delete the copy you received and in addition, you should not print,
>>> copy, retransmit, disseminate, or otherwise use the information contained in
>>> this communication. Internet communications cannot be guaranteed to be
>>> timely, secure, error or virus-free. The sender does not accept liability
>>> for any errors or omissions.
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> https://mail.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/*
>> *
>> 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://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Isuru Suriarachchi
> Technical Lead & Product Manager, WSO2 Web Services 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://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSAS does not handle HTTP 1.0 correctly?

2010-10-01 Thread Isuru Suriarachchi
On Sat, Oct 2, 2010 at 10:55 AM, Afkham Azeez  wrote:

> Charitha,
> Can you deploy Axis2 on Tomcat 5.5.23 and let us know what you are seeing?
>

I did test this while ago and the issue is there in Axis2 on Tomcat case as
well.


>
> What version of TC did you deploy Axis2 on?
>

I think Charitha has tested it using the Simple Axis2 server, in which case
Axis2 responds correctly.

So the conclusion is, the issue exists in Tomcat HTTP transport. However, I
tested on Tomcat 5.5.20. Will test on some newer version..

Thanks,
~Isuru


>
> Azeez
>
>
>
> On Sat, Oct 2, 2010 at 9:30 AM, Charitha Kankanamge wrote:
>
>> When I send either Http-1.1 or 1.0 request to WSAS, it always responds
>> back with HTTP-1.1  [1]
>>
>> I tried with Axis2 server and it correctly responded back with Http 1.0 in
>> case of a 1.0 request. Is there any config property in WSAS in order to
>> enable HTTP 1.0 support?
>>
>> [1]https://wso2.org/jira/browse/CARBON-7810
>>
>> Regards
>> Charitha
>>
>> Charitha Kankanamge
>> Senior Technical Lead, Manager QA
>> WSO2 Inc.
>> http://wso2.org
>> email: chari...@wso2.com
>> cell: +94 718 359 265
>> blog: http://charithaka.blogspot.com
>>
>> wso2.com Lean Enterprise Middleware
>>
>> Disclaimer: This communication may contain privileged or other
>> confidential information and is intended exclusively for the addressee/s. If
>> you are not the intended recipient/s, or believe that you may have received
>> this communication in error, please reply to the sender indicating that fact
>> and delete the copy you received and in addition, you should not print,
>> copy, retransmit, disseminate, or otherwise use the information contained in
>> this communication. Internet communications cannot be guaranteed to be
>> timely, secure, error or virus-free. The sender does not accept liability
>> for any errors or omissions.
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> https://mail.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/*
> *
> 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://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Isuru Suriarachchi
Technical Lead & Product Manager, WSO2 Web Services 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://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSAS does not handle HTTP 1.0 correctly?

2010-10-01 Thread Afkham Azeez
Charitha,
Can you deploy Axis2 on Tomcat 5.5.23 and let us know what you are seeing?

What version of TC did you deploy Axis2 on?

Azeez



On Sat, Oct 2, 2010 at 9:30 AM, Charitha Kankanamge wrote:

> When I send either Http-1.1 or 1.0 request to WSAS, it always responds back
> with HTTP-1.1  [1]
>
> I tried with Axis2 server and it correctly responded back with Http 1.0 in
> case of a 1.0 request. Is there any config property in WSAS in order to
> enable HTTP 1.0 support?
>
> [1]https://wso2.org/jira/browse/CARBON-7810
>
> Regards
> Charitha
>
> Charitha Kankanamge
> Senior Technical Lead, Manager QA
> WSO2 Inc.
> http://wso2.org
> email: chari...@wso2.com
> cell: +94 718 359 265
> blog: http://charithaka.blogspot.com
>
> wso2.com Lean Enterprise Middleware
>
> Disclaimer: This communication may contain privileged or other confidential
> information and is intended exclusively for the addressee/s. If you are not
> the intended recipient/s, or believe that you may have received this
> communication in error, please reply to the sender indicating that fact and
> delete the copy you received and in addition, you should not print, copy,
> retransmit, disseminate, or otherwise use the information contained in this
> communication. Internet communications cannot be guaranteed to be timely,
> secure, error or virus-free. The sender does not accept liability for any
> errors or omissions.
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.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/*
*
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://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSAS does not handle HTTP 1.0 correctly?

2010-10-01 Thread Isuru Suriarachchi
I will have a look into this..

Thanks,
~Isuru

On Sat, Oct 2, 2010 at 9:30 AM, Charitha Kankanamge wrote:

> When I send either Http-1.1 or 1.0 request to WSAS, it always responds back
> with HTTP-1.1  [1]
>
> I tried with Axis2 server and it correctly responded back with Http 1.0 in
> case of a 1.0 request. Is there any config property in WSAS in order to
> enable HTTP 1.0 support?
>
> [1]https://wso2.org/jira/browse/CARBON-7810
>
> Regards
> Charitha
>
> Charitha Kankanamge
> Senior Technical Lead, Manager QA
> WSO2 Inc.
> http://wso2.org
> email: chari...@wso2.com
> cell: +94 718 359 265
> blog: http://charithaka.blogspot.com
>
> wso2.com Lean Enterprise Middleware
>
> Disclaimer: This communication may contain privileged or other confidential
> information and is intended exclusively for the addressee/s. If you are not
> the intended recipient/s, or believe that you may have received this
> communication in error, please reply to the sender indicating that fact and
> delete the copy you received and in addition, you should not print, copy,
> retransmit, disseminate, or otherwise use the information contained in this
> communication. Internet communications cannot be guaranteed to be timely,
> secure, error or virus-free. The sender does not accept liability for any
> errors or omissions.
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Isuru Suriarachchi
Technical Lead & Product Manager, WSO2 Web Services 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://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSAS does not handle HTTP 1.0 correctly?

2010-10-01 Thread Ruwan Linton

 On 10/2/10 9:34 AM, Sanjiva Weerawarana wrote:
And if such a property exists then it must be defaulted to the right 
value .. an HTTP 1.0 client will not understand an HTTP 1.1 response!
Isn't it wrong to have a property for this, we should anyway send the 
response in 1.0 if the request is in 1.0 otherwise the client may get 
screwed.


Ruwan


Sanjiva.

On Sat, Oct 2, 2010 at 9:30 AM, Charitha Kankanamge > wrote:


When I send either Http-1.1 or 1.0 request to WSAS, it always
responds back with HTTP-1.1  [1]

I tried with Axis2 server and it correctly responded back with
Http 1.0 in case of a 1.0 request. Is there any config property in
WSAS in order to enable HTTP 1.0 support?

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

Regards
Charitha

Charitha Kankanamge
Senior Technical Lead, Manager QA
WSO2 Inc.
http://wso2.org
email: chari...@wso2.com 
cell: +94 718 359 265
blog: http://charithaka.blogspot.com

wso2.com  Lean Enterprise Middleware

Disclaimer: This communication may contain privileged or other
confidential information and is intended exclusively for the
addressee/s. If you are not the intended recipient/s, or believe
that you may have received this communication in error, please
reply to the sender indicating that fact and delete the copy you
received and in addition, you should not print, copy, retransmit,
disseminate, or otherwise use the information contained in this
communication. Internet communications cannot be guaranteed to be
timely, secure, error or virus-free. The sender does not accept
liability for any errors or omissions.

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




--
Sanjiva Weerawarana, Ph.D.
Founder, Chairman & CEO; WSO2, Inc.; http://wso2.com/
email: sanj...@wso2.com ; phone: +1 408 754 
7388 x51726; cell: +94 77 787 6880 | +1 650 265 8311

blog: http://sanjiva.weerawarana.org/

Lean . Enterprise . Middleware


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



--
Ruwan Linton
Software Architect&  Product Manager, WSO2 ESB; http://wso2.org/esb
WSO2 Inc.; http://wso2.com

Lean . Enterprise . Middleware

phone: +1 408 754 7388 ext 51789
email: ru...@wso2.com; cell: +94 77 341 3097
blog: http://blog.ruwan.org
linkedin: http://www.linkedin.com/in/ruwanlinton
tweet: http://twitter.com/ruwanlinton

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


Re: [Carbon-dev] WSAS does not handle HTTP 1.0 correctly?

2010-10-01 Thread Sanjiva Weerawarana
And if such a property exists then it must be defaulted to the right value
.. an HTTP 1.0 client will not understand an HTTP 1.1 response!

Sanjiva.

On Sat, Oct 2, 2010 at 9:30 AM, Charitha Kankanamge wrote:

> When I send either Http-1.1 or 1.0 request to WSAS, it always responds back
> with HTTP-1.1  [1]
>
> I tried with Axis2 server and it correctly responded back with Http 1.0 in
> case of a 1.0 request. Is there any config property in WSAS in order to
> enable HTTP 1.0 support?
>
> [1]https://wso2.org/jira/browse/CARBON-7810
>
> Regards
> Charitha
>
> Charitha Kankanamge
> Senior Technical Lead, Manager QA
> WSO2 Inc.
> http://wso2.org
> email: chari...@wso2.com
> cell: +94 718 359 265
> blog: http://charithaka.blogspot.com
>
> wso2.com Lean Enterprise Middleware
>
> Disclaimer: This communication may contain privileged or other confidential
> information and is intended exclusively for the addressee/s. If you are not
> the intended recipient/s, or believe that you may have received this
> communication in error, please reply to the sender indicating that fact and
> delete the copy you received and in addition, you should not print, copy,
> retransmit, disseminate, or otherwise use the information contained in this
> communication. Internet communications cannot be guaranteed to be timely,
> secure, error or virus-free. The sender does not accept liability for any
> errors or omissions.
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Sanjiva Weerawarana, Ph.D.
Founder, Chairman & CEO; WSO2, Inc.;  http://wso2.com/
email: sanj...@wso2.com; phone: +1 408 754 7388 x51726; cell: +94 77 787
6880 | +1 650 265 8311
blog: http://sanjiva.weerawarana.org/

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


Re: [Carbon-dev] carbon/dependencies error

2010-10-01 Thread wang xiao
build only axiom first by going into dependencies/axiom.it's able to build
sucessful;but it's not sucessful when i build carbon/dependencies.why?
thanks!

2010/10/2 Isuru Suriarachchi 

> Try to build only axiom first by going into dependencies/axiom. If that
> also fails try to build without tests using the following command..
>
> mvn clean install -Dmaven.test.skip=true
>
> Thanks,
> ~Isuru
>
>   On Sat, Oct 2, 2010 at 8:09 AM, wang xiao  wrote:
>
>>  Hi!
>> When I use "mvn -clean install" to compile carbon/dependencies,It always
>> shows the error as follows .please help me.thanks!
>> ---
>>  T E S T S
>> ---
>> The current artifact axiom-osgi-run-1.2.10-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-junit4o
>> sgi-plugin:1.0.0]
>> urls[0] =
>> file:/D:/wso2-repository/org/apache/felix/maven-junit4osgi-plugin/1.0.
>> 0/maven-junit4osgi-plugin-1.0.0.jar
>> urls[1] = file:/D:/wso2-repository/junit/junit/3.8.1/junit-3.8.1.jar
>> urls[2] =
>> file:/D:/wso2-repository/org/apache/felix/org.apache.felix.framework/1
>> .6.1/org.apache.felix.framework-1.6.1.jar
>> urls[3] =
>> file:/D:/wso2-repository/org/apache/felix/org.osgi.core/1.2.0/org.osgi
>> .core-1.2.0.jar
>> urls[4] =
>> file:/D:/wso2-repository/org/apache/felix/org.osgi.compendium/1.2.0/or
>> g.osgi.compendium-1.2.0.jar
>> urls[5] =
>> file:/D:/wso2-repository/org/apache/felix/org.osgi.foundation/1.2.0/or
>> g.osgi.foundation-1.2.0.jar
>> urls[6] =
>> file:/D:/wso2-repository/org/codehaus/plexus/plexus-utils/1.1/plexus-u
>> tils-1.1.jar
>> urls[7] =
>> file:/D:/wso2-repository/org/apache/felix/org.apache.felix.ipojo/1.2.0
>> urls[8] =
>> file:/D:/wso2-repository/org/apache/felix/org.apache.felix.ipojo.metad
>> ata/1.2.0/org.apache.felix.ipojo.metadata-1.2.0.jar
>> urls[9] =
>> file:/D:/wso2-repository/org/apache/felix/org.apache.felix.ipojo.handl
>> er.extender/1.2.0/org.apache.felix.ipojo.handler.extender-1.2.0.jar
>> urls[10] =
>> file:/D:/wso2-repository/org/apache/felix/org.apache.felix.ipojo.juni
>> t4osgi/1.0.0/org.apache.felix.ipojo.junit4osgi-1.0.0.jar
>> urls[11] =
>> file:/D:/wso2-repository/net/sourceforge/cobertura/cobertura/1.9/cobe
>> rtura-1.9.jar
>> urls[12] = file:/D:/wso2-repository/oro/oro/2.0.8/oro-2.0.8.jar
>> urls[13] = file:/D:/wso2-repository/asm/asm/2.2.1/asm-2.2.1.jar
>> urls[14] = file:/D:/wso2-repository/asm/asm-tree/2.2.1/asm-tree-2.2.1.jar
>> urls[15] = file:/D:/wso2-repository/log4j/log4j/1.2.9/log4j-1.2.9.jar
>> urls[16] = file:/D:/wso2-repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
>> urls[17] =
>> file:/D:/wso2-repository/org/apache/ant/ant-launcher/1.7.0/ant-launch
>> er-1.7.0.jar
>> urls[18] = http://felix.extensions:9/
>> [FATAL ERROR] Container realm = plexus.core
>> urls[0] = file:/D:/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar
>> urls[1] =
>> file:/D:/wso2-repository/org/apache/maven/archetype/archetype-packagin
>> g/2.0-alpha-4/archetype-packaging-2.0-alpha-4.jar
>> urls[2] =
>> file:/D:/wso2-repository/org/codehaus/plexus/plexus-utils/1.1/plexus-u
>> tils-1.1.jar
>> [INFO]
>> 
>> [ERROR] FATAL ERROR
>> [INFO]
>> 
>> [INFO] loader constraint violation: loader (instance of
>> org/codehaus/classworlds
>> /RealmClassLoader) previously initiated loading for a different type with
>> name "
>> org/codehaus/plexus/util/xml/XMLWriter"
>> [INFO]
>> 
>> [INFO] Trace
>> java.lang.LinkageError: loader constraint violation: loader (instance of
>> org/cod
>> ehaus/classworlds/RealmClassLoader) previously initiated loading for a
>> different
>>  type with name "org/codehaus/plexus/util/xml/XMLWriter"
>> at java.lang.ClassLoader.defineClass1(Native Method)
>> at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
>> at
>> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
>> 4)
>> at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
>> at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
>> at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
>> at
>> org.codehaus.classworlds.RealmClassLoader.loadClassDirect(RealmClassL
>> oader.java:195)
>>

[Carbon-dev] WSAS does not handle HTTP 1.0 correctly?

2010-10-01 Thread Charitha Kankanamge
When I send either Http-1.1 or 1.0 request to WSAS, it always responds back
with HTTP-1.1  [1]

I tried with Axis2 server and it correctly responded back with Http 1.0 in
case of a 1.0 request. Is there any config property in WSAS in order to
enable HTTP 1.0 support?

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

Regards
Charitha

Charitha Kankanamge
Senior Technical Lead, Manager QA
WSO2 Inc.
http://wso2.org
email: chari...@wso2.com
cell: +94 718 359 265
blog: http://charithaka.blogspot.com

wso2.com Lean Enterprise Middleware

Disclaimer: This communication may contain privileged or other confidential
information and is intended exclusively for the addressee/s. If you are not
the intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print, copy,
retransmit, disseminate, or otherwise use the information contained in this
communication. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] carbon/dependencies error

2010-10-01 Thread wang xiao
oh,I know  ,thanks!

2010/10/2 Isuru Suriarachchi 

> Try to build only axiom first by going into dependencies/axiom. If that
> also fails try to build without tests using the following command..
>
> mvn clean install -Dmaven.test.skip=true
>
> Thanks,
> ~Isuru
>
>   On Sat, Oct 2, 2010 at 8:09 AM, wang xiao  wrote:
>
>>  Hi!
>> When I use "mvn -clean install" to compile carbon/dependencies,It always
>> shows the error as follows .please help me.thanks!
>> ---
>>  T E S T S
>> ---
>> The current artifact axiom-osgi-run-1.2.10-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-junit4o
>> sgi-plugin:1.0.0]
>> urls[0] =
>> file:/D:/wso2-repository/org/apache/felix/maven-junit4osgi-plugin/1.0.
>> 0/maven-junit4osgi-plugin-1.0.0.jar
>> urls[1] = file:/D:/wso2-repository/junit/junit/3.8.1/junit-3.8.1.jar
>> urls[2] =
>> file:/D:/wso2-repository/org/apache/felix/org.apache.felix.framework/1
>> .6.1/org.apache.felix.framework-1.6.1.jar
>> urls[3] =
>> file:/D:/wso2-repository/org/apache/felix/org.osgi.core/1.2.0/org.osgi
>> .core-1.2.0.jar
>> urls[4] =
>> file:/D:/wso2-repository/org/apache/felix/org.osgi.compendium/1.2.0/or
>> g.osgi.compendium-1.2.0.jar
>> urls[5] =
>> file:/D:/wso2-repository/org/apache/felix/org.osgi.foundation/1.2.0/or
>> g.osgi.foundation-1.2.0.jar
>> urls[6] =
>> file:/D:/wso2-repository/org/codehaus/plexus/plexus-utils/1.1/plexus-u
>> tils-1.1.jar
>> urls[7] =
>> file:/D:/wso2-repository/org/apache/felix/org.apache.felix.ipojo/1.2.0
>> urls[8] =
>> file:/D:/wso2-repository/org/apache/felix/org.apache.felix.ipojo.metad
>> ata/1.2.0/org.apache.felix.ipojo.metadata-1.2.0.jar
>> urls[9] =
>> file:/D:/wso2-repository/org/apache/felix/org.apache.felix.ipojo.handl
>> er.extender/1.2.0/org.apache.felix.ipojo.handler.extender-1.2.0.jar
>> urls[10] =
>> file:/D:/wso2-repository/org/apache/felix/org.apache.felix.ipojo.juni
>> t4osgi/1.0.0/org.apache.felix.ipojo.junit4osgi-1.0.0.jar
>> urls[11] =
>> file:/D:/wso2-repository/net/sourceforge/cobertura/cobertura/1.9/cobe
>> rtura-1.9.jar
>> urls[12] = file:/D:/wso2-repository/oro/oro/2.0.8/oro-2.0.8.jar
>> urls[13] = file:/D:/wso2-repository/asm/asm/2.2.1/asm-2.2.1.jar
>> urls[14] = file:/D:/wso2-repository/asm/asm-tree/2.2.1/asm-tree-2.2.1.jar
>> urls[15] = file:/D:/wso2-repository/log4j/log4j/1.2.9/log4j-1.2.9.jar
>> urls[16] = file:/D:/wso2-repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
>> urls[17] =
>> file:/D:/wso2-repository/org/apache/ant/ant-launcher/1.7.0/ant-launch
>> er-1.7.0.jar
>> urls[18] = http://felix.extensions:9/
>> [FATAL ERROR] Container realm = plexus.core
>> urls[0] = file:/D:/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar
>> urls[1] =
>> file:/D:/wso2-repository/org/apache/maven/archetype/archetype-packagin
>> g/2.0-alpha-4/archetype-packaging-2.0-alpha-4.jar
>> urls[2] =
>> file:/D:/wso2-repository/org/codehaus/plexus/plexus-utils/1.1/plexus-u
>> tils-1.1.jar
>> [INFO]
>> 
>> [ERROR] FATAL ERROR
>> [INFO]
>> 
>> [INFO] loader constraint violation: loader (instance of
>> org/codehaus/classworlds
>> /RealmClassLoader) previously initiated loading for a different type with
>> name "
>> org/codehaus/plexus/util/xml/XMLWriter"
>> [INFO]
>> 
>> [INFO] Trace
>> java.lang.LinkageError: loader constraint violation: loader (instance of
>> org/cod
>> ehaus/classworlds/RealmClassLoader) previously initiated loading for a
>> different
>>  type with name "org/codehaus/plexus/util/xml/XMLWriter"
>> at java.lang.ClassLoader.defineClass1(Native Method)
>> at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
>> at
>> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
>> 4)
>> at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
>> at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
>> at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
>> at
>> org.codehaus.classworlds.RealmClassLoader.loadClassDirect(RealmClassL
>> oader.java:195)
>> at
>> org.codehaus.classworlds.DefaultClassRealm.loadClass(DefaultClassReal
>> m.java:255)
>> at
>> org.codehaus.clas

Re: [Carbon-dev] carbon/dependencies error

2010-10-01 Thread Isuru Suriarachchi
Try to build only axiom first by going into dependencies/axiom. If that also
fails try to build without tests using the following command..

mvn clean install -Dmaven.test.skip=true

Thanks,
~Isuru

On Sat, Oct 2, 2010 at 8:09 AM, wang xiao  wrote:

> Hi!
> When I use "mvn -clean install" to compile carbon/dependencies,It always
> shows the error as follows .please help me.thanks!
> ---
>  T E S T S
> ---
> The current artifact axiom-osgi-run-1.2.10-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-junit4o
> sgi-plugin:1.0.0]
> urls[0] =
> file:/D:/wso2-repository/org/apache/felix/maven-junit4osgi-plugin/1.0.
> 0/maven-junit4osgi-plugin-1.0.0.jar
> urls[1] = file:/D:/wso2-repository/junit/junit/3.8.1/junit-3.8.1.jar
> urls[2] =
> file:/D:/wso2-repository/org/apache/felix/org.apache.felix.framework/1
> .6.1/org.apache.felix.framework-1.6.1.jar
> urls[3] =
> file:/D:/wso2-repository/org/apache/felix/org.osgi.core/1.2.0/org.osgi
> .core-1.2.0.jar
> urls[4] =
> file:/D:/wso2-repository/org/apache/felix/org.osgi.compendium/1.2.0/or
> g.osgi.compendium-1.2.0.jar
> urls[5] =
> file:/D:/wso2-repository/org/apache/felix/org.osgi.foundation/1.2.0/or
> g.osgi.foundation-1.2.0.jar
> urls[6] =
> file:/D:/wso2-repository/org/codehaus/plexus/plexus-utils/1.1/plexus-u
> tils-1.1.jar
> urls[7] =
> file:/D:/wso2-repository/org/apache/felix/org.apache.felix.ipojo/1.2.0
> urls[8] =
> file:/D:/wso2-repository/org/apache/felix/org.apache.felix.ipojo.metad
> ata/1.2.0/org.apache.felix.ipojo.metadata-1.2.0.jar
> urls[9] =
> file:/D:/wso2-repository/org/apache/felix/org.apache.felix.ipojo.handl
> er.extender/1.2.0/org.apache.felix.ipojo.handler.extender-1.2.0.jar
> urls[10] =
> file:/D:/wso2-repository/org/apache/felix/org.apache.felix.ipojo.juni
> t4osgi/1.0.0/org.apache.felix.ipojo.junit4osgi-1.0.0.jar
> urls[11] =
> file:/D:/wso2-repository/net/sourceforge/cobertura/cobertura/1.9/cobe
> rtura-1.9.jar
> urls[12] = file:/D:/wso2-repository/oro/oro/2.0.8/oro-2.0.8.jar
> urls[13] = file:/D:/wso2-repository/asm/asm/2.2.1/asm-2.2.1.jar
> urls[14] = file:/D:/wso2-repository/asm/asm-tree/2.2.1/asm-tree-2.2.1.jar
> urls[15] = file:/D:/wso2-repository/log4j/log4j/1.2.9/log4j-1.2.9.jar
> urls[16] = file:/D:/wso2-repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
> urls[17] =
> file:/D:/wso2-repository/org/apache/ant/ant-launcher/1.7.0/ant-launch
> er-1.7.0.jar
> urls[18] = http://felix.extensions:9/
> [FATAL ERROR] Container realm = plexus.core
> urls[0] = file:/D:/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar
> urls[1] =
> file:/D:/wso2-repository/org/apache/maven/archetype/archetype-packagin
> g/2.0-alpha-4/archetype-packaging-2.0-alpha-4.jar
> urls[2] =
> file:/D:/wso2-repository/org/codehaus/plexus/plexus-utils/1.1/plexus-u
> tils-1.1.jar
> [INFO]
> 
> [ERROR] FATAL ERROR
> [INFO]
> 
> [INFO] loader constraint violation: loader (instance of
> org/codehaus/classworlds
> /RealmClassLoader) previously initiated loading for a different type with
> name "
> org/codehaus/plexus/util/xml/XMLWriter"
> [INFO]
> 
> [INFO] Trace
> java.lang.LinkageError: loader constraint violation: loader (instance of
> org/cod
> ehaus/classworlds/RealmClassLoader) previously initiated loading for a
> different
>  type with name "org/codehaus/plexus/util/xml/XMLWriter"
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
> at
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
> 4)
> at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
> at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
> at
> org.codehaus.classworlds.RealmClassLoader.loadClassDirect(RealmClassL
> oader.java:195)
> at
> org.codehaus.classworlds.DefaultClassRealm.loadClass(DefaultClassReal
> m.java:255)
> at
> org.codehaus.classworlds.RealmClassLoader.loadClass(RealmClassLoader.
> java:214)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
> at java.lang.ClassLoader.loadClass

[Carbon-dev] carbon/dependencies error

2010-10-01 Thread wang xiao
Hi!
When I use "mvn -clean install" to compile carbon/dependencies,It always
shows the error as follows .please help me.thanks!
---
 T E S T S
---
The current artifact axiom-osgi-run-1.2.10-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-junit4o
sgi-plugin:1.0.0]
urls[0] =
file:/D:/wso2-repository/org/apache/felix/maven-junit4osgi-plugin/1.0.
0/maven-junit4osgi-plugin-1.0.0.jar
urls[1] = file:/D:/wso2-repository/junit/junit/3.8.1/junit-3.8.1.jar
urls[2] =
file:/D:/wso2-repository/org/apache/felix/org.apache.felix.framework/1
.6.1/org.apache.felix.framework-1.6.1.jar
urls[3] =
file:/D:/wso2-repository/org/apache/felix/org.osgi.core/1.2.0/org.osgi
.core-1.2.0.jar
urls[4] =
file:/D:/wso2-repository/org/apache/felix/org.osgi.compendium/1.2.0/or
g.osgi.compendium-1.2.0.jar
urls[5] =
file:/D:/wso2-repository/org/apache/felix/org.osgi.foundation/1.2.0/or
g.osgi.foundation-1.2.0.jar
urls[6] =
file:/D:/wso2-repository/org/codehaus/plexus/plexus-utils/1.1/plexus-u
tils-1.1.jar
urls[7] =
file:/D:/wso2-repository/org/apache/felix/org.apache.felix.ipojo/1.2.0
urls[8] =
file:/D:/wso2-repository/org/apache/felix/org.apache.felix.ipojo.metad
ata/1.2.0/org.apache.felix.ipojo.metadata-1.2.0.jar
urls[9] =
file:/D:/wso2-repository/org/apache/felix/org.apache.felix.ipojo.handl
er.extender/1.2.0/org.apache.felix.ipojo.handler.extender-1.2.0.jar
urls[10] =
file:/D:/wso2-repository/org/apache/felix/org.apache.felix.ipojo.juni
t4osgi/1.0.0/org.apache.felix.ipojo.junit4osgi-1.0.0.jar
urls[11] =
file:/D:/wso2-repository/net/sourceforge/cobertura/cobertura/1.9/cobe
rtura-1.9.jar
urls[12] = file:/D:/wso2-repository/oro/oro/2.0.8/oro-2.0.8.jar
urls[13] = file:/D:/wso2-repository/asm/asm/2.2.1/asm-2.2.1.jar
urls[14] = file:/D:/wso2-repository/asm/asm-tree/2.2.1/asm-tree-2.2.1.jar
urls[15] = file:/D:/wso2-repository/log4j/log4j/1.2.9/log4j-1.2.9.jar
urls[16] = file:/D:/wso2-repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
urls[17] =
file:/D:/wso2-repository/org/apache/ant/ant-launcher/1.7.0/ant-launch
er-1.7.0.jar
urls[18] = http://felix.extensions:9/
[FATAL ERROR] Container realm = plexus.core
urls[0] = file:/D:/apache-maven-2.2.1/lib/maven-2.2.1-uber.jar
urls[1] =
file:/D:/wso2-repository/org/apache/maven/archetype/archetype-packagin
g/2.0-alpha-4/archetype-packaging-2.0-alpha-4.jar
urls[2] =
file:/D:/wso2-repository/org/codehaus/plexus/plexus-utils/1.1/plexus-u
tils-1.1.jar
[INFO]

[ERROR] FATAL ERROR
[INFO]

[INFO] loader constraint violation: loader (instance of
org/codehaus/classworlds
/RealmClassLoader) previously initiated loading for a different type with
name "
org/codehaus/plexus/util/xml/XMLWriter"
[INFO]

[INFO] Trace
java.lang.LinkageError: loader constraint violation: loader (instance of
org/cod
ehaus/classworlds/RealmClassLoader) previously initiated loading for a
different
 type with name "org/codehaus/plexus/util/xml/XMLWriter"
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
4)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at
org.codehaus.classworlds.RealmClassLoader.loadClassDirect(RealmClassL
oader.java:195)
at
org.codehaus.classworlds.DefaultClassRealm.loadClass(DefaultClassReal
m.java:255)
at
org.codehaus.classworlds.RealmClassLoader.loadClass(RealmClassLoader.
java:214)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
at
org.apache.felix.ipojo.junit4osgi.plugin.XMLReport.generateReport(XML
Report.java:194)
at
org.apache.felix.ipojo.junit4osgi.plugin.Junit4osgiPlugin.executeTest
(Junit4osgiPlugin.java:573)
at
org.apache.felix.ipojo.junit4osgi.plugin.Junit4osgiPlugin.invokeRun(J
unit4osgiPlugin.java:447)
at
org.apache.felix.ipojo.junit4osgi.plugin.Junit4osgiPlugin.execute(Jun
it4osgiPlugin.java:253)
at
org.a

Re: [Carbon-dev] BPEL component broken

2010-10-01 Thread Waruna Ranasinghe
On Sat, Oct 2, 2010 at 5:34 AM, Denis Weerasiri  wrote:

> Hi,
> Getting a build failure in bpel component in trunk(Revision: 74768).

You need to update  org.wso2.carbon.application.deployer in Carbon Core

Thanks,
Waruna

>
>
> [INFO]
> 
> [ERROR] BUILD FAILURE
> [INFO]
> 
> [INFO] Compilation failure
> /opt/installations/wso2/trunk/carbon/components/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/ode/integration/store/TenantProcessStoreImpl.java:[514,24]
> attachArtifactToOwnerApp(org.wso2.carbon.application.deployer.service.ApplicationManagerService,java.lang.String,java.lang.String,java.lang.String)
> in org.wso2.carbon.application.deployer.AppDeployerUtils cannot be applied
> to (java.lang.String,java.lang.String,java.lang.String,int)
>
>
>
> On Fri, Oct 1, 2010 at 9:36 AM, Waruna Ranasinghe  wrote:
>
>> Fixed.
>>
>> On Fri, Oct 1, 2010 at 6:31 AM, Samisa Abeysinghe wrote:
>>
>>> [INFO] [build-helper:add-source {execution: add-source}]
>>> [INFO] Source directory:
>>> /home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/target/generated-code/src
>>> added.
>>> [INFO] [resources:resources]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 52 resources
>>> [INFO] [antrun:run {execution: source-code-generation}]
>>> [INFO] Executing tasks
>>> [java] Retrieving document at
>>> 'src/main/resources/wsdls/BPELUploader.wsdl'.
>>> [java] Exception in thread "main"
>>> org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL
>>> [java] at
>>> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerationEngine.java:161)
>>> [java] at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
>>> [java] at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
>>> [java] Caused by: javax.wsdl.WSDLException: WSDLException:
>>> faultCode=OTHER_ERROR: Unable to resolve imported document at
>>> 'src/main/resources/wsdls/BPELUploader.wsdl'.:
>>> java.io.FileNotFoundException: This file was not found:
>>> file:/home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/resources/wsdls/BPELUploader.wsdl
>>> [java] at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown
>>> Source)
>>> [java] at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown
>>> Source)
>>> [java] at
>>> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.readInTheWSDLFile(CodeGenerationEngine.java:303)
>>> [java] at
>>> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerationEngine.java:116)
>>> [java] ... 2 more
>>> [java] Caused by: java.io.FileNotFoundException: This file was not
>>> found:
>>> file:/home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/resources/wsdls/BPELUploader.wsdl
>>> [java] at
>>> com.ibm.wsdl.util.StringUtils.getContentAsInputStream(Unknown Source)
>>> [java] ... 6 more
>>> [java] Java Result: 1
>>> [java] Retrieving document at
>>> 'src/main/resources/wsdls/process_mgt.wsdl'.
>>> [java] Retrieving schema at 'bps_management.xsd', relative to
>>> 'file:/home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/resources/wsdls/process_mgt.wsdl'.
>>> [java] Retrieving document at
>>> 'src/main/resources/wsdls/instance_mgt.wsdl'.
>>> [java] Retrieving schema at 'bps_management.xsd', relative to
>>> 'file:/home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/resources/wsdls/instance_mgt.wsdl'.
>>> [INFO] Executed tasks
>>> [INFO] [compiler:compile]
>>> [INFO] Compiling 110 source files to
>>> /home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/target/classes
>>> [INFO]
>>> 
>>> [ERROR] BUILD FAILURE
>>> [INFO]
>>> 
>>> [INFO] Compilation failure
>>>
>>> /home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/java/org/wso2/carbon/bpel/ui/fileupload/BPELUploaderClient.java:[24,43]
>>> package org.wso2.carbon.bpel.upload.ui.types does not exist
>>>
>>> /home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/java/org/wso2/carbon/bpel/ui/fileupload/BPELUploaderClient.java:[25,37]
>>> package org.wso2.carbon.bpel.upload.ui does not exist
>>>
>>> /home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/java/org/wso2/carbon/bpel/ui/fileupload/BPELUploaderClient.java:[33,17]
>>> cannot find symbol
>>> symbol  : class UploadedFileItem
>>> location: class org.wso2.carbon.bpel.ui.fileupload.BPELUploaderClient
>>>
>>> /home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/java/org/wso2/carbon/bpel/ui/fileupload/BPELUploaderClient.java:[34,12]
>>> cannot fi

Re: [Carbon-dev] BPEL component broken

2010-10-01 Thread Denis Weerasiri
Hi,
Getting a build failure in bpel component in trunk(Revision: 74768).

[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure
/opt/installations/wso2/trunk/carbon/components/bpel/org.wso2.carbon.bpel/src/main/java/org/wso2/carbon/bpel/ode/integration/store/TenantProcessStoreImpl.java:[514,24]
attachArtifactToOwnerApp(org.wso2.carbon.application.deployer.service.ApplicationManagerService,java.lang.String,java.lang.String,java.lang.String)
in org.wso2.carbon.application.deployer.AppDeployerUtils cannot be applied
to (java.lang.String,java.lang.String,java.lang.String,int)


On Fri, Oct 1, 2010 at 9:36 AM, Waruna Ranasinghe  wrote:

> Fixed.
>
> On Fri, Oct 1, 2010 at 6:31 AM, Samisa Abeysinghe  wrote:
>
>> [INFO] [build-helper:add-source {execution: add-source}]
>> [INFO] Source directory:
>> /home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/target/generated-code/src
>> added.
>> [INFO] [resources:resources]
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 52 resources
>> [INFO] [antrun:run {execution: source-code-generation}]
>> [INFO] Executing tasks
>> [java] Retrieving document at
>> 'src/main/resources/wsdls/BPELUploader.wsdl'.
>> [java] Exception in thread "main"
>> org.apache.axis2.wsdl.codegen.CodeGenerationException: Error parsing WSDL
>> [java] at
>> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerationEngine.java:161)
>> [java] at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
>> [java] at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
>> [java] Caused by: javax.wsdl.WSDLException: WSDLException:
>> faultCode=OTHER_ERROR: Unable to resolve imported document at
>> 'src/main/resources/wsdls/BPELUploader.wsdl'.:
>> java.io.FileNotFoundException: This file was not found:
>> file:/home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/resources/wsdls/BPELUploader.wsdl
>> [java] at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
>> [java] at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source)
>> [java] at
>> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.readInTheWSDLFile(CodeGenerationEngine.java:303)
>> [java] at
>> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerationEngine.java:116)
>> [java] ... 2 more
>> [java] Caused by: java.io.FileNotFoundException: This file was not
>> found:
>> file:/home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/resources/wsdls/BPELUploader.wsdl
>> [java] at
>> com.ibm.wsdl.util.StringUtils.getContentAsInputStream(Unknown Source)
>> [java] ... 6 more
>> [java] Java Result: 1
>> [java] Retrieving document at
>> 'src/main/resources/wsdls/process_mgt.wsdl'.
>> [java] Retrieving schema at 'bps_management.xsd', relative to
>> 'file:/home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/resources/wsdls/process_mgt.wsdl'.
>> [java] Retrieving document at
>> 'src/main/resources/wsdls/instance_mgt.wsdl'.
>> [java] Retrieving schema at 'bps_management.xsd', relative to
>> 'file:/home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/resources/wsdls/instance_mgt.wsdl'.
>> [INFO] Executed tasks
>> [INFO] [compiler:compile]
>> [INFO] Compiling 110 source files to
>> /home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/target/classes
>> [INFO]
>> 
>> [ERROR] BUILD FAILURE
>> [INFO]
>> 
>> [INFO] Compilation failure
>>
>> /home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/java/org/wso2/carbon/bpel/ui/fileupload/BPELUploaderClient.java:[24,43]
>> package org.wso2.carbon.bpel.upload.ui.types does not exist
>>
>> /home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/java/org/wso2/carbon/bpel/ui/fileupload/BPELUploaderClient.java:[25,37]
>> package org.wso2.carbon.bpel.upload.ui does not exist
>>
>> /home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/java/org/wso2/carbon/bpel/ui/fileupload/BPELUploaderClient.java:[33,17]
>> cannot find symbol
>> symbol  : class UploadedFileItem
>> location: class org.wso2.carbon.bpel.ui.fileupload.BPELUploaderClient
>>
>> /home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/java/org/wso2/carbon/bpel/ui/fileupload/BPELUploaderClient.java:[34,12]
>> cannot find symbol
>> symbol  : class BPELUploaderStub
>> location: class org.wso2.carbon.bpel.ui.fileupload.BPELUploaderClient
>>
>> /home/stratos/build/carbon/components/bpel/org.wso2.carbon.bpel.new.ui/src/main/java/org/wso2/carbon/bpel/ui/fileupload/BPELUploaderCli

Re: [Carbon-dev] Exception while running stratos ESB

2010-10-01 Thread Senaka Fernando
Need to check with the other Stratos services. Please also double check
whether you have a "cache.xml", in the Stratos ESB distribution.

Thanks,
Senaka.

On Fri, Oct 1, 2010 at 2:03 PM, Supun Kamburugamuva  wrote:

> I'm getting the following exception while running the stratos ESB. Any
> idea?
>
> org.infinispan.config.ConfigurationException: Unable to instantiate
> class org.infinispan.eviction.EvictionManagerImpl
>at org.infinispan.util.Util.loadClass(Util.java:64)
>at
> org.infinispan.factories.EmptyConstructorNamedCacheFactory.construct(EmptyConstructorNamedCacheFactory.java:60)
>at
> org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:306)
>at
> org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:244)
>at
> org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:803)
>at
> org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:219)
>at
> org.infinispan.factories.ComponentRegistry.registerComponent(ComponentRegistry.java:118)
>at
> org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:186)
>at
> org.infinispan.factories.InternalCacheFactory.bootstrap(InternalCacheFactory.java:90)
>at
> org.infinispan.factories.InternalCacheFactory.createAndWire(InternalCacheFactory.java:77)
>at
> org.infinispan.factories.InternalCacheFactory.createCache(InternalCacheFactory.java:58)
>at
> org.infinispan.manager.DefaultCacheManager.createCache(DefaultCacheManager.java:442)
>at
> org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:408)
>at
> org.wso2.carbon.caching.infinispan.InfinispanCacheManager.getCache(InfinispanCacheManager.java:150)
>at
> org.wso2.carbon.utils.multitenancy.CarbonContextHolder$MultitenantCarbonCacheManager.getCache(CarbonContextHolder.java:642)
>at
> org.wso2.carbon.registry.core.caching.PathCache.(PathCache.java:47)
>at
> org.wso2.carbon.registry.core.caching.PathCache.getPathCache(PathCache.java:57)
>at
> org.wso2.carbon.registry.core.jdbc.dao.JDBCPathCache.getPathCache(JDBCPathCache.java:52)
>at
> org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.getResourceID(JDBCResourceDAO.java:56)
>at
> org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.resourceExists(JDBCResourceDAO.java:140)
>at
> org.wso2.carbon.registry.core.jdbc.Repository.resourceExists(Repository.java:157)
>at
> org.wso2.carbon.registry.core.jdbc.EmbeddedRegistry.resourceExists(EmbeddedRegistry.java:513)
>at
> org.wso2.carbon.registry.core.session.UserRegistry.resourceExists(UserRegistry.java:582)
>at
> org.wso2.carbon.core.persistence.ServiceGroupPersistenceManager.getServiceGroup(ServiceGroupPersistenceManager.java:60)
>at
> org.wso2.carbon.core.deployment.DeploymentInterceptor.serviceGroupUpdate(DeploymentInterceptor.java:121)
>at
> org.apache.axis2.engine.AxisConfiguration.notifyObservers(AxisConfiguration.java:674)
>at
> org.apache.axis2.engine.AxisConfiguration.addServiceGroup(AxisConfiguration.java:339)
>at
> org.apache.axis2.engine.AxisConfiguration.addService(AxisConfiguration.java:332)
>at
> org.apache.synapse.core.axis2.ProxyService.buildAxisService(ProxyService.java:552)
>at
> org.apache.synapse.Axis2SynapseController.deployProxyServices(Axis2SynapseController.java:658)
>at
> org.apache.synapse.Axis2SynapseController.createSynapseEnvironment(Axis2SynapseController.java:371)
>at org.apache.synapse.ServerManager.start(ServerManager.java:181)
>at
> org.wso2.carbon.mediation.initializer.multitenancy.TenantServiceBusInitializer.initESB(TenantServiceBusInitializer.java:300)
>at
> org.wso2.carbon.mediation.initializer.multitenancy.TenantServiceBusInitializer.createdConfigurationContext(TenantServiceBusInitializer.java:116)
>at
> org.wso2.carbon.core.multitenancy.utils.TenantAxisUtils.createTenantConfigurationContext(TenantAxisUtils.java:292)
>at
> org.wso2.carbon.core.multitenancy.utils.TenantAxisUtils.getTenantConfigurationContext(TenantAxisUtils.java:98)
>at
> org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.receive(MultitenantMessageReceiver.java:87)
>at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:178)
>at
> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:173)
>at
> org.apache.synapse.transport.nhttp.ServerWorker.processEntityEnclosingMethod(ServerWorker.java:408)
>at
> org.apache.synapse.transport.nhttp.ServerWorker.run(ServerWorker.java:259)
>at
> org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:58)
>

Re: [Carbon-dev] We have latest packs available Fwd: WSO2 Stratos Nightly Build was SUCCESSFUL

2010-10-01 Thread Samisa Abeysinghe
:D Sorry for the subject typo earlier ;)

On Fri, Oct 1, 2010 at 7:45 PM, Samisa Abeysinghe  wrote:

> Use these for private cloud deployment and testing...
>
> Samisa...
>
>
> [INFO]
> [INFO]
> 
> [INFO] Reactor Summary:
> [INFO]
> 
> [INFO] WSO2 Stratos MS ... SUCCESS
> [3.193s]
> [INFO] WSO2 Stratos MS - Login User Interface  SUCCESS
> [16.889s]
> [INFO] WSO2 Stratos MS - Dashboard UI  SUCCESS
> [4.473s]
> [INFO] WSO2 Stratos MS - Deployment .. SUCCESS
> [7.077s]
> [INFO] WSO2 Stratos MS - Sample Installer  SUCCESS
> [6.092s]
> [INFO] WSO2 Stratos MS - UI styles ... SUCCESS
> [6.544s]
> [INFO] WSO2 Stratos MS - Features Aggregator Module .. SUCCESS
> [0.090s]
> [INFO] WSO2 Stratos MS - Style Features .. SUCCESS
> [0.441s]
> [INFO] WSO2 Stratos MS - Deployment Features . SUCCESS
> [0.197s]
> [INFO] WSO2 Stratos MS - Dashboard UI Features ... SUCCESS
> [0.198s]
> [INFO] WSO2 Stratos MS - Sample Installer UI Features  SUCCESS
> [0.158s]
> [INFO] WSO2 Stratos MS - Deployment Features . SUCCESS
> [0.181s]
> [INFO] WSO2 Stratos MS - Profile Generation .. SUCCESS
> [1:49.990s]
> [INFO] WSO2 Stratos MS - Distribution  SUCCESS
> [1:06.316s]
> [INFO]
> 
> [INFO]
> 
> [INFO] BUILD SUCCESSFUL
> [INFO]
> 
> [INFO] Total time: 3 minutes 45 seconds
> [INFO] Finished at: Fri Oct 01 10:53:36 UTC 2010
> [INFO] Final Memory: 176M/1280M
> [INFO]
> 
> -rw-r--r-- 1 stratos stratos   4739267 Oct  1 10:08
>
> ./appserver/modules/distribution/target/wso2stratos-as-1.0.0-SNAPSHOT-docs.zip
> -rw-r--r-- 1 stratos stratos 125739553 Oct  1 10:08
> ./appserver/modules/distribution/target/wso2stratos-as-1.0.0-SNAPSHOT.zip
> -rw-r--r-- 1 stratos stratos   4721031 Oct  1 10:14
> ./bam/modules/distribution/target/wso2cloud-bam-1.0.0-SNAPSHOT-docs.zip
> -rw-r--r-- 1 stratos stratos 153922887 Oct  1 10:14
> ./bam/modules/distribution/target/wso2cloud-bam-1.0.0-SNAPSHOT.zip
> -rw-r--r-- 1 stratos stratos   3439784 Sep 19 11:25
> ./bps/modules/distribution/target/wso2stratos-bps-1.0.0-SNAPSHOT-docs.zip
> -rw-r--r-- 1 stratos stratos   6388492 Sep 19 11:25
> ./bps/modules/distribution/target/wso2stratos-bps-1.0.0-SNAPSHOT-src.zip
> -rw-r--r-- 1 stratos stratos 130493213 Sep 19 11:25
> ./bps/modules/distribution/target/wso2stratos-bps-1.0.0-SNAPSHOT.zip
> -rw-r--r-- 1 stratos stratos   5183433 Oct  1 10:21
> ./brs/modules/distribution/target/wso2stratos-brs-1.0.0-SNAPSHOT-docs.zip
> -rw-r--r-- 1 stratos stratos 104260402 Oct  1 10:21
> ./brs/modules/distribution/target/wso2stratos-brs-1.0.0-SNAPSHOT.zip
> -rw-r--r-- 1 stratos stratos   9621256 Oct  1 10:33
> ./esb/modules/distribution/target/wso2stratos-esb-1.0.0-SNAPSHOT-docs.zip
> -rw-r--r-- 1 stratos stratos 145182237 Oct  1 10:33
> ./esb/modules/distribution/target/wso2stratos-esb-1.0.0-SNAPSHOT.zip
> -rw-r--r-- 1 stratos stratos 126651859 Oct  1 10:38
>
> ./governance/modules/distribution/target/wso2cloud-governance-1.0.0-SNAPSHOT.zip
> -rw-r--r-- 1 stratos stratos   4393078 Oct  1 10:43
> ./gsaas/modules/distribution/target/wso2gsaas-1.0.0-SNAPSHOT-docs.zip
> -rw-r--r-- 1 stratos stratos   6267345 Oct  1 10:43
> ./gsaas/modules/distribution/target/wso2gsaas-1.0.0-SNAPSHOT-src.zip
> -rw-r--r-- 1 stratos stratos 132758886 Oct  1 10:43
> ./gsaas/modules/distribution/target/wso2gsaas-1.0.0-SNAPSHOT.zip
> -rw-r--r-- 1 stratos stratos   3806055 Oct  1 10:49
> ./identity/modules/distribution/target/wso2cloud-is-1.0.0-SNAPSHOT-docs.zip
> -rw-r--r-- 1 stratos stratos   5517720 Oct  1 10:49
> ./identity/modules/distribution/target/wso2cloud-is-1.0.0-SNAPSHOT-src.zip
> -rw-r--r-- 1 stratos stratos 102821973 Oct  1 10:49
> ./identity/modules/distribution/target/wso2cloud-is-1.0.0-SNAPSHOT.zip
> -rw-r--r-- 1 stratos stratos 102420825 Oct  1 09:50
>
> ./manager/modules/distribution/target/wso2stratos-manager-1.0.0-SNAPSHOT.zip
> -rw-r--r-- 1 stratos stratos 105304761 Oct  1 10:53
> ./ms/modules/distribution/target/wso2stratos-ms-1.0.0-SNAPSHOT.zip
> date '+%Y-%m-%d_%H-%M-%S'
> 2010-10-01_10-55-24
>
> set +v
>
Thanks,
Samisa...

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


[Carbon-dev] We have katest oacks available Fwd: WSO2 Stratos Nightly Build was SUCCESSFUL

2010-10-01 Thread Samisa Abeysinghe
Use these for private cloud deployment and testing...

Samisa...


[INFO]
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] WSO2 Stratos MS ... SUCCESS [3.193s]
[INFO] WSO2 Stratos MS - Login User Interface  SUCCESS [16.889s]
[INFO] WSO2 Stratos MS - Dashboard UI  SUCCESS [4.473s]
[INFO] WSO2 Stratos MS - Deployment .. SUCCESS [7.077s]
[INFO] WSO2 Stratos MS - Sample Installer  SUCCESS [6.092s]
[INFO] WSO2 Stratos MS - UI styles ... SUCCESS [6.544s]
[INFO] WSO2 Stratos MS - Features Aggregator Module .. SUCCESS [0.090s]
[INFO] WSO2 Stratos MS - Style Features .. SUCCESS [0.441s]
[INFO] WSO2 Stratos MS - Deployment Features . SUCCESS [0.197s]
[INFO] WSO2 Stratos MS - Dashboard UI Features ... SUCCESS [0.198s]
[INFO] WSO2 Stratos MS - Sample Installer UI Features  SUCCESS [0.158s]
[INFO] WSO2 Stratos MS - Deployment Features . SUCCESS [0.181s]
[INFO] WSO2 Stratos MS - Profile Generation .. SUCCESS
[1:49.990s]
[INFO] WSO2 Stratos MS - Distribution  SUCCESS
[1:06.316s]
[INFO] 
[INFO] 
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 3 minutes 45 seconds
[INFO] Finished at: Fri Oct 01 10:53:36 UTC 2010
[INFO] Final Memory: 176M/1280M
[INFO] 
-rw-r--r-- 1 stratos stratos   4739267 Oct  1 10:08
./appserver/modules/distribution/target/wso2stratos-as-1.0.0-SNAPSHOT-docs.zip
-rw-r--r-- 1 stratos stratos 125739553 Oct  1 10:08
./appserver/modules/distribution/target/wso2stratos-as-1.0.0-SNAPSHOT.zip
-rw-r--r-- 1 stratos stratos   4721031 Oct  1 10:14
./bam/modules/distribution/target/wso2cloud-bam-1.0.0-SNAPSHOT-docs.zip
-rw-r--r-- 1 stratos stratos 153922887 Oct  1 10:14
./bam/modules/distribution/target/wso2cloud-bam-1.0.0-SNAPSHOT.zip
-rw-r--r-- 1 stratos stratos   3439784 Sep 19 11:25
./bps/modules/distribution/target/wso2stratos-bps-1.0.0-SNAPSHOT-docs.zip
-rw-r--r-- 1 stratos stratos   6388492 Sep 19 11:25
./bps/modules/distribution/target/wso2stratos-bps-1.0.0-SNAPSHOT-src.zip
-rw-r--r-- 1 stratos stratos 130493213 Sep 19 11:25
./bps/modules/distribution/target/wso2stratos-bps-1.0.0-SNAPSHOT.zip
-rw-r--r-- 1 stratos stratos   5183433 Oct  1 10:21
./brs/modules/distribution/target/wso2stratos-brs-1.0.0-SNAPSHOT-docs.zip
-rw-r--r-- 1 stratos stratos 104260402 Oct  1 10:21
./brs/modules/distribution/target/wso2stratos-brs-1.0.0-SNAPSHOT.zip
-rw-r--r-- 1 stratos stratos   9621256 Oct  1 10:33
./esb/modules/distribution/target/wso2stratos-esb-1.0.0-SNAPSHOT-docs.zip
-rw-r--r-- 1 stratos stratos 145182237 Oct  1 10:33
./esb/modules/distribution/target/wso2stratos-esb-1.0.0-SNAPSHOT.zip
-rw-r--r-- 1 stratos stratos 126651859 Oct  1 10:38
./governance/modules/distribution/target/wso2cloud-governance-1.0.0-SNAPSHOT.zip
-rw-r--r-- 1 stratos stratos   4393078 Oct  1 10:43
./gsaas/modules/distribution/target/wso2gsaas-1.0.0-SNAPSHOT-docs.zip
-rw-r--r-- 1 stratos stratos   6267345 Oct  1 10:43
./gsaas/modules/distribution/target/wso2gsaas-1.0.0-SNAPSHOT-src.zip
-rw-r--r-- 1 stratos stratos 132758886 Oct  1 10:43
./gsaas/modules/distribution/target/wso2gsaas-1.0.0-SNAPSHOT.zip
-rw-r--r-- 1 stratos stratos   3806055 Oct  1 10:49
./identity/modules/distribution/target/wso2cloud-is-1.0.0-SNAPSHOT-docs.zip
-rw-r--r-- 1 stratos stratos   5517720 Oct  1 10:49
./identity/modules/distribution/target/wso2cloud-is-1.0.0-SNAPSHOT-src.zip
-rw-r--r-- 1 stratos stratos 102821973 Oct  1 10:49
./identity/modules/distribution/target/wso2cloud-is-1.0.0-SNAPSHOT.zip
-rw-r--r-- 1 stratos stratos 102420825 Oct  1 09:50
./manager/modules/distribution/target/wso2stratos-manager-1.0.0-SNAPSHOT.zip
-rw-r--r-- 1 stratos stratos 105304761 Oct  1 10:53
./ms/modules/distribution/target/wso2stratos-ms-1.0.0-SNAPSHOT.zip
date '+%Y-%m-%d_%H-%M-%S'
2010-10-01_10-55-24

set +v

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


[Carbon-dev] No doc site for carbon

2010-10-01 Thread Pradeep Fernando
Hi devs,
As pointed out in the CARBON-3412 Jira[1], there is no doc link for
wso2 carbon console. Currently there is an small doc in the
core/components. As per discussion with Isuru (offline), we first have
to come up with a document framework & a landing page content. I'm
going to look in to this issue.
Please give your feedbacks & suggestions.

cheers
-Pradeep


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

-- 
Pradeep Fernando
Software Engineer
WSO2 Inc; http://wso2.com/

blog: http://pradeepfernando.blogspot.com/
m: +94776603662

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


Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-10-01 Thread Shariq
On Fri, Oct 1, 2010 at 12:44 PM, Srinath Perera  wrote:

> Hi Shariq,
>
> There are some carbon components to do uploads to server etc. Please
> reuse components/ code when possible.
>
OK, will do.

Thanks,
Shariq.

>
> Thanks
> Srinath
>
> On Fri, Oct 1, 2010 at 12:27 PM, Afkham Azeez  wrote:
> >
> >
> >
> >
> > On Fri, Oct 1, 2010 at 11:24 AM, Ruwan Linton  wrote:
> >>
> >> What I am saying is we have a similar requirement in ESB to upload task
> >> jar files, mediator jar files and so forth and those could be
> implemented as
> >> repomanager.synapse providing the consistency.
> >>
> > Yes +1
> >
> >>
> >> Of course +1 for the axis2 repo manager :-)
> >>
> >> Ruwan
> >>
> >> On 10/1/10 11:14 AM, Afkham Azeez wrote:
> >>
> >> The first version of this component will only be handling uploading JARs
> >> to the lib directories at different levels of the Axis2 repo since we do
> not
> >> have any other way to do this. We will still continue to have the
> >> AAR/JAXWS/SpringService/DS etc. upload stuff, though those are also part
> of
> >> repo mgt. In a future version, we may provide an option add other
> deployment
> >> artifacts in a context sensitive manner.
> >> Azeez
> >>
> >>
> >>
> >> On Fri, Oct 1, 2010 at 11:02 AM, Ruwan Linton  wrote:
> >>>
> >>> +1, for repomanager.axis2 we might have a repomanager.synapse in the
> >>> future.
> >>>
> >>> Well, isn't the task and mediator upload belongs to repomanager.synapse
> >>> by going with the definition of axis2 repo manager.
> >>>
> >>> Ruwan
> >>>
> >>> On 10/1/10 10:44 AM, Afkham Azeez wrote:
> >>>
> >>>
> >>>
> >>> On Fri, Oct 1, 2010 at 10:28 AM, Shariq  wrote:
> 
>  Yes. We decided on repomanager.axis2 since we can add more repository
>  managers in the future.
>  But do we have to alter the component name as well cause currently it
>  says Axis2 Repository Management ?
> >>>
> >>> No. Let's leave it as it is.
> >>>
> 
>  Thanks,
>  Shariq.
>  On Fri, Oct 1, 2010 at 10:21 AM, Afkham Azeez  wrote:
> >
> > No. I suggested repomanager.axis2 since in the future, we may
> introduce
> > components for managing other repos. So, repomanager.carbon may be
> one of
> > the future components.
> > Azeez
> >
> >
> >
> > On Fri, Oct 1, 2010 at 10:17 AM, Isuru Suriarachchi 
> > wrote:
> >>
> >>
> >> On Fri, Oct 1, 2010 at 10:12 AM, Afkham Azeez 
> wrote:
> >>>
> >>>
> >>>
> >>>
> >>> On Fri, Oct 1, 2010 at 10:04 AM, Shariq  wrote:
> 
>  Hi,
>  At present, I am working on developing a Carbon Component to
> manage
>  the Axis2 Repository.
>  The purpose of this component is to provide the capability to add
>  common jars, libs etc. to the /lib directory via the Management
> Console.
>  Currently I am using following names and package structure.
>  Component name - Axis2 Repository Management
>  Top level package - axis2-repo-mgt
>  BE hierarchy - org.wso2.carbon.repomanager
>  FE hierarchy - org.wso2.carbon.repomanager.ui
> >>>
> >>> This should be  org.wso2.carbon.repomanager.axis2
> >>> & org.wso2.carbon.repomanager.axis2.ui
> >>
> >> +1 for including "axis2" here. But should it be
> >> org.wso2.carbon.axis2.repomanager?
> >>
> >> Thanks,
> >> ~Isuru
> >>
> 
>  Service - Axis2RepoManager
>  If any modification are required to any names or package structure
>  please let me know.
>  Thank you,
>  Shariq.
>  ___
>  Carbon-dev mailing list
>  Carbon-dev@wso2.org
>  https://mail.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/
> >>> 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://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
> >>>
> >>
> >>
> >>
> >> --
> >> Isuru Suriarachchi
> >> Technical Lead & Product Manager, WSO2 Web Services 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://mail.wso2.org/cgi-bin/mailman/listinfo/

Re: [Carbon-dev] Shared configuration registry with ESB

2010-10-01 Thread Hodchenkov, Paul
Please help to solve this problem :)
I have no idea why esb node (where config registry mount as read-only) does not 
load proxy configuration from registry, but continue to use synapse-config from 
file system.
Thx.

From: Hodchenkov, Paul
Sent: Thursday, September 30, 2010 9:44 AM
To: carbon-dev
Subject: Shared configuration registry with ESB

Hi!
I posted my question to Governance Registry forum but have no reply.  So I will 
ask here.
I have 2 esb nodes and GREG. I was able to share governanceRegistry and 
configRegistry. ESB slave node shows that _system/config contains proxies which 
were published to config registry by esb master node. But esb slave node does 
not deploy this proxies and continues to use synapse configuration from 
conf/synapse-config . I want slave node to deploy synapse configuration from 
_system/config registry which was populated by esb master node.

Any help would be appreciated.


Here is registry.xml for esb slave node:




wso2registry
false
/


jdbc:h2:repository/database/WSO2CARBON_DB
wso2carbon
wso2carbon
org.h2.Driver
50
6
5



jdbc:mysql://proj-srv-comp/reg
root
root
com.mysql.jdbc.Driver
50
6
5


https://localhost:9443/registry";>
governanceRegistryInstance
governanceRegistry
false
/



governanceRegistryInstance
/_system/governance



jdbc:mysql://proj-srv-comp/reg
root
root
com.mysql.jdbc.Driver
50
6
5


https://localhost:9443/registry";>
configRegistryInstance
configRegistry
true
/



configRegistryInstance
/_system/nodes


true


true
true
true
true



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


Re: [Carbon-dev] Breadcrumb exception

2010-10-01 Thread Afkham Azeez
This is the code which causes the NPE

String path = (String)
request.getAttribute("javax.servlet.include.request_uri");

// now path contains value similar to following. eg: path =
 // /carbon/userstore/index.jsp
// Find last occurance of "carbon". This is the starting of web app context.
 int carbonLocation = path.lastIndexOf("carbon");

The path is null. You must check why this is happening in your UI component.
More specifically, why
 request.getAttribute("javax.servlet.include.request_uri") is returning
null.

Azeez



On Fri, Oct 1, 2010 at 2:36 PM, Supun Kamburugamuva  wrote:

> I'm getting the following error while acceding mediation statistics
> UI. It is coming from Breadcrumb.
>
> [2010-10-01 14:34:53,332] ERROR - [bridgeservlet] Servlet.service()
> for servlet bridgeservlet threw exception
> java.lang.NullPointerException
>at
> org.wso2.carbon.ui.taglibs.Breadcrumb.doEndTag(Breadcrumb.java:140)
>at
> org.apache.jsp.mediationstats.main_005fgraphs_005fajaxprocessor_jsp._jspService(main_005fgraphs_005fajaxprocessor_jsp.java:127)
>at
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>at
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
>at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
>at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:121)
>at
> org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80)
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>at
> org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:36)
>at
> org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
>at
> org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
>at
> org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>at
> org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:152)
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
>at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>at
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:691)
>at
> org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
>at
> org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
>at
> org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
>at
> org.eclipse.equinox.http.servlet.internal.RequestDispatcherAdaptor.forward(RequestDispatcherAdaptor.java:30)
>at
> org.wso2.stratos.redirector.servlet.ui.filters.AllPagesFilter.doFilter(AllPagesFilter.java:145)
>at
> org.eclipse.equinox.http.helper.FilterServletAdaptor.service(FilterServletAdaptor.java:37)
>at
> org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
>at
> org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
>at
> org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>at
> org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:152)
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
>at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
>at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
>at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
>at
> org.wso2.carbon.server.TomcatServer$1.invoke(TomcatServer.java:247)
>at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
>at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
>at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
>at
> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandl

Re: [Carbon-dev] [Stratos-dev] Carbon 3.1.0 and Stratos 1.0.0 branches

2010-10-01 Thread Isuru Suriarachchi
On Fri, Oct 1, 2010 at 2:53 PM, Ruwan Linton  wrote:

>  On 10/1/10 2:20 PM, Isuru Suriarachchi wrote:
>
>
>
> On Fri, Oct 1, 2010 at 2:02 PM, Samisa Abeysinghe  wrote:
>
>> Now, where should we commit the stuff to?
>>
>
> If you are working on any apache projects (axis2, axiom, synapse etc..) you
> have to commit to both apache trunk and our internal branch. Other than
> that, everything else should go into Carbon trunk. As we discussed in the
> meeting, Carbon trunk is not branched off yet. This branch has externals to
> trunk for the time being. Once we fix those 600+ Carbon issues, we'll be
> branching Carbon as well.
>
> Does stratos 1.0.0 branch have all the externals?
>

Yes. It has all externals..

Thanks,
~Isuru


> if so I would say all of us take a copy of that and work on that. So when
> ever we change the external we get notified. :-) with an error in updating,
> but it will keep you on the correct place.
>
> Ruwan
>
>
> Thanks,
> ~Isuru
>
>
>>
>> Samisa...
>>
>> On Friday, October 1, 2010, Isuru Suriarachchi  wrote:
>> > Hi all,
>> >
>> > I've created Carbon 3.1.0 [1] and Stratos 1.0.0 [2] branches. Internal
>> branches for apache dependencies can be found at [3]. I've not given wso2
>> versions for those dependencies yet. Product teams should update the
>> versions in relevant projects. And also update all references to these new
>> versions. I will be fixing Axis2 and Axiom versions to start with.
>> >
>> > Thanks,
>> > ~Isuru
>> >
>> > [1] https://svn.wso2.org/repos/wso2/branches/carbon/3.1.0/
>> > [2] https://svn.wso2.org/repos/wso2/branches/stratos/1.0.0/
>> > [3] https://svn.wso2.org/repos/wso2/branches/carbon/3.1.0/dependencies/
>> > --
>> > Isuru Suriarachchi
>>  > Technical Lead & Product Manager, WSO2 Web Services Application
>> ServerWSO2 Inc. http://wso2.com
>> > email : is...@wso2.comblog : http://isurues.wordpress.com/
>> > lean . enterprise . middleware
>> >
>> >
>>
>
>
>
> --
> Isuru Suriarachchi
> Technical Lead & Product Manager, WSO2 Web Services Application Server
> WSO2 Inc. http://wso2.com
> email : is...@wso2.com
> blog : http://isurues.wordpress.com/
>
> lean . enterprise . middleware
>
>
> ___
> Stratos-dev mailing 
> liststratos-...@wso2.orghttps://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
>
>
>
> --
> Ruwan Linton
> Software Architect & Product Manager, WSO2 ESB; http://wso2.org/esb
>
> WSO2 Inc.; http://wso2.com
>
>
> Lean . Enterprise . Middleware
>
> phone: +1 408 754 7388 ext 51789
> email: ru...@wso2.com; cell: +94 77 341 3097
> blog: http://blog.ruwan.org
> linkedin: http://www.linkedin.com/in/ruwanlinton
> tweet: http://twitter.com/ruwanlinton
>
>


-- 
Isuru Suriarachchi
Technical Lead & Product Manager, WSO2 Web Services 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://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Stratos-dev] Carbon 3.1.0 and Stratos 1.0.0 branches

2010-10-01 Thread Ruwan Linton

 On 10/1/10 2:20 PM, Isuru Suriarachchi wrote:



On Fri, Oct 1, 2010 at 2:02 PM, Samisa Abeysinghe > wrote:


Now, where should we commit the stuff to?


If you are working on any apache projects (axis2, axiom, synapse 
etc..) you have to commit to both apache trunk and our internal 
branch. Other than that, everything else should go into Carbon trunk. 
As we discussed in the meeting, Carbon trunk is not branched off yet. 
This branch has externals to trunk for the time being. Once we fix 
those 600+ Carbon issues, we'll be branching Carbon as well.
Does stratos 1.0.0 branch have all the externals? if so I would say all 
of us take a copy of that and work on that. So when ever we change the 
external we get notified. :-) with an error in updating, but it will 
keep you on the correct place.


Ruwan


Thanks,
~Isuru


Samisa...

On Friday, October 1, 2010, Isuru Suriarachchi mailto:is...@wso2.com>> wrote:
> Hi all,
>
> I've created Carbon 3.1.0 [1] and Stratos 1.0.0 [2] branches.
Internal branches for apache dependencies can be found at [3].
I've not given wso2 versions for those dependencies yet. Product
teams should update the versions in relevant projects. And also
update all references to these new versions. I will be fixing
Axis2 and Axiom versions to start with.
>
> Thanks,
> ~Isuru
>
> [1] https://svn.wso2.org/repos/wso2/branches/carbon/3.1.0/
> [2] https://svn.wso2.org/repos/wso2/branches/stratos/1.0.0/
> [3]
https://svn.wso2.org/repos/wso2/branches/carbon/3.1.0/dependencies/
> --
> Isuru Suriarachchi
> Technical Lead & Product Manager, WSO2 Web Services Application
ServerWSO2 Inc. http://wso2.com
> email : is...@wso2.comblog : http://isurues.wordpress.com/
> lean . enterprise . middleware
>
>




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

lean . enterprise . middleware


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



--
Ruwan Linton
Software Architect&  Product Manager, WSO2 ESB; http://wso2.org/esb
WSO2 Inc.; http://wso2.com

Lean . Enterprise . Middleware

phone: +1 408 754 7388 ext 51789
email: ru...@wso2.com; cell: +94 77 341 3097
blog: http://blog.ruwan.org
linkedin: http://www.linkedin.com/in/ruwanlinton
tweet: http://twitter.com/ruwanlinton

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


[Carbon-dev] Breadcrumb exception

2010-10-01 Thread Supun Kamburugamuva
I'm getting the following error while acceding mediation statistics
UI. It is coming from Breadcrumb.

[2010-10-01 14:34:53,332] ERROR - [bridgeservlet] Servlet.service()
for servlet bridgeservlet threw exception
java.lang.NullPointerException
at org.wso2.carbon.ui.taglibs.Breadcrumb.doEndTag(Breadcrumb.java:140)
at 
org.apache.jsp.mediationstats.main_005fgraphs_005fajaxprocessor_jsp._jspService(main_005fgraphs_005fajaxprocessor_jsp.java:127)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:121)
at org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:36)
at 
org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at 
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at 
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:152)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:691)
at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
at 
org.eclipse.equinox.http.servlet.internal.RequestDispatcherAdaptor.forward(RequestDispatcherAdaptor.java:30)
at 
org.wso2.stratos.redirector.servlet.ui.filters.AllPagesFilter.doFilter(AllPagesFilter.java:145)
at 
org.eclipse.equinox.http.helper.FilterServletAdaptor.service(FilterServletAdaptor.java:37)
at 
org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at 
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at 
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:152)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.wso2.carbon.server.TomcatServer$1.invoke(TomcatServer.java:247)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at 
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Thread.java:619)


-- 
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://mail.wso2.org/cgi-bin/mailman/listinfo

Re: [Carbon-dev] [Stratos-dev] Carbon 3.1.0 and Stratos 1.0.0 branches

2010-10-01 Thread Isuru Suriarachchi
On Fri, Oct 1, 2010 at 2:02 PM, Samisa Abeysinghe  wrote:

> Now, where should we commit the stuff to?
>

If you are working on any apache projects (axis2, axiom, synapse etc..) you
have to commit to both apache trunk and our internal branch. Other than
that, everything else should go into Carbon trunk. As we discussed in the
meeting, Carbon trunk is not branched off yet. This branch has externals to
trunk for the time being. Once we fix those 600+ Carbon issues, we'll be
branching Carbon as well.

Thanks,
~Isuru


>
> Samisa...
>
> On Friday, October 1, 2010, Isuru Suriarachchi  wrote:
> > Hi all,
> >
> > I've created Carbon 3.1.0 [1] and Stratos 1.0.0 [2] branches. Internal
> branches for apache dependencies can be found at [3]. I've not given wso2
> versions for those dependencies yet. Product teams should update the
> versions in relevant projects. And also update all references to these new
> versions. I will be fixing Axis2 and Axiom versions to start with.
> >
> > Thanks,
> > ~Isuru
> >
> > [1] https://svn.wso2.org/repos/wso2/branches/carbon/3.1.0/
> > [2] https://svn.wso2.org/repos/wso2/branches/stratos/1.0.0/
> > [3] https://svn.wso2.org/repos/wso2/branches/carbon/3.1.0/dependencies/
> > --
> > Isuru Suriarachchi
> > Technical Lead & Product Manager, WSO2 Web Services Application
> ServerWSO2 Inc. http://wso2.com
> > email : is...@wso2.comblog : http://isurues.wordpress.com/
> > lean . enterprise . middleware
> >
> >
>



-- 
Isuru Suriarachchi
Technical Lead & Product Manager, WSO2 Web Services 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://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Exception while running stratos ESB

2010-10-01 Thread Supun Kamburugamuva
I'm getting the following exception while running the stratos ESB. Any idea?

org.infinispan.config.ConfigurationException: Unable to instantiate
class org.infinispan.eviction.EvictionManagerImpl
at org.infinispan.util.Util.loadClass(Util.java:64)
at 
org.infinispan.factories.EmptyConstructorNamedCacheFactory.construct(EmptyConstructorNamedCacheFactory.java:60)
at 
org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:306)
at 
org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:244)
at 
org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:803)
at 
org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:219)
at 
org.infinispan.factories.ComponentRegistry.registerComponent(ComponentRegistry.java:118)
at 
org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:186)
at 
org.infinispan.factories.InternalCacheFactory.bootstrap(InternalCacheFactory.java:90)
at 
org.infinispan.factories.InternalCacheFactory.createAndWire(InternalCacheFactory.java:77)
at 
org.infinispan.factories.InternalCacheFactory.createCache(InternalCacheFactory.java:58)
at 
org.infinispan.manager.DefaultCacheManager.createCache(DefaultCacheManager.java:442)
at 
org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:408)
at 
org.wso2.carbon.caching.infinispan.InfinispanCacheManager.getCache(InfinispanCacheManager.java:150)
at 
org.wso2.carbon.utils.multitenancy.CarbonContextHolder$MultitenantCarbonCacheManager.getCache(CarbonContextHolder.java:642)
at 
org.wso2.carbon.registry.core.caching.PathCache.(PathCache.java:47)
at 
org.wso2.carbon.registry.core.caching.PathCache.getPathCache(PathCache.java:57)
at 
org.wso2.carbon.registry.core.jdbc.dao.JDBCPathCache.getPathCache(JDBCPathCache.java:52)
at 
org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.getResourceID(JDBCResourceDAO.java:56)
at 
org.wso2.carbon.registry.core.jdbc.dao.JDBCResourceDAO.resourceExists(JDBCResourceDAO.java:140)
at 
org.wso2.carbon.registry.core.jdbc.Repository.resourceExists(Repository.java:157)
at 
org.wso2.carbon.registry.core.jdbc.EmbeddedRegistry.resourceExists(EmbeddedRegistry.java:513)
at 
org.wso2.carbon.registry.core.session.UserRegistry.resourceExists(UserRegistry.java:582)
at 
org.wso2.carbon.core.persistence.ServiceGroupPersistenceManager.getServiceGroup(ServiceGroupPersistenceManager.java:60)
at 
org.wso2.carbon.core.deployment.DeploymentInterceptor.serviceGroupUpdate(DeploymentInterceptor.java:121)
at 
org.apache.axis2.engine.AxisConfiguration.notifyObservers(AxisConfiguration.java:674)
at 
org.apache.axis2.engine.AxisConfiguration.addServiceGroup(AxisConfiguration.java:339)
at 
org.apache.axis2.engine.AxisConfiguration.addService(AxisConfiguration.java:332)
at 
org.apache.synapse.core.axis2.ProxyService.buildAxisService(ProxyService.java:552)
at 
org.apache.synapse.Axis2SynapseController.deployProxyServices(Axis2SynapseController.java:658)
at 
org.apache.synapse.Axis2SynapseController.createSynapseEnvironment(Axis2SynapseController.java:371)
at org.apache.synapse.ServerManager.start(ServerManager.java:181)
at 
org.wso2.carbon.mediation.initializer.multitenancy.TenantServiceBusInitializer.initESB(TenantServiceBusInitializer.java:300)
at 
org.wso2.carbon.mediation.initializer.multitenancy.TenantServiceBusInitializer.createdConfigurationContext(TenantServiceBusInitializer.java:116)
at 
org.wso2.carbon.core.multitenancy.utils.TenantAxisUtils.createTenantConfigurationContext(TenantAxisUtils.java:292)
at 
org.wso2.carbon.core.multitenancy.utils.TenantAxisUtils.getTenantConfigurationContext(TenantAxisUtils.java:98)
at 
org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.receive(MultitenantMessageReceiver.java:87)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:178)
at 
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:173)
at 
org.apache.synapse.transport.nhttp.ServerWorker.processEntityEnclosingMethod(ServerWorker.java:408)
at 
org.apache.synapse.transport.nhttp.ServerWorker.run(ServerWorker.java:259)
at 
org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:58)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.ClassNotFoundException:
org.infinispan.eviction.Evict

Re: [Carbon-dev] [Stratos-dev] Carbon 3.1.0 and Stratos 1.0.0 branches

2010-10-01 Thread Samisa Abeysinghe
Now, where should we commit the stuff to?

Samisa...

On Friday, October 1, 2010, Isuru Suriarachchi  wrote:
> Hi all,
>
> I've created Carbon 3.1.0 [1] and Stratos 1.0.0 [2] branches. Internal 
> branches for apache dependencies can be found at [3]. I've not given wso2 
> versions for those dependencies yet. Product teams should update the versions 
> in relevant projects. And also update all references to these new versions. I 
> will be fixing Axis2 and Axiom versions to start with.
>
> Thanks,
> ~Isuru
>
> [1] https://svn.wso2.org/repos/wso2/branches/carbon/3.1.0/
> [2] https://svn.wso2.org/repos/wso2/branches/stratos/1.0.0/
> [3] https://svn.wso2.org/repos/wso2/branches/carbon/3.1.0/dependencies/
> --
> Isuru Suriarachchi
> Technical Lead & Product Manager, WSO2 Web Services Application ServerWSO2 
> Inc. http://wso2.com
> email : is...@wso2.comblog : http://isurues.wordpress.com/
> lean . enterprise . middleware
>
>

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


Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-10-01 Thread Srinath Perera
Hi Shariq,

There are some carbon components to do uploads to server etc. Please
reuse components/ code when possible.

Thanks
Srinath

On Fri, Oct 1, 2010 at 12:27 PM, Afkham Azeez  wrote:
>
>
>
>
> On Fri, Oct 1, 2010 at 11:24 AM, Ruwan Linton  wrote:
>>
>> What I am saying is we have a similar requirement in ESB to upload task
>> jar files, mediator jar files and so forth and those could be implemented as
>> repomanager.synapse providing the consistency.
>>
> Yes +1
>
>>
>> Of course +1 for the axis2 repo manager :-)
>>
>> Ruwan
>>
>> On 10/1/10 11:14 AM, Afkham Azeez wrote:
>>
>> The first version of this component will only be handling uploading JARs
>> to the lib directories at different levels of the Axis2 repo since we do not
>> have any other way to do this. We will still continue to have the
>> AAR/JAXWS/SpringService/DS etc. upload stuff, though those are also part of
>> repo mgt. In a future version, we may provide an option add other deployment
>> artifacts in a context sensitive manner.
>> Azeez
>>
>>
>>
>> On Fri, Oct 1, 2010 at 11:02 AM, Ruwan Linton  wrote:
>>>
>>> +1, for repomanager.axis2 we might have a repomanager.synapse in the
>>> future.
>>>
>>> Well, isn't the task and mediator upload belongs to repomanager.synapse
>>> by going with the definition of axis2 repo manager.
>>>
>>> Ruwan
>>>
>>> On 10/1/10 10:44 AM, Afkham Azeez wrote:
>>>
>>>
>>>
>>> On Fri, Oct 1, 2010 at 10:28 AM, Shariq  wrote:

 Yes. We decided on repomanager.axis2 since we can add more repository
 managers in the future.
 But do we have to alter the component name as well cause currently it
 says Axis2 Repository Management ?
>>>
>>> No. Let's leave it as it is.
>>>

 Thanks,
 Shariq.
 On Fri, Oct 1, 2010 at 10:21 AM, Afkham Azeez  wrote:
>
> No. I suggested repomanager.axis2 since in the future, we may introduce
> components for managing other repos. So, repomanager.carbon may be one of
> the future components.
> Azeez
>
>
>
> On Fri, Oct 1, 2010 at 10:17 AM, Isuru Suriarachchi 
> wrote:
>>
>>
>> On Fri, Oct 1, 2010 at 10:12 AM, Afkham Azeez  wrote:
>>>
>>>
>>>
>>>
>>> On Fri, Oct 1, 2010 at 10:04 AM, Shariq  wrote:

 Hi,
 At present, I am working on developing a Carbon Component to manage
 the Axis2 Repository.
 The purpose of this component is to provide the capability to add
 common jars, libs etc. to the /lib directory via the Management 
 Console.
 Currently I am using following names and package structure.
 Component name - Axis2 Repository Management
 Top level package - axis2-repo-mgt
 BE hierarchy - org.wso2.carbon.repomanager
 FE hierarchy - org.wso2.carbon.repomanager.ui
>>>
>>> This should be  org.wso2.carbon.repomanager.axis2
>>> & org.wso2.carbon.repomanager.axis2.ui
>>
>> +1 for including "axis2" here. But should it be
>> org.wso2.carbon.axis2.repomanager?
>>
>> Thanks,
>> ~Isuru
>>

 Service - Axis2RepoManager
 If any modification are required to any names or package structure
 please let me know.
 Thank you,
 Shariq.
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 https://mail.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/
>>> 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://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>
>>
>>
>> --
>> Isuru Suriarachchi
>> Technical Lead & Product Manager, WSO2 Web Services 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://mail.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/
> 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/afkhamaze