[jira] Commented: (KARAF-96) Enhance the features to support the start level

2010-07-08 Thread Charles Moulliard (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886622#action_12886622
 ] 

Charles Moulliard commented on KARAF-96:


it seems that the problem comes from this :

StartLevel sl = (StartLevel) bundleContext.getService(

bundleContext.getServiceReference(org.osgi.service.startlevel.StartLevel.class.getName()));
sl.setInitialBundleStartLevel(ibsl);

bundleContext object is set for the FeatureServiceImpl (and is globall for all 
the bundles linked)

If I change the code like that 

StartLevel sl = (StartLevel) b.getBundleContext.getService(

b.getBundleContext.getServiceReference(org.osgi.service.startlevel.StartLevel.class.getName()));
sl.setInitialBundleStartLevel(ibsl);

only the first bundle of the list of features is installed.

> Enhance the features to support the start level
> ---
>
> Key: KARAF-96
> URL: https://issues.apache.org/jira/browse/KARAF-96
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Charles Moulliard
>Assignee: Charles Moulliard
> Fix For: 2.0.0
>
>
> Enhance the features to support the start level

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



[jira] Commented: (KARAF-96) Enhance the features to support the start level

2010-07-08 Thread Charles Moulliard (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886611#action_12886611
 ] 

Charles Moulliard commented on KARAF-96:


There is a bug with the code committed

Here is the bundles defined with a start-level of  "80"



  org.osgi.service.http.port=8181


mvn:org.apache.geronimo.specs/geronimo-servlet_2.5_spec/1.1.2

mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jetty-bundle/6.1.22_1
mvn:org.ops4j.pax.web/pax-web-api/0.7.2
mvn:org.ops4j.pax.web/pax-web-spi/0.7.2
mvn:org.ops4j.pax.web/pax-web-runtime/0.7.2
mvn:org.ops4j.pax.web/pax-web-jetty/0.7.2


and what we observe

[  35] [Active ] [] [   60] OPS4J Pax Web - API (0.7.2) // 
ERROR start level should be 80 and not 60
[  36] [Active ] [] [   80] OPS4J Pax Web - Service SPI (0.7.2)
[  37] [Active ] [] [   80] OPS4J Pax Web - Runtime (0.7.2)
[  38] [Active ] [] [   80] OPS4J Pax Web - Jetty (0.7.2)

> Enhance the features to support the start level
> ---
>
> Key: KARAF-96
> URL: https://issues.apache.org/jira/browse/KARAF-96
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Charles Moulliard
>Assignee: Charles Moulliard
> Fix For: 2.0.0
>
>
> Enhance the features to support the start level

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



[jira] Resolved: (KARAF-112) Free the org.osgi.framework.system.packages.extra property for users

2010-07-08 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet resolved KARAF-112.
---

Resolution: Fixed

Committing to https://svn.apache.org/repos/asf/karaf/trunk ...
M   assembly/src/main/filtered-resources/etc/config.properties
Committed r961837


> Free the org.osgi.framework.system.packages.extra property for users
> 
>
> Key: KARAF-112
> URL: https://issues.apache.org/jira/browse/KARAF-112
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 2.0.0
>
>


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



[jira] Created: (KARAF-112) Free the org.osgi.framework.system.packages.extra property for users

2010-07-08 Thread Guillaume Nodet (JIRA)
Free the org.osgi.framework.system.packages.extra property for users


 Key: KARAF-112
 URL: https://issues.apache.org/jira/browse/KARAF-112
 Project: Karaf
  Issue Type: Improvement
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet
 Fix For: 2.0.0




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



[jira] Created: (KARAF-111) Allow includes of additional configuration files through a custom property when loading the main configuration files

2010-07-08 Thread Guillaume Nodet (JIRA)
Allow includes of additional configuration files through a custom property when 
loading the main configuration files


 Key: KARAF-111
 URL: https://issues.apache.org/jira/browse/KARAF-111
 Project: Karaf
  Issue Type: New Feature
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet
 Fix For: 2.0.0




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



[jira] Resolved: (KARAF-111) Allow includes of additional configuration files through a custom property when loading the main configuration files

2010-07-08 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet resolved KARAF-111.
---

Resolution: Fixed

Committing to https://svn.apache.org/repos/asf/karaf/trunk ...
C   assembly/src/main/filtered-resources/etc/config.properties => 
assembly/src/main/filtered-resources/etc/jre.properties
M   assembly/src/main/filtered-resources/etc/config.properties
A   assembly/src/main/filtered-resources/etc/custom.properties
M   main/src/main/java/org/apache/karaf/main/Main.java
M   main/src/main/java/org/apache/karaf/main/Stop.java
Committed r961836


> Allow includes of additional configuration files through a custom property 
> when loading the main configuration files
> 
>
> Key: KARAF-111
> URL: https://issues.apache.org/jira/browse/KARAF-111
> Project: Karaf
>  Issue Type: New Feature
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 2.0.0
>
>


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



[jira] Resolved: (KARAF-109) Split the JVM packages from the main config.properties file for easier maintenance

2010-07-08 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet resolved KARAF-109.
---

Resolution: Fixed

Committing to https://svn.apache.org/repos/asf/karaf/trunk ...
C   assembly/src/main/filtered-resources/etc/config.properties => 
assembly/src/main/filtered-resources/etc/jre.properties
M   assembly/src/main/filtered-resources/etc/config.properties
A   assembly/src/main/filtered-resources/etc/custom.properties
M   main/src/main/java/org/apache/karaf/main/Main.java
M   main/src/main/java/org/apache/karaf/main/Stop.java
Committed r961836


> Split the JVM packages from the main config.properties file for easier 
> maintenance
> --
>
> Key: KARAF-109
> URL: https://issues.apache.org/jira/browse/KARAF-109
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 2.0.0
>
>


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



[jira] Resolved: (KARAF-110) Provide a placeholder for overriding the configuration properties

2010-07-08 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet resolved KARAF-110.
---

Resolution: Fixed

Committing to https://svn.apache.org/repos/asf/karaf/trunk ...
C   assembly/src/main/filtered-resources/etc/config.properties => 
assembly/src/main/filtered-resources/etc/jre.properties
M   assembly/src/main/filtered-resources/etc/config.properties
A   assembly/src/main/filtered-resources/etc/custom.properties
M   main/src/main/java/org/apache/karaf/main/Main.java
M   main/src/main/java/org/apache/karaf/main/Stop.java
Committed r961836


> Provide a placeholder for overriding the configuration properties
> -
>
> Key: KARAF-110
> URL: https://issues.apache.org/jira/browse/KARAF-110
> Project: Karaf
>  Issue Type: New Feature
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 2.0.0
>
>


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



[jira] Created: (KARAF-110) Provide a placeholder for overriding the configuration properties

2010-07-08 Thread Guillaume Nodet (JIRA)
Provide a placeholder for overriding the configuration properties
-

 Key: KARAF-110
 URL: https://issues.apache.org/jira/browse/KARAF-110
 Project: Karaf
  Issue Type: New Feature
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet
 Fix For: 2.0.0




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



[jira] Created: (KARAF-109) Split the JVM packages from the main config.properties file for easier maintenance

2010-07-08 Thread Guillaume Nodet (JIRA)
Split the JVM packages from the main config.properties file for easier 
maintenance
--

 Key: KARAF-109
 URL: https://issues.apache.org/jira/browse/KARAF-109
 Project: Karaf
  Issue Type: Improvement
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet
 Fix For: 2.0.0




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



[jira] Resolved: (KARAF-54) Minimum default properties

2010-07-08 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet resolved KARAF-54.
--

 Assignee: Guillaume Nodet
Fix Version/s: 2.0.0
   Resolution: Fixed

Committing to https://svn.apache.org/repos/asf/karaf/trunk ...
M   
admin/command/src/main/java/org/apache/karaf/admin/main/Execute.java
M   
admin/command/src/test/java/org/apache/karaf/admin/main/ExecuteTest.java
M   admin/core/src/main/resources/OSGI-INF/blueprint/admin-core.xml
M   assembly/src/main/distribution/unix-shell/bin/karaf
M   assembly/src/main/distribution/windows-text/bin/karaf.bat
M   assembly/src/main/filtered-resources/bin/admin
M   assembly/src/main/filtered-resources/bin/admin.bat
M   demos/web/src/main/java/org/apache/karaf/web/WebAppListener.java
M   main/src/main/java/org/apache/karaf/main/Main.java
M   main/src/main/java/org/apache/karaf/main/Stop.java
M   main/src/main/java/org/apache/karaf/main/Utils.java
M   
shell/console/src/main/resources/OSGI-INF/blueprint/karaf-console.xml
M   shell/ssh/src/main/resources/OSGI-INF/blueprint/shell-ssh.xml
Committed r961799


> Minimum default properties
> --
>
> Key: KARAF-54
> URL: https://issues.apache.org/jira/browse/KARAF-54
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Alin Dreghiciu
>Assignee: Guillaume Nodet
>Priority: Minor
> Fix For: 2.0.0
>
>
> There are some properties that are set by the scrips such as for example in 
> my case:
> -Dservicemix.base=.
> -Dservicemix.name=root
> -Dservicemix.startLocalConsole=true
> -Dservicemix.startRemoteShell=false
> If this properties are not there Spring will complain about and do not start 
> the components using them. Can't there be some defaults as in the example 
> above?

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



[jira] Resolved: (KARAF-108) Change 'storage.location' system property to 'karaf.instances' for better homogeneity

2010-07-08 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet resolved KARAF-108.
---

Resolution: Fixed

