Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    25
    Views
    5,643

    Is the "project" menu supposed to be missing? Eg....

    Is the "project" menu supposed to be missing? Eg. I even went into customize perspective, and it is checked - but not visible.

    - Peter

    ** Update: After drilling through the window/customize...
  2. Replies
    5
    Views
    2,107

    STS 2.6 errors with jaxws

    After integrating with jaxws ri (http://jax-ws-commons.java.net/spring/), I get:
    Unrecognized xbean namespace mapping: http://jaxws.dev.java.net/spring/servlet

    Error only occurs in the IDE...
  3. Replies
    10
    Views
    8,834

    +1 for Servlet 3....

    web.xml is evil ;) Hopefully this is not 6 months away.....


    @WebServlet(
    name = "helloSpringModule",
    urlPatterns = {"/helloSvc/*"},
    loadOnStartup = 2 ,
    initParams = {...
  4. sts 2.6 + 3.1M1 + = error

    works fine if I change it to 3.0.5.RELEASE . Empty .xml for the sake of testing:
    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"...
  5. Support for

    I am unable to swap in property values for the access attribute:

    <protect-pointcut expression="execution(* com.some.method(..))"
    access="${ssomeProperty}"/>

    Putting in string...
  6. Replies
    0
    Views
    404

    Support for property files...

    The following does not work? It does works if I put a literal value in.....

    <sec:protect-pointcut expression="execution(* xom.sample.myMethod(..))"
    access="${security.role.view}"/>
  7. Just noticed ...

    that: protected String extractRememberMeCookie

    So at least i can easily extend the class in 3.x to fix...

    - Peter
  8. Replies
    3
    Views
    1,304

    Where is STS Archive for eclipse 3.4

    I am in the middle of dev and not ready to migrate yet.

    help ;)
Results 1 to 8 of 8