Wednesday, September 8, 2010 1:49

Author Archive

Invitation in Alfresco

Wednesday, August 4, 2010 15:53

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 ...

This was posted under category: Alfresco  |  Read Full Story  |  0 Comments
Tagged with:

SPL Color

Monday, August 2, 2010 20:51

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...

This was posted under category: Pharmaceutical  |  Read Full Story  |  0 Comments
Tagged with:

RSA DER Key generated by Java

Monday, August 2, 2010 12:56

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 ...

This was posted under category: Java  |  Read Full Story  |  0 Comments
Tagged with:

What’s WebDAV

Monday, August 2, 2010 12:46

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 ...

This was posted under category: Documentum  |  Read Full Story  |  0 Comments

The requested operation is not supported on forward only result sets

Saturday, July 31, 2010 16:51

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 ...

This was posted under category: Documentum  |  Read Full Story  |  0 Comments
Tagged with:

Alfresco AMP File

Friday, July 30, 2010 15:03

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 ...

This was posted under category: Alfresco  |  Read Full Story  |  0 Comments
Tagged with:

League of Legends Server UNAVAILABLE Servers are full

Thursday, May 13, 2010 8:21

Select the Login UI and then press UP DOWN LEFT RIGHT UP UP DOWN DOWN. LOL, enjoy it.

This was posted under category: Game, Life  |  Read Full Story  |  4 Comments

Eclipse SVN Error

Wednesday, May 5, 2010 20:41

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.

This was posted under category: Java  |  Read Full Story  |  0 Comments
Tagged with:

Check in v.s. Save

Sunday, May 2, 2010 21:53

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 ...

This was posted under category: Documentum, WDK Application  |  Read Full Story  |  0 Comments
Tagged with:

DM_QUERY_E_TABLE_NO_ACCESS

Wednesday, April 28, 2010 3:05

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 ...

This was posted under category: Documentum  |  Read Full Story  |  0 Comments
Tagged with: