Wednesday, June 19, 2013 16:58

Archive for July, 2012

application is not bound as a global element

Tuesday, July 31, 2012 15:36

Error below was found when deploying a .ear file to JBoss 5.1.1 EAP. That .ear file works well on JBoss 4.x. Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: Element {http://java.sun.com/xml/ns/j2ee}application is not bound as a global element. Resolve by updating xsd in application.xml: <application xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd" version="1.4">   Good luck.

This was posted under category: Java  |  Read Full Story  |  0 Comments
Tagged with:
create a digital certificate to sign a Word document

create a digital certificate to sign a Word document

Wednesday, July 18, 2012 23:51

A digital signature is an electronic, encrypted, stamp of authentication on digital information such as e-mail messages, macros, or electronic documents. A signature confirms that the information originated from the signer and has not been altered. ...

This was posted under category: Office  |  Read Full Story  |  0 Comments
Tagged with:
Word experienced an error trying to open the file

Word experienced an error trying to open the file

Wednesday, July 18, 2012 15:34

We may come across below errors when opening Office attachments from Outlook on Windows Server 2008 (R2): Word experienced an error trying to open the file PowerPoint found a problem with content in Word has encountered a problem ...

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

Get the build version of SharePoint 2010

Wednesday, July 18, 2012 15:19

How to get the build version of SharePoint 2010? build version of farm: Central Administration -> System Settings -> Manage servers (/_admin/FarmServers.aspx) Windows PowerShell: (get-spfarm).buildversion build version of products:  Central Administration -> Upgrade and Migration -> Check Product and patch installation status. (/_admin/PatchStatus.aspx) build version of databases:  Central Administration -> Upgrade and Migration -> Review database status ...

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

Shortcuts used to find, search, locate codes in Virtual Studio 2010

Wednesday, July 18, 2012 15:16

There are some useful and powerful shortcuts in Virtual Studio 2010 used to find/search/locate codes. shortcuts used in my daily work: Navigate To (Ctrl+comma): the most powerful to search. Kind of 'Ctrl+Shift+R' in eclispe for java Incremental Search (Ctrl+I) : allowing you to search for partial words and refine your search in real time Call ...

This was posted under category: .NET  |  Read Full Story  |  0 Comments
Tagged with: ,
There are no registered destination locations for this site. Select another action.

There are no registered destination locations for this site. Select another action.

Tuesday, July 17, 2012 23:50

When setting Retention policy in Information Management Policy Settings of content type or library, we may come across the issue "There are no registered destination locations for this site. Select another action." if trying to config "Send to another location": The solution ...

This was posted under category: SharePoint  |  Read Full Story  |  0 Comments
Undeclaring a record in SharePoint

Undeclaring a record in SharePoint

Tuesday, July 17, 2012 22:03

People know how to declare a record by using the Ribbon action - 'Declare Record'. But how are we undeclaring a record in SharePoint? In the support site of Microsoft, there is a screenshot with 'Undeclare Record' action under the 'Declare Record' action. It is not true, at least it is ...

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

Changes in Documentum D2 4.0

Monday, July 16, 2012 21:40

There are big changes in D2 4.0 which helps users a lot: Yeah!! D2 Client now has cross-browser support. For this reason, ActiveX control has been replaced. Well, it is not so nice. JRE is now required on client environments. I guess it is considering perforamnce.UCF client-based content transfer is no longer supported. ...

This was posted under category: Documentum  |  Read Full Story  |  0 Comments
Tagged with: ,
The release of Documentum D2 4.0

The release of Documentum D2 4.0

Monday, July 16, 2012 20:37

The release of Documentum D2 4.0

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

SharePoint 2013 and Office 2013 are released

Monday, July 16, 2012 19:46

The preview of SharePoint 2013 and Office 2013 (a.k.a SharePoint 15 and Office 15) is launched.

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