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
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
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
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)
>
>
>
>
>
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
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
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
>
> 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
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
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
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
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
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]
13 matches
Mail list logo