[
https://issues.jboss.org/browse/SEAMJCR-16?page=com.atlassian.jira.plugin...
]
George Gastaldi edited comment on SEAMJCR-16 at 6/21/11 9:30 PM:
-----------------------------------------------------------------
Support for multiple properties is possible using something like:
{code:java}
@JcrConfiguration.List({
@JcrConfiguration(name="aaa",value="bbb"),
@JcrConfiguration(name="ccc",value="ddd"),
@JcrConfiguration(name="xxx",value="yyy")
})
{code}
was (Author: gastaldi):
Support for multiple properties is possible using:
{code:java}
@JcrConfiguration.List({
@JcrConfiguration(name="aaa",value="bbb")
})
{code}
Repository resolver behavior
----------------------------
Key: SEAMJCR-16
URL:
https://issues.jboss.org/browse/SEAMJCR-16
Project: Seam JCR
Issue Type: Feature Request
Components: CDI & Injection API
Affects Versions: 3.0.0.Alpha1
Reporter: John Ament
Fix For: 3.0.0.Alpha2
Repository resolver - support direct injection for modeshape, exo, jackrabbit, etc, JCR
implementations. Allow qualifiers that can resolve a Map as the same type to look up the
repository and session.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira