Re: [appfuse-user] mvn dbunit:operation with oracle 10g

2008-02-18 Thread Rob Hills
Hi , chenj wrote: D:\chenj\eclipseWorkspace\circprj>mvn -e + Error stacktraces are turned on org.codehaus.mojo.dbunit.OperationMojo.execute(OperationMojo.java:101) ... 18 more The "18 more" suggests this is Maven's output - you need to look at your log files in your target/suref

[appfuse-user] mvn eclipse:eclipse is not reliable

2008-02-18 Thread Nikolay Karasev
I had to add manually a couple of jar files from ~/.m2 that were not added by this command. Also as far as this commend simply expands the entire repository to individual files - I'd say it is only half way helpful. It seems that eclipse team might want to have some sort of auto-expand feature. Th

[appfuse-user] Skins and external content

2008-02-18 Thread emmettwalsh
Are there any skins for appfuse 2 that have sections of the screen dedicated to holding external content e.g. advertising banners ? thanks E -- View this message in context: http://www.nabble.com/Skins-and-external-content-tp15550490s2369p15550490.html Sent from the AppFuse - User mailing list a

Re: [appfuse-user] Where is org.appfuse.model ?

2008-02-18 Thread Nikolay Karasev
Yup, this works best !!! Thanks, Nikolay On Feb 18, 2008 8:37 AM, Leo Barrientos C <[EMAIL PROTECTED]> wrote: > The solution is: > > mvn eclipse:clean > > mvn eclipse:eclipse > > Create the M2_REPOS var in eclise > .m2/repository > > Close and re-open eclipse (To use the new .classpath) > > > > >

Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-18 Thread dusty
Changes to your user object shouldn't get persisted until the session flushes at the end of the transaction. But things get fuzzy here for me since I am not really an expert on Hibernate/Spring transactions. You call UserManager.save(user) right after the code below, right? So somehow the tra

Re: [appfuse-user] Gracefully removing Maven from Appfuse-light

2008-02-18 Thread dusty
rrc7cz wrote: > > For various policy reasons, I can't have any trace of Maven in my project. > I > was wondering if there are gotchas I should be aware of before I start > removing it from the project. Any tips on making it easier? Thanks, > > Rob > > Hmmm. Well you are going to want to do

Re: [appfuse-user] DropDown and Checkbox from Appfuse:gen

2008-02-18 Thread dusty
There is no provision for creating a foreign key (object relationship) based drop-down in appfuse:gen. So if you have a OneToMany relationship in your model that you ran appfuse:gen against, then you will need to create your own drop-down based on the models children. Its not too terrible. In y

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

Re: [appfuse-user] Where is org.appfuse.model ?

2008-02-18 Thread Leo Barrientos C
The solution is: mvn eclipse:clean mvn eclipse:eclipse Create the M2_REPOS var in eclise > .m2/repository Close and re-open eclipse (To use the new .classpath) On Sun, 2008-02-17 at 21:58 -0800, Nikolay Karasev wrote: > Thanks to those who is helping - I am busy with lots of stuff but I > s

Re: [appfuse-user] How to make Maven see a new JAR that's not in Maven repository?

2008-02-18 Thread Michael Horwitz
The best way to handle this is to run an internal repository for proprietary jars. You can look at Archiva: http://maven.apache.org/archiva/ as one possible solution. Adding a jar to your local maven repository is simple: just add a dependency in your pom.xml, run maven and it will complain the de

[appfuse-user] How to make Maven see a new JAR that's not in Maven repository?

2008-02-18 Thread syg6
I have successfully added a JAR to my app. This JAR contains another app of mine and I need access to some code contained within. I physically added it to my WEB-INF/lib dir, did a Refresh in Eclipse and added it in the Properties : Java Build Properties. Everything compiles but when I execute ru

[appfuse-user] Struts 2 Modular appfuse:full-source display tag is disable because old commons-beanutils-1.6.1.jar not found methed

2008-02-18 Thread WangJavaFans
mvn jetty:run What about in "web/pom.xml " file add commons:beanutils:1.7.1 version jar file to WBE-INF/lib/ -- View this message in context: http://www.nabble.com/Struts-2-Modular--appfuse%3Afull-source--display-tag--is-disable--because--old-commons-beanutils-1.6.1.jar--not-found-methed-t

[appfuse-user] mvn dbunit:operation with oracle 10g

2008-02-18 Thread chenj
D:\chenj\eclipseWorkspace\circprj>mvn -e + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] [INFO] Building AppFuse Struts 2 Application [INFO]task-segment: [install] [INFO]