Re: [Carbon-dev] Where the syslogConfig.xml comes from?

2011-05-08 Thread Amani Soysa
On Sun, May 8, 2011 at 11:15 AM, Afkham Azeez  wrote:

> Amani,
> when you name files, XML tags etc. you have to look at the conventions
> followed by the existing files, and should not deviate from it. AFAIK, we
> don't have camel cased config XML file names.
>

I will change it accordingly

>
> On Fri, May 6, 2011 at 2:42 PM, Danushka Menikkumbura 
> wrote:
>
>> I can not build the ESB because of missing syslogConfig.xml file. Most
>> probably I have not built a required feature, I can not locate it inside any
>> feature, though.
>>
>> Any idea?
>>
>> Thanks,
>> Danushka
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; 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
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Where the syslogConfig.xml comes from?

2011-05-08 Thread Kathiravelu Pradeeban
On Sun, May 8, 2011 at 4:11 PM, Supun Kamburugamuva  wrote:

> On Sun, May 8, 2011 at 12:20 PM, Kathiravelu Pradeeban
>  wrote:
> >
> >
> > On Sun, May 8, 2011 at 10:31 AM, Kathiravelu Pradeeban <
> pradee...@wso2.com>
> > wrote:
> >>
> >> Hi Amani,
> >> I am creating a stripped down profile of esb (named as lb) consisting of
> >> load balancing components used in ESB. For this, I have removed
> logging-mgt
> >> feature from the p2 profile of lb, as I don't need that. Now I am
> getting
> >> the same error when building *lb*.
> >>
> >> [INFO] Failed to create assembly: Error adding file to archive:
> >>
> /home/pradeeban/trunk/stratos/carbon/products/lb/modules/distribution/product/../../p2-profile/product/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/conf/advanced/syslogConfig.xml
> >> isn't a file.
> >>
> >> Did I miss something? I would appreciate your thoughts on this.
> >
> > Fixed by removing syslogConfig.xml related entry from
> > lb/modules/distribution/product/src/main/assembly/bin.xml.
>
> Hi Preadeeban,
>
> Did you try to start the ESB after this change?
>

Hi Supun,
I didn't change ESB. I am creating a new profile for product LB. For this, I
am incrementally removing the features from the profile copied from ESB. It
is taking me more time, as I am busy this weekend, in some personal stuff. I
will commit LB, once I verified it.

Let me know, if there is something I should take care of, in creating this
new profile for elastic load balancing for Stratos.

Thank you.
Regards,
Pradeeban.

>
> Thanks,
> Supun//
>
> >
> > Thank you.
> > Regards,
> > Pradeeban.
> >
> >>
> >> P.S: My ESB builds fine.
> >>
> >> Thank you.
> >> Regards,
> >> Pradeeban.
> >>
> >> On Fri, May 6, 2011 at 2:46 PM, Amani Soysa  wrote:
> >>>
> >>> Hi
> >>>
> >>> Its comming from the logging-mgt feature . please take an svn up in
> >>> logging-mgt feature and build.
> >>>
> >>> Regards,
> >>> Amani
> >>>
> >>> On Fri, May 6, 2011 at 2:42 PM, Danushka Menikkumbura <
> danus...@wso2.com>
> >>> wrote:
> 
>  I can not build the ESB because of missing syslogConfig.xml file. Most
>  probably I have not built a required feature, I can not locate it
> inside any
>  feature, though.
> 
>  Any idea?
> 
>  Thanks,
>  Danushka
> 
>  ___
>  Carbon-dev mailing list
>  Carbon-dev@wso2.org
>  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
> 
> >>>
> >>>
> >>> ___
> >>> Carbon-dev mailing list
> >>> Carbon-dev@wso2.org
> >>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
> >>>
> >>
> >>
> >>
> >> --
> >> Kathiravelu Pradeeban.
> >> Software Engineer.
> >> WSO2 Inc.
> >>
> >> Blog: [Llovizna] http://kkpradeeban.blogspot.com/
> >
> >
> >
> > --
> > Kathiravelu Pradeeban.
> > Software Engineer.
> > WSO2 Inc.
> >
> > Blog: [Llovizna] http://kkpradeeban.blogspot.com/
> >
> > ___
> > Carbon-dev mailing list
> > Carbon-dev@wso2.org
> > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
> >
> >
>
>
>
> --
> Supun Kamburugamuva
> Technical Lead &  Product Manager, WSO2 Inc.; http://wso2.com
> Member, Apache Software Foundation; http://www.apache.org
> WSO2 Inc.;  http://wso2.org
> E-mail: su...@wso2.com;  Mobile: +94 77 431 3585
> Blog: http://supunk.blogspot.com
>



