[jira] [Commented] (OPENJPA-2644) DataCacheManager initialization still isn't thread safe continued.

2016-06-08 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15320631#comment-15320631 ] Rick Curtis commented on OPENJPA-2644: -- Interesting. Unfortunately I'm r

[jira] [Commented] (OPENJPA-2644) DataCacheManager initialization still isn't thread safe continued.

2016-06-08 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15320508#comment-15320508 ] Rick Curtis commented on OPENJPA-2644: -- You must have missed my comment in OPE

[jira] [Commented] (OPENJPA-1646) DataCacheManager initialization still isn't thread safe.

2016-06-02 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15312198#comment-15312198 ] Rick Curtis commented on OPENJPA-1646: -- > there still is an issue w

Re: [VOTE] Release OpenJPA-2.4.1

2016-02-18 Thread Rick Curtis
t them to resolved in 2.4.1 in Jira and ping me. > Gonna update this list as needed. > > > Please VOTE > > [+1] Yea, let’s ship it > [+0] Meh, don’t care > [-1] Stop, there is a ${blocker issue} > > > txs and LieGrue, > strub > > > > -- *Rick Curtis*

Re: chicken-egg problem with metadata and persistent fields

2015-07-05 Thread Rick Curtis
onna commit the basic fix which at least gets us all > Serializable fields working. And then I’ll open another Jira to work on the > non-Serializable parts. > > > > LieGrue, > > strub > > > >> Am 01.07.2015 um 15:36 schrieb Rick Curtis : > >> > >&

Re: chicken-egg problem with metadata and persistent fields

2015-07-01 Thread Rick Curtis
t; strub > > > Am 01.07.2015 um 12:53 schrieb Rick Curtis : > > > > I'm just shooting in the dark here, but I wonder if you need to make > > changes to the enhancer in addition to the metadatarepo. then again > its > > quite early so I might be

Re: chicken-egg problem with metadata and persistent fields

2015-07-01 Thread Rick Curtis
t; I gonna attach my current wip to the JIRA. > > Not sure whether we should ty to cleanly sovle this or back up and just > commit what I have now which at least works for Serializable fields. > > LieGrue, > strub > > > > Am 30.06.2015 um 21:22 schrieb Rick Curtis :

Re: chicken-egg problem with metadata and persistent fields

2015-06-30 Thread Rick Curtis
efaults is defined in openjpa-persistence but Strategy > is only defined later in openjpa-persistence-jdbc. > > What we could possibly do is to extend _attrs with the @Column annotation > class? > > Any other ideas? > > LieGrue, > strub -- *Rick Curtis*

[jira] [Reopened] (OPENJPA-922) setByteArrayInputStream being used in stead of setBytes

2015-06-22 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis reopened OPENJPA-922: - Assignee: Heath Thomann (was: Michael Dick) > setByteArrayInputStream being used in stead

Re: freaking stochastic test

2015-06-04 Thread Rick Curtis
leteIsNotDetectedOnCleanRefreshWithoutLockWithDataCache > > > > This test fails randomly. On Windows more often, on OSX and Linux not > that often but still. > > > > The CI box seems stochastic alltogether. We had 150 failing tests and > now only 1. > > > > I gonna exclude this very test. > > > > LieGrue, > > strub > > -- *Rick Curtis*

Re: PersistenceUnitUtil#getIdentifier

2015-06-02 Thread Rick Curtis
tUtil#getIdentifier) should return the value > >> of > >>> id, right? > >>> OpenJPA return a instance of OpenJPAId [StringId, LongId, BigDecimalId > >> and > >>> etc ] > >>> > >>> This case, when ID is OpenJPAId, we need to call OpenJPAId#getIdObject > >>> here: > >>> > >>> > >> > https://github.com/apache/openjpa/blob/trunk/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/EntityManagerFactoryImpl.java#L361-L363 > >>> no? > >>> > >>> > >>> -- > >>> Best regard, > >>> Daniel Cunha (soro) > >>> > >> > > > > > > > > -- > > Best regard, > > Daniel Cunha (soro) > > -- *Rick Curtis*

Re: 2.4.0 Documentation uploaded

2015-06-02 Thread Rick Curtis
d LieGrue, > strub -- *Rick Curtis*

[jira] [Commented] (OPENJPA-2593) Many-to-many collection is not lazily loaded if entity has been merged into context right after persist

2015-06-02 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14569090#comment-14569090 ] Rick Curtis commented on OPENJPA-2593: -- I didn't take the time to debu

[jira] [Commented] (OPENJPA-2591) Missing synchronisation when using "openjpa. DynamicDataStructs"

2015-05-26 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14560197#comment-14560197 ] Rick Curtis commented on OPENJPA-2591: -- I haven't looked at the code

Re: externalizer/factory db handling

2015-05-21 Thread Rick Curtis
that isn't @Persistent or Serializable. On Thu, May 21, 2015 at 9:34 AM, Romain Manni-Bucau wrote: > Hmm not sure. The point is why needing to make explicit something already > explicit? If a converter is provided then it is @Persistent no? Any case I > miss? > Le 21 mai 2015 16

Re: externalizer/factory db handling

2015-05-21 Thread Rick Curtis
annotation? On Thu, May 21, 2015 at 2:48 AM, Romain Manni-Bucau wrote: > Le 21 mai 2015 04:02, "Rick Curtis" a écrit : > > > > > not sure why it is not activated by default then, any idea? > > > > I couldn't tell you off the top of my head, but I would gu

Re: externalizer/factory db handling

2015-05-20 Thread Rick Curtis
s.com> | Github < > https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber > <http://www.tomitribe.com> > > 2015-05-21 0:05 GMT+02:00 Rick Curtis : > > > > seems today only serialization can be used using &g

Re: externalizer/factory db handling

2015-05-20 Thread Rick Curtis
; > https://github.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber > <http://www.tomitribe.com> > -- *Rick Curtis*

[jira] [Commented] (OPENJPA-2402) DataCache does not work with attributes using EAGER fetch

2015-05-16 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14547004#comment-14547004 ] Rick Curtis commented on OPENJPA-2402: -- Can you try trunk? I think this might

[jira] [Commented] (OPENJPA-2587) date proxying breaks all frameworks

2015-05-16 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14547003#comment-14547003 ] Rick Curtis commented on OPENJPA-2587: -- Huh? It would be helpful if you be

[jira] [Issue Comment Deleted] (OPENJPA-169) Queries against dirty extents and flushing: should provide an option to set savepoint, flush, query, rollback to savepoint

2015-05-07 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-169: Comment: was deleted (was: http://www.acalculator.com/estate-tax-planning.html http

[jira] [Updated] (OPENJPA-2571) Criteria Builder query generates extra alias when using multiselect.

2015-05-01 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-2571: - Assignee: Heath Thomann > Criteria Builder query generates extra alias when using multisel

Re: [VOTE] Release Apache OpenJPA-2.4.0

2015-04-20 Thread Rick Curtis
26): > >>>> https://svn.apache.org/repos/asf/openjpa/tags/openjpa-parent-2.4.0/ > >>>> > >>>> The source release can be found here: > >>>> > >>>> > >>> > https://repository.apache.org/content/repositories/orgapacheopenjpa-1000/org/apache/openjpa/openjpa-parent/2.4.0/openjpa-parent-2.4.0-source-release.zip > >>>> > >>>> The binary release is here: > >>>> > >>>> > >>> > https://repository.apache.org/content/repositories/orgapacheopenjpa-1000/org/apache/openjpa/apache-openjpa/2.4.0/apache-openjpa-2.4.0-binary.zip > >>>> > >>>> My Key can be found here > >>>> https://svn.apache.org/repos/asf/openjpa/KEYS > >>>> > >>>> > >>>> The VOTE will be open for 72 hours. > >>>> [+1] approve > >>>> [+0] meh, don't care > >>>> [-1] stop, I've found a ${fish} in there > >>>> > >>>> > >>>> txs and LieGrue, > >>>> your OpenJPA team > >>> > > > > -- *Rick Curtis*

