Even I can do it.
Type: Posts; User: rjs; Keyword(s):
Even I can do it.
Didn't reset source EM. Told you another pair of eyes would help. Mine, after coffee.
Straight JPA/Hibernate/Postgres setup where I'm reading from one db and writing to another. Have some largish tables (70K new rows per day) so I am using...
For completeness's sake, it's come to this in appContext.xml
<bean id="filterChainProxy" class="org.springframework.security.util.FilterChainProxy">
<sec:filter-chain-map path-type="ant">...
Ok now I have a filter proxy in appContext.xml
<bean id="filterChainProxy" class="org.springframework.security.util.FilterChainProxy">
<sec:filter-chain-map path-type="ant">
...
I see that I missed the FilterChainProxy step, but now eclipse is griping that
no declaration can be found for element 'security:filter-chain-map' using rev 2.0.2 of the xsd.
Oh yeah, I've...
Does this get registered in both applicationContext.xml and web.xml? If I put it in only web.xml (where I saw one successful example) I get
SEVERE: Exception starting filter <filterReference>...
Should I spot more, I'll add them to your jira site (and possibly the current one if I don't find it listed).
On the off chance that that special someone is listening:
1.1, second paragraph.
"The Context package build on the solid base provided by the Core package" probably wants builds
Hth