Re: [appfuse-user] Struts Menus with 3 or more Levels

2007-03-23 Thread Fan
Thanks Matt !! mraible wrote: > > This should be fixed in 2.0 M4 - grab the file from SVN at: > > http://fisheye4.cenqua.com/browse/~raw,r=trunk/appfuse/trunk/web/common/src/main/resources/cssHorizontalMenu.vm > > Matt > > On 2/25/07, Fan <[EMAIL PROTECTED]> wrote: >> >> How do apply that p

[appfuse-user] OT: java/MySQL consulting no coding involved :-)

2007-03-23 Thread wish wish
hi, all, we have a app built using appfuse 1.6.1. business is growing fast. we are looking for someone who can help us tune MySQL DB and the app for performance.  we have good developers but everyone is tied down w/ feature development.  and it's good to have a new pair of eyes to look at these stu

Re: [appfuse-user] AppFuse without Tomcat

2007-03-23 Thread Nathan Anderson
I'm not sure exactly which ant targets require CATALINA_HOME, but AppFuse *should* work in Resin. [At least it did at one time ;) ]. My guess would be the "*tomcat" targets and of course anything that calls them. You may need to modify the build.xml to get it to deploy automatically, but if

Re: [appfuse-user] AppFuse without Tomcat

2007-03-23 Thread PlanetPratt
But when I try to run "ant new" it complains because "CATALINA_HOME" is not defined. If I set CATALINA_HOME to point to RESIN_HOME then it doesn't work because Resin's directory structure is set up differently than Tomcats. I'm a bit confused, if I can use any container (as I think I should), wh

Re: [appfuse-user] AppFuse without Tomcat

2007-03-23 Thread Bryan Noll
It is a webapp, so you'll have to use some kind of container that understands what a war is. Jetty is another option, along with a plethora of other things (Geronio, JBoss, Resin, blah, blah, blah). You can use pretty much any one of those that you like. PlanetPratt wrote: Is it possible to

[appfuse-user] AppFuse without Tomcat

2007-03-23 Thread PlanetPratt
Is it possible to run AppFuse without Tomcat? We don't use tomcat at all in our development, and I don't even have it installed on my machine. I'd like to try out AppFuse, but I don't really want to have to learn Tomcat in the process (I have little enough space left in my brain as it is). Than

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-23 Thread Matt Raible
Can you try using Ant 1.6.5, we haven't tested 1.9.x with Ant 1.7. Matt On 3/23/07, Nitram <[EMAIL PROTECTED]> wrote: First of all, I work on 1.9.4 because I want to work on a stable version and without maven. MySQL 5.0.37 Ant 1.7.0 Windows XP SP4 struts In fact, when I was prompted I answer

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-23 Thread Nitram
First of all, I work on 1.9.4 because I want to work on a stable version and without maven. MySQL 5.0.37 Ant 1.7.0 Windows XP SP4 struts In fact, when I was prompted I answer struts; I don't know if I had to select some other product Martin mraible wrote: > > Are there any log files in extra

Re: [appfuse-user] Junit testing in Appfuse 1.9.3

2007-03-23 Thread Matt Raible
It's on our "nice to have roadmap" to replace JUnit with TestNG in AppFuse 2.0. Unfortunately, it doesn't look like it'll happen, but I hope to get it in for 2.1. Matt On 2/22/07, Jason Brice <[EMAIL PROTECTED]> wrote: Lately I've been using TestNG to run tests instead of the Ant ones that cam

Re: [appfuse-user] init and context parameters in appfuse.

2007-03-23 Thread Matt Raible
/WEB-INF/struts-config.xml is the default location. You only need to specify it if you have a custom location. Matt On 3/2/07, some screen1 <[EMAIL PROTECTED]> wrote: Hi all, I am using appfuse 1.9.4 . I have seen web.xml file in which he did't pass struts-config.xml file as init or context pa

Re: [appfuse-user] Struts Menus with 3 or more Levels

2007-03-23 Thread Matt Raible
This should be fixed in 2.0 M4 - grab the file from SVN at: http://fisheye4.cenqua.com/browse/~raw,r=trunk/appfuse/trunk/web/common/src/main/resources/cssHorizontalMenu.vm Matt On 2/25/07, Fan <[EMAIL PROTECTED]> wrote: How do apply that patch into Appfuse 2.0 ? According to Jasper, the foll

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-23 Thread Matt Raible
Are there any log files in extras/middlegen - maybe it's not making the connection to your database? What web framework, DB, version of AppFuse, JDK, OS and Ant version are you using? Matt On 3/23/07, Nitram <[EMAIL PROTECTED]> wrote: When I interactively answer questions it does the same (it

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-23 Thread Nitram
When I interactively answer questions it does the same (it does not work). For the moment, I do not set module name, I had try, yesterday, to give a name but, for conceptual reason I stopped. Martin mraible wrote: > > If you use "ant install-detailed" and enter the values when prompted, > does

