Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-1067 Initial support for Spring namespace #313

Closed
wants to merge 1 commit into from

Conversation

mbogoevici
Copy link
Contributor

  • Added an additional type of FactoryBean for creating Spring
    CacheManagers using an existing CacheContainer reference
    (Currently supporting only EmbeddedCacheManager and
    RemoteCacheManager references)
  • Added namespace elements for:
    • with optional configuration file reference
    • with optional configuration file reference
    • with a mandatory cache container reference

NOTE: a revised version of #305

* Added an additional type of FactoryBean for creating Spring
  CacheManagers using an existing CacheContainer reference
  (Currently supporting only EmbeddedCacheManager and
  RemoteCacheManager references)

* Added namespace elements for:
  - <embedded-cache-manager> with optional configuration file reference
  - <remote-cache-manager> with optional configuration file reference
  - <container-cache-manager> with a mandatory cache container reference
xmlns:tx="http://www.springframework.org/schema/tx"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/cache http://www.springframework.org/schema/cache/spring-cache.xsd
http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd">
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd
http://www.jboss.org/schema/infinispan/spring http://www.jboss.org/schema/infinispan/spring/infinispan-spring.xsd">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This still uses jboss.org as a namespace and schema location?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Apparently I didn't commit that change. I'll respin this.

@mbogoevici mbogoevici closed this May 17, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants