While not exactly built into ODE, you might want to check out the
Turmeric SOA project from eBay's open source site:
http://www.ebayopensource.org/index.php/Turmeric/HomePage
It can be used in conjunction with ODE to track the items you want.
Dave
On 09/23/2011 07:39 AM, xhumy wrote:
Hi all,
If you have a settings.xml file, you can add that repository to there,
and it'll be picked up. Ideally you don't want to clutter the root pom
with the repositories. Tammo's the suggestion is actually the correct
course of action, get Axis2/WSO2 to add the missing WAR back to maven
central,
[
https://issues.apache.org/jira/browse/ODE-870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver reopened ODE-870:
--
Assignee: Rafal Rusin
Re-Opening issue as it looks like it was accidently set to Fixed. Re-Opening
_OPTS...this sets it as an environment variable, and maven should
pick those up.
Dave
On 07/08/2010 02:57 PM, Tammo van Lessen wrote:
Yes, I didn't find the time yet to see how to set the MAVEN_OPTS in the
hudson build. I'll try to figure it out now.
On 08.07.2010 23:53, David Carv
My experience with ODE and Hudson builds regardless if it's Maven or
Buildr you need to specify at least the JVM option of
-XX:MaxPermSize=256m if you are using a Sun JVM for the build.
It also helps to specify, -Xmx2048m -Xms512m
I've in the past set up a Parameter based build, with JAVA_OPT
+1 for Tamo.
Dave
On 06/30/2010 05:41 PM, Matthieu Riou wrote:
And here's my +1 for Tammo as new chair.
Matthieu
On Wed, Jun 30, 2010 at 5:41 PM, Matthieu Riou wrote:
Hey guys,
It's now time to vote! There's only one candidate so I guess there won't be
that much suspense but still, an
essen wrote:
Hi ODEers,
I'm happy to announce new blood in the ODE team. Please join me to
welcome our new committers Terry Mueller and David Carver. Both have
been actively contributing important fixes to ODE, so I'm happy to have
them in the core team!
I'm looking forward
essen wrote:
Hi ODEers,
I'm happy to announce new blood in the ODE team. Please join me to
welcome our new committers Terry Mueller and David Carver. Both have
been actively contributing important fixes to ODE, so I'm happy to have
them in the core team!
I'm looking forward
Just some thoughts on this thread.
1. Any 1.4 or 1.3.x release should always be API compatible. So we
should never break public API here.
2. I would prefer that any schema changes and any serialization of
classes also remain binary compatible. Again, avoids migration and
upgrade issues.
[
https://issues.apache.org/jira/browse/ODE-850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver resolved ODE-850.
--
Resolution: Fixed
commit released to head.
> Infinite Loop when WSDL imports Schema and BPEL imports
[
https://issues.apache.org/jira/browse/ODE-850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-850:
-
Assignee: David Carver
> Infinite Loop when WSDL imports Schema and BPEL imports the same Sch
Components: BPEL Compilation/Parsing
Affects Versions: 1.3.4, 1.3.3, 1.3.2
Reporter: David Carver
Fix For: 1.3.5
When Multiple WSDL's and the BPEL file all try to import the same XSD, the
compiler goes into an infinte loop until it gets an OutOfMemory
Personally, I wouldn't recommend going backwards on Xerces-J versions,
as there are numerous bug fixes in 2.9 that could introduce other
regressions if going backwards.
Dave
On 06/15/2010 03:14 AM, Milinda Pathirage wrote:
Hi All,
I found out that the above exception is thrown because of the
+1 anything to make release process easy and consistent.
Dave
On 06/10/2010 05:51 AM, Tammo van Lessen wrote:
Hi devs,
I'd like to try using Nexus for the ODE release process (nexus makes
this process apparently a lot simpler), the infra process for this
requires us do a vote so please vote +1
[
https://issues.apache.org/jira/browse/ODE-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876778#action_12876778
]
David Carver commented on ODE-368:
--
I've tested this out and it appears to be w
I talked with Tammo, and committed the Patch to 1.3.4 branch. A Respin
will need to be done to pickup the change. I'll commit the same fix to
head later today or tomorrow.
Dave
On 06/04/2010 09:23 AM, David Carver wrote:
Take a look at the patch I supplied on ODE-840. It should ge
[
https://issues.apache.org/jira/browse/ODE-840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875707#action_12875707
]
David Carver commented on ODE-840:
--
Committed fix to 1.3.4 br
Take a look at the patch I supplied on ODE-840. It should get you
going. All tests seem to pass locally. Please let me know if there are
any problems. I'd like verification before we commit this.
Dave
On 06/04/2010 07:42 AM, Nowakowski, Mateusz wrote:
Thanks. Please fix
It doesn't
I'm testing a fix for this now.
Dave
On 06/04/2010 07:42 AM, Nowakowski, Mateusz wrote:
Thanks. Please fix
It doesn't show a stack trace because the exception is logged this
way:
__log.debug(e);
but it should be
__log.debug("some message", e);
as well.
[
https://issues.apache.org/jira/browse/ODE-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-840:
-
Attachment: ode-bpel-compiler-1.3.x-SNAPSHOT.jar
Compiler JAR with the proposed fix. This was done from
[
https://issues.apache.org/jira/browse/ODE-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-840:
-
Attachment: ode-840-v1.txt
Patch that should fix the compilation error. Please test this locally before
[
https://issues.apache.org/jira/browse/ODE-840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875640#action_12875640
]
David Carver commented on ODE-840:
--
I have a possible fix for this issue. running en
See comment on ODE-840. Seems to be caused by ODE-807 which fixed one
bug, but apparently introduced another. I'm looking into it.
On 06/04/2010 05:57 AM, Nowakowski, Mateusz wrote:
There is only what I've pasted here: (the whole log below)
2010-06-04 11:06:10,254 [Timer-1] DEBUG
org.apach
[
https://issues.apache.org/jira/browse/ODE-840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875601#action_12875601
]
David Carver commented on ODE-840:
--
This looks like a regression caused by ODE-807.
ODE
[
https://issues.apache.org/jira/browse/ODE-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875171#action_12875171
]
David Carver commented on ODE-839:
--
So are we talking about just adding a ode x
[
https://issues.apache.org/jira/browse/ODE-838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-838:
-
Priority: Minor (was: Major)
> Create Unit Tests for Utils proj
Create Unit Tests for Utils project
---
Key: ODE-838
URL: https://issues.apache.org/jira/browse/ODE-838
Project: ODE
Issue Type: Test
Reporter: David Carver
Currently the Utils project has very
+1. Looks good to me.
Dave
On 06/01/2010 06:51 AM, Tammo van Lessen wrote:
Hi guys,
It's time to release a new version of ODE since we have fixed a whole
bunch of issues since the last release. So it's quite overdue.
Rafał and I have cut a release based on the Maven2 build. I have signed
and
Thanks. Glad to help where I can.
Dave
On 06/01/2010 04:07 AM, hbdrawn wrote:
congratulations!
Tammo van Lessen wrote:
Hi ODEers,
I'm happy to announce new blood in the ODE team. Please join me to
welcome our new committers Terry Mueller and David Carver. Both have
been act
[
https://issues.apache.org/jira/browse/ODE-829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871883#action_12871883
]
David Carver commented on ODE-829:
--
I can verify that the latest patch from Anurag fixes
[
https://issues.apache.org/jira/browse/ODE-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871347#action_12871347
]
David Carver commented on ODE-368:
--
This should be handled by the Saxon parser when an X
[
https://issues.apache.org/jira/browse/ODE-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-827:
-
Affects Version/s: 1.3.3
1.3.2
1.3.4
Priority
Reporter: David Carver
The following is an example
The operation "Received___Cost_Booking___details" is not declared on portType
"{http://example.com/Process/Blah}ForProcess_call";. SomeBPELProcess.bpel
Some/build/Process line 1113
The problem here is that with out the
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867539#action_12867539
]
David Carver commented on ODE-663:
--
As Mark mentioned earlier the cloneNode is an enha
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867338#action_12867338
]
David Carver commented on ODE-663:
--
Okay then so there is something else going on.
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867331#action_12867331
]
David Carver commented on ODE-663:
--
Rafal go ahead and revert to revision 942237 and se
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-663:
-
Attachment: ode1.x-663-v5.txt
This is almost back to the original code with the minor change to how
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867309#action_12867309
]
David Carver commented on ODE-663:
--
Will add another test case for
ght. It's not one of standard licenses, but
it's open source. So it looks like we can use it.
On 13 May 2010 09:35, David Carver wrote:
I'm looking through some of the various XML unit tests, and notice that none
are leveraging the XMLUnit test suite. There are some advant
one of standard licenses, but
it's open source. So it looks like we can use it.
On 13 May 2010 09:35, David Carver wrote:
I'm looking through some of the various XML unit tests, and notice that none
are leveraging the XMLUnit test suite. There are some advantages for using
this t
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867264#action_12867264
]
David Carver commented on ODE-663:
--
Alright...the NullPointer exceptions that were occur
I'm looking through some of the various XML unit tests, and notice that
none are leveraging the XMLUnit test suite. There are some advantages
for using this test suite when looking at the result of the XML that is
returned and comparing differences on DOMs and XML serialization.
Is there any
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-663:
-
Attachment: ode1.x-663-v4.txt
This removes the use of importNode and corrects a small issue with Attributes
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866393#action_12866393
]
David Carver commented on ODE-663:
--
Hmm...looks like DataQuery20 test is still not li
[
https://issues.apache.org/jira/browse/ODE-821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-821:
-
Affects Version/s: 1.3.3
1.3.2
1.3.4
> Need Additional U
: Bug
Components: BPEL Runtime
Reporter: David Carver
The DOMUtils.cloneNode has several new unit tests, but is missing some for
testing the Embedded prefixes functionality.
Tests need to be setup to test both Xerces-J and Saxon DOMs.
--
This message is automatically
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-663:
-
Attachment: ode1.x-663-v3.txt
Correctly handles both Xerces-J and Saxon DOMs.
> DOMUtils.cloneN
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866239#action_12866239
]
David Carver commented on ODE-663:
--
There is a problem in general with the exist code
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866221#action_12866221
]
David Carver commented on ODE-663:
--
I'm able to replicate the issue with the
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12866209#action_12866209
]
David Carver commented on ODE-663:
--
Mark the test I added and the XML that is being use
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865364#action_12865364
]
David Carver commented on ODE-663:
--
I'll right I'll take another look at this
[
https://issues.apache.org/jira/browse/ODE-648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-648:
-
Attachment: ode-641v1.txt
This implements schema validation against the BPELs before they go into the
[
https://issues.apache.org/jira/browse/ODE-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12861561#action_12861561
]
David Carver commented on ODE-648:
--
BTW some of the schemas are not valid. In order to
[
https://issues.apache.org/jira/browse/ODE-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12861550#action_12861550
]
David Carver commented on ODE-648:
--
I've managed to get XML Validation against
[
https://issues.apache.org/jira/browse/ODE-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12861221#action_12861221
]
David Carver commented on ODE-648:
--
I took a further look into this, in particular the
[
https://issues.apache.org/jira/browse/ODE-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859305#action_12859305
]
David Carver commented on ODE-813:
--
Just a side not here...Xerces-J 2.10 is nearing rel
[
https://issues.apache.org/jira/browse/ODE-570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12858994#action_12858994
]
David Carver commented on ODE-570:
--
This looks like it is an issue with the Jaxen X
[
https://issues.apache.org/jira/browse/ODE-807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-807:
-
Attachment: ode1.x-807-v1.txt
Proposed patch to correctly extract all functions that may not have been
Affects Versions: 2.0-beta2, 2.0-beta1, 1.3.3
Reporter: David Carver
An infinite loop will occur in the extractFunctions method, when the following
XPath expression is passed into it:
concat(current-date() + xs:dayTimeDuration(concat("P", $DAYS_TO_NEXT_REMINDER,
"D"))
was doing wrong.
Dave
On 04/14/2010 11:42 AM, Antoine Toulme wrote:
They are in the bpel-scripts project, next to it.
HTH!
Antoine
On Wed, Apr 14, 2010 at 11:32, David Carver wrote:
I have a BPEL Compiler issue I'm trying to debug, and I found that there is
a test suite c
Hmmm...okay...will have to see then why the unit tests complain about
not finding the tests. Might be an ide issue.
Thanks.
Dave
On 04/14/2010 11:42 AM, Antoine Toulme wrote:
They are in the bpel-scripts project, next to it.
HTH!
Antoine
On Wed, Apr 14, 2010 at 11:32, David Carver wrote
I have a BPEL Compiler issue I'm trying to debug, and I found that there
is a test suite called GoodCompileTest that is refering to some sample
BPEL's that should compile cleanly. However, I can not locate the
actual files themselves. They are not in the resources folder, and the
path refers
Doing another svn update seems to have fixed this.
Thanks.
Dave
On 04/13/2010 04:24 PM, Rafal Rusin wrote:
This build has passed, so it should work:
http://hudson.zones.apache.org/hudson/job/ODE-1.x/100/
On 13 April 2010 23:54, David Carver wrote:
When trying to build from the ODE 1.x
When trying to build from the ODE 1.x branch with latest code, I'm
getting the following error:
/home/dcarver/Work/ode-1.x/APACHE_ODE_1.X/bpel-runtime/src/test/java/org/apache/ode/bpel/runtime/MockBpelServer.java:55:
package org.tranql.connector.derby does not exist
import org.tranql.connector
[
https://issues.apache.org/jira/browse/ODE-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856047#action_12856047
]
David Carver commented on ODE-648:
--
Correct...what I'm saying is that based on the
[
https://issues.apache.org/jira/browse/ODE-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12856020#action_12856020
]
David Carver commented on ODE-648:
--
Okay that gives me a little bit more to go on. S
[
https://issues.apache.org/jira/browse/ODE-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855978#action_12855978
]
David Carver commented on ODE-804:
--
Here is some slightly updated text for
[
https://issues.apache.org/jira/browse/ODE-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855974#action_12855974
]
David Carver commented on ODE-804:
--
I tried to follow the edit link to update the page,
[
https://issues.apache.org/jira/browse/ODE-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855948#action_12855948
]
David Carver commented on ODE-804:
--
So if I understand this right, ODE is not curre
[
https://issues.apache.org/jira/browse/ODE-638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854780#action_12854780
]
David Carver commented on ODE-638:
--
Mark any chance you can provide a test case to repli
[
https://issues.apache.org/jira/browse/ODE-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854778#action_12854778
]
David Carver commented on ODE-648:
--
Actually it looks like this has already been cha
[
https://issues.apache.org/jira/browse/ODE-648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854776#action_12854776
]
David Carver commented on ODE-648:
--
Would you like to see the serialized node output
[
https://issues.apache.org/jira/browse/ODE-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854771#action_12854771
]
David Carver commented on ODE-664:
--
Mark I'm assuming from your example:
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-663:
-
Attachment: ode1.x-663-v2.txt
this patch fixes the original reported item. Added a couple of unit tests as
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854193#action_12854193
]
David Carver commented on ODE-663:
--
Okay, so if the node that is being cloned has a pa
On Tue, Apr 6, 2010 at 10:11 AM, Jan Sinschek wrote:
> Hi,
>
> I had looked into ODE a while ago, and I am picking up the thread again.
>
> On Windows, using ode 1.x from the git repository, jruby 1.4.0. and buildr
> 1.3.5, and running buildr eclipse, I do not get an ode-bpel-scripts project.
> A
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853980#action_12853980
]
David Carver commented on ODE-663:
--
Yes, the DOM will loose that namespace because at
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-663:
-
Attachment: ode1.x-663-v1.txt
Proposed patch to simplify and correctly handle the issue that is currently
[
https://issues.apache.org/jira/browse/ODE-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853591#action_12853591
]
David Carver commented on ODE-663:
--
DOMUtils.cloneNode could probably be simplified t
[
https://issues.apache.org/jira/browse/ODE-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-797:
-
Affects Version/s: 1.3.5
> FindBugs Patches for bpel-comp
[
https://issues.apache.org/jira/browse/ODE-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-797:
-
Attachment: ode-1.x-bpel-compiler-bugs.xml
findbugs bug report for bpel compiler
> FindBugs Patches
[
https://issues.apache.org/jira/browse/ODE-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-797:
-
Attachment: ode1.x-bpel-compile-v1.txt
> FindBugs Patches for bpel-comp
FindBugs Patches for bpel-compile
-
Key: ODE-797
URL: https://issues.apache.org/jira/browse/ODE-797
Project: ODE
Issue Type: Bug
Components: BPEL Compilation/Parsing
Reporter: David
[
https://issues.apache.org/jira/browse/ODE-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-796:
-
Attachment: ode1.x-796-v1.txt
Here is a patch that addresses a few of the bugs that FindBugs found. There
[
https://issues.apache.org/jira/browse/ODE-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-796:
-
Priority: Minor (was: Major)
> FindBugs Patches for bpel-api proj
FindBugs Patches for bpel-api project
-
Key: ODE-796
URL: https://issues.apache.org/jira/browse/ODE-796
Project: ODE
Issue Type: Bug
Affects Versions: 1.3.3
Reporter: David Carver
[
https://issues.apache.org/jira/browse/ODE-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-796:
-
Attachment: ode-1.x-bpel-runtime-bugs.xml
> FindBugs Patches for bpel-api proj
[
https://issues.apache.org/jira/browse/ODE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834237#action_12834237
]
David Carver commented on ODE-751:
--
The Tabs must be there in the original file as well
[
https://issues.apache.org/jira/browse/ODE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-751:
-
Attachment: ode-npecheck-patch.txt
Fixes several possible null pointer exceptions in various equals methods
[
https://issues.apache.org/jira/browse/ODE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-751:
-
Attachment: ode-valueOf-patch.txt
Patch for performance, using valueOf can be 3.5 times faster because the
[
https://issues.apache.org/jira/browse/ODE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833661#action_12833661
]
David Carver commented on ODE-751:
--
Yeah, I liked that possible null pointer one as
[
https://issues.apache.org/jira/browse/ODE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-751:
-
Attachment: (was: ode-staticinner-patch.txt)
> FindBugs Patches for ODE Runt
[
https://issues.apache.org/jira/browse/ODE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-751:
-
Attachment: ode-staticinner-patchv2.txt
This patch should only have the inner static changes. Not sure
[
https://issues.apache.org/jira/browse/ODE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-751:
-
Attachment: ode-staticinner-patch.txt
Patch that takes care of some inner classes that should be static
[
https://issues.apache.org/jira/browse/ODE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-751:
-
Attachment: (was: ode-751-patch.txt)
> FindBugs Patches for ODE Runt
[
https://issues.apache.org/jira/browse/ODE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-751:
-
Attachment: (was: schedule-simple-patchv1.txt)
> FindBugs Patches for ODE Runt
[
https://issues.apache.org/jira/browse/ODE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-751:
-
Attachment: (was: ode-engine-patchv1.txt)
> FindBugs Patches for ODE Runt
[
https://issues.apache.org/jira/browse/ODE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-751:
-
Attachment: (was: ode-jca-rapatchv1.txt)
> FindBugs Patches for ODE Runt
[
https://issues.apache.org/jira/browse/ODE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-751:
-
Attachment: (was: odeutilspatchv1.txt)
> FindBugs Patches for ODE Runt
[
https://issues.apache.org/jira/browse/ODE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Carver updated ODE-751:
-
Attachment: (was: odebpelapipatchv2.txt)
> FindBugs Patches for ODE Runt
1 - 100 of 140 matches
Mail list logo