Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

bilal_ahmad
bilal_ahmad
Offline

Badges

Badges
30

Accepted Solutions

Accepted Solutions
16

Likes Received

Likes Received
67

Posts

Posts
108

Discussions

Discussions
19

Questions

Questions
90

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by bilal_ahmad
Customize the badges you want to showcase on your profile
Re: AEM | Cloud Manager | Java 11 Build issues - Adobe Experience Manager 22-03-2021
Hi @NehaCMS , first off you need to get rid of all the SCR annotations and replace them with OSGi R6/R7 annotations. Post that your build will probably not fail. Reference : https://helpx.adobe.com/in/experience-manager/kb/cloud-manager-build-on-java11-aem.html Thanks,Bilal.

Views

427

Like

1

Replies

2
Re: Configuration missing on Live Copy tab of page proper... - Adobe Experience Manager 19-03-2021
Hey @salamswapnil, As my friend @Asutosh_Jena_ said, the Configuration section is being inherited from /libs/wcm/foundation/components/basicpage/v1/basicpage/tabs/livecopy/items/column/items/configuration. Please take a look at your page component dialog's inheritance if that has been overridden and the structure is exactly same in your local+prod as well? Thanks, Bilal

Views

799

Likes

0

Replies

0
Re: Configuration missing on Live Copy tab of page proper... - Adobe Experience Manager 19-03-2021
Hi @salamswapnil please verify that on non-prod & prod, you have this node present at jcr:content level: this happens when you inherit the LiveSyncConfig from the parent. Thanks,Bilal.

Views

815

Likes

2

Replies

2
Re: Migration from version 6.1 to 6.5 - Adobe Experience Manager 19-03-2021
Hi @Ankita_Aggarwal, you actually don't need to create pages from scratch. Once your editable templates are in the right place, you'll need to 're-organize' the content. Not recreate.

Views

262

Likes

0

Replies

0
Re: Migration from version 6.1 to 6.5 - Adobe Experience Manager 19-03-2021
Hi @Ankita_Aggarwal great that you have converted the components(I'm assuming that you've converted the components from using coral2 to coral3) but that's not the area of concern here. You need to convert the static templates to the editable ones(by carefully creating the new structure which we're supposed to have in order to use the dynamic/editable templates). This step is going to take time and need your utmost attention because when we use static templates, we use /etc/designs to store the c...

Views

276

Like

1

Replies

2
Re: Issue with configuring solr dependencies with bnd plu... - Adobe Experience Manager 19-03-2021
Hey @bartek887 try adding this in your bundle pom.xml : bnd-process bnd-process -conditionalpackage: org.apache.zookeeper.* .. .. I hope this helps Thanks,Bilal.

Views

713

Like

1

Replies

1
Re: How can I create a background job in AEM as a Cloud? - Adobe Experience Manager 19-03-2021
Hey @watopin try this:import org.osgi.service.component.annotations.Component; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @Component(service = Runnable.class, property = { "scheduler.expression=0 30 * * * ?" }) public class Myjob implements Runnable { private final Logger logger = LoggerFactory.getLogger(this.getClass()); @Override public void run() { logger.info("this message is from myjob"); } } Thanks,Bilal.

Views

691

Like

1

Replies

0
Re: GraphQL Client - Adobe Experience Manager 19-03-2021
Hey @sreedobe add the dependencies in your budle pom.xml and parent pom.xml. Also add this in your bundle pom.xml in the configuration: -conditional package: com.adobe.commerce.cif .. .. I hope this works out for you!Thanks,Bilal.

Views

5.9K

Like

1

Replies

0
Re: Loading issues with classic ui pages - Adobe Experience Manager 18-03-2021
Hey @aemninja please try restarting the instance. Also please let me know if you're seeing this in your error log:23.09.2020 13:18:04.359 *ERROR* [Background Update org.apache.sling.scripting.sightly (558)] org.apache.sling.scripting.sightly bundle org.apache.sling.scripting.sightly:1.1.2.1_4_0 (558)[org.apache.sling.scripting.sightly.impl.engine.ExtensionRegistryService(4087)] : Error during instantiation of the implementation object (java.lang.NoClassDefFoundError: jdk/internal/reflect/Constru...

Views

283

Like

1

Replies

1