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

Richard_Wegier
Richard_Wegier
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
12

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Richard_Wegier
Customize the badges you want to showcase on your profile
Re: Form-centric workflow: How to implement a OSGi servic... - Adobe Experience Manager Forms 04-11-2020
I got it working but I had to adapt the code a bit: import com.adobe.fd.workspace.service.external.WorkitemUserMetadataService; import com.adobe.granite.workflow.WorkflowSession; import com.adobe.granite.workflow.exec.WorkItem; import com.adobe.granite.workflow.metadata.MetaDataMap; import org.apache.felix.scr.annotations.Component; import org.apache.felix.scr.annotations.Properties; import org.apache.felix.scr.annotations.Property; import org.apache.felix.scr.annotations.Service; import org.osg...

Views

527

Likes

0

Replies

0
Re: Form-centric workflow: How to implement a OSGi servic... - Adobe Experience Manager Forms 04-11-2020
Thank you for the dependency! The versioning of the dependencies is a little confusing. Anyhow, I was now able to implement the interface but the implementation is still not shown in the selection. I'm currently investigating why (any hints are welcome )

Views

544

Likes

0

Replies

0
Re: Form-centric workflow: How to implement a OSGi servic... - Adobe Experience Manager Forms 04-11-2020
I saw, that the interface is included in the aemfd-client-sdk dependency. But the newest available version is from 6.3.0 (https://mvnrepository.com/artifact/com.adobe.aemfd/aemfd-client-sdk?repo=adobe-public). Maybe you have a newer version for 6.5 to publish?

Views

496

Likes

0

Replies

0
Re: Form-centric workflow: How to implement a OSGi servic... - Adobe Experience Manager Forms 04-11-2020
When implementing the mentioned interface, I get asked to implement getUserMetadataMap(). Can you therefore also add the information regarding the needed maven dependency where the package with the interface is included? I assume, I'm working with an outdated version.

Views

498

Likes

0

Replies

0
Re: Form-centric workflow: How to implement a OSGi servic... - Adobe Experience Manager Forms 04-11-2020
Thank you very much! Can you also provide the necessary maven dependency? When I implement the mentioned interface I have to overridepublic Map getUserMetadata(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metadataMap) { } I'm working with AEM Forms 6.5 SP6.

Views

574

Likes

0

Replies

0
Re: Form-centric workflow: How to implement a OSGi servic... - Adobe Experience Manager Forms 04-11-2020
Thank you very much! Can you also provide the necessary maven dependency?

Views

575

Likes

0

Replies

0
Re: Form-centric workflow: How to implement a OSGi servic... - Adobe Experience Manager Forms 04-11-2020
Great, thank you very much in advance!

Views

483

Likes

0

Replies

0
Form-centric workflow: How to implement a OSGi service for custom metadata (assign task) - Adobe Experience Manager Forms 04-11-2020
HelloCurrently I'm working on forms-centric workflows. I'm using the assign task component and I need to add some custom values into the custom email templates. As per documentation (https://docs.adobe.com/content/help/en/experience-manager-65/forms/publish-process-aem-forms/use-metadata-in-email-notifications.html#use-an-osgi-bundle-and-java-interface-to-add-custom-metadata) I should be able to write my own OSGi service which prepares the metadata map.Unfortunately I'm not able to successfully ...

Views

723

Likes

0

Replies

13
Re: Document services not working - Adobe Experience Manager Forms 22-06-2020
Sorry, the message went out to soon.

Views

1.3K

Likes

0

Replies

0
Re: Document services not working - Adobe Experience Manager Forms 22-06-2020
Thank you very much for your response! As mentioned previously we are working with the JEE installation therefore we do not start it as a JAR file but a Windows Service (JBoss). May I kindly ask you to drop the link to the documentation just to be sure I'm checking the correct one? Thank you very much in advance!

Views

1.3K

Likes

0

Replies

0
Likes given to