-
1. Re: SessionContext.getInvokedBusinessInterface Regression
wolfc Apr 13, 2010 8:32 AM (in response to alrubinger)The invocation InvocationContext is already authoritative on the answer of getInvokedBusinessInterface(). So the extra check is not needed at all. Although we could argue about the message in the exception itself.
-
2. Re: SessionContext.getInvokedBusinessInterface Regression
wolfc Apr 13, 2010 8:55 AM (in response to alrubinger)Reverting a remote repo is a bit tricky in the sense of it already being published.
I did 'merge' your commit into my repo using the 'Fork Queue', but it doesn't really give the desired result. I would rather see commits merged in instead of recommitted. I did a merge into branch alr2 just for comparison.
Now that I have a reference to your tag we can see what happens if we don't play nice.
Now it's a 'pick your poison' game.
If you don't care about keeping a reference to that commit, just do
$ git reset HEAD^
do fiddling and commit again.
The push will result in a failure, so you'll need to remove the remote reference.