Had anyone figured this out? Is there a provisional fix? We are having the same problem and any suggestions greatly appreciated.
Thanks,
Dave
Type: Posts; User: dreed; Keyword(s):
Had anyone figured this out? Is there a provisional fix? We are having the same problem and any suggestions greatly appreciated.
Thanks,
Dave
Does Spring Web Services have this capability? Am facing a similar requirement.
Hi All:
I am trying to use the Velocity ViewRenderTool, which appears very useful in creating flexible macros. I have tried every permutation of configuration of the servlet context (specifically...
Hi Marten - thank you for the tip. This will make the Auditer tied to Hibernate, but don't think that will matter in this case, and we can always write something up for other data access methods. ...
Hi All:
Have not found a thread that addresses this issue, so hopefully it has not been covered before. I am trying to write a generic Auditer class that will track changes to objects made...
In case anyone else runs into to a similar problem with 1.0-RC3, the issue turned out to be passing the event id argument in the name of the submit button. Using a hidden field to pass the eventId...
Keith and Erwin -- thank you both for the quick feedback. I will give it a try and report back.
Hi:
We have a flow that is used to search data based on various atrributes. The search data is bound into a form that is FLOW-scoped. The flow has a view state to view results and an action...
Hi:
I would like to integrate Jasper Reports with a web application we are developing. Both JasperReportsViewResolver and AbstractJasperReportsView allow for the setting of a JDBC data source. ...
Hi All:
I ran into the same issue. Here is how I dealt with it:
1. Map application servlets to a sub path, like /app/. These will be available at www.domain.com/context/app/handlerMapping
2....
Not sure if this is correct (seems weird to have svc layer mixed into an editor), but I have faced a similar situation. This is how I went about it: make a constructor that takes the svc layer as...
Cool, thanks, Ben.
Hi:
For anyone else needing to do something, here is a solution that seems to work. You can iterate through all of the Acl parents of an object using SimpleAclEntry's getAclObjectParentIdentity()...
Hi all:
We are working on an application that deals with user management. The application uses Acegi ACL to manage what rights users have over other users. User permissions are inherited, so...
Hi Bill:
If I understand Ben's explanation correctly, the notion of a "root" user is neccersary because top level objects, say managers, at the top of the ACL food chain need to have a common...
Ben: Thanks for your input -- this is very helpful!
Ben:
Thanks for the reply. Just to clarify, the default schema has tables for acl_object_identity and acl_permission. Instead of lumping all permissions into these two tables, what I'd like to...
Thanks, Ben. I'll give it a try :D .
Thanks, Chris. I mistakenly was trying to get the object from the session and not the request. :D
Hi James:
Not sure if this helps, but, we use Acegi's ACL features to control this sort of access. When a new domain object is created, the service facade transparently gives the current user...
Hi:
I have an application with multiple classes that use ACL-permissioning to control access to individual instances. I would prefer to keep the ACL info for each domain class separate. Does...
Hi All:
Hope this isn't too far off topic. I am wondering if anyone has experience using the LifeRay portlet container (www.liferay.com). In its newest version. the business tier is built...
Hi:
I discovered what I think may be a typo in net.sf.acegisecurity.acl.basic.jdbc.JdbcDaoImpl. The default value for the object properties query is as follows:
public static final String...
Do you mean something like this?
protected ModelAndView onSubmit(HttpServletRequest request,
HttpServletResponse response,
...
Hi:
I have a form that uses a command object. Everything works great with the actual form, which uses <spring:bind> tags, but I need to do additional work in the jsp with information in the...