|
Home > Archive > Apache JDO Project > August 2005 > Minutes: JDO TCK Conference Call Friday, Aug 5, 9 am PST
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Minutes: JDO TCK Conference Call Friday, Aug 5, 9 am PST
|
|
| Craig Russell 2005-08-05, 5:45 pm |
| | |
| Andy Jefferson 2005-08-05, 5:45 pm |
| > Karan: Issue with maven: renaming JPOX releases to SNAPSHOT. Need to
> update the README file and project.xml file.
Hi Karan,
FYI. JPOX now has it's own Maven repositor, at
http://www.jpox.org/downloads/maven
So if you add this repository to your "maven.repo.remote" environment variable
you can then download the latest JPOX (built every night) automatically.
The JPOX Maven repository has "jpox-SNAPSHOT.jar" as well as
"jpox-enhancer-SNAPSHOT.jar" so there should be no renaming of jars.
--
Andy
| |
| Andy Jefferson 2005-08-05, 5:45 pm |
| > 1. Test status (Michael) Upgraded tests for SimpleObject,
> SimpleInterface, and Object to test serializable have been checked in
> and are pending JPOX feedback.
JPOX feedback : "serialized" attribute on field is not yet supported for
PersistenceCapable/Interface objects (it's supported for Collections/List/Map
and array types only currently)
--
Andy
| |
| Craig Russell 2005-08-05, 5:45 pm |
| | |
| Craig Russell 2005-08-05, 5:45 pm |
| | |
| Andy Jefferson 2005-08-05, 5:45 pm |
| > 1. Test status (Michael) Upgraded tests for SimpleObject,
> SimpleInterface, and Object to test serializable have been checked in
> and are pending JPOX feedback.
JPOX feedback : "serialized" attribute on field is not yet supported for
PersistenceCapable/Interface objects (it's supported for Collections/List/Map
and array types only currently)
--
Andy
| |
| Andy Jefferson 2005-08-05, 5:45 pm |
| > I assume that this is the cause of the JDO-107 error:
> JDODataStoreException: Cannot set Long parameter: value = null
>
> Since you don't support serializing the object, you're trying to
> write the key to the column.
Hi Craig,
Yep.
Fuller error messages so people can identify the column causing the problem
will be in next nightly build.
--
Andy
| |
| Karan Malhi 2005-08-05, 5:45 pm |
| Hi Andy,
This is great. I will work on the README.txt and update it with the
information.
Regards
Karan
On 8/5/05, Andy Jefferson <andy@jpox.org> wrote:
>
>
> Hi Karan,
>
> FYI. JPOX now has it's own Maven repositor, at
> http://www.jpox.org/downloads/maven
>
> So if you add this repository to your "maven.repo.remote" environment
> variable
> you can then download the latest JPOX (built every night) automatically.
>
> The JPOX Maven repository has "jpox-SNAPSHOT.jar" as well as
> "jpox-enhancer-SNAPSHOT.jar" so there should be no renaming of jars.
>
>
> --
> Andy
>
--
Karan Malhi
"Playfully doing something difficult, whether useful or not, that is
hacking." -- Richard Stallman
|
|
|
|
|