Re: Re: [appfuse-user] [apffuse-user]Core

2008-04-04 Thread oliver.appfuse
Dustin, thank you so much for explain to me, what i have done is : 1)using mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-core -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0.1 -DgroupId=net.olstudio.appfuse.core -Da

Re: [appfuse-user] GenericDaoHibernate - NoSuchMethodException

2008-04-04 Thread Rob Hills
Hi Rob, justme2 wrote: Hi to all, I;m facing a problem that I'm unable to solve, following the tutorial regarding persistence and Hibernate, an error raised up running "mvn -e test -Dtest=AnonIdDaoTest -Dsurefire.useFile=false". This is the output of the command (part of): ---

Re: [appfuse-user] Select not getting value from bean

2008-04-04 Thread Dustin Pearce
Can you try dropping the key and value attributes of the list and just replace with name="customer.title" ? Also can you post the HTML source of the generated SELECT+OPTIONS? -D On Apr 4, 2008, at 1:06 AM, JC Oosthuizen wrote: Hi All, I have a POJO that have a enum field as follows: privat

Re: [appfuse-user] [apffuse-user]Core

2008-04-04 Thread Dustin Pearce
Oliver, I think you need to be a little more specific about what you have done so far and the errors you are getting back. I think you are referring to a modular archetype, where there is a core and web module. The purpose of a modular archetype is to create a service layer (core) indep

[appfuse-user] [apffuse-user]Core

2008-04-04 Thread oliver.appfuse
hi, i am a newbie to learn appfuse,i have some doubt which are: 1)what is core project used for? 2)how to get the full source code of it,i try use mvn appfuse:full-source but i get an exception. what should i do ? oliver.lee 2008-04-05

Re: [appfuse-user] Problems with german umlauts

2008-04-04 Thread Kropp, Henning
Well Kai I hope this helps any. If I do the following I get it to work. I unzip your attachment on local system (vista) than I have to change Ã? into ä in the sample-data.xml and the DaoTest.java . Then I change the encoding of sample-data.xml to utf-8 else it throws the java.io.UTFDataFormatE

Re: [appfuse-user] Copy project files in 2.x

2008-04-04 Thread Matt Raible
Nothing's a bad idea if it's useful for users. Here's what you'd likely need to do: 1. Copy the project directory to another directory at the same level. 2. Change the groupId in the master pom.xml to the new package name 3. Change the artifactId in the master pom.xml to the new project name 4. Ru

Re: [appfuse-user] JSecurity

2008-04-04 Thread Luke Shannon
Its not ready yet for Grails. The info I got was a beta could be ready for mid April. Thanks for the confirmation from an Appfuse point of view. On Fri, Apr 4, 2008 at 11:56 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > I know there's a Grails plugin for it, but that's about it. I have no > plans

Re: [appfuse-user] Copy project files in 2.x

2008-04-04 Thread Luke Shannon
Thats what I was looking for, I tried it as well (I have 2.07) and got the same error. Is the idea of adding the ant task that did this in 1.x a bad idea? On Fri, Apr 4, 2008 at 11:56 AM, Matt Raible <[EMAIL PROTECTED]> wrote: > Are you asking if it has the ability to create a new project from an

Re: [appfuse-user] JSecurity

2008-04-04 Thread Matt Raible
I know there's a Grails plugin for it, but that's about it. I have no plans to switch from Acegi Security to another mechanism at this time. Matt On Fri, Apr 4, 2008 at 9:34 AM, Luke Shannon <[EMAIL PROTECTED]> wrote: > Anyone have any opinions on this? > > http://www.jsecurity.org/docs/quicksta

Re: [appfuse-user] Copy project files in 2.x

2008-04-04 Thread Matt Raible
Are you asking if it has the ability to create a new project from an existing one? If so, it "might". The archetype plugin is supposed to allow you to run "mvn archetype:create-from-project". I tried it and got: [INFO] Cannot create archetype from this project. Embedded error: /Users/mraible/myp

[appfuse-user] Copy project files in 2.x

2008-04-04 Thread Luke Shannon
Does Appfuse 2.x have a copy files feature like 1.x did (the target was called 'new' in the build file)? I think I read somewhere 2.x has ant support. Should I just lift the build.xml from 1.x and add it to my 2.x project get this functionality? Is there a tutorial or article on adding ant to 2.

[appfuse-user] JSecurity

2008-04-04 Thread Luke Shannon
Anyone have any opinions on this? http://www.jsecurity.org/docs/quickstart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[appfuse-user] GenericDaoHibernate - NoSuchMethodException

2008-04-04 Thread justme2
Hi to all, I;m facing a problem that I'm unable to solve, following the tutorial regarding persistence and Hibernate, an error raised up running "mvn -e test -Dtest=AnonIdDaoTest -Dsurefire.useFile=false". This is the output of the command (part of): -

Re: [appfuse-user] Spring 2.5 Autowire no unique bean error

2008-04-04 Thread Matt Raible
Adding @Qualifier("countryManager") should solve this issue. If you have JSR-250's JAR in your classpath (or are using JDK 6), you can also use @Resource(name="countryManager") instead of the more verbose @Autowired @Qualifier("countryManager"). Matt On Fri, Apr 4, 2008 at 2:15 AM, mschipperheyn

Re: [appfuse-user] Forum Posting

2008-04-04 Thread Matt Raible
You are correct that the top-level forum does not post to the mailing list. I'll see if I can adjust it so no posts can be made there to eliminate confusion. In the meantime, here's my response: http://www.nabble.com/Coming-back-to-Appfuse-to16467807s2369.html#a16491759 Matt On Fri, Apr 4, 2008

[appfuse-user] Forum Posting

2008-04-04 Thread Luke Shannon
Hi I Posted this to the forum, but since it doesn't have a child forum I am guessing it was not posted to the list. Does anyone have any comments of this? http://www.nabble.com/Coming-back-to-Appfuse-to16467807s2369.html Thanks

[appfuse-user] Re: Re: ATB/RE: [appfuse-user] UnsatisfiedDependencyException

2008-04-04 Thread Martin Homik
Hi Matt, Note, I have suggested a work-around http://www.nabble.com/forum/ViewPost.jtp?post=16300428&framed=y&skin=2369 here . Anyway, I ran the following mvn commands on your attached 'myProject'. 1. $ mvn -version Maven version: 2.0.7 Java version: 1.6.0_01 OS name: "windows xp" version: "5.

[appfuse-user] Spring 2.5 Autowire no unique bean error

2008-04-04 Thread mschipperheyn
Hi all, Has anyone tried to use Spring 2.5 yet? You get this error when you try to use the annotated controller with autowiring. 2008-04-03 17:06:20.818::WARN: Nested in org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'loadCategoryController': Autowiring

[appfuse-user] Select not getting value from bean

2008-04-04 Thread JC Oosthuizen
Hi All, I have a POJO that have a enum field as follows: private Title title; @Enumerated(EnumType.ORDINAL) @Column(length = 10, nullable=true, columnDefinition="integer") public Title getTitle() { return title; } public void setTitle(Title title) { this.title = title; } And my enum is a