Re: [VOTE] Release Apache OpenJPA-2.4.0

2015-04-20 Thread Rick Curtis
gt;>> > >>> The source release can be found here: > >>> > >>> > >> > https://repository.apache.org/content/repositories/orgapacheopenjpa-1000/org/apache/openjpa/openjpa-parent/2.4.0/openjpa-parent-2.4.0-source-release.zip > >>> > >>> The binary release is here: > >>> > >>> > >> > https://repository.apache.org/content/repositories/orgapacheopenjpa-1000/org/apache/openjpa/apache-openjpa/2.4.0/apache-openjpa-2.4.0-binary.zip > >>> > >>> My Key can be found here > >>> https://svn.apache.org/repos/asf/openjpa/KEYS > >>> > >>> > >>> The VOTE will be open for 72 hours. > >>> [+1] approve > >>> [+0] meh, don't care > >>> [-1] stop, I've found a ${fish} in there > >>> > >>> > >>> txs and LieGrue, > >>> your OpenJPA team > >> > > -- *Rick Curtis*

[jira] [Closed] (OPENJPA-2427) Allow a user to easily profile SQL data

2015-04-13 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis closed OPENJPA-2427. Resolution: Won't Fix Closing as I don't see this being completed in the foreseea

[jira] [Resolved] (OPENJPA-2527) javaagent broken on java 8

2015-04-13 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis resolved OPENJPA-2527. -- Resolution: Invalid This should be fixed on trunk now so please give it a shot. If it still

[jira] [Resolved] (OPENJPA-2386) Support for JAVA 8

2015-04-12 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis resolved OPENJPA-2386. -- Resolution: Fixed > Support for JAVA 8 > -- > >

[jira] [Updated] (OPENJPA-2386) Support for JAVA 8

2015-04-12 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-2386: - Fix Version/s: (was: 2.2.x) 2.2.3 > Support for JAV

[jira] [Updated] (OPENJPA-2386) Support for JAVA 8

2015-04-12 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-2386: - Fix Version/s: 2.4.0 2.2.x Updating fix versions... please correct them if I

[jira] [Work started] (OPENJPA-2386) Support for JAVA 8

2015-04-12 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on OPENJPA-2386 started by Rick Curtis. > Support for JAVA 8 > -- > >

[jira] [Updated] (OPENJPA-242) JCache (JSR 107) support in the OpenJPA DataCache

2015-03-13 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-242: Fix Version/s: (was: 2.2.3) > JCache (JSR 107) support in the OpenJPA DataCa

[jira] [Updated] (OPENJPA-2570) Allow an Informix user the option to disable the 'RETAINUPDATELOCKS' SQL.

2015-03-12 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-2570: - Assignee: Heath Thomann > Allow an Informix user the option to disable the 'RETAINUPD

Re: TransferFieldManager#fetchObjectField

2015-02-23 Thread Rick Curtis
ing is that fetchString doesn't set val = null. > But this could basically create the very same mem issues... > > LieGrue, > strub > > > Am 21.02.2015 um 15:47 schrieb Rick Curtis : > > > >> I've checked the history of this very code and it seems to origin

Re: TransferFieldManager#fetchObjectField

2015-02-21 Thread Rick Curtis
. > And this fetchObjectField call actualle ERASES the internal val in the > SingleFieldManager. > > This makes OpenJPA later blow up as this field is not nullable... > I've checked the history of this very code and it seems to originate from > Kodo already... > So I am a

Re: TransferFieldManager#fetchObjectField

