org.springframework.ldap.repository.LdapRepository missing in spring-ldap 2.3.0.RELEASE - spring-ldap

I have problem finding this class (org.springframework.ldap.repository.LdapRepository) in spring-ldap 2.3.0.RELEASE. Was it deprecated? Or it was moved to another jar?

I found it. It moved to spring-data ldap. Sorry, I couldn't find anything in the document about this class migration.

Related

Node.jar : release status and expected roadmap

Ive been looking arround stackoverflow for informations about nashorn lately and node.jar too. But i noticed there is still nothing covered about node.jar.
Does anyone have a document or extended resource about current project status as well as its roadmap ?
p.s: i suggest someone creates a node.jar tag
Oracle decided not to use node word in this project name because of legal reasons. Current name of this thing is Project Avatar. Most like Avatar.js is exactly that you're looking for.
You can find more details here https://avatar.java.net/
Cheers,
Vik
Update: here is another similar SO question with detailed answer

Liferay FileEntry UUID Source

I'm still new to Liferay and using Liferay 6.2
the problem here is that i need to find the Jar and class that is generating the UUID for the uploaded files for documents and media portlet.
example : /documents/10180/13012/something/d311151a-4420-4245-ac51-5fc02da94e95
The UUID is : d311151a-4420-4245-ac51-5fc02da94e95
After digging for a few days, i found the class DeterminateKeyGenerator but after checking, it is not the one generating(or i believe it is not generating).
Any tips or pointers on this?
Thanks!
You can check PortalUUIDImpl.java for the implementation

XPages Managed Bean ClassNotFoundException

I am trying to get a managed bean to work, when I preview the test page, I get an an error that it cannot instantiate the class and indicates a ClassNotFound exception.
The java classes are there and correct
The beans are in the faces-config file correctly.
I'm running designer 8.5.3.
What would be possible causes as to why the classes are not being found?
Thank you
As Per says, you need to provide some code examples so we can see if something is missing.
Also check out his blog post, http://per.lausten.dk/blog/2012/02/creating-your-first-managed-bean-for-xpages.html This is a great place to start and covers all the basics.
Simple thing like needing to implement 'Serializable' is commonly missed!

What is PortletURLListener used for? And can I make use of it in a hook?

Can somebody give me a use case as to how can the PortletURLListener be used? if it can be used at all?
Like we have ModelListener can we also use PortletURLListener?
Just like in ModelListener we can inject functionality on creation of a model, on update of a model or on delete and so on.
So can we use the PortletURLListener the same way like ModelListener to do
something when a specific URL is called? Any other approach if not PortletURLListener? Since the name is such I thought that could be of help.
And can we use it in a hook? or it is just used by Liferay? Any other practical usecase you have seen or implemented by extending or using this class?
Thanks in advance.
Thanks Mark for the prompt :-)
The PortletURLListener is used e.g. for deploying and undeploying by Liferay core. For more details see Liferay sources for PortletHotDeployListener:
https://github.com/liferay/liferay-portal/blob/master/portal-impl/src/com/liferay/portal/deploy/hot/PortletHotDeployListener.java
Answer after Update:
You can create hook and put servlet.service.events.post=com.my.MyAfterChangeAction propery to the portal.properties. The MyAfterChangeAction class must implements com.liferay.portal.kernel.events.Action.

Where is com.ibm.xsp.component.UIIncludeComposite documented?

Can anyone tell me where com.ibm.xsp.component.UIIncludeComposite is documented? I searched in the help file for UIIncludeComposite but found nothing.
There is only one brief mention of it in Mastering xPages.
com.ibm.xsp.component.UIIncludeComposite is the class for the object returned by getComponent when calling getComponent for a custom control.
In fact where is anything documented? I think the single biggest frustration as a newbie xPage programmer is the lack of documentation or where to find it.
The Java class is documented in the Javadoc available at http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Domino_Designer_Extensibility_APIs_Javadoc_8.5.3 which points to this page for the specific class:
http://public.dhe.ibm.com/software/dw/lotus/Domino-Designer/JavaDocs/DesignerAPIs/com/ibm/xsp/component/UIIncludeComposite.html
General documentation for Upgrade Pack 1 and Extension Library is available here:
http://www-10.lotus.com/ldd/ddwiki.nsf/xpViewCategories.xsp?lookupName=Domino%20Designer%20XPages%20Extension%20Library

Resources