Re: [appfuse-user] Appfuse code generation doubts

2007-11-28 Thread Matt Raible
On Nov 29, 2007, at 12:41 AM, Mani_N wrote: And some more doubts related with appfuse that I have are: 1. While generating the project, Is there a way we can customize the layout of screens to our desired model? If not, Is modifying the genrated web realted files by hand is the only way?

Re: [appfuse-user] appfuse:full-source giving connection exception

2007-11-28 Thread Matt Raible
It looks like Ant's GET task is failing. You might try setting your proxy settings for Ant. The following explains how to do this for Ant 1.7 - which AppFuse uses in AMP: http://ant.apache.org/manual/proxy.html Matt On Nov 29, 2007, at 12:45 AM, Mani_N wrote: Environment Used Ma

[appfuse-user] appfuse:full-source giving connection exception

2007-11-28 Thread Mani_N
Environment Used Maven: 2.0.7 Appfuse Maven plugin: 2.0.1 Archetype: Spring MVC Basic with Hibernate DB: SQLServer Java: 1.5 I have configured proxy details in both maven and svn even then am getting connection exception... > > > > When am executing mvn

[appfuse-user] Appfuse code generation doubts

2007-11-28 Thread Mani_N
And some more doubts related with appfuse that I have are: 1. While generating the project, Is there a way we can customize the layout of screens to our desired model? If not, Is modifying the genrated web realted files by hand is the only way? 2. When we do appfue:full-source won't that creat

Re: [appfuse-user] Appfuse Maven Plugin

2007-11-28 Thread Matt Raible
You should be able to modify the templates and then run "mvn install". You'll likely need to change the version number in your pom.xml to match the installed version. Matt On Nov 28, 2007, at 10:52 PM, René Günther wrote: If I check out the plugin: svn co https://appfuse.dev.java.net/svn/a

[appfuse-user] Appfuse Maven Plugin

2007-11-28 Thread René Günther
If I check out the plugin: svn co https://appfuse.dev.java.net/svn/appfuse/trunk/plugins/appfuse-maven-plugin appfuse-maven-plugin Where should I move the new folder appfuse-maven-plugin, so that the code generation works with my own templates? René

AW: [appfuse-user] Doubts on checkbox

2007-11-28 Thread René Günther
I guess he doesnt want to give the user a default value like Yes or No. In that case you could use unchecked radio buttons Yes and No instead. If the user doesn’t decide for either one the field yes should equals to null. Rene -Ursprüngliche Nachricht- Von: Rob Hills [mailto:[EMAIL PROTE

Re: [appfuse-user] Appfuse light 1.8 Wicket upgrade to 1.3 rc1 issue

2007-11-28 Thread Pen
Ok, then I will be happy with appfuse light 1.8.1 right now, if this can be released quickly :) thanks again.. ~Pen mraible wrote: > > Probably sometime in Q1 2008. > > Matt > > On 11/28/07, Pen <[EMAIL PROTECTED]> wrote: >> >> >> thanks Matt.. looks perfect. >> when is this appfuse Light 2

Re: [appfuse-user] Appfuse light 1.8 Wicket upgrade to 1.3 rc1 issue

2007-11-28 Thread Matt Raible
Probably sometime in Q1 2008. Matt On 11/28/07, Pen <[EMAIL PROTECTED]> wrote: > > > thanks Matt.. looks perfect. > when is this appfuse Light 2.0 is expected? > > ~Pen > > > mraible wrote: > > > > Here's what I'm hoping to do for AppFuse Light 2.0: > > > > 1. Drop the seldom-used persistence fra

Re: [appfuse-user] Appfuse light 1.8 Wicket upgrade to 1.3 rc1 issue

2007-11-28 Thread Pen
thanks Matt.. looks perfect. when is this appfuse Light 2.0 is expected? ~Pen mraible wrote: > > Here's what I'm hoping to do for AppFuse Light 2.0: > > 1. Drop the seldom-used persistence frameworks: JDBC, JDO and OJB > 2. Support the same persistence frameworks as AppFuse: Hibernate, > i

Re: [appfuse-user] Doubts on checkbox

2007-11-28 Thread Rob Hills
Hi Yongping, Yongping wrote: I added a checkbox in signup.jsp and let it be required (required="true"). I add a field (named as "yes") in User entity but mark it as transient and meanwhile define a key like user.yes=xxx in ApplicationResources. Next I add validation rule into User-validation lik

Re: [appfuse-user] Appfuse light 1.8 Wicket upgrade to 1.3 rc1 issue

2007-11-28 Thread Matt Raible
Here's what I'm hoping to do for AppFuse Light 2.0: 1. Drop the seldom-used persistence frameworks: JDBC, JDO and OJB 2. Support the same persistence frameworks as AppFuse: Hibernate, iBATIS and JPA 3. Re-use appfuse-service, appfuse-hibernate, appfuse-ibatis and appfuse-jpa in AppFuse Light.

Re: [appfuse-user] Appfuse light 1.8 Wicket upgrade to 1.3 rc1 issue

2007-11-28 Thread Pen
thanks Matt for your quick reply. I will check out from svn and take look into it. One more thing if you can change hibernate and spring to annotations it will be great. I did change on my end to hibernate annotations, it was pretty quick. I am not sure about how to do spring annotations. ~Pen

Re: [appfuse-user] Appfuse 2.0 compile error on new Manager class

2007-11-28 Thread Fred Forester
Duh! Thanx Matt. Matt Raible wrote: You need to override the constructor - here's an example: http://tinyurl.com/yq4ppk Matt On 11/28/07, Fred Forester <[EMAIL PROTECTED]> wrote: Hi All, I recently switched over to appfuse 2.0 from 1.9. I noticed 2.0 no longer creates certain things wi

Re: [appfuse-user] Appfuse 2.0 compile error on new Manager class

2007-11-28 Thread Matt Raible
You need to override the constructor - here's an example: http://tinyurl.com/yq4ppk Matt On 11/28/07, Fred Forester <[EMAIL PROTECTED]> wrote: > > Hi All, > > I recently switched over to appfuse 2.0 from 1.9. > > I noticed 2.0 no longer creates certain things with the app gen tool. > I was creat

Re: [appfuse-user] Preopopulating a production database

2007-11-28 Thread Laith Al-Khateeb
Yes, I find this handy for pre-populating the database with meaningful data for my lookup tables and things like that (and I assume that's why it's been there in AppFuse), but in effect it is not possible to use it because of the test failures you get. Laith On 11/28/07, Michael Horwitz <[EMAIL

Re: [appfuse-user] issue with dwr and struts

2007-11-28 Thread J. David Mendoza
;) Matt Raible wrote: I now see the behavior you're talking about - /dwr/* prevents the JavaScript calls from working. I've entered the following issue for this: http://issues.appfuse.org/browse/APF-963 Thanks, Matt On Nov 28, 2007, at 11:00 AM, Matt Raible wrote: I created a project with

[appfuse-user] Appfuse 2.0 compile error on new Manager class

2007-11-28 Thread Fred Forester
Hi All, I recently switched over to appfuse 2.0 from 1.9. I noticed 2.0 no longer creates certain things with the app gen tool. I was creating a manager class using the new tutorial as a guideline. I am using appfuse2.0 with full source and the ant build. the manager interface compiles fine.

AW: [appfuse-user] Know where to ask for a bug in MyFaces+tomAhawk?

2007-11-28 Thread René Günther
Check http://myfaces.apache.org/mail-lists.html Von: Carlos Ortiz [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 28. November 2007 20:57 An: users@appfuse.dev.java.net Betreff: [appfuse-user] Know where to ask for a bug in MyFaces+tomAhawk? Hi I would like to know where is the right pla

[appfuse-user] Know where to ask for a bug in MyFaces+tomAhawk?

2007-11-28 Thread Carlos Ortiz
Hi I would like to know where is the right place to ask for a bug in the MyFaces TomAhawk library. The fact is the following. IF I write a page that has characters such as ñáé...etc they are converted by the Extensions filter to &#xx; and I don't need them transformed. If I see the java class Tom

AW: [appfuse-user] Wheres the security.xml?

2007-11-28 Thread René Günther
Thanks Matt. Btw there is hint to a blog on http://www.appfuse.org/display/APF/Web+Services regarding authentication :-) -Ursprüngliche Nachricht- Von: Matt Raible [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 28. November 2007 20:26 An: users@appfuse.dev.java.net Betreff: Re: [appfuse-u

Re: [appfuse-user] Wheres the security.xml?

2007-11-28 Thread Matt Raible
On Nov 28, 2007, at 12:20 PM, René Günther wrote: In http://www.appfuse.org/display/APF/Web+Services it says: Web Services in AppFuse are unsecure by default. To secure them, the easiest thing to do is add /services/**=ROLE_NAME to your WEB-INF/ security.xml file. But I cant find security

[appfuse-user] Wheres the security.xml?

2007-11-28 Thread René Günther
In http://www.appfuse.org/display/APF/Web+Services it says: Web Services in AppFuse are unsecure by default. To secure them, the easiest thing to do is add /services/**=ROLE_NAME to your WEB-INF/security.xml file. But I cant find security.xml. Its only available in the target folder. What should

Re: [appfuse-user] Problem with JSF...

2007-11-28 Thread Carlos Ortiz
You're right, I asked this yesterday. I thought the problem was the way JSF was delivering its HTML content, but I searched further and found that it was not JSF per se but the MyFaces-Tomahawk library using the extended components marked with the wrote: > I believe you asked this question yester

Re: [appfuse-user] Spring MVC jar packaging question for Spring 2.5

2007-11-28 Thread Carlos Ortiz
In fact the documentation about What's New in Spring 2.5 states that they removed it from the Spring.jar distribution thus if one uses Spring MVC one must include both. How one can use forums? I am not accostumed to it. Another thing. Why Spring.jar works better with Maven (I am also very newbie

Re: [appfuse-user] issue with dwr and struts

2007-11-28 Thread Matt Raible
I now see the behavior you're talking about - /dwr/* prevents the JavaScript calls from working. I've entered the following issue for this: http://issues.appfuse.org/browse/APF-963 Thanks, Matt On Nov 28, 2007, at 11:00 AM, Matt Raible wrote: I created a project with 2.0.1 and was able to

Re: [appfuse-user] issue with dwr and struts

2007-11-28 Thread Matt Raible
I created a project with 2.0.1 and was able to successfully view /dwr/ index.html. Are you not able to do this? If you are, what is the problem you're seeing? Thanks, Matt On Nov 28, 2007, at 10:47 AM, J. David Mendoza wrote: basic and embedded. Matt Raible wrote: Modular or basic? Embed

Re: [appfuse-user] Using appfuse:full-source

2007-11-28 Thread Matt Raible
commons-beanutils isn't listed as a top-level dependency in AppFuse, commons-lang is: mraible-mn:~ mraible$ cd dev/appfuse-2.0 mraible-mn:~/dev/appfuse-2.0 mraible$ cat pom.xml | grep commons-lang commons-lang commons-lang mraible-mn:~/dev/appfuse-2.0 mraible$ cat pom.xm

Re: [appfuse-user] issue with dwr and struts

2007-11-28 Thread J. David Mendoza
basic and embedded. Matt Raible wrote: Modular or basic? Embedded or full-source? Matt On Nov 28, 2007, at 10:12 AM, J. David Mendoza wrote: I have an account... but it keeps kicking me out whenever i try to add the issue The problem is with struts (That uses the static filter), i'm usi

Re: [appfuse-user] Using appfuse:full-source

2007-11-28 Thread Cyberroadie
Yes adding: commons-beanutils commons-beanutils ${commons.beanutils.version} works, but shouldn't this been added automatically when doing 'mvn appfuse:full-source' ? The beanutils version property is automatically added together with other p

[appfuse-user] work with excluding set in Hibernate/MySQL

2007-11-28 Thread BruceLee
Dear Team, This question may be best in Hibernate forum. However I give it try here since many are knowledgeable and helpful in this forum. I use appfuse 1.9.4 with WW2. My problem is, There is City field in user table, some users are in big cities like LA, San Francisco and others in not well-k

Re: [appfuse-user] Model driven problem in userForm?

2007-11-28 Thread Matt Raible
You should be able to implement Preparable and re-fetch the object from the database before the request parameters are applied. This is what we do in UserAction.java. http://tinyurl.com/256shb Matt On Nov 28, 2007, at 10:16 AM, BruceLee wrote: Dear Team, If a JSP page doesn't include al

Re: [appfuse-user] issue with dwr and struts

2007-11-28 Thread Matt Raible
Modular or basic? Embedded or full-source? Matt On Nov 28, 2007, at 10:12 AM, J. David Mendoza wrote: I have an account... but it keeps kicking me out whenever i try to add the issue The problem is with struts (That uses the static filter), i'm using 2.0.1, but it hasn't worked out of t

[appfuse-user] Model driven problem in userForm?

2007-11-28 Thread BruceLee
Dear Team, If a JSP page doesn't include all columns in a table, saving back to database will cause data lose. e.g. In appfuse userForm.jsp, if I comment out "phoneNumber" edit box, when I change lastName on editProfile page and save the form, the previous phone_number in app_user table is gone.

Re: [appfuse-user] issue with dwr and struts

2007-11-28 Thread J. David Mendoza
I have an account... but it keeps kicking me out whenever i try to add the issue The problem is with struts (That uses the static filter), i'm using 2.0.1, but it hasn't worked out of the box for a while... Matt Raible wrote: Do you have an account? I can enter the issue for you, but I need

Re: [appfuse-user] Argh (Appfuse app in Tomcat == commons logging trouble

2007-11-28 Thread Matt Raible
Are you using "jetty:run" or "jetty:run-war". If you're using jetty:run-war, you should use tomcat:run-war. One thing to be aware of is the Tomcat plugin uses Tomcat 5.5.15. If you want to use Tomcat 6 (which is what Cargo is configured to use), you can do "mvn cargo:start -Dcargo.wait=true

Re: [appfuse-user] issue with dwr and struts

2007-11-28 Thread Matt Raible
Do you have an account? I can enter the issue for you, but I need more details (JDK, OS, frameworks used, AppFuse version). Thanks, Matt On Nov 28, 2007, at 7:26 AM, J. David Mendoza wrote: DWR doesn't work out of the box. You have to change the static filters parameter from /dwr/* to /dwr

[appfuse-user] Argh (Appfuse app in Tomcat == commons logging trouble

2007-11-28 Thread Yopy
While I've been happily developing using Jetty for the past three months (~ish), today I needed to try out running the app in Tomcat to figure out whether a specific bug was caused by Jetty (has to do with removable drive access). So, I installed the Maven Tomcat plugin as instructed by the FAQ (h

Re: [appfuse-user] Spring MVC jar packaging question for Spring 2.5

2007-11-28 Thread Matt Raible
I would ask this on the Spring forums or search the changelog for 2.5. My guess is they removed it because the spring.jar was too big with it. In AppFuse 2.0.1, we've changed to using the individual JARs intead of spring.jar since it works better with Maven. Matt On Nov 28, 2007, at 7:16 A

Re: [appfuse-user] Problem with JSF...

2007-11-28 Thread Matt Raible
I believe you asked this question yesterday. If you haven't received an answer yet, it's probably because no one knows the answer. You might try the Facelets mailing list (I'd use Nabble). Matt On Nov 28, 2007, at 7:15 AM, Carlos Ortiz wrote: Hi you all I am running the construction of a

Re: [appfuse-user] Adding something to 'flushCache'

2007-11-28 Thread Matt Raible
The view has an OSCache JSP tag that flushes OSCache's cache. If you're using OSCache to cache things, this should work. FWIW, I'm thinking of removing OSCache since EhCache is already used. If you're using EhCache and figure out how to flush the cache, we'd be happy to remove OSCache and a

Re: [appfuse-user] SOLUTION - AppFuse + modified core classes -> errors if maven run in console

2007-11-28 Thread Matt Raible
Rob - would you mind updating your profile on appfuse.org. For some reason, when you change a page it shows up with a "" username. Thanks! Matt On Nov 28, 2007, at 1:58 AM, Rob Hills wrote: Hi All, To close the loop on this one, Dusty Pearce pointed me towards a thread that had quietly di

Re: [appfuse-user] AppFuse 2 Development Environment Setup

2007-11-28 Thread Matt Raible
On Nov 28, 2007, at 2:56 AM, Dean Hallman wrote: Frank, If you are still hitting this problem, I think I can help... I was getting the exact problem you described in Eclipse (MyEclipse) and this is what I did to resolve: The main problem is, "mvn eclipse:eclipse" sets "bin" as the outpu

Re: [appfuse-user] AppFuse 2.0.1 Jetty Error

2007-11-28 Thread Michael Horwitz
On 11/28/07, hkadejo <[EMAIL PROTECTED]> wrote: > > > ok... > > 1.I run mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes > -DarchetypeArtifactId=appfuse-basic-struts > -DremoteRepositories=http://static.appfuse.org/releases > -DarchetypeVersion=2.0.1 -DgroupId=com.mycompany.app-Dartif

Re: [appfuse-user] AppFuse 2.0.1 Jetty Error

2007-11-28 Thread hkadejo
yesthanks :) Yongping wrote: > > Please run mvn clean first, then mvn jetty:run-war to see if it works for > you. > Yongping > > hkadejo wrote: >> >> xfire-servlet.xml doesn't exist in WEB-INF >> why? >> any solution? >> >> thanks... >> >> >> Yongping wrote: >>> >>> Looks like xfire

Re: [appfuse-user] AppFuse 2.0.1 Error in AMP

2007-11-28 Thread Michael Horwitz
On 11/28/07, hkadejo <[EMAIL PROTECTED]> wrote: > > As I do this? Full instructions on how to set this up are here: http://maven.apache.org/settings.html Mike thanks for anwser... > > > Mike Horwitz wrote: > > > > It is all down to a bug in Ant. To work around the problem you need to > set >

Re: [appfuse-user] AppFuse 2.0.1 Jetty Error

2007-11-28 Thread hkadejo
ok... 1.I run mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=http://static.appfuse.org/releases -DarchetypeVersion=2.0.1 -DgroupId=com.mycompany.app -DartifactId=myproject (copy and paste from http://appfuse.org/disp

Re: [appfuse-user] AppFuse 2.0.1 Jetty Error

2007-11-28 Thread Yongping
Please run mvn clean first, then mvn jetty:run-war to see if it works for you. Yongping hkadejo wrote: > > xfire-servlet.xml doesn't exist in WEB-INF > why? > any solution? > > thanks... > > > Yongping wrote: >> >> Looks like xfire-servlet.xml doesn't exist in WEB-INF. Please check it. >> Y

[appfuse-user] Doubts on checkbox

2007-11-28 Thread Yongping
I added a checkbox in signup.jsp and let it be required (required="true"). I add a field (named as "yes") in User entity but mark it as transient and meanwhile define a key like user.yes=xxx in ApplicationResources. Next I add validation rule into User-validation like

Re: [appfuse-user] AppFuse 2.0.1 Jetty Error

2007-11-28 Thread Michael Horwitz
Could you please list the steps you followed to get this problem? I just tried with the Struts basic archetype and it all worked as expected. Mike On 11/28/07, hkadejo <[EMAIL PROTECTED]> wrote: > > > xfire-servlet.xml doesn't exist in WEB-INF > why? > any solution? > > thanks... > > > Yongping w

Re: [appfuse-user] AppFuse 2.0.1 Error in AMP

2007-11-28 Thread hkadejo
As I do this? thanks for anwser... Mike Horwitz wrote: > > It is all down to a bug in Ant. To work around the problem you need to set > up Maven to use a local repository with no spaces in the path name. > > Mike. > > > On 11/28/07, hkadejo <[EMAIL PROTECTED]> wrote: >> >> >> I run mvn appf

Re: [appfuse-user] AppFuse 2.0.1 Jetty Error

2007-11-28 Thread hkadejo
xfire-servlet.xml doesn't exist in WEB-INF why? any solution? thanks... Yongping wrote: > > Looks like xfire-servlet.xml doesn't exist in WEB-INF. Please check it. > Yongping > > > hkadejo wrote: >> >> I run mvn jetty:run in projects (Spring and Struts) and... >> >> [myproject] ERROR [mai

Re: [appfuse-user] AppFuse 2.0.1 Jetty Error

2007-11-28 Thread Yongping
Looks like xfire-servlet.xml doesn't exist in WEB-INF. Please check it. Yongping hkadejo wrote: > > I run mvn jetty:run in projects (Spring and Struts) and... > > [myproject] ERROR [main] ContextLoader.initWebApplicationContext(206) | > Context initialization failed > org.springframework.beans

Re: [appfuse-user] AppFuse 2.0.1 Error in AMP

2007-11-28 Thread Michael Horwitz
It is all down to a bug in Ant. To work around the problem you need to set up Maven to use a local repository with no spaces in the path name. Mike. On 11/28/07, hkadejo <[EMAIL PROTECTED]> wrote: > > > I run mvn appfuse:full-source in my spring basic project version 2.0.1 > and > > > [INFO]

[appfuse-user] AppFuse 2.0.1 Jetty Error

2007-11-28 Thread hkadejo
I run mvn jetty:run in projects (Spring and Struts) and... [myproject] ERROR [main] ContextLoader.initWebApplicationContext(206) | Context initialization failed org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/

[appfuse-user] issue with dwr and struts

2007-11-28 Thread J. David Mendoza
DWR doesn't work out of the box. You have to change the static filters parameter from /dwr/* to /dwr/index.html (Tried creating an issue, but it just doesn't let me, it keeps telling me I'm not logged in) - To unsubscribe, e-

[appfuse-user] AppFuse 2.0.1 Error in AMP

2007-11-28 Thread hkadejo
I run mvn appfuse:full-source in my spring basic project version 2.0.1 and [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'appfuse'. [INFO] [INFO] Building AppFuse Struts 2 Appli

[appfuse-user] Spring MVC jar packaging question for Spring 2.5

2007-11-28 Thread Carlos Ortiz
Hey guys Does anybody know why Spring MVC is not included inside the Spring.JAR file but it is outside? What reason has led the development team to make this change?

[appfuse-user] Problem with JSF...

2007-11-28 Thread Carlos Ortiz
Hi you all I am running the construction of a requirement that has embedded javascript, like this * function doOnKeyPress() { alert("Esto es más"); } ...normal jsf content here* I am using the *<%@ page session="false" contentType="text/html;charset=ISO-8859-1"%> * and also th

[appfuse-user] Adding something to 'flushCache'

2007-11-28 Thread Yopy
I'm currently using ehcache as supplied with AppFuse to store a set of large-ish objects, and now I'd like to add the specific cache used to the caches to be emptied in AppFuse's 'flush cache' admin menu option. Usually, this would be as easy as updating whichever controller is used for that par

Re: [appfuse-user] PickList Javascript error

2007-11-28 Thread Sanath
Hi Mike, I did so, yes its a great tool!! the issue with me is that for the 1st page load after a server start, the attributes required for the javascript returns null moveSelectedOptions(null, null) and once i refreshed the page only, they get the proper value thus resulting no error in the ja

Re: [appfuse-user] Prevent Hibernate from loading everything!

2007-11-28 Thread Michael Horwitz
By default Hibernate lazy loads all collection associations. The most likely problem here is that XStream is navigating the object graph, and as soon as XStream does a account.getPosts() the entire list of posts is loaded. The best approach is probably to get XStream to ignore the relevant attribut

[appfuse-user] Prevent Hibernate from loading everything!

2007-11-28 Thread sarat.pediredla
I am using Hibernate with Struts2 and XStream to dump my objects to XML. What is worrying is that because of the weird mapping between POJO and Hibernate, when I have a top level object or table, ex. Account which then has a list of Posts which in turn has a list of Comments, when I do accountDao

Re: [appfuse-user] AppFuse 2 Development Environment Setup

2007-11-28 Thread Dean Hallman
Frank, If you are still hitting this problem, I think I can help... I was getting the exact problem you described in Eclipse (MyEclipse) and this is what I did to resolve: The main problem is, "mvn eclipse:eclipse" sets "bin" as the output directory. However, "target" is really the output direc

Re: [appfuse-user] PickList Javascript error

2007-11-28 Thread Michael Horwitz
Have you tried debugging with FireFox/Firebug yet (http://getfirebug.com/)? Absolutely brilliant for sorting out those pesky Javascript/CSS problems! Mike On 11/28/07, Sanath <[EMAIL PROTECTED]> wrote: > > > Hi All, > I have implemented a pickList implementation based on the appfuse pickList > a

Re: [appfuse-user] Preopopulating a production database

2007-11-28 Thread Michael Horwitz
If you are running the tests against a production database surely you should run the data population piece as well? Mike On 11/28/07, Laith Al-Khateeb <[EMAIL PROTECTED]> wrote: > > Skipping tests skips the data population all together. > > Laith > > > On 11/21/07, Allan Ang <[EMAIL PROTECTED]>

[appfuse-user] PickList Javascript error

2007-11-28 Thread Sanath
Hi All, I have implemented a pickList implementation based on the appfuse pickList and its working fine. I have been able to populate the left and right lists accordingly and move the selections as well. But in the page load, when the tomcat is started, when i access the page I get a javascript e

Re: [appfuse-user] SOLUTION - AppFuse + modified core classes -> errors if maven run in console

2007-11-28 Thread Rob Hills
Hi All, To close the loop on this one, Dusty Pearce pointed me towards a thread that had quietly discussed and solved this problem back in April this year: http://www.nabble.com/a-problem-when-i-want-to-Exclude-the-AppFuse-Data-Common-Package-tf3665011s2369.html#a10240497 I've taken the li