2015-02-20 Thread Rick Curtis
xception in SingleFieldManager#preFlush line 567. > > > Does anyone remember something about that? > > LieGrue, > strub -- *Rick Curtis*

[jira] [Closed] (OPENJPA-2568) teste 2.2.1

2015-02-02 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis closed OPENJPA-2568. Resolution: Incomplete This bug doesn't make any sense. Please reopen with more details. &g

[jira] [Commented] (OPENJPA-2566) Memory leak when using OpenJPAPersistence.cast(em)?

2015-01-28 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296130#comment-14296130 ] Rick Curtis commented on OPENJPA-2566: -- > he Glassfish team o

[jira] [Commented] (OPENJPA-2566) Memory leak when using OpenJPAPersistence.cast(em)?

2015-01-28 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296033#comment-14296033 ] Rick Curtis commented on OPENJPA-2566: -- I really think you need to follow up

[jira] [Commented] (OPENJPA-2566) Memory leak when using OpenJPAPersistence.cast(em)?

2015-01-28 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14295163#comment-14295163 ] Rick Curtis commented on OPENJPA-2566: -- > This leads me to belei

[jira] [Commented] (OPENJPA-2566) Memory leak when using addFetchGroup?

2015-01-27 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14294260#comment-14294260 ] Rick Curtis commented on OPENJPA-2566: -- jpaEM and em should be the same insta

[jira] [Commented] (OPENJPA-2566) Memory leak when using addFetchGroup?

2015-01-27 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14294128#comment-14294128 ] Rick Curtis commented on OPENJPA-2566: -- I am going to be that the problem is

[jira] [Commented] (OPENJPA-2566) Memory leak when using addFetchGroup?

2015-01-27 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14294058#comment-14294058 ] Rick Curtis commented on OPENJPA-2566: -- Can you provide more details on what

[jira] [Commented] (OPENJPA-2558) Implement a way to select the db representation of Boolean values

2015-01-21 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286136#comment-14286136 ] Rick Curtis commented on OPENJPA-2558: -- > But how do we tell the SQLBuff

[jira] [Commented] (OPENJPA-2558) Implement a way to select the db representation of Boolean values

2015-01-21 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14285827#comment-14285827 ] Rick Curtis commented on OPENJPA-2558: -- > For all those databases this line

[jira] [Commented] (OPENJPA-2564) PersistenceUtil.isLoaded() returns false for fetched entity

2015-01-21 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14285770#comment-14285770 ] Rick Curtis commented on OPENJPA-2564: -- Can you post more details about

Re: [DISCUSS] feature planing

2015-01-19 Thread Rick Curtis
ed to the current wiki > some(many) pages were lost. > > Is this what you referring to? > http://openjpa.apache.org/release-management.html > > > On Mon, Jan 19, 2015 at 8:19 AM, Rick Curtis wrote: > > > > Where can I find the plan about features for each release? I mean

Re: svn commit: r1652761 - in /openjpa/trunk: openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/sql/ openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/ openjpa-jdbc/src/test/java/org/apache

