Re: Startup problems: javax.naming.NoInitialContextException: Unable to determine caller'sBundleContext

2010-11-30 Thread Ioannis Canellos
Hi Bengt, Do you install/uninstall anything between the restarts? On Tue, Nov 30, 2010 at 10:56 AM, Bengt Rodehav be...@rodehav.com wrote: I use Karaf 2.1.2. On a clean startup (the data directory is empty) everything works OK. However, when I restart Karaf (without cleaning out the data

Re: Startup problems: javax.naming.NoInitialContextException: Unable to determine caller'sBundleContext

2010-11-30 Thread Guillaume Nodet
This exception comes from the aries jndi bundle it seems. I've tested various combinations of karaf and aries jndi, but all seem to have this behavior. COuld you please raise a JIRA issue ? I'm not sure yet, but I suspect the problem is in the aries jndi bundle. On Tue, Nov 30, 2010 at 08:56,

Re: Startup problems: javax.naming.NoInitialContextException: Unable to determine caller'sBundleContext

2010-11-30 Thread Bengt Rodehav
JIRA created: https://issues.apache.org/jira/browse/KARAF-304 /Bengt 2010/11/30 Guillaume Nodet gno...@gmail.com This exception comes from the aries jndi bundle it seems. I've tested various combinations of karaf and aries jndi, but all seem to have this behavior. COuld you please raise a

Ather URL Handler not available.

2010-11-30 Thread Bengt Rodehav
Starting from Karaf 2.1.2 I get the following in my log file: *2010-11-30 09:21:45,911 | INFO | rint Extender: 2 | AetherBridgeConnection | .internal.AetherBridgeConnection 61 | Ather URL Handler not available.* *2010-11-30 09:21:45,911 | DEBUG | rint Extender: 3 | core

Re: Ather URL Handler not available.

2010-11-30 Thread Guillaume Nodet
Yes, those are harmless and can be safely ignored. On Tue, Nov 30, 2010 at 11:58, Bengt Rodehav be...@rodehav.com wrote: Starting from Karaf 2.1.2 I get the following in my log file: 2010-11-30 09:21:45,911 | INFO  | rint Extender: 2 | AetherBridgeConnection           |

Re: Ather URL Handler not available.

2010-11-30 Thread Bengt Rodehav
OK - thanks, /Bengt 2010/11/30 Guillaume Nodet gno...@gmail.com Yes, those are harmless and can be safely ignored. On Tue, Nov 30, 2010 at 11:58, Bengt Rodehav be...@rodehav.com wrote: Starting from Karaf 2.1.2 I get the following in my log file: 2010-11-30 09:21:45,911 | INFO | rint

RE: Ather URL Handler not available.

2010-11-30 Thread Łukasz Dywicki
What do you think to increase log level for this category by default? (Or report decrease proposal in aries) Best regards, Lukasz From: bengt.rode...@gmail.com [mailto:bengt.rode...@gmail.com] On Behalf Of Bengt Rodehav Sent: Tuesday, November 30, 2010 1:38 PM To: user@karaf.apache.org

Re: Ather URL Handler not available.

2010-11-30 Thread Guillaume Nodet
That's in pax-url, see http://issues.ops4j.org/browse/PAXURL-90 2010/11/30 Łukasz Dywicki l...@code-house.org: What do you think to increase log level for this category by default? (Or report decrease proposal in aries) Best regards, Lukasz From: bengt.rode...@gmail.com

Re: Accessing database connections using SpringDM in Karaf

2010-11-30 Thread Mike Van
Problem solved! The issue was using factory-method, which required the class I called to be static. This also required that all of my properties and thier mutators be static. This resulted in my bean that passed the reference not being able to see my mutators. The fix was to have my DAOTest