cablepuff wrote:
however i get this errorabout namespace www.springframework.org/schema/tx cannot be found.Is their a better way to create deployable jar files that runs on differentmachine.
It sounds like you are trying to create an uberjar, AKA a jar-with-dependencies.
An uberjar is a new big jar created by unpacking all the dependent jars into one big jar, which being self contained, will run on any machine without needing any special classpath setup.
The assembly plugin can create uberjars for you, look at the docs for the assembly plugin to see how.
Regards, Graham --
smime.p7s
Description: S/MIME Cryptographic Signature
