We can invite members to one site in Alfresco. It is easy and convenience to share the sites. But currently the problem in Alfresco is that it takes long time (around 1min or more if you want to batch invite friends to your site) to finish the invite process. After clicking ...
Currently, SPL COLOR allows multiple colors to be chosen if they apply to a single capsule or other oral dose form. SPL Acceptable Term Code BLACK C48323...
We can use the normal java way to generate RSA key. (for security reason, we'd better generate 2048 bytes RSA key) But the problem is the most popular way to store RSA key is keeping them as DER format. You can get some detailed info below: http://www.cryptosys.net/pki/rsakeyformats.html Also if you want the java code ...
Web-based Distributed Authoring and Versioning (WebDAV) is a set of methods based on the Hypertext Transfer Protocol (HTTP) that facilitates collaboration between users in editing and managing documents and files stored on World Wide Web servers. WebDAV was defined in RFC ...
public Object doInHibernate(Session session) throws HibernateException { Query q = session.createQuery(dql); q.setFirstResult(size); q.setMaxResults(rInfo.getPageSize()); return q.list(); } We need to make sure the value of parameter of query.setFirstResult is bigger than 0. And it seems that we can also check if hibernate.jdbc.use_scrollable_resultset is set to true. I didn't try this for I resolve this issue by setting the ...
An AMP file (or Alfresco Module Package) is a collection of code, XML, images, CSS, etc. that collectively extend the functionality or data provided by the standard Alfresco repository. An AMP file can contain as little as a set of custom templates or a new category. It ...
Select the Login UI and then press UP DOWN LEFT RIGHT UP UP DOWN DOWN. LOL, enjoy it.
Error message: commit -m "commit message." files RA layer request failed svn: Commit failed (details follow): svn: PROPFIND request failed on '/repo/path/!svn/vcc/default' svn: PROPFIND of '/repo/path/!svn/vcc/default': Could not read status line: connection was closed by server. (http://example.com) How to fix? Looking at my SVN configurations I could only find the JavaHL option, no SVNKit available.
Webtop lets you check in a document as the same (existing) version. However, when you do this the Content Server never sees a checkin call or event. Webtop simply sets the new file as content, updates any changed attributes, and saves the object. So a dm_save event ...
Error - DM_QUERY_E_TABLE_NO_ACCESS the table xxx is not registered or you do not have access to it was thrown when I use a superuser to update one registered table. I checked both ACL setting and Table permit on this registered object. There's no error. After 30 minutes, I found a post ...