David Walluck wrote: > Bryce McKinlay <mckinlay@xxxxxxxxxx> wrote: > > Further, this creates difficulties testing FC's Jonas with > > other jpackaged JVMs because they require a separate jta.jar. > > What are the difficulties? `build-classpath jta` should return the > correct jar even though the actual jar returned may differ based on > jvm version. It does, however, jonas makes a symbolic link to jta.jar using build-jar-repository at build time (well, %install time). Fedora's jonas is built with gcj, so the link points to gcj's jta.jar (in /usr/lib/jvm-exports/java/jta.jar). This link is not changed when you switch JVM. Cheers, Gary