Committing to https://svn.apache.org/repos/asf/karaf/trunk ...
M   
admin/command/src/main/java/org/apache/karaf/admin/main/Execute.java
M   
admin/command/src/test/java/org/apache/karaf/admin/main/ExecuteTest.java
M   admin/core/src/main/resources/OSGI-INF/blueprint/admin-core.xml
M   assembly/src/main/distribution/unix-shell/bin/karaf
M   assembly/src/main/distribution/windows-text/bin/karaf.bat
M   assembly/src/main/filtered-resources/bin/admin
M   assembly/src/main/filtered-resources/bin/admin.bat
M   demos/web/src/main/java/org/apache/karaf/web/WebAppListener.java
M   main/src/main/java/org/apache/karaf/main/Main.java
M   main/src/main/java/org/apache/karaf/main/Stop.java
M   main/src/main/java/org/apache/karaf/main/Utils.java
M   
shell/console/src/main/resources/OSGI-INF/blueprint/karaf-console.xml
M   shell/ssh/src/main/resources/OSGI-INF/blueprint/shell-ssh.xml
Committed r961799


> Change 'storage.location' system property to 'karaf.instances' for better 
> homogeneity
> -
>
> Key: KARAF-108
> URL: https://issues.apache.org/jira/browse/KARAF-108
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 2.0.0
>
>


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



[jira] Created: (KARAF-108) Change 'storage.location' system property to 'karaf.instances' for better homogeneity

2010-07-08 Thread Guillaume Nodet (JIRA)
Change 'storage.location' system property to 'karaf.instances' for better 
homogeneity
-

 Key: KARAF-108
 URL: https://issues.apache.org/jira/browse/KARAF-108
 Project: Karaf
  Issue Type: Improvement
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet
 Fix For: 2.0.0




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



[jira] Resolved: (KARAF-45) Improve war deployer in order to provide the WebApp-context

2010-07-08 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet resolved KARAF-45.
--

 Assignee: Guillaume Nodet
Fix Version/s: 2.0.0
   Resolution: Fixed

Committing to https://svn.apache.org/repos/asf/karaf/trunk ...
M   
deployer/war/src/main/java/org/apache/karaf/deployer/war/WarDeploymentListener.java
Committed r961734

Thx a lot for this patch.  Keep up the good work !  Btw, I've added you to the 
contributors page of Karaf (http://karaf.apache.org/team.html)

> Improve war deployer in order to provide the WebApp-context
> ---
>
> Key: KARAF-45
> URL: https://issues.apache.org/jira/browse/KARAF-45
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 2.0.0
>
> Attachments: org.apache.karaf.deployer.war.patch
>
>
> I have deployed a sample.war file top of SMX4 Kernel. The war is well 
> deployed. Unfortunately, I cannot reach the web site
> http://localhost:8080/file__D__Dvlpt_Java_workspace-ganymede_esb_apache-servicemix-kernel-1.2.0-SNAPSHOT_deploy_sample.war/index.html
> It seemed that the webapp-context generated by default by PAX
> {code}
> file__D__Dvlpt_Java_workspace-ganymede_esb_apache-servicemix-kernel-1.2.0-SNAPSHOT_deploy_sample.war
> {code}
> is the cause of this issue :
> By the way, If I install manually the war using the following command :
> {code}
> install war:file:///d:/temp/sample.war?Webapp-Context=sample
> {code}
> the web site is reachable with the following address : 
> http://localhost:8080/sample/index.html
> Suggestion : Allow the user to provide the webapp context in order to avoid 
> weird name 

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



[jira] Resolved: (KARAF-107) Improve default log configuration with a rolling file appender

2010-07-08 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet resolved KARAF-107.
---

  Assignee: Guillaume Nodet
Resolution: Fixed

Sendingetc/org.ops4j.pax.logging.cfg
Transmitting file data .
Committed revision 961686.


> Improve default log configuration with a rolling file appender
> --
>
> Key: KARAF-107
> URL: https://issues.apache.org/jira/browse/KARAF-107
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 2.0.0
>
>


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



[jira] Created: (KARAF-107) Improve default log configuration with a rolling file appender

2010-07-08 Thread Guillaume Nodet (JIRA)
Improve default log configuration with a rolling file appender
--

 Key: KARAF-107
 URL: https://issues.apache.org/jira/browse/KARAF-107
 Project: Karaf
  Issue Type: Improvement
Reporter: Guillaume Nodet
 Fix For: 2.0.0




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



[jira] Created: (KARAF-106) Provide a more minimal / static disitrbution of karaf

2010-07-08 Thread Guillaume Nodet (JIRA)
Provide a more minimal / static disitrbution of karaf
-

 Key: KARAF-106
 URL: https://issues.apache.org/jira/browse/KARAF-106
 Project: Karaf
  Issue Type: Improvement
Reporter: Guillaume Nodet


Servers that are mostly static (thinking about activemq, directory, james, 
etc...) usually don't require the deploy folder, the admin stuff and all.
I think we should provide a slightly more lightweight distribution without the 
added bits.  For example, ssh could be added through a feature, but not 
included by default, etc...

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