[SOLVED] - Rép : Re: Re: Relationship issue : java.lang.NullPointerException OR MandatoryToOneRelationshipException; additionalExceptions: ()

2013-04-05 Thread Raymond NANEON
Hi List,All problems solved. Thanks a lotEnvoyé depuis iCloudLe 03 avr 2013 à 07:53, Raymond NANEON rnan...@me.com a écrit :Alex,I created new EC for each Entity instance but I got to messages : relationship Exception :java.lang.RuntimeException: You crossed editing context boundaries attempting

Re: Relationship many-to-many issue

2013-04-05 Thread George Domurot
Have you tried using addObjectToBothSidesOfRelationshipWithKey? -G On Apr 5, 2013, at 6:55 AM, Raymond NANEON rnan...@me.com wrote: Hi List, I have a table EORepartDomMatiere which has like pk foreign key of 2 others tables (EODomaine EOMatiere). mat1.jpg reparMat1.jpg dom1.jpg

Re: [Excel] - Maximum column with EGSimpleTableCreator

2013-04-05 Thread Theodore Petrosky
JasperReports uses POI and I seem to recall when I tried to update it to the current version, there were all kinds of problems. Let's not break anything by updating POI here. Ted --- On Wed, 4/3/13, Tobias Janz janz.tob...@gmail.com wrote: From: Tobias Janz janz.tob...@gmail.com Subject: Re:

Re: Relationship many-to-many issue

2013-04-05 Thread Dev WO
Hi Raymond, Your many-to-many model looks strange to me. You shouldn't have the relationship listed in repartDomMatieres like that. Try recreate your many-to-many using EOmodeler create relationship wizard. Xavier On 5 avr. 2013, at 15:55, Raymond NANEON rnan...@me.com wrote: Hi List, I

Re: [Excel] - Maximum column with EGSimpleTableCreator

2013-04-05 Thread Dev WO
I've been nicely suggested to switch row/col as I wouldn't need 255 rows anyway. But I'll try to keep this limitation in mind and see if I can work on it later. Xavier On 3 avr. 2013, at 23:43, Tobias Janz janz.tob...@gmail.com wrote: Hi, looks like nobody has used the

Re: Relationship many-to-many issue

2013-04-05 Thread Raymond NANEON
Hi George, I go to try it and see what happens. Thanks Envoyé de mon iPad Le 5 avr. 2013 à 16:27, George Domurot masterm...@knuckleheads.net a écrit : Have you tried using addObjectToBothSidesOfRelationshipWithKey? -G On Apr 5, 2013, at 6:55 AM, Raymond NANEON rnan...@me.com wrote:

Detailed HOWTO Deploy on Mountain Lion

2013-04-05 Thread Markus Ruggiero
Folks, There have been recent discussions about deployment on Mountain Lion. Deployment will be a part of my upcoming book Learning The Wonders. I have decided to make a first shot at the deployment chapter available for free. Surf to http://www.kataputt.com and download the PDF. Feedback

Re: Relationship many-to-many issue

2013-04-05 Thread Raymond NANEON
Hi Xavier, I used reverse engineering to create entities and relationship between them have been created automatically. I don't think using wizard will change something. Why recreate relationship? Thanks Envoyé de mon iPad Le 5 avr. 2013 à 16:31, Dev WO webobje...@anazys.com a écrit : Hi

Re: Relationship many-to-many issue

2013-04-05 Thread Dev WO
I may be wrong but I think you shouldn't have the relationship you have in your join table. You should have only 2 in this table: -a to-one to EOMatiere -a to-one to EODomaine your join-table doesn't really look like a join-table with all these relationships. I would manually recreate every

Re: Relationship many-to-many issue

2013-04-05 Thread Markus Ruggiero
As others already pointed out your many-2-many looks strange. Delete your all relationships from and to your join entity EORepartDomMatiere. Then delete this entity as well. Click once on entity EOMatiere and create new Relationship. Select in the upcoming dialog on the right side the

Re: Relationship many-to-many issue

2013-04-05 Thread Raymond NANEON
Ok Xavier, I go to delete my many-2-many relationship and recreate it. Envoyé de mon iPad Le 5 avr. 2013 à 17:43, Dev WO webobje...@anazys.com a écrit : I may be wrong but I think you shouldn't have the relationship you have in your join table. You should have only 2 in this table: -a

Re: Relationship many-to-many issue

2013-04-05 Thread Raymond NANEON
Hi Markus, Thanks for your advices. i going to try it Ray Envoyé de mon iPad Le 5 avr. 2013 à 17:43, Markus Ruggiero mailingli...@kataputt.com a écrit : As others already pointed out your many-2-many looks strange. Delete your all relationships from and to your join entity

Re: Relationship many-to-many issue

2013-04-05 Thread Ray Kiddy
On Apr 5, 2013, at 9:04 AM, Raymond NANEON wrote: Hi Markus, Thanks for your advices. i going to try it Ray Envoyé de mon iPad Whenever I bump into this, and annoyingly, it still does happen once in a while, the thing to fix is either: - one of the 4 underlying relationships are