Has anyone been able to ge ch.qos.logback.classic.net.SMTPAppender working? According to...
Type: Posts; User: 3hough; Keyword(s):
Has anyone been able to ge ch.qos.logback.classic.net.SMTPAppender working? According to...
I think this is a fairly fundamental question - hopefully the answer will be simple.
In META-INF/spring/module-osgi.xml of bundle A I'm able to up a non-interface (concrete class) as an OSGi...
I've got the exact same configuration and am seeing the same problem.
I'm seeing the same behavior.
Brilliant! Works perfectly now.
In case anyone else wants to use the netbeans profiler just add
org.netbeans.lib.profiler.server, org.netbeans.lib.profiler.server.*
to your boot...
Are there any other steps to get profiling to work besides...
Add the relevant profiling packages to lib/java*-server.profile under the org.osgi.framework.bootdelegation key. e.g. ...
That's great to hear. Looking forward to this feature.
This is exactly the tidbit of information that I was hoping for. I had no idea the server kept a recovery log. I'm going to experiment...
Using Spring DM 1.2.0 and Spring DM Server (very recent snapshot). Seeking some advice on production deployment options for my situation:
1. I have a legacy WAR that's been *mostly* converted to a...
That was a point in the right direction. I finally found a fix, but it doesn't really make sense. Unfortunately I don't have time to really investigate. Anyway, here's what I did in case anyone else...
I'm experiencing the same problem. Cuball, did you ever find a fix? Here are my relevant configs followed by the stack trace:
<?xml version="1.0" encoding="UTF-8"?>
<beans...
http://jira.springframework.org/browse/OSGI-740
I'll raise an issue and post the link here once it's up. Thanks!
I orginally posted this in the Spring Development Tools forum (http://forum.springsource.org/showthread.php?t=70712) but didn't get any responses. Re-posting here in the hopes that someone else has...
Using Spring IDE Core and Spring IDE OSGi Extension in Eclipse, both version 2.2.3.M1, to develop with Spring DM.
Getting a "Spring Beans Problem" error in my META-INF/spring/module-osgi.xml. The...
Perfect. Thanks!
Are these available anywhere? Latest I can find right now is 2.0.0.M1 and I'd be interested in testing the bleeding edge.
Got it working! Neither of my previous two issues are a problem anymore. Woot!
Unfortunately I can't pinpoint what exactly made it work (don't you love those kind of bugs?). My hunch is that...
It's the only bean using this PID.
Turned up logging on org.springframework.osgi.compendium and got more insight to what's happening. Below are the interesting events in the order in which...
Using Spring DM 1.2.0 (hot off the press!) and would like the configuration admin control some properties of one of my beans exposed as a service, but I seem to be missing
a piece of the puzzle.
...