[jira] Work started: (FELIX-317) Modifying a Configuration retrieved from listConfigurations is not reflected in the ConfigAdmin

2007-07-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on FELIX-317 started by Felix Meschberger. > Modifying a Configuration retrieved from listConfigurations is not reflected > in the ConfigAdmin >

[jira] Assigned: (FELIX-317) Modifying a Configuration retrieved from listConfigurations is not reflected in the ConfigAdmin

2007-07-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned FELIX-317: --- Assignee: Felix Meschberger > Modifying a Configuration retrieved from listConfigurati

[jira] Created: (FELIX-317) Modifying a Configuration retrieved from listConfigurations is not reflected in the ConfigAdmin

2007-07-03 Thread Felix Meschberger (JIRA)
Modifying a Configuration retrieved from listConfigurations is not reflected in the ConfigAdmin --- Key: FELIX-317 URL: https://issues.apache.org/jira/browse/FELIX-317

[jira] Commented: (FELIX-316) Configuration Admin should use the bundle data storage area by default.

2007-07-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510072 ] Felix Meschberger commented on FELIX-316: - Fixed the use of the BundleContext.getDataFile result to ensure onl

[jira] Commented: (FELIX-316) Configuration Admin should use the bundle data storage area by default.

2007-07-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510069 ] Felix Meschberger commented on FELIX-316: - Thanks for pointing this out. In fact in my test cases I had the mo

[jira] Commented: (FELIX-316) Configuration Admin should use the bundle data storage area by default.

2007-07-03 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510016 ] Karl Pauls commented on FELIX-316: -- There seems to be a minor issue with the implementation namely, the FilePersise

Re: Hibernate and OSGi

2007-07-03 Thread Rob Walker
Peter Interesting - thx for the links. 2 or 3 years back we got a hyperjaxb demo going (which uses hibernate) on top of Oscar. It was quite quite crude, and just as you found we needed to include our own Session handling code which was very custom as I recall. It did work though and prove the

Hibernate and OSGi

2007-07-03 Thread Peter Kriens
As you might be aware off, there is a lot of discussion going on about how to use hibernate in an OSGi environment. I have been doing some research for the next OSGi release: * http://www.osgi.org/blog/2007/06/osgi-and-hibernate.html * http://www.osgi.org/blog/2007/07/to-declare-or-not-to-declare.

[jira] Commented: (FELIX-55) Look at migration to more recent Jetty version

2007-07-03 Thread Alin Dreghiciu (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509932 ] Alin Dreghiciu commented on FELIX-55: - Related to this, there is an effort going on at ops4j to implement the http

Re: EventDispatcher buggy filter update

2007-07-03 Thread Richard S. Hall
I agree with your assessment. I will post a fix. Thanks for the feedback. -> richard Konstantinos N. Ntermitzoglou wrote: Hi all, I have been facing some trouble with the DeviceManager. It looked like it would not receive registration and unregistration events of Devices and Drivers. Looking

Re: Need > JDK 5 profile in pom

2007-07-03 Thread stephane frenot
GG felix I could not find it. I patched the code and it seems to work, I just make some tests. I need to find how I can conditionally use this artifact. Thanks /stephane 2007/7/3, Felix Meschberger <[EMAIL PROTECTED]>: Hi, I would suggest to simply add a dependency to MX4J in the pom such th

[jira] Commented: (FELIX-316) Configuration Admin should use the bundle data storage area by default.

2007-07-03 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509814 ] Felix Meschberger commented on FELIX-316: - I have implemented this extension and checked in as Rev. 552770. A

EventDispatcher buggy filter update

2007-07-03 Thread Konstantinos N. Ntermitzoglou
Hi all, I have been facing some trouble with the DeviceManager. It looked like it would not receive registration and unregistration events of Devices and Drivers. Looking closer at DM's and Felix's source code, I have reached the following conclusion: According to the spec for the addServiceLis

Re: Need > JDK 5 profile in pom

2007-07-03 Thread Felix Meschberger
Hi, I would suggest to simply add a dependency to MX4J in the pom such that it can be built : mx4j mx4j-jmx 3.0.1 provided This library just contains the javax.jmx packages and thus should enable compilation without potentially introducing mx4j dependencies. Rega

Re: Need > JDK 5 profile in pom

2007-07-03 Thread stephane frenot
Is Something like this possible ? 1) javax.management:jmxri:jar:1.2.1 Try downloading the file manually from: http://java.sun.com/products/JavaManagement/download.html Then, install it using the command: mvn install:install-file -DgroupId=javax.management -DartifactId=jmxri \