Re: [fileinstall] review changes before release

2009-10-17 Thread Pierre De Rop

Hello Guillaume,

I did some testing on the latest fileinstall, from the trunk.
Specifically, I tested the resolved issue from FELIX-1578 and the 
problem has disappeared.


However, I noticed another (different) problem when performing the test 
(not sure if I must create another jira issue, or not ?).

Here is what I did when testing:

1)   clean the fwk bundle-cache (the fwk is not running)
2)   copy a test bundle in the fileinstall's deploy directory
3)   touch -t 0101 deploy/test.jar (so, the lastModified date of 
test.jar is Jan, 1st 2009)

4)   I start the fwk - test.jar is installed
5)   I stop the fwk
6)   I recompile the test.jar bundle (I just manage to ensure that 
test.jar has now a different checksum), and I modify the timestamp with 
touch -t 0201 deploy/test.jar (the timestamp is now Feb 1st, 2009)

7)   I restart the fwk (without cleaning the cache)
7.1) the test.jar bundle is properly *updated* and started (the patch 
FELIX-1578 works fine)
7.2) *however, after a few milliseconds, test.jar is stopped and then 
restarted.*


Don't you think that fileinstall uselessly restarts test.jar during the 
step 7.2 ?


/pierre

Guillaume Nodet wrote:

I've fixed a lots of jira issues this week on fileinstall, so I'd
welcome a bit more testing before preparing a release next week or
so...

  



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



[jira] Issue Comment Edited: (FELIX-1768) should catch exception for FeaturesServiceImpl.internalAddRepository per uri

2009-10-17 Thread Freeman Fang (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12766814#action_12766814
 ] 

Freeman Fang edited comment on FELIX-1768 at 10/17/09 5:22 AM:
---

commit fix
http://svn.apache.org/viewvc?rev=826157view=rev

  was (Author: ffang):
commit fix
should catch exception for FeaturesServiceImpl.internalAddRepository per uri
  
 should catch exception for FeaturesServiceImpl.internalAddRepository per uri
 

 Key: FELIX-1768
 URL: https://issues.apache.org/jira/browse/FELIX-1768
 Project: Felix
  Issue Type: Bug
  Components: Karaf
Reporter: Freeman Fang
Assignee: Freeman Fang

 so that if there's one invalid uri in featuresRepositories list won't block 
 other valid feature repository to be loaded.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (FELIX-1680) Bad URL in nested feature repository causes incomplete startup

2009-10-17 Thread Chris Custine (JIRA)

 [ 
https://issues.apache.org/jira/browse/FELIX-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Custine resolved FELIX-1680.
--

Resolution: Duplicate

This is fixed by FELIX-1768.


 Bad URL in nested feature repository causes incomplete startup
 --

 Key: FELIX-1680
 URL: https://issues.apache.org/jira/browse/FELIX-1680
 Project: Felix
  Issue Type: Bug
  Components: Karaf
Affects Versions: karaf-1.0.0
Reporter: Chris Custine
Assignee: Chris Custine

 If a nested repository inside a features repository can't be loaded, it 
 causes all loading of that main feature repo to stop.  So if one embedded 
 repo is not found, the entire features file is ignored from that point on, 
 leaving a partially populated feature list.  I think we should log a message 
 about the bad repository and continue attempting to load all of the remainder 
 of the file.  This has the drawback that some of the features in the main 
 file may depend on the features in the nested repository, but I think 
 attempting to start the features and logging errors will be more useful than 
 failing completely.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (FELIX-1769) Karaf binary tarball is corrupt

2009-10-17 Thread Guillaume Nodet (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12766915#action_12766915
 ] 

Guillaume Nodet commented on FELIX-1769:


It seems to work for me.
You can also find it in the maven repository at:
  http://repo1.maven.org/maven2/org/apache/felix/karaf/apache-felix-karaf/1.0.0/


 Karaf binary tarball is corrupt
 ---

 Key: FELIX-1769
 URL: https://issues.apache.org/jira/browse/FELIX-1769
 Project: Felix
  Issue Type: Bug
  Components: Karaf
Affects Versions: karaf-1.0.0
Reporter: Neil Bartlett

 The binary .tar.gz download for Karaf on 
 http://felix.apache.org/site/downloads.cgi is corrupt.
 The zip distribution is okay, but it does not contain the launcher shell 
 script for UNIX, only a Windows batch file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.