Re: [appfuse-user] archetype M5 offline

2007-08-28 Thread Djohannot
those archetypes before the > archetypes will be in your local repository and Maven will not try and > download them again. > > On 8/28/07, Djohannot <[EMAIL PROTECTED]> wrote: >> >> >> Yes, That's what i thought, but why does it work with M3 and M4 version?

Re: [appfuse-user] archetype M5 offline

2007-08-28 Thread Djohannot
connection? > > On 8/28/07, Djohannot <[EMAIL PROTECTED]> wrote: >> >> >> Yes, this is the message: >> >> [ERROR] BUILD ERROR >> [INFO] >> >> [INFO] Error creating f

Re: [appfuse-user] archetype M5 offline

2007-08-28 Thread Djohannot
] ... david J. Mike Horwitz wrote: > > Any build error messages? > > On 8/28/07, Djohannot <[EMAIL PROTECTED]> wrote: >> >> >> Hi mike, >> >> Thanks for your answer. Yeah, possible proxy issues, but if i try with >> M3, >> or M4 appfus

Re: [appfuse-user] archetype M5 offline

2007-08-28 Thread Djohannot
> Mike > > On 8/28/07, Djohannot <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> >> I wanted to upgrade my Appfuse version from M4 to M5 this morning, but >> maven >> tolds me that the archetype does not exist strange... any Idea? >> &g

[appfuse-user] archetype M5 offline

2007-08-28 Thread Djohannot
Hi, I wanted to upgrade my Appfuse version from M4 to M5 this morning, but maven tolds me that the archetype does not exist strange... any Idea? Thanks for you help, David Johannot P.S. the archetype i tried to download was the basic JSF mvn archetype:create -DarchetypeGroupId=org.appfus

[appfuse-user] set datatable page number

2007-08-15 Thread Djohannot
Hi, I've a datatable with a lot of data inside. When i edit an entry of my table and come back to the page, i wanna show my edited entry, and not try to search for it... I've see in the tableFooter that a Datascroller is used, but how can i say to it the page to shown? Or how can i tell him to r

Re: [appfuse-user] Change admin role name: throw AccessDeniedException

2007-07-30 Thread Djohannot
m5 or rc1 and using appfuse:full-source to give you full control over the > application. > > Mike. > > On 7/30/07, Djohannot <[EMAIL PROTECTED]> wrote: >> >> >> hello, >> >> I've add and change the appfuse roles name. I've made the change

[appfuse-user] Change admin role name: throw AccessDeniedException

2007-07-30 Thread Djohannot
hello, I've add and change the appfuse roles name. I've made the change in menu-config.xml (this part is ok, i see only the authorized pages), in the sample-data.xml and in security.xml. The problem is that when i try to add a new user, i've the AccessDeniedException of ACEGI thrown. In the se

Re: [appfuse-user] Problem : Many to One, cannot delete or update a parent row

2007-03-22 Thread Djohannot
Another information, I've found that it's only during the removing test that there's some problem's. thanks, David J. Djohannot wrote: > > Hi, > > I've a database with 2 tables, school and classroom. When i delete a > school, i want to delete all

[appfuse-user] Problem : Many to One, cannot delete or update a parent row

2007-03-22 Thread Djohannot
Hi, I've a database with 2 tables, school and classroom. When i delete a school, i want to delete all the corresponding classroom. But when i delete a classroom, i want to keep my school. In my classroom.java, i've declare an attribute like this: @ManyToOne(cascade=CascadeType.ALL, optional

Re: [appfuse-user] Error executing database operation: CLEAN_INSERT

2007-03-20 Thread Djohannot
I found the origin of the problem. I had an error on my sample-data.xml files.. (Always check your xml...) David Djohannot wrote: > > Hello, > > When i run mvn jetty:run-war -e, I've this error: > > Error executing database operation: CLEAN_INSERT > &g

Re: [appfuse-user] problem with Tutorial JSF : org.appfuse.webapp.action.BasePage cannot be found

2007-03-20 Thread Djohannot
You're right, thanks. mraible wrote: > > I'm guessing you're getting this error from your IDE? If so, it's > probably because it doesn't recognize (and use) the > maven-warpath-plugin. Everything should work fine from the command > line. > > Mat

[appfuse-user] Error executing database operation: CLEAN_INSERT

2007-03-20 Thread Djohannot
Hello, When i run mvn jetty:run-war -e, I've this error: Error executing database operation: CLEAN_INSERT I've drop my database from MySQL from the command line, but the problem is always the same. Has someone an Idea? -- View this message in context: http://www.nabble.com/Error-executing-da

[appfuse-user] problem with Tutorial JSF : org.appfuse.webapp.action.BasePage cannot be found

2007-03-16 Thread Djohannot
Hello, I wanna use appfuse with JSF. I've begin the tutorial but i've an error when I've to do a PersonList class. import org.appfuse.webapp.action.BasePage; import org.appfuse.service.GenericManager; public class SiteList extends BasePage implements Serializable { ... When i want to

[appfuse-user] Artifact problem with Appfuse on Netbeans 5.5 with Mavenide

2007-03-15 Thread Djohannot
Hello, I'm a new user of appfuse. I've follow the Quickstart without any problem. The problem came after I wanted to open my Appfuse Project on Netbeans. I've installed Mavenide (last relase) to do it. But when I open my project i've an "Artifact Resolution problem", who come with this des