Re: Karaf-4.0.8 - bundle:watch timezone issue

2017-01-15 Thread Erwin Hogeweg
Sure: https://issues.apache.org/jira/browse/KARAF-4943 Erwin > On Jan 15, 2017, at 12:25, Jean-Baptiste Onofré wrote: > > Hi Erwin, > > it looks you found a bug. Do you mind to create a Jira about that ? > > Thanks > Regards > JB > > On 01/

Re: Karaf-4.0.8 - bundle:watch timezone issue

2017-01-15 Thread Jean-Baptiste Onofré
Hi Erwin, it looks you found a bug. Do you mind to create a Jira about that ? Thanks Regards JB On 01/15/2017 02:50 PM, Erwin Hogeweg wrote: Hi, I noticed that bundle:watch kept restarting the same bundles over-and-over again. After some digging I believe this behavior is caused by BundleWatc

Karaf-4.0.8 - bundle:watch timezone issue

2017-01-15 Thread Erwin Hogeweg
Hi, I noticed that bundle:watch kept restarting the same bundles over-and-over again. After some digging I believe this behavior is caused by BundleWatchImpl:163 if (location != null && location.exists() && location.lastModified() > bundle.getLastModified()) { The location.lastModifie