Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    719

    UDDI inquiry with javascript

    hello all,

    when i use this code to inquire for businesses,the browser throws an exception in both firefox and IE

    here is the code, it has been minimized to show the XMLHttpRequest open and send...
  2. Replies
    0
    Views
    393

    FilterChainProxy Authentication

    hello,

    I'm practice using the FilterChainProxy described in springsecurity module document(The document is not very clear and it doesnt include any examples) in that i want to customize things on...
  3. Thread: Bad xsd

    by katatonia911
    Replies
    3
    Views
    587

    xsd contents

    i dont think so, since i tried on both NetBean 6.x and eclipse and both cant find except the two elements, anyway i downloaded the xsd from...
  4. Thread: Bad xsd

    by katatonia911
    Replies
    3
    Views
    587

    Bad xsd

    hi,

    i'm new to spring security and i depend heavily on the auto-complete facilities of my IDE, but when i use the spring-security-2.0.4.xsd i see that its not possible to define...
  5. Replies
    1
    Views
    506

    Caching Users Problem

    hi,

    i'm trying to use ehcache with spring security to cache users details, though when i deploy the application i get ClassNotFoundException:...
  6. how to use outside mvc

    hi,

    i'm doing authentication before accessing any resource with *.htm extension which is the extension to go into the spring mvc, so that i add the security constraint on this extension in the...
  7. Problem Solved

    its true, i defined the DefaultAnnotationHandlerMapping and the AnnotationMethodHandlerAdapter.

    thanks, your reply solved the problem and now i can use both techniques perfectly
  8. Exception when using annotations to define controller

    Hi,

    when i tried to use @Controller and <bean class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping"> to identify my controller it seems that the container dont...
  9. Problem Solved

    Thanks alot, its working perfect.
  10. can we nest in dir attribute?

    hi,

    i'm using i18n in my web-app, i want to keep the direction of rendering the page as ltr or rtl in a property file entry named "render", so that i can use it in the (dir) attribute of the...
  11. thanx alot denis

    thanx alot denis
  12. actually denis i dont put log4j.jar in my...

    actually denis i dont put log4j.jar in my classpath, i use commons-logging.jar, does this mean that spring use by default JDK logging classes instead of log4j?
  13. The code worked when i changed the logger for...

    The code worked when i changed the logger for INFO instead of DEBUG, do you know where exactly log4j.properties file exist in spring hierarchy?

    Thanx
  14. AspectJ at Before and at After not working

    hi all,


    i'm trying to use AspectJ with spring framework for the first time..but when i try this example its not working

    could you tell me what possibly i did wrong or i miss in the code?...
  15. Replies
    5
    Views
    2,234

    ok...i though im free to ask questions..this is...

    ok...i though im free to ask questions..this is my third time to use the forum..im not a senior member or site admin to know that.

    anyway thanx for your answer but it only solved the PostConstruct...
  16. ya i fixed the typo and it works..thanx..but i...

    ya i fixed the typo and it works..thanx..but i prefer not to stick to the book examples literally..a few nuanceses wont hurt
  17. Replies
    5
    Views
    2,234

    Postconstruct and PreDestroy problems

    hi,

    i'm trying to use @PostConstruct and @PreDestroy annotations in my class

    i tried to register CommonAnnotationBeanPostProcessor but the @PostConstruct and the @PreDestroy annotated methods...
  18. Apress Spring Recipes Book not working code

    hi all,

    i'm really disappointed with spring..the book Apress-Spring recipes is full of examples which are not working

    here is one and please try it yourself and tell me your opinion


    ...
Results 1 to 18 of 18