Re: [appfuse-user] Migrating AppFuse 1.9.4 JSF 1.1 application to JSF 1.2 on Tomcat 6

2008-03-17 Thread Matt Raible
Here's the changelog from when we upgraded to JSF 1.2 in 2.x. Hopefully it'll help: http://source.appfuse.org/changelog/appfuse?cs=2866 Matt On 3/14/08, Irshad Buchh <[EMAIL PROTECTED]> wrote: > > Hi, > > Can anyone share experience of migration an AppFuse 1.9.4 JSF 1.1 > application to AppFu

Re: [appfuse-user] Bean population in BaseDaoTestCase (Hibernate)

2008-03-17 Thread Matt Raible
Are you placing your .properties file in the correct directory? It should be in src/test/resources/${groupId}/ClassName.properties. Matt On 3/14/08, Frank-Michael Jaeschke <[EMAIL PROTECTED]> wrote: > > Hi, > > in BaseDaoTestCase Spring BeanUtils is used to populate values from a > HashMap val

[appfuse-user] warpath plugin and mevenide futures

2008-03-17 Thread johne
I have been using the warpath plugin within Netbeans for quite some time now. It is saving my neck as I have 6 different projects that all compile into each other. With the current Netbeans, it is limited to plugins under 2.0.6. I have to compile using an external maven. I have been having to

Re: [appfuse-user] Archetype repository missing - Appfuse Version 2.0.1

2008-03-17 Thread Matt Raible
There were some recent changes to the archetype plugin, I expect it to get better sooner. The "-U" means "update plugins". Matt On 3/17/08, Paolo Scopa <[EMAIL PROTECTED]> wrote: > > > i actually dont have a pom.xml in the directory. > It works now, (question: the -U option is not mentioned in

Re: [appfuse-user] Sitemesh & Doj

2008-03-17 Thread Doug Pham
Mike, Is there a pattern to do this or wherever I use dojo, I have to put it in a separate directory and include that in the excude tag of the decotrators.xml file? The code shows that everything is good, the dojo display shows an error loading information. Thanks, Doug Michael Horwitz <[

Re: [appfuse-user] Archetype repository missing - Appfuse Version 2.0.1

2008-03-17 Thread Paolo Scopa
i actually dont have a pom.xml in the directory. It works now, (question: the -U option is not mentioned in mvn help, where does it come from?). Anyway it looks a bit strange this message: [INFO] Using following parameters for creating OldArchetype: appfuse-basic-tapestry:2.0.1 OldArchetype? is

Re: [appfuse-user] Sitemesh & Doj

2008-03-17 Thread Michael Horwitz
Dojo uses html templates for its widgets. You need to prevent Sitemesh from decorating these or it all goes a little haywire Mike On 17/03/2008, Doug Pham <[EMAIL PROTECTED]> wrote: > > Matt, > You worked a lot with Sitemesh, is there any affect it have with dojo > or other ajax framewor

[appfuse-user] Sitemesh & Dojo

2008-03-17 Thread Doug Pham
Matt, You worked a lot with Sitemesh, is there any affect it have with dojo or other ajax framework that I should be aware of? I have a basic example, after I applied sitemesh to it, dojo is broke somewhere. Thanks, Doug - Never miss a thing. Make

[appfuse-user] Re: ta ana mabghitchi nb9a f la liste

2008-03-17 Thread khalid el hayani
sorry sorry I did make a mistake - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[appfuse-user] ta ana mabghitchi nb9a f la liste

2008-03-17 Thread khalid el hayani
3rafto chno ta ana mabghitchi nb9a m3akom f la liste 3mlo chi vote 3liya bghit ntfchech ta ana chwiya :p yalah rghboni rghboni bach n7is brassi 3ziz f7a nabil --- el hayani khalid - To unsubscribe, e-mail: [E

Re: [appfuse-user] Transactions and Errors

2008-03-17 Thread Jonathan Ritchie
That helps. :) Thanks very much. Jonathan On 17/03/2008, Matt Raible <[EMAIL PROTECTED]> wrote: > > On Mar 17, 2008, at 6:16 AM, Jonathan Ritchie wrote: > > > Lets suppose that my application is creating a new "Folder" object in > > a database and then adding some permission objects for some

Re: [appfuse-user] Transactions and Errors

2008-03-17 Thread Matt Raible
On Mar 17, 2008, at 6:16 AM, Jonathan Ritchie wrote: Lets suppose that my application is creating a new "Folder" object in a database and then adding some permission objects for some users. The controller at the moment looks something like this in vague pseudo code. String folderName = get

Re: [appfuse-user] Archetype repository missing - Appfuse Version 2.0.1

2008-03-17 Thread Kai Moritz
I'm not sure, but I think, I had the same error the last days. In my case I got the error, because I was trying to create the new project inside an old project. I just had to change into a directory without any pom.xml in it and the error vanishes... Just trying to get 2.0.1 Archetype, but i

Re: [appfuse-user] Archetype repository missing - Appfuse Version 2.0.1

2008-03-17 Thread Matt Raible
Try "mvn -U" to get the latest version of the archetype plugin (it was broken briefly). Matt On Mar 17, 2008, at 4:08 AM, Paolo Scopa wrote: Just trying to get 2.0.1 Archetype, but it looks like it doesnt work anymore. I did the same yesterday and it worked (i think, i deleted it since t

Re: [appfuse-user] Transactions and Errors

2008-03-17 Thread Jonathan Ritchie
Lets suppose that my application is creating a new "Folder" object in a database and then adding some permission objects for some users. The controller at the moment looks something like this in vague pseudo code. String folderName = getFolderName(); Folder folder = getFolderService().createFolde

[appfuse-user] Archetype repository missing - Appfuse Version 2.0.1

2008-03-17 Thread Paolo Scopa
Just trying to get 2.0.1 Archetype, but it looks like it doesnt work anymore. I did the same yesterday and it worked (i think, i deleted it since to restart again from scratch): C:\Workspace\Pro>mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-ta