Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Apache Cayenne developers Recent threads

Threads Replies First post Last post
docbook build failure
By: Aristedes Maniatis
Does anyone have ideas about this one: http://ci.apache.org/builders/cayenne-nightly/builds/224/steps/compile _1/logs/stdio It works for me locally, so I'm out of ideas. Why does ${project.parent.basedir} come out as null? Isn't that a built-in…
2 May 23 2012
02:53
May 23 2012
09:48
cayenne-modeler:run and default file
By: Robert Zeigler
It used to be that the modeler, when run via the cayenne-modeler:run plugin, would open up the default cayenne.xml file (sitting in src/main/resources). I get why that was removed in 3.1, because now the entire configuration system changed. But it…
4 May 17 2012
14:47
May 18 2012
05:51
Case insensitive unit tests
By: Aristedes Maniatis
Some while ago Dima added code which better handles case insensitive database collations. I recently added those tests to Jenkins and they are now failing: Failed tests: …
2 May 17 2012
21:51
May 18 2012
01:35
Javadocs publishing
By: Andrus Adamchik
What is our current process for publishing JavaDocs to the site? 3.1 Javadocs seem stale. I was going to start a vote on Beta shortly, and noticed that the docs are not updating. Also should probably start publishing our (incomplete) docbook…
6 May 14 2012
02:55
May 16 2012
04:49
New Committer: John Huss
By: Andrus Adamchik
I'd like to welcome our new committer John Huss! John, from what I can tell your account should have all the right permissions already. As a test you might try committing your name in the root pom.xml under <developers>..</developers>…
3 May 12 2012
05:01
May 14 2012
11:06
Java 7 and Jenkins
By: Andrus Adamchik
https://twitter.com/#!/ApacheCayenne/status/198732546320769025 As Cayenne trunk can now be built with Java 7, it would be cool to set up a profile on Jenkins to actually ensure that it stays buildable with J7 going forward. Ari, do you have…
5 May 5 2012
06:18
May 6 2012
03:39
Building cayenne - unresolved dependency objectstyle
By: Becker, Joel
Hi, I checked out tag 3.0.1 and ran "mvn clean install" from the root directory where the parent pom is. It results in: [ERROR] Failed to execute goal on project cayenne-jdk1.5-unpublished: Could not resolve dependencies for project…
1 Apr 5 2012
09:24
Apr 5 2012
09:35
DataDomain.getNode(String nodeName)
By: John Huss
Shouldn't "DataDomain.getNode(String nodeName)" be called getDataNode instead? I see there is a deprecated "getMap(String mapName)" method. It seems like this should also be deprecated and replace with getDataNode. It's easy to miss othewise,…
1 Mar 23 2012
09:27
Mar 23 2012
09:30
Re: Problem with code repository
By: Jerome.moliere
Compilation is quite ok I got an error with bad chunk header while getting dependencies for the tutorial...maybe a repository problem but cayenne server atefact is built and that was my main goal... I can now work on integrating bnd to generate…
0 Mar 21 2012
08:32
Mar 21 2012
08:32
Re: Problem with code repository
By: Jerome.moliere
Seems to work nice with jdk 6.030 ... Thanks andrus..... Build is still running but goes far beyond the previous errors... ------Original Message------ From: Andrus Adamchik To: d### @cayenne.apache.org ReplyTo: d### @cayenne.apache.org …
0 Mar 21 2012
08:26
Mar 21 2012
08:26
Problem with code repository
By: jerome moliere
Hi all, I fetched the source code from git repo... It does not compile ..build failed with an exception coming from cayenne-jdk1.5-unpublished module... [ERROR]…
7 Mar 20 2012
14:55
Mar 21 2012
08:23
New to Cayenne
By: Adama Coulibaly
Hi, I'm new to Cayenne and want to contribute by testing Cayenne and reporting bugs For now I read the tutorial. Can anyone propose me simple testing application so that I can work on it to fit in Cayenne project. Best, Adama
6 Mar 17 2012
06:13
Mar 21 2012
05:48
Apache Cayenne March Board report
By: Andrus Adamchik
Apache Cayenne(TM) is an open source persistence framework licensed under the Apache License, providing object-relational mapping (ORM) and remoting services. Development * Active work on Cayenne 3.1 release continues. * We are discussing the…
3 Mar 14 2012
20:19
Mar 15 2012
08:34
OSGi integration
By: jerome moliere
Hi Cayenne team, as stated in the prvious thread on the user mailing list, I'd like ti build a lightweight OSGi stack integrating Cayenne and minimal dependencies .... I am ready to contribute but for that I will need your help ... This platform…
1 Mar 15 2012
04:31
Mar 15 2012
08:32
cayenne 3.1: configure mymodule
By: Sheldon
Hello, I've create a custom module "MyModule", where I bind DataSourceFactory and DataDomain. Now I don't user a xml file. ServerRuntime runtime = new ServerRuntime("", new MyModule()); If I want to geht the ObjectContext I get a…
3 Mar 14 2012
10:16
Mar 15 2012
08:27
Problem: Cayenne - ORM and "TEMP" tables
By: atomix
I had a situation, not completely related to Cayenne only, may be every ORM framework... Say I had a Test, the Test has Question(s) ,a Question can be in various Test Test -n-n- Question for short. Also, in TestHasQuestion table has a property of…
0 Mar 8 2012
06:53
Mar 8 2012
06:53
3.1 Beta?
By: Andrus Adamchik
IMO we are in a good shape now to release a beta. As a reminder of what a Beta means: 1. Framework API and feature freeze 2. Framework development focuses on bug fixing 3. We can add new features to the Modeler if we have to. 4. Since API is…
8 Mar 3 2012
13:02
Mar 5 2012
07:37
Non-blocking DataRowStore - need help to test
By: Andrus Adamchik
Here is a potentially disruptive change to Cayenne core: http://svn.apache.org/viewvc?view=revision&revision=1292437 (also see https://issues.apache.org/jira/browse/CAY-1670 ) This removes the major global lock and has a potential to…
5 Feb 22 2012
12:55
Mar 3 2012
13:07
Re: Build failed in Jenkins: Cayenne-trunk » derby,false,JDK 1.6 (latest),Ubuntu #665
By: Andrus Adamchik
Anybody knows what happened to Jenkins? Our last few builds are failing with various different errors, none of which are related to Cayenne code. Andrus On Feb 28, 2012, at 4:26 PM, Apache Jenkins Server wrote: > See…
3 Feb 28 2012
08:29
Mar 1 2012
05:07
Auto-creation of reverse relationships
By: John Huss
When I start up my Cayenne app, I see messages about it adding reverse relationships in places where I have chosen not to define them in the DataMap. I'm wondering why it does this and if it is necessary and if it can be turned off. Here is the…
8 Feb 22 2012
13:44
Feb 29 2012
09:40