[deamon] SystemTray

2012-04-27 Thread T Mathis
Hi,

I have a java program which uses the SystemTray. Now i'm starting it
with commons-deamon 1.0.10

How is it possible to see the SystemTray icon on the desktop (for every user)?

Thx,
Tom

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



[DBCP] BasicManagedDataSource and Spring...

2012-04-27 Thread James Carman
I'm trying to use a BasicManagedDataSource inside FuseESB/ServiceMix
using Spring's transaction management and Aries' provided transaction
manager.  I'm setting the transactionManager property of the BMDS, but
I don't see my transactions actually committing.  I see in:

https://issues.apache.org/jira/browse/DBCP-361

that BMDS won't work with Spring declarative transactions and
PROPAGATION_REQUIRED.  Is this still true?  I'm using version 1.4.
Does anyone know exactly what the issue seems to be with Spring?

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org



Re: [deamon] SystemTray

2012-04-27 Thread Mladen Turk

On 04/27/2012 11:17 AM, T Mathis wrote:

Hi,

I have a java program which uses the SystemTray. Now i'm starting it
with commons-deamon 1.0.10

How is it possible to see the SystemTray icon on the desktop (for every user)?



With older windows that's possible by using interactive service mode.
However with Vista and later, Microsoft uses Session 0 concept, so without
some serious tricks that's not possible (and not recommended).

The true solution would be to use a 'service' and separate try application
which would communicate with the 'service' using some IPC mechanism.


Regards
--
^TM

-
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org