2015-01-19 Thread Rick Curtis
DummyTestBooleanRepresentation implements > BooleanRepresentation { > +@Override > +public void setBoolean(PreparedStatement stmnt, int columnIndex, > boolean val) throws SQLException { > +stmnt.setString(columnIndex, val ? "somehowtrue" : > "somehowfalse"); > +} > + > +@Override > +public boolean getBoolean(ResultSet rs, int columnIndex) throws > SQLException { > +return "somehowtrue".equals(rs.getString(columnIndex)); > +} > +} > +} > > Modified: openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml > URL: > http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml?rev=1652761&r1=1652760&r2=1652761&view=diff > > == > --- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml > (original) > +++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_conf.xml Sun > Jan 18 14:30:44 2015 > @@ -3568,8 +3568,9 @@ openjpa.ConnectionDriverName org.apache.openjpa.jdbc.sql.DBDictionary > to use > for database interaction. OpenJPA typically auto-configures the > dictionary based > on the JDBC URL, but you may have to set this property explicitly if you > are > -using an unrecognized driver, or to plug in your own dictionary for a > database > -OpenJPA does not support out-of-the-box. See > +using an unrecognized driver, to plug in your own dictionary for a > database > +OpenJPA does not support out-of-the-box, or if you like to change the > default > +configuration of an existing dictionary. See > for details. > > > > Modified: > openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml > URL: > http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml?rev=1652761&r1=1652760&r2=1652761&view=diff > > == > --- openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml > (original) > +++ openjpa/trunk/openjpa-project/src/doc/manual/ref_guide_dbsetup.xml Sun > Jan 18 14:30:44 2015 > @@ -1142,6 +1142,34 @@ the INSERT/UPDATE ope > generated by the mappingtool. > > > + > + > + > + > + > + > + > + > +DDL > + > + > +BooleanRepresentation > + > + > +BooleanRepresentation: > +The overridden default representation for > java.lang.Boolean or > +boolean fields in JPA Entities. A > + url="../javadoc/org/apache/openjpa/jdbc/sql/BooleanRepresentation.html"> > > +org.apache.openjpa.jdbc.sql.BooleanRepresentation > +describes how Boolean values in entities get mapped into the database by > default. > +Note that you additionally might need to define the > BooleanTypeName > +BitTypeName settings to fit your selected > BooleanRepresenation. > + > + > + > + > + > + > > > > @@ -1152,9 +1180,9 @@ generated by the mappingtool BooleanTypeName > > > -BooleanTypeName: > -The overridden default column type for > -java.sql.Types.BOOLEAN. This is used only when the > schema > +BooleanTypeName: > +The overridden default column type for > +java.sql.Types.BOOLEAN. This is used only when the > schema > is generated by the mappingtool. > > > > > -- *Rick Curtis*

Re: [DISCUSS] Java8 support and our build

2015-01-19 Thread Rick Curtis
he.org/repos/asf?p=incubator-tamaya.git;a=blob;f=java7/pom.xml;h=d4a8c7b9c0b93919a38a5690f32ed2729704ea93;hb=HEAD#l89 > -- *Rick Curtis*

[jira] [Updated] (OPENJPA-2558) Implement a way to select the db representation of Boolean values

2015-01-19 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-2558: - Affects Version/s: 2.4.0 > Implement a way to select the db representation of Boolean val

Re: [DISCUSS] feature planing

2015-01-19 Thread Rick Curtis
uch dead. > > And in which version do we develop JPA-2.1 features? 2.5.x or 3.0.x? > > More practically: should I backport OPENJPA-2558 to 2.3.x or only keep it > in trunk (2.4.0)? > > Is there any mail thread or wiki page about it? > > LieGrue, > strub > -- *Rick Curtis*

[jira] [Commented] (OPENJPA-2557) FinderCache contains incorrectly cached query with a NULL for a Primary Key.

2015-01-14 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14277359#comment-14277359 ] Rick Curtis commented on OPENJPA-2557: -- +1 The patch looks good t

[jira] [Commented] (OPENJPA-2559) OpenJPA silently ignores assigning a null value to a non-nullable column

2015-01-13 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14275304#comment-14275304 ] Rick Curtis commented on OPENJPA-2559: -- I suspect the problem is somewhere in

[jira] [Commented] (OPENJPA-2522) With L2 Cache turned ON newly persisted entity on inverse side of relation doesn't have FK populated on 'find'/'query'

2015-01-04 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14263873#comment-14263873 ] Rick Curtis commented on OPENJPA-2522: -- > would request to at least add a

[jira] [Commented] (OPENJPA-2554) JPA 2.1 - Schema Generation

2014-12-30 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14261510#comment-14261510 ] Rick Curtis commented on OPENJPA-2554: -- Roberto - I don't have much ti

Re: [jira] [Commented] (OPENJPA-2548) Download links for current releases are broken