-- 
Kathiravelu Pradeeban.
Software Engineer.
WSO2 Inc.

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


Re: [Carbon-dev] Where the syslogConfig.xml comes from?

2011-05-08 Thread Supun Kamburugamuva
On Sun, May 8, 2011 at 12:20 PM, Kathiravelu Pradeeban
 wrote:
>
>
> On Sun, May 8, 2011 at 10:31 AM, Kathiravelu Pradeeban 
> wrote:
>>
>> Hi Amani,
>> I am creating a stripped down profile of esb (named as lb) consisting of
>> load balancing components used in ESB. For this, I have removed logging-mgt
>> feature from the p2 profile of lb, as I don't need that. Now I am getting
>> the same error when building *lb*.
>>
>> [INFO] Failed to create assembly: Error adding file to archive:
>> /home/pradeeban/trunk/stratos/carbon/products/lb/modules/distribution/product/../../p2-profile/product/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/conf/advanced/syslogConfig.xml
>> isn't a file.
>>
>> Did I miss something? I would appreciate your thoughts on this.
>
> Fixed by removing syslogConfig.xml related entry from
> lb/modules/distribution/product/src/main/assembly/bin.xml.

Hi Preadeeban,

Did you try to start the ESB after this change?

Thanks,
Supun//

>
> Thank you.
> Regards,
> Pradeeban.
>
>>
>> P.S: My ESB builds fine.
>>
>> Thank you.
>> Regards,
>> Pradeeban.
>>
>> On Fri, May 6, 2011 at 2:46 PM, Amani Soysa  wrote:
>>>
>>> Hi
>>>
>>> Its comming from the logging-mgt feature . please take an svn up in
>>> logging-mgt feature and build.
>>>
>>> Regards,
>>> Amani
>>>
>>> On Fri, May 6, 2011 at 2:42 PM, Danushka Menikkumbura 
>>> wrote:

 I can not build the ESB because of missing syslogConfig.xml file. Most
 probably I have not built a required feature, I can not locate it inside 
 any
 feature, though.

 Any idea?

 Thanks,
 Danushka

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

>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>
>>
>>
>> --
>> Kathiravelu Pradeeban.
>> Software Engineer.
>> WSO2 Inc.
>>
>> Blog: [Llovizna] http://kkpradeeban.blogspot.com/
>
>
>
> --
> Kathiravelu Pradeeban.
> Software Engineer.
> WSO2 Inc.
>
> Blog: [Llovizna] http://kkpradeeban.blogspot.com/
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>



-- 
Supun Kamburugamuva
Technical Lead &  Product Manager, WSO2 Inc.; http://wso2.com
Member, Apache Software Foundation; http://www.apache.org
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
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Where the syslogConfig.xml comes from?

2011-05-07 Thread Kathiravelu Pradeeban
On Sun, May 8, 2011 at 10:31 AM, Kathiravelu Pradeeban
wrote:

> Hi Amani,
> I am creating a stripped down profile of esb (named as lb) consisting of
> load balancing components used in ESB. For this, I have removed logging-mgt
> feature from the p2 profile of lb, as I don't need that. Now I am getting
> the same error when building *lb*.
>
> [INFO] Failed to create assembly: Error adding file to archive:
> /home/pradeeban/trunk/stratos/carbon/products/lb/modules/distribution/product/../../p2-profile/product/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/conf/advanced/syslogConfig.xml
> isn't a file.
>
> Did I miss something? I would appreciate your thoughts on this.
>

Fixed by removing syslogConfig.xml related entry from
lb/modules/distribution/product/src/main/assembly/bin.xml.

Thank you.
Regards,
Pradeeban.


>
> P.S: My ESB builds fine.
>
> Thank you.
> Regards,
> Pradeeban.
>
>
> On Fri, May 6, 2011 at 2:46 PM, Amani Soysa  wrote:
>
>> Hi
>>
>> Its comming from the logging-mgt feature . please take an svn up in
>> logging-mgt feature and build.
>>
>> Regards,
>> Amani
>>
>> On Fri, May 6, 2011 at 2:42 PM, Danushka Menikkumbura 
>> wrote:
>>
>>> I can not build the ESB because of missing syslogConfig.xml file. Most
>>> probably I have not built a required feature, I can not locate it inside any
>>> feature, though.
>>>
>>> Any idea?
>>>
>>> Thanks,
>>> Danushka
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Kathiravelu Pradeeban.
> Software Engineer.
> WSO2 Inc.
>
> Blog: [Llovizna] http://kkpradeeban.blogspot.com/
>
>


-- 
Kathiravelu Pradeeban.
Software Engineer.
WSO2 Inc.

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


Re: [Carbon-dev] Where the syslogConfig.xml comes from?

2011-05-07 Thread Afkham Azeez
Amani,
when you name files, XML tags etc. you have to look at the conventions
followed by the existing files, and should not deviate from it. AFAIK, we
don't have camel cased config XML file names.

On Fri, May 6, 2011 at 2:42 PM, Danushka Menikkumbura wrote:

> I can not build the ESB because of missing syslogConfig.xml file. Most
> probably I have not built a required feature, I can not locate it inside any
> feature, though.
>
> Any idea?
>
> Thanks,
> Danushka
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Afkham Azeez*
Director of Architecture; 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
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Where the syslogConfig.xml comes from?

2011-05-07 Thread Kathiravelu Pradeeban
Hi Amani,
I am creating a stripped down profile of esb (named as lb) consisting of
load balancing components used in ESB. For this, I have removed logging-mgt
feature from the p2 profile of lb, as I don't need that. Now I am getting
the same error when building *lb*.

[INFO] Failed to create assembly: Error adding file to archive:
/home/pradeeban/trunk/stratos/carbon/products/lb/modules/distribution/product/../../p2-profile/product/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/conf/advanced/syslogConfig.xml
isn't a file.

Did I miss something? I would appreciate your thoughts on this.

P.S: My ESB builds fine.

Thank you.
Regards,
Pradeeban.

On Fri, May 6, 2011 at 2:46 PM, Amani Soysa  wrote:

> Hi
>
> Its comming from the logging-mgt feature . please take an svn up in
> logging-mgt feature and build.
>
> Regards,
> Amani
>
> On Fri, May 6, 2011 at 2:42 PM, Danushka Menikkumbura 
> wrote:
>
>> I can not build the ESB because of missing syslogConfig.xml file. Most
>> probably I have not built a required feature, I can not locate it inside any
>> feature, though.
>>
>> Any idea?
>>
>> Thanks,
>> Danushka
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Kathiravelu Pradeeban.
Software Engineer.
WSO2 Inc.

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


Re: [Carbon-dev] Where the syslogConfig.xml comes from?

2011-05-06 Thread Amani Soysa
Hi

Its comming from the logging-mgt feature . please take an svn up in
logging-mgt feature and build.

Regards,
Amani

On Fri, May 6, 2011 at 2:42 PM, Danushka Menikkumbura wrote:

> I can not build the ESB because of missing syslogConfig.xml file. Most
> probably I have not built a required feature, I can not locate it inside any
> feature, though.
>
> Any idea?
>
> Thanks,
> Danushka
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev