On 4/1/07, Matt Raible <[EMAIL PROTECTED]> wrote:
Yes, you can configure this in Acegi, or often times on your
controllers themselves (depending on the web framework you're using).
Can I do it using struts 2?
WEB-INF/security.xml is the file you'll want to alter. If you've run
"war:inplace
On 4/1/07, misun chung <[EMAIL PROTECTED]> wrote:
Hello,
I have been using the Appfuse for two years now and my organization has
multiple projects developed on top of Appfuse. So first of all, I really
appreciate Appfuse and wanted to thank you all for making this awesome
creature and the suppo
Hello,
I have been using the Appfuse for two years now and my organization has
multiple projects developed on top of Appfuse. So first of all, I really
appreciate Appfuse and wanted to thank you all for making this awesome
creature and the supportive user groups.
As the number of projects incre
In line 30 of GenericDaoHibernate.java (under
data/hibernate/src/main/java/org/appfuse/dao/hibernate/), it declares:
private Class persistentClass;
why not use the following?
private Class persistentClass;
which I think is more appropriate.
--
View this message in context:
http://www.nabble.
Yes, you can configure this in Acegi, or often times on your
controllers themselves (depending on the web framework you're using).
WEB-INF/security.xml is the file you'll want to alter. If you've run
"war:inplace", it should be in your project. If not, you can run "mvn
package" and then copy it
Hi,
I know that I can hide the menu items with roles, but the URLs are still
accessible if I type them on the browser.
Does appfuse 2 implements some kind of role-based authorization for http
requests?
If so, where do I configure it?
Thanks!
I don't understand why notes this row
i try this way,it's Work normally;
session.setFlushMode(FlushMode.AUTO);
session.save(user);
session.flush();
the OpenSessionInView default to the FlushMode is FlushMode.NEVER
how i do?
add the Transaction?
aninggo wrote:
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 definition.
I don't change the config
--
View this message in context:
http://www.nabble.com/about-hibernate-manytomany-update-
Hello
I don't understand the main idea... (Jasper, iReports) and sorry for my
english
When someone knows something thanks!!
majaa
I have a file jrxml:
where AAA is
action-servlet.xml is the same as in the tutorial
UserReportController.java:
model.put("AAA", "bbb");
model.
You might want too provide more information on the first point.
Secondly you always have access too the java tmp directory. And look
at using http://jakarta.apache.org/commons/fileupload/ in combination
with storing your file as a blob in the db. Also matt has a good page
showing dwr and upload
Hi all,
I wonder how can I set a datetime value with sample-data.xml.
Thanks in advance.
--
View this message in context:
http://www.nabble.com/How-to-set-a-DateTime-field-in-sample-data.xml-tf3500766s2369.html#a9776781
Sent from the AppFuse - User mailing list archive at Nabble.com.
11 matches
Mail list logo