Re: [appfuse-user] eclipse copy/paste/replace plugin

2007-03-06 Thread Benoit Moraillon
I know that but i imagine a plugin which do the following : 1) CTRL + C in order to copy a file (example : xxxManagerImpl) 2) CTRL + V => Eclipse ask for the new name of the file : wwwManagerImpl The plus : Eclipse replace all xxx string in the file by www in case sensitive mode and my new www

Re: [appfuse-user] Getting Pojo information from a DB

2007-03-06 Thread Luke Shannon
Hi Matt; I may be able to achieve my goal by calling a stored procedure using hibernate. The last part of chapter 7 of your book has me thinking this will work. I am going to give this a try tomorrow. Luke On 3/6/07, Luke Shannon <[EMAIL PROTECTED]> wrote: Ah, I know the feeling. Thanks for g

Re: [appfuse-user] JfreeChart - Struts2 - Appfuse detailed problem report -- I am a fool

2007-03-06 Thread VJ22
Draft ready...had to do it for our internal team alsowill be posting it up soon. apologies for the delay J. David Mendoza R. wrote: > > Any news on this? > > David M. > > VJ22 wrote: >> Sure thing.will sit down over the weekend and get it done >> >> >> >> J. David Mendoza R.

Re: [appfuse-user] SpringControllers tutorial - ant install-springmvc not found

2007-03-06 Thread Matt Raible
If you chose appfuse-src-1.9.4.zip, then you will need to install it. If you downloaded the Spring MVC version, it should already be installed. Instructions if you have the former: cd extras/spring ant install HTH, Matt On 3/6/07, ddog <[EMAIL PROTECTED]> wrote: Hi, I'm working with the 1.9

[appfuse-user] SpringControllers tutorial - ant install-springmvc not found

2007-03-06 Thread ddog
Hi, I'm working with the 1.94 version of AppGen with Struts selected as the framework. I want to go through the SpringControllers tutorial. One of the first instructions is 'If you have not installed Spring MVC module at this point, do so by running ant install-springmvc'. I do not have that optio

Re: [appfuse-user] JfreeChart - Struts2 - Appfuse detailed problem report -- I am a fool

2007-03-06 Thread J. David Mendoza R.
Any news on this? David M. VJ22 wrote: Sure thing.will sit down over the weekend and get it done J. David Mendoza R. wrote: Of course we would love a Struts2 - JFreeChart tutorial!!! Please do... David M. VJ22 wrote: Thanks Dusty I finally get this working and how..

[appfuse-user] Oracle open sources TopLink

2007-03-06 Thread Bryan Noll
Interesting stuff... http://www.prnewswire.com/cgi-bin/stories.pl?ACCT=109&STORY=/www/story/03-06-2007/0004540774&EDATE= - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[appfuse-user] web frameworks and cross-site scripting

2007-03-06 Thread viggo
Hi, today I read an article by Sverre H. Huseby, a programmer/security consultant from Norway. He's concerned about Spring MVC and cross-site scripting. The complete article can be read here: http://shh.thathost.com/secadv/spring-form-xss/ Anyone here thinking about this when developing web appl

Re: [appfuse-user] hibernate3 and cobertura plugins not getting along

2007-03-06 Thread Matt Raible
Sorry, I'm out of answers - you know as much as I do at this point. On 3/6/07, Rob van Oostrum <[EMAIL PROTECTED]> wrote: Just tried it. No luck. Same error. On 3/6/07, Matt Raible <[EMAIL PROTECTED]> wrote: > I believe I received an e-mail off-list where someone said reverting > to version 2.0

Re: [appfuse-user] hibernate3 and cobertura plugins not getting along

2007-03-06 Thread Rob van Oostrum
Just tried it. No luck. Same error. On 3/6/07, Matt Raible <[EMAIL PROTECTED]> wrote: I believe I received an e-mail off-list where someone said reverting to version 2.0 of the cobertura plugin fixed there problem. Matt On 3/6/07, Rob van Oostrum <[EMAIL PROTECTED]> wrote: > I get this error r

Re: [appfuse-user] hibernate3 and cobertura plugins not getting along

