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
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
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
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.
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
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
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
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
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
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
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
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]
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
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
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
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
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
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
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
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.
--
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
21 matches
Mail list logo