Looks like the issue above happens only in version 1.1.6 of filevault plugin. I used the same version as in your example and everything works fine but I noticed that the core bundle automatically activates and deactivates by itself in a loop. Do you know why? or have you faced anything similar?
Hi @arunpatidar ,Thank you for your response.When I tried adding embeddable in the ui.apps I get this error -- ValidationViolation: "jackrabbit-packagetype: Package of type 'APPLICATION' is not supposed to contain OSGi bundles or configurations!.I tried this previously as well but could not get it...
Hi, Is there any way to embed core into ui.apps using filevault-package-maven-plugin but also keeping the packageType as application? Basically I am trying to replicate similar behaviour that was used in older versions of content-package-maven-plugin where core is bundles along with ui.apps and not ...
This is the error I see "org.apache.sling.api.resource.LoginException: Cannot derive user name for bundle aem-demo-test.core [620] and sub service demoService." but I don't understand how it works on author. It also works on publisher after restart.
Hi,I have a service user who is mapped to two subservices Example:<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="sling:OsgiConfig" user.mapping="[aem-demo-test.core:demoService=demo-admin]" /><jcr:root xmlns:sling="http:...
Hi, I was going through this article https://sling.apache.org/documentation/bundles/models.html#field-injection to understand models in aem.How does the injection of values really work? The documentation says that : In this case, a property named propertyName will be looked up from the Resource (af...
Hi, I resolved it by adding a bind method:@Component(
reference = {
@Reference(
name = wknd-examples-statistics,
service = ServiceUserMapped.class,
target = "(subServiceName=wknd-examples-statistics)",
...
Hi @sherinregi , Thank you for your response.What is ServiceUserMapped.clreplaced? I cannot resolve that on my IDE nor can I find references to it.This is what I tried:ServiceUserMapped serviceUserMapped = Mockito.mock(ServiceUserMapped.class);context.registerService(ServiceUserMapped.class,serviceU...