Re: [appfuse-user] How to move thrid party libraries to war file

2009-03-05 Thread tonylu880042
Yea, it works Thanks, tony mraible wrote: > > If you remove the scope=system and systemPath, it should work (if you > have your coordinates defined correctly). > > Matt > > On Mar 5, 2009, at 7:04 PM, tonylu880042 wrote: > >> >> Hi, >> Thanks for the quick response. >> I did install:instal

Re: [appfuse-user] How to move thrid party libraries to war file

2009-03-05 Thread Matt Raible
If you remove the scope=system and systemPath, it should work (if you have your coordinates defined correctly). Matt On Mar 5, 2009, at 7:04 PM, tonylu880042 wrote: Hi, Thanks for the quick response. I did install:install-file my jar files into local repository. But, it seems still not cop

Re: [appfuse-user] How to move thrid party libraries to war file

2009-03-05 Thread tonylu880042
Hi, Thanks for the quick response. I did install:install-file my jar files into local repository. But, it seems still not copy to my war file. I will try to install the nexus as our local repository. Best regards, tony mraible wrote: > > I would recommend using the maven-install-plugin to ru

Re: [appfuse-user] How to move thrid party libraries to war file

2009-03-05 Thread Matt Raible
I would recommend using the maven-install-plugin to run "mvn install:install-file" and install the libraries in your local repository. http://maven.apache.org/plugins/maven-install-plugin/ Another good solution is to setup a repository manager like Nexus that gets shared throughout your company/t

[appfuse-user] How to move thrid party libraries to war file

2009-03-05 Thread tonylu880042
Hi people, I use several 3rd party libraries that is not in maven repository. So, in my pom.xml file's using system and specified the jar file in tag. It works in compile time, however, it would not work when run war because the war process not copy the jar files into war. Is there possible t

Re: [appfuse-user] Building standalone apps on top of AppFuse project

2009-03-05 Thread greggersh
Sorry, what I meant to say was that the front end is in Rails, with several back-end components built in Java. mraible wrote: > > If you're using Rails for the backend, what exactly do you want to use > AppFuse for? > > Matt > > On Thu, Mar 5, 2009 at 12:06 PM, greggersh wrote: >> >> Hi, I'm

Re: [appfuse-user] Building standalone apps on top of AppFuse project

2009-03-05 Thread Matt Raible
If you're using Rails for the backend, what exactly do you want to use AppFuse for? Matt On Thu, Mar 5, 2009 at 12:06 PM, greggersh wrote: > > Hi, I'm new to AppFuse.  I'm building an application with several different > components that all access the same database, and I'm hoping to be able to

[appfuse-user] Building standalone apps on top of AppFuse project

2009-03-05 Thread greggersh
Hi, I'm new to AppFuse. I'm building an application with several different components that all access the same database, and I'm hoping to be able to use AppFuse to generate/manage the project. I've gone through the tutorials, and am interested if anyone has any thoughts on how best to use AppFu

Re: [appfuse-user] How to turn off password encoding

2009-03-05 Thread syg6
Oops. Nevermind. I found an old message on the forum that shows how to solve this problem. All you have to do is comment-out the definition of the passwordEncoder bean and also comment it out from the daoAuthenticationProvider bean definition. Sorry for the wasted bits! Bob syg6 wrote: > > I o

[appfuse-user] How to turn off password encoding

2009-03-05 Thread syg6
I originally had the default ShaPasswordEncoder in my security.xml but have since changed it to PlaintextPasswordEncoder for reasons related to the project. I would like to turn off encryption entirely. How can I do this? I tried commenting out the passwordEncoder bean in security.xml but the app