Skip to content

Instantly share code, notes, and snippets.

View jessemartinez's full-sized avatar

Jesse Martinez jessemartinez

View GitHub Profile
@jessemartinez
jessemartinez / gist:3908140
Created October 17, 2012 20:58
OSGI_INF for conditioncheck
### core-types-contrib.xml ###
<?xml version="1.0"?>
<component name="org.collectionspace.conditioncheck.coreTypes">
<extension target="org.nuxeo.ecm.core.schema.TypeService"
point="schema">
<schema name="conditionchecks_common" prefix="conditionchecks_common"
src="schemas/conditionchecks_common.xsd" />
</extension>
<extension target="org.nuxeo.ecm.core.schema.TypeService"
point="doctype">
@jessemartinez
jessemartinez / gist:3908132
Created October 17, 2012 20:56
OSGI-INF for loanin
### core-types-contrib.xml ###
<?xml version="1.0"?>
<component name="org.collectionspace.loanin.coreTypes">
<extension target="org.nuxeo.ecm.core.schema.TypeService"
point="schema">
<schema name="loansin_common" prefix="loansin_common"
src="schemas/loansin_common.xsd" />
</extension>
<extension target="org.nuxeo.ecm.core.schema.TypeService"
point="doctype">
@jessemartinez
jessemartinez / MANIFEST.MF
Created October 17, 2012 20:46
MANIFEST.MF
Manifest-Version: 1.0
Bundle-ManifestVersion: 1
Bundle-Name: org.collectionspace.conditioncheck
Bundle-SymbolicName: org.collectionspace.conditioncheck;singleton:=true
Bundle-Version: 1.0.0
Bundle-Localization: plugin
Bundle-Vendor: Nuxeo
Require-Bundle: org.nuxeo.runtime,
org.nuxeo.ecm.core.api,
org.nuxeo.ecm.core,
@jessemartinez
jessemartinez / gist:3908051
Created October 17, 2012 20:44
cspace-services.xml output
2012-10-17 15:40:41,001 DEBUG [main] [org.collectionspace.services.common.storage.JDBCTools:69] Looking up DataSource instance in JNDI with name: CspaceDS
2012-10-17 15:40:41,003 DEBUG [main] [org.collectionspace.services.common.storage.JDBCTools:69] Looking up DataSource instance in JNDI with name: NuxeoDS
2012-10-17 15:40:41,007 DEBUG [main] [org.collectionspace.services.common.config.ServicesConfigReaderImpl:66] read() config file=/usr/local/share/apache-tomcat-6.0.33/cspace/config/services/service-config.xml
2012-10-17 15:40:41,278 DEBUG [main] [org.collectionspace.services.common.config.AbstractConfigReaderImpl:119] read() read file /usr/local/share/apache-tomcat-6.0.33/cspace/config/services/service-config.xml
2012-10-17 15:40:41,278 DEBUG [main] [org.collectionspace.services.common.config.ServicesConfigReaderImpl:88] using client=JAVA class=org.collectionspace.services.nuxeo.client.java.RepositoryJavaClientImpl
2012-10-17 15:40:41,286 DEBUG [main] [org.collectionspace.services.common.config.TenantBindi