users@glassfish.java.net

Re: Embedded - creates gfembed<random-number>tmp with installation root set

From: <glassfish_at_javadesktop.org>
Date: Mon, 08 Feb 2010 08:51:28 PST

Found a better workaround that just sets the path to the transaction log files. I put the log files in the target folder so that they don't come up in the subversion views.

I changed this line in domain.xml:

<transaction-service tx-log-dir="${com.sun.aas.instanceRoot}/logs" />

to:

<transaction-service tx-log-dir="../../target/txlogs" />

Still dirty, but works.
[Message sent by forum member 'andersaab' (andersaa_at_gmail.com)]

http://forums.java.net/jive/thread.jspa?messageID=385487