I answered my own question. It looks like camel:run uses code similar to the
maven exec plugin and so the answer is to use the shell environment variable
MAVEN_OPTS to pass in JVM arguments. Interestingly, it appears that
camel:run is not forking a new JVM, but simply launching a new thread within
the maven process.

Now if I can just figure out why TPTP is giving me "Could not find agent
library in absolute path" when I've got the right 64bit file on the path to
match my 64 bit JVM. Baffling.


bwtaylor wrote:
> 
> Is there an easy way to enable debugging or profiling while using the
> camel maven plugin to do the camel:run goal? Or more generally, can I
> control the jvm arguments that are passed to the java command?
> 

-- 
View this message in context: 
http://www.nabble.com/camel%3Arun-JVM-arguments-tp24121531p24128096.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to