2014-12-16 Thread Rick Curtis
ases are broken > > -- > > > > Key: OPENJPA-2548 > > URL: https://issues.apache.org/jira/browse/OPENJPA-2548 > > Project: OpenJPA > > Issue Type: Bug > >

[jira] [Commented] (OPENJPA-2548) Download links for current releases are broken

2014-12-16 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14249290#comment-14249290 ] Rick Curtis commented on OPENJPA-2548: -- Thinking more about it, I should

[jira] [Commented] (OPENJPA-2548) Download links for current releases are broken

2014-12-16 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14249285#comment-14249285 ] Rick Curtis commented on OPENJPA-2548: -- Added KEYS to /openjpa. 1.2.3 is s

[jira] [Resolved] (OPENJPA-2548) Download links for current releases are broken

2014-12-16 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis resolved OPENJPA-2548. -- Resolution: Fixed Committed revision 7439. I committed the contents of http

[jira] [Assigned] (OPENJPA-2548) Download links for current releases are broken

2014-12-16 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis reassigned OPENJPA-2548: Assignee: Rick Curtis > Download links for current releases are bro

[jira] [Resolved] (OPENJPA-2542) Using custom openjpa.BrokerFactory not working in OSGi due to ClassLoader

2014-12-10 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis resolved OPENJPA-2542. -- Resolution: Fixed Fix Version/s: 2.4.0 Committed revision 1644414 to trunk. > Us

[jira] [Updated] (OPENJPA-2542) Using custom openjpa.BrokerFactory not working in OSGi due to ClassLoader

2014-12-10 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-2542: - Affects Version/s: 2.4.0 > Using custom openjpa.BrokerFactory not working in OSGi due

[jira] [Assigned] (OPENJPA-2542) Using custom openjpa.BrokerFactory not working in OSGi due to ClassLoader

2014-12-10 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis reassigned OPENJPA-2542: Assignee: Rick Curtis > Using custom openjpa.BrokerFactory not working in OSGi due

[jira] [Commented] (OPENJPA-2549) Slow query with full index scan when using OpenJPA query with string parameter

2014-12-02 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14231547#comment-14231547 ] Rick Curtis commented on OPENJPA-2549: -- If setting sendStringParametersAsUni

[jira] [Commented] (OPENJPA-2547) When two threads attempt to get a Pessimistic Lock, one thread gets a 'false' lock.

2014-12-01 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229890#comment-14229890 ] Rick Curtis commented on OPENJPA-2547: -- Heath -- You should use the LockLe

[jira] [Commented] (OPENJPA-2544) OpenJPA should allow null value as surrogate for an empty collection or array in queries

2014-11-20 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220353#comment-14220353 ] Rick Curtis commented on OPENJPA-2544: -- The link you posted doesn'

[jira] [Commented] (OPENJPA-2539) JPQL interpret wrongly for inner join table (without mapped relation)

2014-11-20 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220337#comment-14220337 ] Rick Curtis commented on OPENJPA-2539: -- Benson -- Sorry but I have not been

[jira] [Commented] (OPENJPA-2539) JPQL interpret wrongly for inner join table (without mapped relation)

2014-11-13 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209829#comment-14209829 ] Rick Curtis commented on OPENJPA-2539: -- I successfully ran the test last n

[jira] [Updated] (OPENJPA-2542) Using custom openjpa.BrokerFactory not working in OSGi due to ClassLoader

2014-11-11 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-2542: - Attachment: OPENJPA-2542.patch See if the attached patch will resolve the problem you&#x

[jira] [Commented] (OPENJPA-2541) Undesired "update" statement fired when loading related entities

2014-11-10 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14205116#comment-14205116 ] Rick Curtis commented on OPENJPA-2541: -- Can you give us more details as to wha

[jira] [Commented] (OPENJPA-2538) Classloader memory leak in PCRegistry

