Search:

Type: Posts; User: dreed; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Solution?

    Had anyone figured this out? Is there a provisional fix? We are having the same problem and any suggestions greatly appreciated.

    Thanks,

    Dave
  2. Does Spring Web Services have this capability? ...

    Does Spring Web Services have this capability? Am facing a similar requirement.
  3. Replies
    0
    Views
    669

    Velocity ViewRenderTool

    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...
  4. Replies
    9
    Views
    1,681

    Hi Marten - thank you for the tip. This will...

    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. ...
  5. Replies
    9
    Views
    1,681

    AOP Data Access and Hibernate Transactions

    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...
  6. Replies
    5
    Views
    1,234

    fixed

    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...
  7. Replies
    5
    Views
    1,234

    Keith and Erwin -- thank you both for the quick...

    Keith and Erwin -- thank you both for the quick feedback. I will give it a try and report back.
  8. Replies
    5
    Views
    1,234

    Refresh execution on POST

    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...
  9. Replies
    0
    Views
    1,410

    Jasper Reports and Hibernate Session Factory

    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. ...
  10. Replies
    11
    Views
    2,431

    Hi All: I ran into the same issue. Here is...

    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....
  11. Not sure if this is correct (seems weird to have...

    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...
  12. Replies
    3
    Views
    1,134

    Cool, thanks, Ben.

    Cool, thanks, Ben.
  13. Replies
    3
    Views
    1,134

    Hi: For anyone else needing to do something,...

    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()...
  14. Replies
    3
    Views
    1,134

    Filtering permissions list

    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...
  15. Thread: Using ACL

    by dreed
    Replies
    4
    Views
    1,339

    Hi Bill: If I understand Ben's explanation...

    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...
  16. Thread: ACL DAOs

    by dreed
    Replies
    4
    Views
    1,217

    Ben: Thanks for your input -- this is very...

    Ben: Thanks for your input -- this is very helpful!
  17. Thread: ACL DAOs

    by dreed
    Replies
    4
    Views
    1,217

    Ben: Thanks for the reply. Just to clarify,...

    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...
  18. Replies
    37
    Views
    19,895

    Thanks, Ben. I'll give it a try :D .

    Thanks, Ben. I'll give it a try :D .
  19. Replies
    2
    Views
    932

    Thanks, Chris. I mistakenly was trying to get...

    Thanks, Chris. I mistakenly was trying to get the object from the session and not the request. :D
  20. Replies
    5
    Views
    1,611

    Hi James: Not sure if this helps, but, we use...

    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...
  21. Thread: ACL DAOs

    by dreed
    Replies
    4
    Views
    1,217

    ACL DAOs

    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...
  22. Replies
    37
    Views
    19,895

    Acegi in portlets

    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...
  23. JdbcDaoImpl object properties query throws exception

    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...
  24. Do you mean something like this? protected...

    Do you mean something like this?


    protected ModelAndView onSubmit(HttpServletRequest request,
    HttpServletResponse response,
    ...
  25. Replies
    2
    Views
    932

    Name of the command in session

    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...
Results 1 to 25 of 30
Page 1 of 2 1 2