Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    575

    Doh. Didnt have the object in question...

    Doh.

    Didnt have the object in question targetted with a pointcut in my DomainObjectInstanceSecurityAspect.

    Bad doggy.
  2. Replies
    2
    Views
    575

    scratch that, im doing something wrong in my...

    scratch that, im doing something wrong in my securityMetadataSource - its working for some object methods but not others. will revert with answer when Ive debugged it some more.
  3. Replies
    2
    Views
    575

    AspectJ Joinpoint Security and JSTL

    Hi,

    Im using JoinPoint aspect to secure method calls on domain objects created outside of bean context, as per [1]

    Things work OK in straight java classes where the methods are invoked but the...
  4. Replies
    5
    Views
    2,755

    Roadmap ?

    Is there a doc describing whats in upcoming and past releases ?
  5. Replies
    0
    Views
    1,424

    custom init with command binding ?

    Im binding to a custom bean (resource) that contains set and string properties. The set contains another custom bean(page). In my default constuctor I can create a new empty set, but its only until I...
  6. Replies
    0
    Views
    912

    Param Prefix with BaseCommandController ?

    Im subclassing AbstractCommandController. I want to be able to bind ServletRequest params and to specify a prefix for the params that should be considered for binding, a la...
  7. Replies
    4
    Views
    3,075

    torsten, thanks. Ive already found IDE very...

    torsten, thanks. Ive already found IDE very useful in helping document my work.

    On the config matter - perhaps a doc update would help ? How about detection of contextConfigLocation in web.xml ?...
  8. Replies
    4
    Views
    3,075

    Thanks...why doesnt this work for the "base"...

    Thanks...why doesnt this work for the "base" config set - ie all files in the Beans Project ?
  9. Replies
    4
    Views
    3,075

    Multiple config files

    Is there a way to get the visualiser to resolve bean references in multiple config files ?
  10. Replies
    2
    Views
    1,885

    Fixed the graphic side of things by upgrading the...

    Fixed the graphic side of things by upgrading the feature to 1.0.3
  11. Replies
    2
    Views
    1,885

    more info: in the Spring Beans view I can see...

    more info:

    in the Spring Beans view I can see the config files I have added
    clicking the + symbol, I see nothing below - as if no beans have been found
    right-clicking and choosing Show Graph,...
  12. Replies
    2
    Views
    1,885

    Entities inclusion raises error

    In my config if I include an entities file in the DOCTYPE declaration I get an Unsupported DTD error and cant do anything more with it.

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans...
  13. Replies
    1
    Views
    1,012

    CommandController.setCommand ?

    Is there anyway of setting the instance of command class created in the AbstractCommandController/BaseCommandController to be the result of the getObject call from a FactoryBean ?

    Rather than...
  14. Im being dumb here then - is...

    Im being dumb here then - is searchApplicationContext the only application context ? What about the others I define in the context param in the web.xml, or the view.xml I reference from the...
  15. Null ApplicationContext subclassing ApplicationObjectSupport

    I'm doing somthing wrong here :

    If I subclass ApplicationObjectSupport and then in the subclass to a getApplicationContext() call shouldnt I receive the ApplicationContext object ?

    Doing this I...
Results 1 to 15 of 15