2014-10-31 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14191746#comment-14191746 ] Rick Curtis commented on OPENJPA-2538: -- > why can't I edit my comme

[jira] [Commented] (OPENJPA-2538) Classloader memory leak in PCRegistry

2014-10-30 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14190196#comment-14190196 ] Rick Curtis commented on OPENJPA-2538: -- Hmm, okay. Just as long as you

[jira] [Commented] (OPENJPA-2539) JPQL interpret wrongly for inner join table (without mapped relation)

2014-10-30 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14190119#comment-14190119 ] Rick Curtis commented on OPENJPA-2539: -- After looking a bit closer at the JPQ

[jira] [Commented] (OPENJPA-2538) Classloader memory leak in PCRegistry

2014-10-30 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14190110#comment-14190110 ] Rick Curtis commented on OPENJPA-2538: -- Are you also going to commit a chang

[jira] [Closed] (OPENJPA-2538) Classloader memory leak in PCRegistry

2014-10-28 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis closed OPENJPA-2538. Resolution: Invalid Assignee: Rick Curtis Good! Thanks for opening the bug... It was a nice

[jira] [Commented] (OPENJPA-2538) Classloader memory leak in PCRegistry

2014-10-28 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186761#comment-14186761 ] Rick Curtis commented on OPENJPA-2538: -- Sorry, I missed the part in your f

[jira] [Commented] (OPENJPA-2539) JPQL interpret wrongly for inner join table (without mapped relation)

2014-10-28 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186754#comment-14186754 ] Rick Curtis commented on OPENJPA-2539: -- Honestly I didn't have much ti

[jira] [Commented] (OPENJPA-2538) Classloader memory leak in PCRegistry

2014-10-27 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14185722#comment-14185722 ] Rick Curtis commented on OPENJPA-2538: -- Have you tried running with the prop

[jira] [Commented] (OPENJPA-2538) Classloader memory leak in PCRegistry

2014-10-27 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14185322#comment-14185322 ] Rick Curtis commented on OPENJPA-2538: -- Can you post the original NPE that

[jira] [Commented] (OPENJPA-2540) merge without DetachedStateField deletes lazy fields in embedded entities

2014-10-27 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14185161#comment-14185161 ] Rick Curtis commented on OPENJPA-2540: -- I spent some time Friday afternoon loo

[jira] [Commented] (OPENJPA-2538) Classloader memory leak in PCRegistry

2014-10-24 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14183500#comment-14183500 ] Rick Curtis commented on OPENJPA-2538: -- After digging deeper into this, it l

[jira] [Commented] (OPENJPA-2539) JPQL interpret wrongly for inner join table (without mapped relation)

2014-10-24 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14182802#comment-14182802 ] Rick Curtis commented on OPENJPA-2539: -- For giggles, can you try to disable

[jira] [Updated] (OPENJPA-2536) FetchGroup is not returning lazy fields.

2014-10-24 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-2536: - Attachment: OPENJPA-2536.patch > FetchGroup is not returning lazy fie

[jira] [Updated] (OPENJPA-2536) FetchGroup is not returning lazy fields.

2014-10-24 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-2536: - Attachment: (was: OPENJPA-2536.fix.patch) > FetchGroup is not returning lazy fie

[jira] [Commented] (OPENJPA-2538) Classloader memory leak in PCRegistry

2014-10-24 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14182777#comment-14182777 ] Rick Curtis commented on OPENJPA-2538: -- I still don't understand how th

[jira] [Commented] (OPENJPA-2538) Classloader memory leak in PCRegistry

2014-10-23 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14181724#comment-14181724 ] Rick Curtis commented on OPENJPA-2538: -- I'm wondering why we haven&#

[jira] [Updated] (OPENJPA-2536) FetchGroup is not returning lazy fields.

2014-10-17 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-2536: - Attachment: OPENJPA-2536.fix.patch Attaching a patch that fixes the reported problem. I'

