[appfuse-user] Problems with HibernateTransactionManager, FlushMode, readOnly when upgrading from Appfuse 1.9.3 to 1.9.4

2006-12-06 Thread mare
I am upgrading my AppFuse 1.9.3. application to AppFuse 1.9.4. On every write access, including the UserManager, I receive a Write operations are not allowed in read-only mode (FlushMode.NEVER/MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove 'readOnly' marker from transaction defi

[appfuse-user] Need advice with appfuse running with multi-domain

2006-12-06 Thread Rene Lavoie
Hi, I have an app based on appfuse. What I would like to do is have 2 domains setup in apache pointing to the same Tomcat app. In the app, I would then display appropriate categories and alternate stylesheet/images. depending from wich domain each request came from. Is this a bad idea? I

Re: [appfuse-user] Single Sign On with Tomcat

2006-12-06 Thread Brett Knights
Thanks to you and Matt. It does look like CAS will do the trick. Samuel Alfonso Velázquez Díaz wrote: After checking the URLs about Yale CAS and acegi I also did for Appfuse 1.9.3: 1. Chage the security.xml file to use cas authentication 2. Include CAS java client into the build of app

Re: [appfuse-user] missing cargo-maven2-plugin

2006-12-06 Thread Matt Raible
I'd try it again - sometimes artifacts take a couple tries to download. Matt On 12/6/06, J. David Mendoza <[EMAIL PROTECTED]> wrote: Just downloaded the appfuse in the svn repos... tried mvn eclipse:eclipse -DdownloadSources=true and got [INFO] --

[appfuse-user] missing cargo-maven2-plugin

2006-12-06 Thread J. David Mendoza
Just downloaded the appfuse in the svn repos... tried mvn eclipse:eclipse -DdownloadSources=true and got [INFO] [INFO] Building AppFuse JSF Module [INFO]task-segment: [eclipse:eclipse] [INFO] ---

Re: [appfuse-user] how about an ant target for Model's testcase?

2006-12-06 Thread Bryan Noll
There would be nothing wrong with adding a target like this I guess... but you could incorporate it into the 'test-dao' target that already exists. If you don't want to run the db related tests when executing the kind of target you're talking about, simply use the 'test-dao' target as a templa

[appfuse-user] how about an ant target for Model's testcase?

2006-12-06 Thread Man-Chi Leung
hi, some model may have business function. should we add another ant target as "test-model" for testcase of model classes? or still keep all business logic in service layer only?? pls advise ~thinkboy - To unsubscribe, e-ma

Re: [appfuse-user] appfuse 1.9.4 webwork migration to struts2

2006-12-06 Thread Dale Newfield
Tim Azzopardi wrote: BUT I still cannot make my simple dojo *button* work. It fails at this javascript line: dojo.require("dojo.widget.Button"); which tries to include "struts/dojo/src/widget/templates/HtmlButtonTemplate.html" and I get the good old message "There is no Action map

Re: [appfuse-user] newbie question: error running ant in eclipse

2006-12-06 Thread pivica
I had same behavior and problem, and also using external ANT_HOME fix thing (thanks for the tip) Eclipse SDK Version: 3.2.1 Build id: M20060921-0945 On Kubuntu 6.10 gaxunil wrote: > > I was hitting this problem too. > For me, pointing ANT_HOME in eclipse to the external ANT_HOME (c:\ant for > e

RE: [appfuse-user] Single Sign On with Tomcat

2006-12-06 Thread Samuel Alfonso Velázquez Díaz
After checking the URLs about Yale CAS and acegi I also did for Appfuse 1.9.3: 1. Chage the security.xml file to use cas authentication 2. Include CAS java client into the build of appfuse app. 3. Setup tomcat with SSL (http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html) 4.

Re: [appfuse-user] is ReloadableResourceBundleMessageSource in favor?

2006-12-06 Thread thinkboy
thanks for advice. it is very helpful. ;-D Sanjiv Jivan wrote: > > ReloadableResourceBundleMessageSource doesn't work with app servers like > Weblogic which do not exland the entire war on deployment. > This is because ReloadableResourceBundleMessageSource has code like > > location = servlet

Re: [appfuse-user] is ReloadableResourceBundleMessageSource in favor?

2006-12-06 Thread Sanjiv Jivan
ReloadableResourceBundleMessageSource doesn't work with app servers like Weblogic which do not exland the entire war on deployment. This is because ReloadableResourceBundleMessageSource has code like location = servletContext.getRealPath(location); which returns null when the resource bundle in

[appfuse-user] is ReloadableResourceBundleMessageSource in favor?

2006-12-06 Thread thinkboy
hi, I read that ReloadableResourceBundleMessageSource has the following benefit. • Allows for ResourceBundle refresh without stopping the VM should appfuse set ReloadableResourceBundleMessageSource instead of standard ResourceBundleMessageSource by default? since any change will be reloaded at

[appfuse-user] Re: When the appfuse2.0 release?

2006-12-06 Thread Man-Chi Leung
hi Matt, wish u have a wonderful trip at Spring Experience. :-D ~thinkboy On 2006-12-05 13:58:33 +0800, "Matt Raible" <[EMAIL PROTECTED]> said: I can't promise anything because of developer's schedules and current commitments. My hope is we can have the first milestone release done by the