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
SourceAccountingLine accountingLine = document.<AccountingDocument>cast().getSourceAccountingLine(); | |
SourceAccountingLine sourceLine = form.<TransferOfFundsForm>cast().getDocument().<AccountingDocument>cast().getSourceAccountingLine(); |
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
Vagrant::Config.run do |config| | |
config.vm.box = "KFSDev" | |
config.vm.box_url = "http://dl.dropbox.com/u/883064/F16.box" | |
config.vm.provision :puppet, :module_path => "modules" | |
end |
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
\documentclass[xcolor=dvipsnames,14pt]{beamer} | |
\usetheme{kualidays2012} | |
\usecolortheme[RGB={125,25,25}]{structure} | |
\setbeamerfont{structure}{family=\rmfamily,series=\bfseries} | |
\setbeamerfont{subtitle}{family=\sffamily,series=\bfseries} | |
\setbeamercolor{normal text}{bg=brown!46} | |
\begin{document} | |
\end{document} |
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd"> | |
<changeSet author="kuali (generated)" id="CM-156-1"> | |
<customChange class="org.kualigan.tools.liquibase.change.ext.MigrateData"> | |
<param name="sourceUrl" value="jdbc:oracle:thin:@localhost:1521:XE" /> | |
<param name="sourceUser" value="testuser" /> | |
<param name="sourcePass" value="password" /> | |
</customChange> | |
</changeSet> | |
</databaseChangeLog> |
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
update-alternatives --install /usr/bin/java java /var/lib/jenkins/tools/JDK_6/bin/java 99 |
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
<servlet> | |
<servlet-name>jsp</servlet-name> | |
<servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class> | |
<init-param> | |
<param-name>fork</param-name> | |
<param-value>false</param-value> | |
</init-param> | |
<init-param> | |
<param-name>trimSpaces</param-name> | |
<param-value>true</param-value> |
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
kfs-config/work/dev/kfs/staging/workflow/pending/ |
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
<jsp:useBean id="paramMap" class="java.util.HashMap" /> |
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
MAVEN_OPTS="$MAVEN_OPTS -javaagent:$HOME/jrebel.jar" | |
export MAVEN_OPTS |
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
eo@jabberwocky~ | |
(14:27:44) [205] echo YOUROWNPASSWORD | openssl pkeyutl -encrypt -pubin -inkey id_rsa.pub | base64 | |
G2waVJEFz4TfFDkghjEQmVLuR7G3B8aOE8S7FeAvcIKRx4L34N9NOXAPzvZktubUirDL1ioYf1PbZwcwqlQsZMMx+xht8WA6EJjLkAt6UZYGaDa9TMUloCLbrI7LaF0a0HmMNvQwjFQUPoSkmHkvi4mfWS7bfx0V0viaz6LQxcQeIGaiYzaMGHWWrEVRpGPD30e0rdvBwVlTL4ztB+kgkfuuZYDSZBsbPeNfJZEZZ4yw0kDx/nybHCt7tYvCD3FtSyQS7QKWk7n01iObdVBIE1Z4UrbgIaci/0iP0mRi8+ytF9w3rRKylTNLahkzru/O1vwPwGYHC0lPJxuZw6J4pVvglObE+ZiWYsL0JCsHkGon+7rZocOnOJCNIMUq+Th4Rq8JNhqXA6V8nuRD6LuzvaDgZiixIyGgtvcg8PskY4y27TkTlUNIGM2X4TGBkJmRsFAfvcaqwBmcGvnh4q54j4BS/eOriBfxk4BWnuwJD+peOl/Bkwa0ws9QCcOP+APxihmNjirpMNXJfaUNSnrc+Hm8SZvB+jgmSHm9SkZOaY6dvdo5auvjYofWMC+bMXASpWwiqpgeiCRfSB6z6ZCbybc/cmZAdUHK1jeG8zf9qIgXxc1pMYEhutei7rJULi9+wkBB2kx/J70ROKUHcuVaII4LOQm6w6XEzA48U4gXhZQ= |