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