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

fstarfeld
fstarfeld
Online

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
11

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by fstarfeld
Customize the badges you want to showcase on your profile
Re: Mail MessageGateway is null - Adobe Experience Manager 05-04-2016
Hi Alex,sorry for you. We tested CQ Mailservice with version 6.0 and 6.1 with a lot of different mail accounts and smtp configurations but could not solve the issue.In our case we stopped investigating this and created our own little mail service1. OSGI configuration with SMTP settings2. Some Java code to read the OSGI configuration and send out mail ( we used the org.apache.commons.mail library)

Views

1.4K

Likes

0

Replies

0
Re: Mail MessageGateway is null - Adobe Experience Manager 14-01-2016
Ok, meanwhile I tested with 4 different SMTP servers. The same result for all of them, messageGatewayService.getGateway(Email.class) returns null however the configuration works, when I test them with other mail apps.So no idea. Maybe its my environment, I will ask a colleague to test the code on his dev environment.

Views

1.4K

Likes

0

Replies

0
Re: Mail MessageGateway is null - Adobe Experience Manager 11-01-2016
kautuksahni wrote... As mentioned by Jitendra, make sure that Until you configure the SMTP information for the messagegateway it will return null. As for the username and password, that would be the username and password you use to authenticate to the SMTP server. CONFIGURING CQ MAIL SERVICE The first step to sending emails through Adobe CQ is to configure the Day CQ Mail Service. To do this, log into to the OSGi Console at {server}:{port}/system/console/configMgr and look for a service called D...

Views

1.4K

Likes

0

Replies

0
Mail MessageGateway is null - Adobe Experience Manager 11-01-2016
I created a mail service class, which should use the CQ Mail Configuration.However I compared my code to several samples from the Internet my service does not work, becausemessageGatewayService.getGateway(...) always returns null. This is my simplified code:------------------------------------------import org.apache.commons.mail.Email;import org.apache.commons.mail.HtmlEmail;import org.apache.commons.mail.SimpleEmail;import org.apache.felix.scr.annotations.Component;import org.apache.felix.scr.a...

Views

5.5K

Likes

0

Replies

15
How to create multiple image fields in a touch/granite dialog in AEM 6.1 - Adobe Experience Manager 15-10-2015
On the page properties there is a tab for the thumbnail image. I added an additional tab for a background image.But it seems to be tricky to have multiple image tabs in a dialog.For the classic/widget based UI I had to explicitly add 'resourceType = foundation/components/image' to the new background image field so it is stored correctly. But now it works for me.Now I also wanted to add the background image to the touch UI. So I copied the existing definition of the thumbnail image from the grani...

Views

2.7K

Likes

0

Replies

2
Re: Multiple image upload for image component (touch UI) - Adobe Experience Manager 15-10-2015
I also could not find hotfix 6760. Where can we get it????

Views

329

Likes

0

Replies

0
Problem after upgrading Flex/BlazeDS/Workspace application to ADEP We implemented a flex applicatio - Adobe LiveCycle 05-07-2012
We implemented a flex application for the Workspace ES client and after a few updates it also worked in Workspace ES2.Now we want to migrate to ADEP Workspace and get problems with retrieving custom types from the backend application. When opening a component in ADEP Workspace (via tile icon) a Flex applicaton is started which connects to the Workspace via SWfConnector. You can retrieve data from a backend Java application using BlazeDS. When we want to retrieve a custom type!! from the backend ...

Views

1.2K

Likes

0

Replies

0
Installation ES2.5 - Adobe LiveCycle 10-03-2011
I want to install ES 25. In the download area of the Partner Portal I can only download ES2. I read a paper and suppose there is no real ES2.5 version and the ES2.5 version is simlar to ES2 with service pack2. Is this correct?In this case do I have to install ES2 and afterwards upgrade to SP2. Or do I have to install ES2, afterwards to SP1 and finally to SP2?If ES2.5 not equals ES2 SP 2. Where can I get the download files??thank!

Views

1.6K

Likes

0

Replies

3
Re: Get group members with LiveCycle Java API - Adobe LiveCycle 22-02-2011
Thanks a lot, fine!Although the method findGroups() is deprecated and there should be another way to get the members of the groups. But for now it works for me.

Views

330

Likes

0

Replies

0
Get group members with LiveCycle Java API - Adobe LiveCycle 21-02-2011
I'm working with the LiveCycle Java API (LiveCycle 8.2) and I'm looking foran example how to read the members of a group.I'm able to get a Group (Type GroupImpl) using the PrincipalSearchFilter.But how can I get the members of this group. I checked theDirectoryManagerServiceClient and the different search filter classeswithout success?As a workaround I could retrieve all users of my application domain andcheck their memberships to see if they are in the concerned group. But thisis a dirty hack I...

Views

1.9K

Likes

0

Replies

2