Re: [appfuse-user] role based authorization

2007-04-01 Thread Johan Chaves SaborĂ­o
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

Re: [appfuse-user] Appfuse with WebLogic or WebSphere

2007-04-01 Thread Matt Raible
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

[appfuse-user] Appfuse with WebLogic or WebSphere

2007-04-01 Thread misun chung
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

[appfuse-user] private Class persistentClass;

2007-04-01 Thread wnqq
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.

Re: [appfuse-user] role based authorization

2007-04-01 Thread Matt Raible
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

[appfuse-user] role based authorization

2007-04-01 Thread Johan Chaves SaborĂ­o
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!

Re: [appfuse-user] about hibernate manytomany update question

2007-04-01 Thread aninggo
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:

[appfuse-user] about hibernate manytomany update question

2007-04-01 Thread aninggo
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-

[appfuse-user] try to understand something.. jasper

2007-04-01 Thread majaa majaa
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.

Re: [appfuse-user] upload pdf files

2007-04-01 Thread Christopher Love
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

[appfuse-user] How to set a DateTime field in sample-data.xml

2007-04-01 Thread Struts2 Fan
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.