[jira] [Assigned] (OPENJPA-2536) FetchGroup is not returning lazy fields.

2014-10-17 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis reassigned OPENJPA-2536: Assignee: Rick Curtis > FetchGroup is not returning lazy fie

[jira] [Commented] (OPENJPA-2533) Table name defined in XML mapping file is not used when executing a named query.

2014-10-17 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14175355#comment-14175355 ] Rick Curtis commented on OPENJPA-2533: -- Committed revision 1632647 to t

[jira] [Assigned] (OPENJPA-2533) Table name defined in XML mapping file is not used when executing a named query.

2014-10-17 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis reassigned OPENJPA-2533: Assignee: Rick Curtis > Table name defined in XML mapping file is not used w

[jira] [Commented] (OPENJPA-2535) Fields in an Entity which contain a DBCS character are quoted in generated SQL, unlike SBCS, which can cause case-sensitivity issues.

2014-10-16 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14173892#comment-14173892 ] Rick Curtis commented on OPENJPA-2535: -- I disabled the test and commented out

[jira] [Updated] (OPENJPA-2535) Fields in an Entity which contain a DBCS character are quoted in generated SQL, unlike SBCS, which can cause case-sensitivity issues.

2014-10-16 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-2535: - Fix Version/s: 2.4.0 2.2.3 > Fields in an Entity which contain a D

[jira] [Commented] (OPENJPA-2535) Fields in an Entity which contain a DBCS character are quoted in generated SQL, unlike SBCS, which can cause case-sensitivity issues.

2014-10-15 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14173009#comment-14173009 ] Rick Curtis commented on OPENJPA-2535: -- Heath's latest changes seem to

[jira] [Updated] (OPENJPA-2535) Fields in an Entity which contain a DBCS character are quoted in generated SQL, unlike SBCS, which can cause case-sensitivity issues.

2014-10-15 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-2535: - Assignee: Heath Thomann > Fields in an Entity which contain a DBCS character are quoted

[jira] [Updated] (OPENJPA-2534) A boolean is not converted correct when using the hint 'UseLiteralInSQL'.

2014-10-15 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-2534: - Attachment: OPENJPA-2534.patch Attaching a test case and code fix for review. > A boolean

[jira] [Updated] (OPENJPA-2534) A boolean is not converted correct when using the hint 'UseLiteralInSQL'.

2014-10-15 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-2534: - Attachment: (was: OPENJPA-2534-2.1.x.test) > A boolean is not converted correct when us

[jira] [Assigned] (OPENJPA-2534) A boolean is not converted correct when using the hint 'UseLiteralInSQL'.

2014-10-15 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis reassigned OPENJPA-2534: Assignee: Rick Curtis > A boolean is not converted correct when using the h

[jira] [Commented] (OPENJPA-2386) Support for JAVA 8

2014-10-15 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14172365#comment-14172365 ] Rick Curtis commented on OPENJPA-2386: -- We have already updated trunk's d

[jira] [Commented] (OPENJPA-2386) Support for JAVA 8

2014-10-09 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14165199#comment-14165199 ] Rick Curtis commented on OPENJPA-2386: -- Also, no code has been committed to

[jira] [Updated] (OPENJPA-2505) OpenJPA PersistenceException: LongId cannot be cast to MyEntityClass… @OneToMany in combination with FetchType.EAGER

2014-09-19 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-2505: - Assignee: Heath Thomann (was: Rick Curtis) > OpenJPA PersistenceException: LongId cannot

[jira] [Updated] (OPENJPA-2505) OpenJPA PersistenceException: LongId cannot be cast to MyEntityClass… @OneToMany in combination with FetchType.EAGER

2014-09-19 Thread Rick Curtis (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Curtis updated OPENJPA-2505: - Fix Version/s: 2.4.0 > OpenJPA PersistenceException: LongId cannot be cast to MyEntityCl

  1   2   3   4   5   6   7   8   9   10   >