This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <bean id="txManager" class="org.springframework.orm.hibernate4.HibernateTransactionManager" scope="singleton"> | |
| <property name="entityInterceptor" ref="auditInterceptorName" /> | |
| <property name="sessionFactory" ref="sessionFactory" /> | |
| </bean> | |
| <bean id="auditInterceptorName" class="java.lang.String"> | |
| <constructor-arg type="java.lang.String" value="auditInterceptor"/> | |
| </bean> |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Running: vboxmanage snapshot webservices delete f4cb7fd0-f227-434e-9811-8f1ed30a9692 | |
| Progress state: NS_ERROR_FAILURE | |
| VBoxManage: error: Snapshot operation failed | |
| VBoxManage: error: Failed to perform an online medium merge (VERR_INVALID_PARAMETER) | |
| VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component Console, interface IConsole | |
| VBoxManage: error: Context: "int handleSnapshot(HandlerArg*)" at line 431 of file VBoxManageSnapshot.cpp | |
| Full Vbox.log: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Reporting-MTA: dns; webservices.itclinical.com | |
| X-Postfix-Queue-ID: 49F3E12EA16C | |
| X-Postfix-Sender: rfc822; test@itclinical.com | |
| Arrival-Date: Wed, 29 May 2013 20:09:17 +0100 (WEST) | |
| Final-Recipient: rfc822; kc@dghealth.org | |
| Original-Recipient: rfc822;kc@dghealth.org | |
| Action: failed | |
| Status: 5.1.1 | |
| Remote-MTA: dns; chw-smtp-001.dghealth.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| VirtualBox VM 4.2.6 r82870 linux.amd64 (Dec 19 2012 15:52:56) release log | |
| 00:00:00.088725 Log opened 2013-04-30T22:48:24.787062000Z | |
| 00:00:00.088728 OS Product: Linux | |
| 00:00:00.088729 OS Release: 2.6.32-45-generic | |
| 00:00:00.088730 OS Version: #102-Ubuntu SMP Wed Jan 2 22:38:04 UTC 2013 | |
| 00:00:00.088760 DMI Product Name: System Product Name | |
| 00:00:00.088768 DMI Product Version: System Version | |
| 00:00:00.088776 Host RAM: 8002MB total, 53MB available | |
| 00:00:00.088779 Executable: /usr/lib/virtualbox/VBoxHeadless | |
| 00:00:00.088779 Process ID: 5618 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| VBoxService 4.2.6 r82870 (verbosity: 4) linux.amd64 (Dec 19 2012 15:17:08) release log | |
| 00:00:00.001502 main Log opened 2013-05-13T09:36:06.635176000Z | |
| 00:00:00.001612 main OS Product: Linux | |
| 00:00:00.001621 main OS Release: 2.6.32-32-server | |
| 00:00:00.001646 main OS Version: #62-Ubuntu SMP Wed Apr 20 22:07:43 UTC 2011 | |
| 00:00:00.001655 main OS Service Pack: #62-Ubuntu SMP Wed Apr 20 22:07:43 UTC 2011 | |
| 00:00:00.001663 main Executable: /opt/VBoxGuestAdditions-4.2.6/sbin/VBoxService | |
| 00:00:00.001667 main Process ID: 8003 | |
| 00:00:00.001671 main Package type: LINUX_64BITS_GENERIC | |
| 00:00:00.001680 main 4.2.6 r82870 started. Verbose level = 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Name: dataservices | |
| Groups: / | |
| Guest OS: Ubuntu (64 bit) | |
| UUID: 0abf5872-5ce8-4a72-a916-0ce264b2b5f0 | |
| Config file: /mnt/hdc/VirtualBox VMs/dataservices/dataservices.vbox | |
| Snapshot folder: /mnt/hdc/VirtualBox VMs/dataservices/Snapshots | |
| Log folder: /mnt/hdc/VirtualBox VMs/dataservices/Logs | |
| Hardware UUID: 0abf5872-5ce8-4a72-a916-0ce264b2b5f0 | |
| Memory size: 2024MB | |
| Page Fusion: off |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="tab-content container" id="tab4"> | |
| <div class="eight columns">xxxx</div> | |
| <div class="eight columns">yyyy</div> | |
| </div> | |
| See example in tab "Editor Module" in http://itclinical.com/new/edc.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="row-fluid"> | |
| <div class="span"> | |
| <!-- BEGIN SAMPLE TABLE PORTLET--> | |
| <div class="portlet"> | |
| <div class="portlet-title"> | |
| <h4><i class="icon-cogs"></i>Advance Table</h4> | |
| <div class="tools"> | |
| <a href="javascript:;" class="collapse"></a> | |
| <a href="#portlet-config" data-toggle="modal" class="config"></a> | |
| <a href="javascript:;" class="reload"></a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| String mapPath = getClass().getResource(MAPPING_FILE).toString(); | |
| mapPath = mapPath.replace("%20", " "); | |
| mapPath = mapPath.substring(mapPath.indexOf(":")+1); | |
| log.debug("Map Path is: " + mapPath); | |
| convertOptions.setOptionMap(optionCreator.createOptionMap(new File(mapPath))); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 2669.261] | |
| X.Org X Server 1.11.3 | |
| Release Date: 2011-12-16 | |
| [ 2669.261] X Protocol Version 11, Revision 0 | |
| [ 2669.261] Build Operating System: Linux 2.6.42-26-generic i686 Ubuntu | |
| [ 2669.261] Current Operating System: Linux servidor 3.2.0-35-generic #55-Ubuntu SMP Wed Dec 5 17:45:18 UTC 2012 i686 | |
| [ 2669.261] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-35-generic root=UUID=c52d4c28-8f29-4043-b8e3-440c3f6f4b58 ro quiet splash vt.handoff=7 | |
| [ 2669.261] Build Date: 29 August 2012 12:10:05AM |