Re: [appfuse-user] java.lang.NoSuchMethodError

2009-11-05 Thread watcher
I found the bugger. The mvn dependency:tree didnt point to an earlier version of the same jar. So I figured it had to be included in one of the jar that are compiled for scope test. Finally, going through my repository I found the culprit. org.liquibase

[appfuse-user] java.lang.NoSuchMethodError

2009-11-05 Thread watcher
I've getting an error thats got me stumped. I'm running a junit test through eclipse that passes but when I run it via the command line I'm getting the following error. java.lang.NoSuchMethodError: au.com.bytecode.opencsv.bean.CsvToBean.parse(Lau/com/bytecode/opencsv/bean/MappingStrategy;Lau/com

Re: [appfuse-user] Appfuse and Compass error

2009-10-28 Thread watcher
Hi Matt I've downloaded the latest snapshot When I run > mvn install it complains about Failed to resolve artifact maven-archetype-plugin:pom:2.0-alpha-5-SNAPSHOT This version dosn't appear to be in the maven repos mraible wrote: > > The following issue has a patch you might be able t

[appfuse-user] Generate random Test Data

2009-10-23 Thread watcher
I've noticed that the appfuse-maven-plugin will generate random test data in sample-data.xml I was wondering if any of the appfuse community could recommend a good sample test data generator tool. I've done a quick google search but nothing has caught my eye. I like something that generates r

Re: [appfuse-user] how to config GMail's SMTP server to be used by AppFuse

2009-01-06 Thread watcher
t; this way??! >>> And what about if I try to change AppFuse mailing behavior?!! Like >>> this: >>> whenever a new member SignUp an account, a e-mail is sent to my >>> (AppFuse) >>> Application Administrator's mail box (instead of new member m

Re: [appfuse-user] Creating Entity POJO / AMP issues - Project Generation

2008-12-31 Thread watcher
Ice-Man wrote: > > And do I really need to run *mvn appfuse:full-source *so that be able to > Create a Person Entity as saw in > Tutorials > ??! > > Ice-Man > > No you dont have to. -- View this message in context: http://www.nabble.com/Creati

Re: [appfuse-user] how to config SMTP | AppFuse to use Exchange/OutLook

2008-12-31 Thread watcher
Ice-Man wrote: > >I would like to confirm if SMTP settings are used whenever a new member > SingUp an account, right??! > If so, I would like to know how to config SMTP to set AppFuse to use > Exchange/OutLook Coorporative MailServer??! > In advance, thnx, > > Ice-Man > > Just upda

Re: [appfuse-user] Integrating Apache Camel

2008-04-16 Thread watcher
If I roll back to 6.0.0 from 6.1.9 the problem goes away. org.mortbay.jetty maven-jetty-plugin 6.0.0 false / 3 src/main/webapp/WEB-INF **/*.jsp

Re: [appfuse-user] Integrating Apache Camel

2008-03-27 Thread watcher
ing included or possibly juel and they're causing a conflict. > > Matt > > On Wed, Mar 26, 2008 at 8:26 AM, watcher <[EMAIL PROTECTED]> wrote: >> >> I'm getting a strange error that I'm unable to solve and I was hoping >> someone >> coul

[appfuse-user] Integrating Apache Camel

2008-03-26 Thread watcher
I'm getting a strange error that I'm unable to solve and I was hoping someone could give me some pointers. I'm using Appfuse version 2.01 SpringMVC , full-source I'm attempting to integrate Apache Camel into Appfuse. Everything works fine until add the camel-juel dependancy to my POM or

Re: [appfuse-user] User Password strength

2008-02-18 Thread watcher
> > You could require that the current password be provided in order to edit > an existing user, then you can check whether the pre-encrypted password > matches your rules, and that the post-encrypted password matches their > current password. If either of those fail the edit can be rejecte

[appfuse-user] User Password strength

2008-02-13 Thread watcher
I'm attempting to add password strength validation to the user object. Here's what I've added to the validation.xml password ^(?=.*[0-9])(?=.*[a-z])(?=.*[A-Z])[0-9a-zA-Z]{6,20}$ This Reg Expression I'm told requires a password to have a least 1 uppercase letter, 1 digit a

Re: [appfuse-user] use of embedded address in an other class

2007-11-07 Thread watcher
Hi ElBibich Did you find a solution to the problem. ElBibich wrote: > > Sorry, > > I have found issue just after having clicked the send button ;-) > > Julien Chanséaume. > > Julien C. a écrit : >> Hi list, >> >> (Spring MVC) >> I'm using the class Address in my Entreprise class. It's the

Re: [appfuse-user] Problems executing controller test after running mvn appfuse:full-source

2007-10-11 Thread watcher
After adding commons-lang commons-lang 2.3 to my pom.xml file I still got the IS_JAVA_1_6 error. It turned out that a old common-lang-2.1.jar existed in my src, lib directory so both jar's where gettin