Re: [appfuse-user] Appfuse PB creating an app from an existing table

2007-03-23 Thread Matt Raible
If you use "ant install-detailed" and enter the values when prompted, does it work? Matt On 3/23/07, Nitram <[EMAIL PROTECTED]> wrote: HI I get a problem while I need to create an application from an existing table. I have created my application with : appFuse > ant new I have navigated to my

[appfuse-user] Appfuse PB creating an app from an existing table

2007-03-23 Thread Nitram
HI I get a problem while I need to create an application from an existing table. I have created my application with : appFuse > ant new I have navigated to my new app : \planningRAO\extras\appgen>ant install-detailed -Dappgen.type=table -Dobject.name=RAO_Info I get the following error BUILD F

RE: [appfuse-user] open source or commercial social networking online application?

2007-03-23 Thread Jakobsen, Peder
If that's what you really want to do, I'd say don't limit your search to just Java apps. There are many other decent frameworks out there , not quite as good as appFuse with JSF/ Spring/Hibernate, but still... ;) If you could find somthing that fit 95% of your requirements but was writte

[appfuse-user] open source or commercial social networking online application?

2007-03-23 Thread dev dev
Does anyone know of any good open source or commercial social networking online application leveraged on well-known open source technologies (Spring, Hibernate, Struts or Spring MVC etc..) ? Instead of building our own from scratch, we plan to see if we can find an already framework for social net

RE: [appfuse-user] Switching decorators or not using decorator for some pages not working

2007-03-23 Thread Garvey, Paul M \(GE Comm Fin\)
Upgrading to Jetty 6.0.2 fixes the issues with Sitemesh decorators not working properly. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 22, 2007 1:19 PM To: users@appfuse.dev.java.net Subject: [appfuse-user] Switching decorators or not usin

Re: [appfuse-user] page threw exception when using && operator in javascript

2007-03-23 Thread Matt Raible
You might be able to wrap your JavaScript block with CDATA wrappers: http://www.codehouse.com/javascript/tips/xhtml/ Matt On 3/23/07, Plant More Tree <[EMAIL PROTECTED]> wrote: what kind of valid xml? where should I change it and place it? thanks ! Michael Horwitz wrote: > > Taking a stab,

Re: [appfuse-user] page threw exception when using && operator in javascript

2007-03-23 Thread Plant More Tree
what kind of valid xml? where should I change it and place it? thanks ! Michael Horwitz wrote: > > Taking a stab, but it looks like it wants valid xml. You will need to > replace && with && > > Mike. > > > On 3/23/07, Plant More Tree <[EMAIL PROTECTED]> wrote: >> >> >> I am using appfuse 1.

Re: [appfuse-user] page threw exception when using && operator in javascript

2007-03-23 Thread Plant More Tree
what kind of valid xml? where should I change it and place it? thanks ! Michael Horwitz wrote: > > Taking a stab, but it looks like it wants valid xml. You will need to > replace && with && > > Mike. > > > On 3/23/07, Plant More Tree <[EMAIL PROTECTED]> wrote: >> >> >> I am using appfuse 1.9

Re: [appfuse-user] page threw exception when using && operator in javascript

2007-03-23 Thread Michael Horwitz
Taking a stab, but it looks like it wants valid xml. You will need to replace && with && Mike. On 3/23/07, Plant More Tree <[EMAIL PROTECTED]> wrote: I am using appfuse 1.9.4 jsf version. the code is: var replySendMessage = function(data){ if (data != null && typeof data ==

[appfuse-user] page threw exception when using && operator in javascript

2007-03-23 Thread Plant More Tree
I am using appfuse 1.9.4 jsf version. the code is: var replySendMessage = function(data){ if (data != null && typeof data == 'object') { if(data == 'success'){ alert('success'); }else{ alert

Re: [appfuse-user] acegi threw exception when logout after tomcat restart

2007-03-23 Thread Plant More Tree
Sorry Matt, I just unable to reproduce the problem. I am not pretty sure why. However, I am using appfuse 1.9.4 jsf version. mraible wrote: > > Do you get this exception in your UI or just in your logs? What > version of AppFuse/Acegi are you using? > > Matt > > On 3/22/07, Plant More Tre

Re: [appfuse-user] Maven behind a proxy

2007-03-23 Thread Michael Horwitz
Nigel, Just want to confirm Maven is setup correctly. Can you confirm that you have a settings.xml file, with the proxy correctly configured, stored under ~/.m2/settings.xml (i.e. in a .m2 directory directly below your home directory)? If that is the case, could you try deleting the maven-archety