You can install the standalone JAR in your local Maven repository with:
mvn install:install-file -Dfile=/path/to/jackrabbit-standalone-2.4.0.jar
-DgroupId=org.apache.jackrabbit -DartifactId=jackrabbit-standalone
-Dversion=2.4.0 -Dpackaging=jar
The component X should render the component Y using data-sly-resource
and pass selector for rendering is different tile. See the Core carousel
/ Tabs component. @Arun_Patidar the list component does not have the
above functionality(allow another component ) as described.
Can you check on publish the page at /system/console/slingauth. Under
"Authentication Requirement Configuration" it should list a resources
which should require authentication. Very likely only the "full paths"
of the CUGs are listed, but not the vanity URLs. Can you please
confirm?regards,Jörg
Hi Tung, Have you tried this -@Component @Providespublic class
MyComponent implements MyService { @ServiceProperty(name="username",
mandatory=true)private String m_username; @Property(name="password",
mandatory=true)private String m_password;//...}
I have fixed that issue. In order to do group sync, we need to add
couple of attributes
:autocreate.group.localadmin="admin"autocreate.group.uniquemember="uniquemember"
andadd member attribute to group in ldap and pass the user dn value to
that.