Re: [appfuse-user] Stop xDoclet from generating ActionForm?

2007-11-30 Thread dom_06
Hi j2ee_Dodo... How do you fix that problem?I need to fix the same problem =) j2ee_Dodo wrote: > > > Hi, > > How do I stop xDoclet from generating ActionForm for one > model object but not for the rest in appfuse? > > I want to customize my own ActionForm to handle pojo > to string conversio

Re: [appfuse-user] Circular placeholder reference 'jdbc.driverClassName'

2007-11-30 Thread Fred Forester
hmm. I went into tomcat webapps and rm'ed the deployed dir. re deployed the war and started up and now it's ok. thanx a bunch Matt. Matt Raible wrote: I should be in WEB-INF/classes of your WAR. You should have a jdbc.properties in your src/main/resources directory. If you don't, then so

Re: [appfuse-user] Circular placeholder reference 'jdbc.driverClassName'

2007-11-30 Thread Matt Raible
I should be in WEB-INF/classes of your WAR. You should have a jdbc.properties in your src/main/resources directory. If you don't, then something probably went wrong when you created your project. Matt On Nov 30, 2007, at 3:46 PM, Fred Forester wrote: no eclipse. unix command line. after a

Re: [appfuse-user] Circular placeholder reference 'jdbc.driverClassName'

2007-11-30 Thread Fred Forester
no eclipse. unix command line. after a compile I don't see jdbc.properties anywhere in the target dir. they stay untouched in the src dir. Matt Raible wrote: Are you using Eclipse? It's possible it's copying jdbc.properties from src/main/resources to target/classes w/o parsing it properly.

Re: [appfuse-user] Circular placeholder reference 'jdbc.driverClassName'

2007-11-30 Thread Matt Raible
Are you using Eclipse? It's possible it's copying jdbc.properties from src/main/resources to target/classes w/o parsing it properly. Matt On Nov 30, 2007, at 3:32 PM, Fred Forester wrote: Hi Matt, tried a clean. same problem. Matt Raible wrote: This happens when your jdbc.properties doesn

Re: [appfuse-user] Circular placeholder reference 'jdbc.driverClassName'

2007-11-30 Thread Fred Forester
Hi Matt, tried a clean. same problem. Matt Raible wrote: This happens when your jdbc.properties doesn't get parsed by Maven and ends up in your WAR. I'd try running clean. Matt On Nov 30, 2007, at 3:11 PM, Fred Forester wrote: Hi All, getting Circular placeholder reference 'jdbc.driver

Re: [appfuse-user] Circular placeholder reference 'jdbc.driverClassName'

2007-11-30 Thread Matt Raible
This happens when your jdbc.properties doesn't get parsed by Maven and ends up in your WAR. I'd try running clean. Matt On Nov 30, 2007, at 3:11 PM, Fred Forester wrote: Hi All, getting Circular placeholder reference 'jdbc.driverClassName' error when stating tomcat. I have appfuse2.0 ful

[appfuse-user] Circular placeholder reference 'jdbc.driverClassName'

2007-11-30 Thread Fred Forester
Hi All, getting Circular placeholder reference 'jdbc.driverClassName' error when stating tomcat. I have appfuse2.0 full source with ant build. do I need to manually set all the values in the various jdbc.properties files or is there a better way? Thanx in advance Fred

Re: [appfuse-user] Appfuse and svn externals

2007-11-30 Thread Dean Hallman
Matt, Sure, I'll give some more details. I'm actually still working out some of the details for AppFuse specifically. But I use this technique all the time in my Java, Eclipse projects. I found it helps to keep my Java source code separate from my Eclipse workspaces, while still enabling you to

AW: [appfuse-user] canoo web test failed with "Cannot find function findFirstElement"

