-
1. Re: Logger
davsclaus Feb 20, 2011 2:10 AM (in response to nohaapav)What version of the ESB are you using? And do you hot-deploy bundles and as a result of that the logger may not "work" ?
-
2. Re: Logger
njiang Feb 20, 2011 4:58 AM (in response to nohaapav)It much like a Fuse ESB issue instead of Fuse SF issue.
You should give us more information about your application for investigation.
Willem
-
3. Re: Logger
nohaapav Feb 20, 2011 8:35 AM (in response to njiang)Hi Willem,
the description of my application (part of that) is in next thread where i'm solving problem with SOAPFaultException. Could you please check ? . Thanks.
4 davsclaus : i'm using apache-servicemix-4.3.1-fuse-00-00 and always use
this command for deploy:
osgi:install mvn:com.blabla/blabla/0.0.1-SNAPSHOT
Edited by: nohaapav on Feb 20, 2011 1:34 PM
-
4. Re: Logger
ffang Feb 20, 2011 8:08 PM (in response to nohaapav)Hi,
Just one note,
osgi:install mvn:com.blabla/blabla/0.0.1-SNAPSHOT
just install but not start the bundle,
using
osgi:install -s mvn:com.blabla/blabla/0.0.1-SNAPSHOT
start the bundle.
Freeman
-
5. Re: Logger
nohaapav Feb 21, 2011 6:52 AM (in response to ffang)Yes i know .. after that i'm using always osgi:start bundlenumber but in most cases it started automatically.
But probably it's about queue .. cause me and my college we 're using same oracle queue and when he's not working at all everything seems to be ok .. but after he join same queue he's able to see my log and me not vice versa .. so maybe that's the deal ..
I'll try to use another queue for my purpose and i think it will work ok