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
SEVERE: Unable to invoke no-args constructor for class org.eclipse.lsp4j.CompletionItemInsertTextModeSupportCapabilities. Registering an InstanceCreator with Gson for this type may fix this problem. | |
java.lang.RuntimeException: Unable to invoke no-args constructor for class org.eclipse.lsp4j.CompletionItemInsertTextModeSupportCapabilities. Registering an InstanceCreator with Gson for this type may fix this problem. | |
at com.google.gson.internal.ConstructorConstructor$14.construct(ConstructorConstructor.java:228) | |
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:212) | |
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:131) | |
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:222) | |
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:131) | |
at com.google.gson.internal.bind.ReflectiveTypeAdapterFacto |
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
(def db {:a {1 {:a/id 1 :a/code "a-1"} | |
2 {:a/id 2 :a/code "a-2"}} | |
:f {1 {:f/id 1 :f/code "f-1"} | |
2 {:f/id 2 :f/code "f-2"}} | |
:b {1 [{:f/id 1}]} | |
:c {1 [{:f/id 2}]}}) | |
(pco/defresolver a [input] | |
{::pco/input [:a/id] | |
::pco/output [:a/id :a/code] |
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
(def cofx-now | |
"injects current time to context" | |
{:enter (fn [ctx] | |
(assoc-in ctx [:request :now] (java.util.Date.)))}) | |
;; interceptor, in enter update value in `[:request :x]` with `inc` | |
(def inc-x-interceptor | |
{:enter (fn [ctx] | |
(update-in ctx [:request :x] inc))}) |
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
(when (window-system) | |
(set-default-font "Fira Code")) | |
(let ((alist '((33 . ".\\(?:\\(?:==\\|!!\\)\\|[!=]\\)") | |
(35 . ".\\(?:###\\|##\\|_(\\|[#(?[_{]\\)") | |
(36 . ".\\(?:>\\)") | |
(37 . ".\\(?:\\(?:%%\\)\\|%\\)") | |
(38 . ".\\(?:\\(?:&&\\)\\|&\\)") | |
(42 . ".\\(?:\\(?:\\*\\*/\\)\\|\\(?:\\*[*/]\\)\\|[*/>]\\)") | |
(43 . ".\\(?:\\(?:\\+\\+\\)\\|[+>]\\)") | |
(45 . ".\\(?:\\(?:-[>-]\\|<<\\|>>\\)\\|[<>}~-]\\)") |
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
testNotSatisfiedNoPremiumReceivedSmallContrib(ims.clienttransaction.workflow.spec.AcctInvestmentPremiumReceivedMaxDifferenceTest) Time elapsed: 0.012 sec <<< ERROR! | |
java.lang.NullPointerException: null | |
at ims.clienttransaction.workflow.spec.AcctInvestmentPremiumReceivedMaxDifference.invalidDelta(AcctInvestmentPremiumReceivedMaxDifference.java:74) | |
at ims.clienttransaction.workflow.spec.AcctInvestmentPremiumReceivedMaxDifference.isSatisfiedBy(AcctInvestmentPremiumReceivedMaxDifference.java:49) | |
at ims.clienttransaction.workflow.spec.AcctInvestmentPremiumReceivedMaxDifferenceTest.testNotSatisfiedNoPremiumReceivedSmallContrib(AcctInvestmentPremiumReceivedMaxDifferenceTest.java:63) | |
testNotSatisfiedNoPremiumReceived(ims.clienttransaction.workflow.spec.AcctInvestmentPremiumReceivedMaxDifferenceTest) Time elapsed: 0 sec <<< ERROR! | |
java.lang.NullPointerException: null | |
at ims.clienttransaction.workflow.spec.AcctInvestmentPremiumReceivedMaxDifference.invalidDelta(AcctInvestmentPremiumReceivedMaxDifference.java:7 |
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
<MSG> | |
<HEADER> | |
<FILE_NAME>POL_870_20151020_175252176.xml</FILE_NAME> | |
<FILE_TYPE>POLICY</FILE_TYPE> | |
<TENANT>1697</TENANT> | |
</HEADER> | |
<BODY> | |
<POLICY> | |
<PROPOSAL_NO>I100000548</PROPOSAL_NO> | |
<PLAN_NO>100</PLAN_NO> |
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
private void importOpenAccountCommand(String xml) { | |
//load product code. | |
//find strategy - Ex: TransactionFactoryStrategy | |
// execute import command = stratgegy.import(xml) | |
PolicyXmlOrder xmlOrder = new PolicyXmlOrder(xml); | |
OpenAccountCommand command = xmlOrder.command(); | |
this.tradingApplicationServices.openAccount(command); | |
} |
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
stg:prod) | |
SRCDIR=/Users/jmaya/Documents/workspace/release/st_george/prod/beluca | |
DESTDIR=stage-ims | |
DESTSERVER=stgweb1 | |
IMSDIR=/usr/local/staging | |
cd $SRCDIR | |
git co st_george | |
git pull origin st_george | |
mvn clean install -DskipTests=true | |
cd ims-web |
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
[color] | |
ui = true | |
[alias] | |
ci = commit | |
co = checkout | |
d = diff | |
di = diff | |
br = branch | |
st = status | |
l = log --stat |
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
new ExampleMessageEvent("ExampleMessageEvent " + System.currentTimeMillis(), (e) -> System.out.println("Response " + e.getResponse()); |
NewerOlder