2007-11-30 Thread René Günther
I got the same error. Maybe this should be changed in the tutorial? -Ursprüngliche Nachricht- Von: tnsilver [mailto:[EMAIL PROTECTED] Gesendet: Montag, 1. Oktober 2007 22:48 An: users@appfuse.dev.java.net Betreff: Re: [appfuse-user] canoo web test failed with "Cannot find function findFir

[appfuse-user] Question about retrieving a section of a div with id

2007-11-30 Thread Yongping
I know my question is nothing to do with Appfuse. However I am a little bit addictive to this forum since I can always get good answer from here. Here is my question: In html page, there is a div section with a unique id number. Is there any efficient way to retrieve that section, modify its conte

[appfuse-user] [ANN] AppFuse Light 1.8.1 Released

2007-11-30 Thread Matt Raible
FYI... http://raibledesigns.com/rd/entry/appfuse_light_1_8_1 Enjoy! Matt -- http://raibledesigns.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] Appfuse and svn externals

2007-11-30 Thread Matt Raible
Dean, Can you provide some more details on how you're doing this? There's some folks on this list that are new to SVN. Thanks, Matt On Nov 30, 2007, at 1:16 AM, Dean Hallman wrote: I'm just getting started with AppFuse, so this might be old news... But I wanted to suggest a technique fo

Re: AW: [appfuse-user] annotations for managed beans

2007-11-30 Thread Matt Raible
Sounds like a good idea to me! Matt On Nov 30, 2007, at 12:46 AM, René Günther wrote: Appfuse uses annotations for hibernate configuration files, with Spring 2.5 one can use annotations for the managed bean of JSF instead of configure them in faces-config.xml. It is similar to http://cagat

Re: [appfuse-user] Save validation problem

2007-11-30 Thread Matt Raible
What framework are you using? To change required fields, it should just be a matter of changing the validation rules (typically in an XML file). Matt On Nov 30, 2007, at 12:29 AM, colaru wrote: Hello! First I generate all the Actions with appfuse:gen. I have this problem in one of my a

Re: [appfuse-user] Appfuse and svn externals

2007-11-30 Thread J. David Mendoza
Thanks, Dean! Dean Hallman wrote: I'm just getting started with AppFuse, so this might be old news... But I wanted to suggest a technique for structuring your AppFuse-based projects (for those using subversion anyway). IMO, ideally you may want to work in an appfuse:full-source (or war:inpl

[appfuse-user] Ehcache providers and CacheManagers in a modular project

2007-11-30 Thread Richard Brewster
I am using AppFuse 2.0 and looking at ehcache. It seems that out of the box AppFuse uses only the Gzip servlet filter from ehcache. What I want to do is use ehcache with Hibernate in the core module, and also use ehcache for other caching in the web module. I think these should use separate Cac

Re: [appfuse-user] java.lang.IllegalStateException in appfuse

2007-11-30 Thread mikebgx
I got the same error. Tried commenting out compressionFilter mapping as per Matt's suggestion, didn't solve the problem. Then I realised that just before the exception I'd returned from an action, returning a value that wasn't defined in my faces-config / navigation. All OK now, so I've put the co

Re: [appfuse-user] hibernate reverse engineering table options

2007-11-30 Thread jbarroso
Mike Horwitz wrote: > > >>On MySql you may want to try dropping the schema and catalog attributes and >>specifying the table name in capitals - i.e. APP_USER. Hibernate tools does >>some weird db specific stuff at times. For Oracle you are more than likely >>going to have to add both schema an

[appfuse-user] wap page

2007-11-30 Thread ros
Hi! How I can write a page for WAP in appfuse application ? Thanks! -- View this message in context: http://www.nabble.com/wap-page-tf4902194s2369.html#a14042567 Sent from the AppFuse - User mailing list archive at Nabble.com. --

[appfuse-user] Appfuse and svn externals

2007-11-30 Thread Dean Hallman
I'm just getting started with AppFuse, so this might be old news... But I wanted to suggest a technique for structuring your AppFuse-based projects (for those using subversion anyway). IMO, ideally you may want to work in an appfuse:full-source (or war:inplace) expanded view of your project, but