2007-03-06 Thread Matt Raible
I believe I received an e-mail off-list where someone said reverting to version 2.0 of the cobertura plugin fixed there problem. Matt On 3/6/07, Rob van Oostrum <[EMAIL PROTECTED]> wrote: I get this error running 'mvn site' on my projects: [INFO] Instrumentation was successful. [INFO] [resourc

[appfuse-user] hibernate3 and cobertura plugins not getting along

2007-03-06 Thread Rob van Oostrum
I get this error running 'mvn site' on my projects: [INFO] Instrumentation was successful. [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Nothing to compile - all classes are up to date [INFO] Preparing hibernate3:hb

Re: [appfuse-user] How to change the app name...

2007-03-06 Thread Matt Raible
You should be able to run "ant new" again and create a project with a new name from your existing project. Matt On 3/6/07, Jesfre <[EMAIL PROTECTED]> wrote: Hi anyone you are!!! :P You can change your appname & dbname in the properties.xml build.properties build.xml files of your proyect...

Re: [appfuse-user] Getting Pojo information from a DB

2007-03-06 Thread Luke Shannon
Ah, I know the feeling. Thanks for getting back to me though :-) I am reading your chapter in Spring Live on Hibernate (Chapter 7). I'm hoping to figure out a better way to do this from that. BTW: This is a great book! Luke On 3/6/07, Matt Raible <[EMAIL PROTECTED]> wrote: Nope, I'm just swam

Re: [appfuse-user] Getting Pojo information from a DB

2007-03-06 Thread Matt Raible
Nope, I'm just swamped with work right now and couldn't think of an easy answer. ;-) Matt On 3/6/07, Luke Shannon <[EMAIL PROTECTED]> wrote: Hi Matt; Am I totally missing the point with the code I sent? Thanks, Luke On 3/5/07, Luke Shannon <[EMAIL PROTECTED]> wrote: > BTW: > > PatientData i

Re: [appfuse-user] dependency exclusion for core classes

2007-03-06 Thread Matt Raible
It looks like there was a typo and basic was referring to modular. This has been fixed. http://appfuse.org/display/APF/AppFuse+Core+Classes Matt On 3/6/07, wnqq <[EMAIL PROTECTED]> wrote: Thank you for your answer. Michael Horwitz wrote: > > You would need to add the exclusion to: > >

Re: [appfuse-user] eclipse copy/paste/replace plugin

2007-03-06 Thread Jesfre
You can click on 'search' button in the toolbar - Input the word that do you want to replace - Click the 'Replace...' button - After Eclipse found all accurrences, you need to configure you search & replace If you want to replace words in an alone file, you can use Ctrl+F, this allow you replace

Re: [appfuse-user] How to change the app name...

2007-03-06 Thread Jesfre
Hi anyone you are!!! :P You can change your appname & dbname in the properties.xml build.properties build.xml files of your proyect... see forum for more info regards Jesfre some screen1 wrote: > > Hi all, > I am using appfuse 1.9.4 with ant 1.6.5. I gave "firstapp" as my > application n

Re: [appfuse-user] how do I add a library in AppFuse 2.0?

2007-03-06 Thread Bryan Noll
Add a dependency to the maven pom.xml file created by the archetype you command you executed. (I'm assuming that this is how you did it obviously.) http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html J. David Mendoza R. wrote: Hello everyone!!! How do I ad

[appfuse-user] how do I add a library in AppFuse 2.0?

2007-03-06 Thread J. David Mendoza R.
Hello everyone!!! How do I add a library in AppFuse 2.0? Thanx... David M. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[appfuse-user] How to change the app name...

2007-03-06 Thread some screen1
Hi all, I am using appfuse 1.9.4 with ant 1.6.5. I gave "firstapp" as my application name and "firstappdb" as database name when i create a new appfuse project. I included a lot of code to this project and now i want to change my application name and database name. Please can you tell me how to ch

Re: [appfuse-user] Why is userCache in userManager and UserSecurityAdvice?

2007-03-06 Thread tonyl
I tried it again - moving the UserSecurityAdvice.afterReturning() code to the UserManager and it worked this time. I had to adjust the UserManagerTest class as well to get the tests to run. The UserCache mocks were expecting the code to call removeFromCache once, but the code in the UserManager wa

[appfuse-user] eclipse copy/paste/replace plugin

2007-03-06 Thread benoit
I often use copy/paste and replace function in order to duplicate my manager/ dao /action... Do you know an eclipse plugin wich can automaticcaly replace occurences of string when doing a file copy/paste. For example, to replace all xxxManager by zzzManager in the file. Thanks, B. -- View this

Re: [appfuse-user] validators

2007-03-06 Thread tibi
found it ;) i needed to add this to struts.xml : /WEB-INF/pages/person.jsp person.html /WEB-INF/pages/person.jsp tibi wrote: ok i should have put them not next to my classes but in resource. now they are in my war file. and it works but now i

Re: [appfuse-user] validators

2007-03-06 Thread tibi
ok i should have put them not next to my classes but in resource. now they are in my war file. and it works but now i get a page not found error... next step... tibi tibi wrote: i'm working on adding validators. i tried following this tutorial: http://appfuse.org/display/APF/Using+Struts+2 i

Re: [appfuse-user] Webservices out of AppFuse v2.0

2007-03-06 Thread Bryan Noll
I'm trying to get going on this stuff right now. Of the 3 items you listed, only number 1 will be addressed in the first pass. I don't even have enough at this point though to get anything checked in. Until then, you may be better off not waiting on us, and blazing your own trail here assumi

[appfuse-user] validators

2007-03-06 Thread tibi
i'm working on adding validators. i tried following this tutorial: http://appfuse.org/display/APF/Using+Struts+2 i added the 2 *-validator.xml files next to the classes. but nothing happens. should i add or enable something else? tibi --

Re: [appfuse-user] Getting Pojo information from a DB

2007-03-06 Thread Luke Shannon
Hi Matt; Am I totally missing the point with the code I sent? Thanks, Luke On 3/5/07, Luke Shannon <[EMAIL PROTECTED]> wrote: BTW: PatientData is an inner class of the PatientFormController class (just in case it wasn't clear). On 3/5/07, Luke Shannon <[EMAIL PROTECTED]> wrote: > Hi Matt;

Re: [appfuse-user] exclude dependency in Quick Start Guide

2007-03-06 Thread wnqq
Thank you for the clarifications. Michael Horwitz wrote: > > There is no need to exclude any dependencies after a war:inplace. > > Mike. > -- View this message in context: http://www.nabble.com/exclude-dependency-in-Quick-Start-Guide-tf3354998s2369.html#a9332091 Sent from the AppFuse - Use

Re: [appfuse-user] Webservices out of AppFuse v2.0

2007-03-06 Thread Irshad Buchh
Hi Mike, We would appreciate if these things are taken into account while writing the XFire AppFuse 2 docs or tutorial: 1. Exposing webservices using JSR181 annotations. 2. Exposing webservices using jibx, castor binding. 3. Consuming webservices with XFireClient bean using jibx, castor binding.

Re: [appfuse-user] Acegi Bypass

2007-03-06 Thread Richard G. Reyes
Thanks! It worked. Richard On 3/6/07, Ealden Esto E. Escañan <[EMAIL PROTECTED]> wrote: Hi Richard, On 3/6/07, Richard G. Reyes <[EMAIL PROTECTED]> wrote: > Hi All, > > Please advise on how I can expose a url, I have to save the information > passed into the url into the db but does not need t

Re: [appfuse-user] exclude dependency in Quick Start Guide

2007-03-06 Thread Michael Horwitz
There is no need to exclude any dependencies after a war:inplace. Mike. On 3/6/07, wnqq <[EMAIL PROTECTED]> wrote: In Appfuse2 Quick Start Guide: http://appfuse.org/display/APF/AppFuse+QuickStart It mentions: "To override files from AppFuse, run mvn war:inplace" After executing the above

[appfuse-user] exclude dependency in Quick Start Guide

2007-03-06 Thread wnqq
In Appfuse2 Quick Start Guide: http://appfuse.org/display/APF/AppFuse+QuickStart It mentions: "To override files from AppFuse, run mvn war:inplace" After executing the above command, should I modify pom.xml to exclude any dependencies? If the answer is yes, then what should be excluded? TIA

Re: [appfuse-user] dependency exclusion for core classes

2007-03-06 Thread wnqq
Thank you for your answer. Michael Horwitz wrote: > > You would need to add the exclusion to: > > >org.appfuse >appfuse-${web.framework} >${appfuse.version} >warpath > > > to get: > > >org.appfuse >

Re: [appfuse-user] Webservices out of AppFuse v2.0

2007-03-06 Thread Jaymin Shah
Is it possible to get early docs or implementation? Michael Horwitz wrote: > > I believe the work to include XFire support in AppFuse 2.0 is currently in > progress. > > Mike. > > > On 3/6/07, Jaymin Shah <[EMAIL PROTECTED]> wrote: >> >> >> We are using framework created using Appfuse for St

Re: [appfuse-user] Webservices out of AppFuse v2.0

2007-03-06 Thread Michael Horwitz
I believe the work to include XFire support in AppFuse 2.0 is currently in progress. Mike. On 3/6/07, Jaymin Shah <[EMAIL PROTECTED]> wrote: We are using framework created using Appfuse for Struts2 Basic version. We now want to create webservice and wat to expose it to external world. (We ex

Re: [appfuse-user] dependency exclusion for core classes

2007-03-06 Thread Michael Horwitz
You would need to add the exclusion to: org.appfuse appfuse-${web.framework} ${appfuse.version} warpath to get: org.appfuse appfuse-${web.framework} ${appfuse.version} warpath

[appfuse-user] Webservices out of AppFuse v2.0

2007-03-06 Thread Jaymin Shah
We are using framework created using Appfuse for Struts2 Basic version. We now want to create webservice and wat to expose it to external world. (We expect that our web service would be used by dotNet application/client). Is there any reference / code base / demo available similar to http://raib

[appfuse-user] dependency exclusion for core classes

2007-03-06 Thread wnqq
Environment: 2.0M4-SNAPSHOT + Struts Basic archetype Following the tutorial at: http://appfuse.org/display/APF/AppFuse+Core+Classes it says: For basic archetypes (add the .. to the existing dependency): org.appfuse appfuse-service ${appfuse.version}

Re: [appfuse-user] jsf updateactionlistener deactivated

2007-03-06 Thread Benoit Moraillon
Ok, so tagHandlers-0.9.jar should be included in appfuse 2.0 in order to allow the use of t:updateActionListener tag. Thanks ! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] jsf updateactionlistener deactivated

2007-03-06 Thread Benoit Moraillon
Thanks Matt Raible a écrit : This is likely from the very first Facelets integration Thomas did. I don't know if it's been resolved, but I did find the following page about Tomahawk and Facelets. http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk Matt On 3/6/07, Benoit Moraillon <[EMAI

Re: [appfuse-user] jsf updateactionlistener deactivated

2007-03-06 Thread Matt Raible
This is likely from the very first Facelets integration Thomas did. I don't know if it's been resolved, but I did find the following page about Tomahawk and Facelets. http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk Matt On 3/6/07, Benoit Moraillon <[EMAIL PROTECTED]> wrote: Yes i mad

Re: [appfuse-user] Acegi Bypass

2007-03-06 Thread Ealden Esto E. Escañan
Hi Richard, On 3/6/07, Richard G. Reyes <[EMAIL PROTECTED]> wrote: Hi All, Please advise on how I can expose a url, I have to save the information passed into the url into the db but does not need the users to login to access the url. sample url http://www.domain.com/Iwashere.html?code=10002

Re: [appfuse-user] jsf updateactionlistener deactivated

2007-03-06 Thread Benoit Moraillon
Yes i made a mistake but it's really deactivated in tomahawk.taglib.xml and i don't know why : Thanks, Ben. Matt Raible a écrit : Are you sure you have "updateActionListner " spelled right? It looks like it needs a 2nd e in Listener. Matt On 3/6/07, benoit <[EMAIL PROTECTED]> wrote: Coul

Re: [appfuse-user] jsf updateactionlistener deactivated

2007-03-06 Thread Matt Raible
Are you sure you have "updateActionListner " spelled right? It looks like it needs a 2nd e in Listener. Matt On 3/6/07, benoit <[EMAIL PROTECTED]> wrote: Could you explain to me why t:updateActionListner is "deactivated since there's no component!" Thanks, Benoît. -- View this message in con

[appfuse-user] jsf updateactionlistener deactivated

2007-03-06 Thread benoit
Could you explain to me why t:updateActionListner is "deactivated since there's no component!" Thanks, Benoît. -- View this message in context: http://www.nabble.com/jsf-updateactionlistener-deactivated-tf3354082s2369.html#a9327880 Sent from the AppFuse - User mailing list archive at Nabble.co