Expand my Community achievements bar.

umeshj24393
umeshj24393
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Yes, I have configured the user mapping configuration in system console. In osgi bundles, wherever the .loginAdministrstive(null) is called , i have replaced by below written codes:-@Component(immediate=true) @Service(value = WriteSerive.class) public class WriteServiceImp implements WriteService { ...

    Type

    Questions

    Views

    3.6K

    Likes

    0

    Replies

    0
  • In error.log :- 28.05.2017 08:49:37.850 *WARN* [qtp1248549286-25322] com.adobe.connect.osgi.cq.auth.ConnectUserManager Error creating/updating userjava.lang.NullPointerException: null    at com.adobe.connect.osgi.cq.auth.ConnectUserManager.createOrUpdateUser(ConnectUserManager.java:695)    at com.ad...

    Type

    Questions

    Views

    3.6K

    Likes

    0

    Replies

    0
  • Hi,Not able to inject resouceresolverfactory in following code.I created an interfacepublic interface WriteService{    public void getSession();{And a class which implemented an interface@Component(immediate=true) @Service(value = WriteSerive.class) public class WriteServiceImp  implements WriteServ...

    Type

    Questions

    Views

    4.9K

    Like

    1

    Replies

    18
  • That is my code class Activator{@Reference private ResourceResolverFactory resourceFactory; public void start(BundleContext context) { String url = null; SlingRepository repository = null; ServiceReference repositoryServiceRef = context.getServiceReference(SlingRepository.class.getName()); Session j...

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    0
  • smacdonald2008 wrote... Follow this artilce and watch the video. For AEM 6.1 and 6.2 - you need to use a system user.  http://scottsdigitalcommunity.blogspot.ca/2014/12/querying-adobe-experience-manager-6.html This will show you the proper way.   I created system user.Not able to fix this issue..

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    0
  • Hi,I am working on AEM 6.2As loginAdministrator is depcreated.So i followed the link: http://adobeaemclub.com/access-to-resourceresolver-in-osgi-services-aem-6-1/I used following code in osgi-bundle:I created the service user and mapped as mention above link . Map<String,Object> paramMap = new HashM...

    Type

    Questions

    Views

    2.7K

    Like

    1

    Replies

    5
  • Hi,I want to edit the WCM Authoring UI Mode service programatically.I want to change :-Default authoring UI mode from EDITOR to CLASSIC.is there any way to edit this configuration using any API or  curl command or write the code in bundles? Thanks

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    1
  • Thanks..In AEM 6.2, I am able to use loginAdministrative(null) method but not in AEM 6.3.we can still use this method in 6.2 but not in 6.3? is this correct?

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Thanks , I agree with your point.But,I have to create a users and groups programatically that is in osgi-bundle , I think for it service user are  required, doesn't it?Also, Can i create system user programatically? Thanks

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Hi,As .loginAdministrative(null) is deprecated in CQ 5.5 and in AEM  6.2 loginService(String,String) method is used.As in 5.5 there is no need to create service user and .loginAdministrative(null) was used,And in AEM 6.2 ,For creating group and users , it is necessary that only service user can do f...

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    5
Top badges earned by umeshj24393
Customize the badges you want to showcase on your profile