Thanks Peter. I wasn't talking about the annotations but classes like org.apache.felix.scr.ScrService and org.apache.felix.scr.Component which do not appear to be present in 6.2 and 6.3 in the org.apache.felix.scr bundle. Any way around this?I'm using these classes to get the state of a Component (a...
I noticed that org.apache.felix.scr is exported by one of the bundles in AEM 6.0 but not in AEM 6.3. There seems to be a bundle by name of org.apache.felix.scr in 6.3 also but it doesn't export the same package.Is this expected? Or this is a bug with my copy of 6.3?Should the org.apache.felix.scr ja...
So we followed this guide (link below) and ingested some weblogs (apache ncsa common format) to the data source:Data Sources Help We can see in the Data Sources manager tab, that the weblog is processed and ingested successfully.But - how do we get this data to appear and be reflected in actual repo...
I understand that getAdministrativeResourceResolver has been deprecated since 6.0 (valid risks for this change?) and a resource resolver has to be fetched by passing an appropriate system user. But if you are accessing the resource resolver from a sling request object, what user is this resolver map...
Thanks. Does that mean only way to know the dam assets affected by this error is to try to load them? - This may be a strange ask but it can sometimes help decide whether to move ahead in spite of such errors especially if you are in a crunch if the affected assets aren't that important.
Please ignore this. It worked when tried later.One question here : At JCR level, where are these record ids stored? (the id for datastore binary from the Record not found exception).Where do you find the mapping between a dam asset and the corresponding data store binary represented by the id?
Hello, we are getting org.apache.jackrabbit.core.data.DataStoreException: Record not found: ... exceptions when starting up AEM. But when I run datastore consistency check as given here (Datastore inconsistency record not found ) it shows no errors found?Is there any reason for this discrepancy? Or ...
Thanks all.These links mainly outline the java side changes.Is there a change in the way cloudservices (analytics and dtm) are integrated with AEM between 6.0 and 6.2? Will the configurations created in 6.0 work as is in 6.2?Thanks.
Hello, Is there any page or documentation which talks about code level changes in terms of deprecation or API level changes when going from 6.0 to 6.2 or 6.3?Planning to do the upgrade and just want an idea of what to expect. Also, would it be safe to assume that we'd come across only those changes ...