Re: [Carbon-dev] Bundle not getting installed at carbon startup - reason?

2011-03-07 Thread Senaka Fernando
On Mon, Mar 7, 2011 at 9:00 AM, Afkham Azeez az...@wso2.com wrote:

 Please make it into an feature.


Yes, that should solve it. Another way is to edit the bundles.info file and
add the corresponding entry and restart the server. In effect, the code
managing dropins does the same thing.


 The Equinox dropins handling code seems to be unstable.


We need to fix that code which handles dropins. IMHO, its a blocker.

Thanks,
Senaka.



 On Sat, Mar 5, 2011 at 7:09 PM, Amila Maha Arachchi ami...@wso2.comwrote:

 Hi devs,

 I am working on a BE component these days. I build these bundle and copy
 the jar to repo/components/dropings and start the carbon server. Then my BE
 service bundle does not get installed. I have to install and start it
 manually via the OSGi console.

 What can be the reason for this behaviour. I think I am missing something.
 What is it?

 Thanks,
 AmilaM.

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://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/*http://www.apache.org/
 *
 email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
 blog: **http://blog.afkham.org* http://blog.afkham.org*
 twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 *
 linked-in: **http://lk.linkedin.com/in/afkhamazeez*
 *
 *
 *Lean . Enterprise . Middleware*


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




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

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

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


Re: [Carbon-dev] Bundle not getting installed at carbon startup - reason?

2011-03-07 Thread Tharindu Mathew
I ran into the same issue. Thought it was local to me :)

Thanks for the shoutout and the workaround.

On Mon, Mar 7, 2011 at 1:44 PM, Senaka Fernando sen...@wso2.com wrote:



 On Mon, Mar 7, 2011 at 9:00 AM, Afkham Azeez az...@wso2.com wrote:

 Please make it into an feature.


 Yes, that should solve it. Another way is to edit the bundles.info file
 and add the corresponding entry and restart the server. In effect, the code
 managing dropins does the same thing.


 The Equinox dropins handling code seems to be unstable.


 We need to fix that code which handles dropins. IMHO, its a blocker.

 Thanks,
 Senaka.



 On Sat, Mar 5, 2011 at 7:09 PM, Amila Maha Arachchi ami...@wso2.comwrote:

 Hi devs,

 I am working on a BE component these days. I build these bundle and copy
 the jar to repo/components/dropings and start the carbon server. Then my BE
 service bundle does not get installed. I have to install and start it
 manually via the OSGi console.

 What can be the reason for this behaviour. I think I am missing
 something. What is it?

 Thanks,
 AmilaM.

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://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/*http://www.apache.org/
 *
 email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
 blog: **http://blog.afkham.org* http://blog.afkham.org*
 twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 *
 linked-in: **http://lk.linkedin.com/in/afkhamazeez*
 *
 *
 *Lean . Enterprise . Middleware*


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




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

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

 *Lean . Enterprise . Middleware


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




-- 
Regards,

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


Re: [Carbon-dev] Bundle not getting installed at carbon startup - reason?

2011-03-07 Thread Amila Maha Arachchi
Got it installed and started by editing the bundles.info.

Thanks,
AmilaM.

On Mon, Mar 7, 2011 at 1:44 PM, Senaka Fernando sen...@wso2.com wrote:



 On Mon, Mar 7, 2011 at 9:00 AM, Afkham Azeez az...@wso2.com wrote:

 Please make it into an feature.


 Yes, that should solve it. Another way is to edit the bundles.info file
 and add the corresponding entry and restart the server. In effect, the code
 managing dropins does the same thing.


 The Equinox dropins handling code seems to be unstable.


 We need to fix that code which handles dropins. IMHO, its a blocker.

 Thanks,
 Senaka.



 On Sat, Mar 5, 2011 at 7:09 PM, Amila Maha Arachchi ami...@wso2.comwrote:

 Hi devs,

 I am working on a BE component these days. I build these bundle and copy
 the jar to repo/components/dropings and start the carbon server. Then my BE
 service bundle does not get installed. I have to install and start it
 manually via the OSGi console.

 What can be the reason for this behaviour. I think I am missing
 something. What is it?

 Thanks,
 AmilaM.

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://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/*http://www.apache.org/
 *
 email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
 blog: **http://blog.afkham.org* http://blog.afkham.org*
 twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
 *
 linked-in: **http://lk.linkedin.com/in/afkhamazeez*
 *
 *
 *Lean . Enterprise . Middleware*


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




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

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

 *Lean . Enterprise . Middleware


 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 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


Re: [Carbon-dev] Bundle not getting installed at carbon startup - reason?

2011-03-06 Thread Afkham Azeez
Please make it into an feature. The Equinox dropins handling code seems to
be unstable.


On Sat, Mar 5, 2011 at 7:09 PM, Amila Maha Arachchi ami...@wso2.com wrote:

 Hi devs,

 I am working on a BE component these days. I build these bundle and copy
 the jar to repo/components/dropings and start the carbon server. Then my BE
 service bundle does not get installed. I have to install and start it
 manually via the OSGi console.

 What can be the reason for this behaviour. I think I am missing something.
 What is it?

 Thanks,
 AmilaM.

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://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/*http://www.apache.org/
*
email: **az...@wso2.com* az...@wso2.com* cell: +94 77 3320919
blog: **http://blog.afkham.org* http://blog.afkham.org*
twitter: **http://twitter.com/afkham_azeez*http://twitter.com/afkham_azeez
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Bundle not getting installed at carbon startup - reason?

2011-03-05 Thread Amila Maha Arachchi
Hi devs,

I am working on a BE component these days. I build these bundle and copy the
jar to repo/components/dropings and start the carbon server. Then my BE
service bundle does not get installed. I have to install and start it
manually via the OSGi console.

What can be the reason for this behaviour. I think I am missing something.
What is it?

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


Re: [Carbon-dev] Bundle not getting installed at carbon startup - reason?

2011-03-05 Thread Hasini Yatawatte
Hi Amila,

I faced a similar situation once and what i did was manually adding an entry
to bundle.info file inside
repository/components/configuration/org.eclipse.equinox.simpleconfigurator.
That solved my problem.

On Sat, Mar 5, 2011 at 7:09 PM, Amila Maha Arachchi ami...@wso2.com wrote:

 Hi devs,

 I am working on a BE component these days. I build these bundle and copy
 the jar to repo/components/dropings and start the carbon server. Then my BE
 service bundle does not get installed. I have to install and start it
 manually via the OSGi console.

 What can be the reason for this behaviour. I think I am missing something.
 What is it?

 Thanks,
 AmilaM.

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




-- 
Hasini Randika Yatawatte,
Software Engineer.
WSO2 Inc.
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev