fyi deploymentmanager.setLogConfiguration(true, true), then you can
catch the exceptions.
- sachin
On Feb 27, 2006, at 7:42 AM, Sachin Patel wrote:
The deployment manager can be configured so that the exceptions are
thrown to the client. I'm doing that.
- sachin
On Feb 27, 2006, at 4:42 AM, Prasad Kashyap wrote:
In the directory,
geronimo\modules\deploy-jsr88\src\java\org\apache\geronimo
\deployment\plugin\local\
StartCommand.run()
CommandSupport.doFail()
both trap exceptions and print out their stacktraces. Since the
exception doesn't bubble up, I'm unable to use them in a mojo.
I didn't want to mess with these files without talking to it's
creator/custodian.
Would they please advise how they want me to handle this ? I'd also
like to channel their output to the printstream of my choice for
logging purposes.
Cheers
Prasad