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...
Type: Posts; User: peterdnight; Keyword(s):
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...
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...
web.xml is evil ;) Hopefully this is not 6 months away.....
@WebServlet(
name = "helloSpringModule",
urlPatterns = {"/helloSvc/*"},
loadOnStartup = 2 ,
initParams = {...
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"...
I am unable to swap in property values for the access attribute:
<protect-pointcut expression="execution(* com.some.method(..))"
access="${ssomeProperty}"/>
Putting in string...
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}"/>
that: protected String extractRememberMeCookie
So at least i can easily extend the class in 3.x to fix...
- Peter
I am in the middle of dev and not ready to migrate yet.
help ;)