- United States
- https://www.linkedin.com/in/neil-c-5083b19a/
Pinned Loading
-
Installing Mongo Shell in Linux box
Installing Mongo Shell in Linux box 1##### download mongosh v0.5.2 tarball then untar to /user/local/bin
2```
3$ wget -O - https://downloads.mongodb.com/compass/mongosh-0.5.2-linux.tgz | tar -C /usr/local/bin -xzf -
4```
5 -
Different Ways Creating Spring Bean ...
Different Ways Creating Spring Bean for Oracle Data Source 1<!-- non-XA Oracle DS wrapped with UCP with UCP pooled data source Factory -->
2<bean id="dataSource" class="oracle.ucp.jdbc.PoolDataSourceFactory" factory-method="getPoolDataSource">
3<property name="URL" value="jdbc:oracle:thin:@myserver:1521:mysid" />
4<property name="user" value="myuser" />
5<property name="password" value="mypassword" />
-
Different Ways of Injecting Bitronix...
Different Ways of Injecting Bitronix Transaction Manager 1<aop:config>
2<aop:pointcut id="serviceOperation" expression="your-pointcut-expression" />
3<aop:advisor advice-ref="transactionAdvice" pointcut-ref="serviceOperation" />
4</aop:config>
5 -
How to Mavenize Liferay Plugins Ant ...
How to Mavenize Liferay Plugins Ant build.xml 1<?xml version="1.0"?>
2<!-- Download Maven ant tasks jar form http://maven.apache.org/ant-tasks/download.html and drop it into your $ANT_HOME/lib -->
3<project name="mavenized-liferay-plugins-build" basedir="." xmlns:artifact="antlib:org.apache.maven.artifact.ant" default="copy-dependencies-and-deploy">
45<import file="../build-common-portlet.xml" />
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.