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

NitroHazeDev
NitroHazeDev
Online

Badges

Badges
39

Accepted Solutions

Accepted Solutions
11

Likes Received

Likes Received
159

Posts

Posts
343

Discussions

Discussions
52

Questions

Questions
291

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by NitroHazeDev
Customize the badges you want to showcase on your profile
Programmatically create Users using Jackrabbit Usermanager api - Adobe Experience Manager 15-10-2015
Hello,Is there a way i could have a java code to create user using jackrabbit usermanager api. I tried using JackrabbitSession jsession = (JackrabbitSession) session;and i get the below error, java.lang.ClassCastException: org.apache.jackrabbit.jcr2spi.SessionImpl cannot be cast to org.apache.jackrabbit.api.JackrabbitSessionAnyone with help?Regards,NZ

Views

751

Like

1

Replies

5
Re: Sling.servlet.paths and Dispatcher Security concerns - Adobe Experience Manager 15-10-2015
kaushal_mall wrote... Best practice is to use /bin/path/to/servlet. Thank you Kaushal

Views

321

Likes

0

Replies

0
Sling.servlet.paths and Dispatcher Security concerns - Adobe Experience Manager 15-10-2015
Hello,I am wondering if someone could point me in the right direction wrt the usage of sling.servlet.paths , via dispatcher.I have a form post to a servlet and in the servlet i have the sling.servlet.paths = /apps/../../ . now via dispatcher i am forced to allow the POST to the path apps/../..Is there any security concern here providing the below rule./0208 { /type "allow" /glob "POST /apps/test/community/test*" }, Regards,

Views

690

Likes

0

Replies

2
Re: Issue with AEM 5.6.1 Publish Instance as Author - Adobe Experience Manager 15-10-2015
Is there something missing here Sham? Please let me know.

Views

97

Likes

0

Replies

0
Re: Issue with AEM 5.6.1 Publish Instance as Author - Adobe Experience Manager 15-10-2015
Sham HC wrote... If for any reason run mode is not defined it takes default as author. Go to osgi console and in sling settings verify the value. Couple of mistakes that cause this are 1) While Installing fresh cq publish instance without no sample context. During this I have see not passing correct parameter into option r 2) Start up script will be modified OR copied from author & forgot to change the run mode. 3) Modifying the sling.properties Hello Sham,In server.bat i have set the runmode, b...

Views

97

Likes

0

Replies

0
Issue with AEM 5.6.1 Publish Instance as Author - Adobe Experience Manager 15-10-2015
Hello,Is anyone facing an issue with Publish behaving as an author instance with sidekick appearing. I have started the publish instance with 'publish' as run mode, i still see the issue.Regards,NZ

Views

307

Likes

0

Replies

4
Re: Workflow Step Read and Write Metadata on Image Upload -AEM 5.6.1 - Adobe Experience Manager 15-10-2015
Sham HC wrote... Yes upgrade will be problem & after upgrade you might need to verify and add that additional step. ALternatively you can configure launcher to skip for test folder & create a new launcher for test folder which can internally call dam update workflow. Note which ever approach you take will need to modify OOB workflow model or launcher & also this is required to avoid running multiple workflow for same payload. Thank you Sham,Now i have a workflow launcher set up on node created e...

Views

238

Likes

0

Replies

0
Re: Workflow Step Read and Write Metadata on Image Upload -AEM 5.6.1 - Adobe Experience Manager 15-10-2015
Sham HC wrote... At the end of DAM Update Asset add an "Container Step" and call your workflow. Wouldn't it be a problem if i do it in DAM update asset workflow itself on AEM upgrade? I would want to have a separate workflow model being invoked, would that be feasible?In addition to that, i am monitoring a particular path /content/dam/test, and only uploads to this path must trigger workflow. If i put it in DAM update asset workflow as container step, wouldn't i be having it triggered for all th...

Views

238

Likes

0

Replies

0
Workflow Step Read and Write Metadata on Image Upload -AEM 5.6.1 - Adobe Experience Manager 15-10-2015
Hello,I am trying to read and write metadata on Image upload, I am able to trigger the custom workflow to extract metadata, but in vain.Here are my observations. I have tried using asset.getMetadataValue and Valuemap but no use.I have also tried using node.getProperty("dam:Fileformat").getString() but no results, can anyone help me here?Update: Instead of updating "DAM Update Asset" Workflow, i created a workflow launcher on node created at path : /content/dam/Test, (i.e> if there is an image up...

Views

920

Likes

0

Replies

5
AEM-Email Workflow Task Notification - Adobe Experience Manager 15-10-2015
Hello,I am looking at com.day.cq.workflow.impl.email.EMailNotificationService, and i want on complete of task, the workflow complete notifications to be sent to users from an email address keyed in on the "Day CQ Workflow Email Notification Service" and not from the from.address set in "Day CQ Mail Service" in com.day.cq.mailer.DefaultMailService. Any help?Regards,Nicole

Views

355

Likes

0

Replies

1