Re: Google Summer of Code 2008

2008-03-19 Thread Ahmed Mohombe
Any students out there? Google Summer of Code program starting now [1]. IMHO you should ask/search for students somewhere else e.g. facebook or other student oriented sites. Most of them are not aware of cayenne, so it's less probable that they'll be subscribed here and see this :). just an id

Re: Where can i download modeler source code?

2008-03-06 Thread Ahmed Mohombe
If it's unavaliable on web, can someone please email it to me?) Yes it is available: http://cayenne.apache.org/code-repository.html Ahmed.

Re: Data Access Filters

2008-03-06 Thread Ahmed Mohombe
The scenario I am talking about is where you have a client which only has access to certain records in a table, so when the query the table they should only see their records. This scenario is so common that I wonder why aren't there many out of the box generic solutions. I know this can be d

Any other ROP based example applications?

2008-02-20 Thread Ahmed Mohombe
Hi, Are there any other example applications (standalone or part of some other opensource projects) that use ROP? (I mean except those coming with cayenne and examples)? Thanks in advance, Ahmed.

Re: MVN again - now on Dataviews :( !

2007-07-31 Thread Ahmed Mohombe
I hardcoded version of japplication plugin to 2.0.5 - this is the last version that I personally tested. Try it now. Thank you. Now it works :). If the trick of hardcoding versions does it, wouldn't it make more sense to add version for other dependencies as well? I mean generally with mvn, not

MVN again - now on Dataviews :( !

2007-07-30 Thread Ahmed Mohombe
Hi, trying to build dataviews with Maven(as described in the readme) I'm getting the following error :( : [INFO] [ERROR] BUILD ERROR [INFO] [INFO] In

Re: DataViews heads up

2007-07-30 Thread Ahmed Mohombe
As was promised before, DataViews code is split from Cayenne into a standalone subproject. Anybody who wants to continue to use DV with Cayenne 3.0, read the information here: https://svn.apache.org/repos/asf/cayenne/dataviews/trunk/README.txt Thank you for making it a standalone module (not

Re: [OT] Sun Announced JavaFX scripting language

2007-05-09 Thread Ahmed Mohombe
https://openjfx.dev.java.net/ Every new client technology claims to be AJAX killer. This one does too. I still want to play with their tutorials, but I wonder if that's a good match to Cayenne ROP technology? Isn't this "F3" re-branded? IMHO it's not a good match :). Ahmed.

Re: Cayenne with Apache James

2007-04-18 Thread Ahmed Mohombe
Ok here is one solution, In the Jar file delete: /META-INF/MANIFEST.MF James seems to parse this line in the file: Specification-Version: cayenne And expects to have a numeric Specification Version You are right. James won't accept it. In the build file cayenne-java.xml there seems to be a s

Re: Running a query over multiple Databases?

2007-03-16 Thread Ahmed Mohombe
Doing a join across DB's generally doesn't work What about "Clustered JDBC" ? http://c-jdbc.objectweb.org/ Wouldn't be this a solution? Thanks in advance, Ahmed.

Re: Datanode -> XML

2007-03-09 Thread Ahmed Mohombe
I am looking at a way to export and import data from a Derby database. Take a look at DDLUtils: http://db.apache.org/ddlutils/ Even if not perfect, from all the solutions, it seems so far to be the best inter- and intra- DB data migration tool. Ahmed. I did look at that, but it designed as

Re: Datanode -> XML

2007-03-09 Thread Ahmed Mohombe
I am looking at a way to export and import data from a Derby database. Take a look at DDLUtils: http://db.apache.org/ddlutils/ Even if not perfect, from all the solutions, it seems so far to be the best inter- and intra- DB data migration tool. Ahmed.

Re: Cayenne 1.2.2 with Modeler Descriptions

2007-02-26 Thread Ahmed Mohombe
the following link is to a custom Cayenne 1.2.2 build to support descriptions in the Modeler (CAY-659). http://click.sourceforge.net/click-maven-bundle/cayenne-1.2.2.b.zip Very nice feature. Thank you. IMHO it would be better if this would be part of the "actual" official distribution (I mean

Re: [ANN] New Web Site

2007-02-01 Thread Ahmed Mohombe
http://cayenne.apache.org/ Nice but is still not linked from the Apache "TLP menu". http://www.apache.org/ (it should be between "beehive" and "cocoon", right? :) ) so most users who don't know the above cayenne URL won't be able to find it. Ahmed.