Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Bug in TENEO 0.8.0.v2007.12.28.0940
Bug in TENEO 0.8.0.v2007.12.28.0940 [message #107303] Thu, 17 January 2008 11:09 Go to next message
Eclipse UserFriend
Originally posted by: frederic.ventura.eurogiciel.fr

I'am trying to solve my problem for synchronising GMF with my database
from a moment.
with the help of some people working with me, we have found the problem.
It comes from the teneo plugin.
There is a bug in class HibernateResource.

this command line don't work :
final String[] parts = id.split(SEPARATOR);
the separator is "|" but this character is a special character in regexp.
my id ("tournoi|id=1") is split in 12parts
('t','o','u','r','n','o','i','|','i','d','=','1') in spite of 2
('tournoi','id=1').
as a result, teneo detect a not valid urifragment and GMF can't link with
the root element.

when we replace the separator "|" with the new separator "\\|", all goes
well and GMF works well with hibernate and can synchronise with my
database.
Re: Bug in TENEO 0.8.0.v2007.12.28.0940 [message #107326 is a reply to message #107303] Thu, 17 January 2008 11:14 Go to previous messageGo to next message
Martin Taal is currently offline Martin TaalFriend
Messages: 5468
Registered: July 2009
Senior Member
Hi Fred,
Thanks for taking the effort to find this detailed (but I am sure annoying issue).
Can you enter a bugzilla for this?

Then I will solve it in the next build (a few days from now).

gr. Martin

fred wrote:
> I'am trying to solve my problem for synchronising GMF with my database
> from a moment.
> with the help of some people working with me, we have found the problem.
> It comes from the teneo plugin.
> There is a bug in class HibernateResource.
>
> this command line don't work :
> final String[] parts = id.split(SEPARATOR);
> the separator is "|" but this character is a special character in regexp.
> my id ("tournoi|id=1") is split in 12parts
> ('t','o','u','r','n','o','i','|','i','d','=','1') in spite of 2
> ('tournoi','id=1').
> as a result, teneo detect a not valid urifragment and GMF can't link
> with the root element.
>
> when we replace the separator "|" with the new separator "\\|", all goes
> well and GMF works well with hibernate and can synchronise with my
> database.
>


--

With Regards, Martin Taal

Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@springsite.com - mtaal@elver.org
Web: www.springsite.com - www.elver.org
Re: Bug in TENEO 0.8.0.v2007.12.28.0940 [message #107635 is a reply to message #107326] Fri, 18 January 2008 10:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: frederic.ventura.eurogiciel.fr

hy martin,
I need the Teneo ID to be able to enter the bug in bugzilla

fred
Re: Bug in TENEO 0.8.0.v2007.12.28.0940 [message #107649 is a reply to message #107635] Fri, 18 January 2008 10:28 Go to previous messageGo to next message
Martin Taal is currently offline Martin TaalFriend
Messages: 5468
Registered: July 2009
Senior Member
Hi Fred,
I was impatient :-), I changed the call to the split method (you can check in cvs) and needed the
bug id for doing a build therefore I have already entered a bug for this:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=215745

I think you need to register to be able to enter issues in bugzilla. That is probably what you mean.
If you have other issues: I use this hyperlink to enter a bug for an emft component, just select
teneo in the listbox on the right-top and you are fine.
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMFT

gr. Martin

fred wrote:
> hy martin,
> I need the Teneo ID to be able to enter the bug in bugzilla
>
> fred
>


--

With Regards, Martin Taal

Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@springsite.com - mtaal@elver.org
Web: www.springsite.com - www.elver.org
Re: Bug in TENEO 0.8.0.v2007.12.28.0940 [message #107662 is a reply to message #107649] Fri, 18 January 2008 10:41 Go to previous message
Eclipse UserFriend
Originally posted by: frederic.ventura.eurogiciel.fr

ok, next time I wiil follow your link to enter bugs ;-)

now I'm impatient to get your new release :-)

fred
Re: Bug in TENEO 0.8.0.v2007.12.28.0940 [message #614022 is a reply to message #107303] Thu, 17 January 2008 11:14 Go to previous message
Martin Taal is currently offline Martin TaalFriend
Messages: 5468
Registered: July 2009
Senior Member
Hi Fred,
Thanks for taking the effort to find this detailed (but I am sure annoying issue).
Can you enter a bugzilla for this?

Then I will solve it in the next build (a few days from now).

gr. Martin

fred wrote:
> I'am trying to solve my problem for synchronising GMF with my database
> from a moment.
> with the help of some people working with me, we have found the problem.
> It comes from the teneo plugin.
> There is a bug in class HibernateResource.
>
> this command line don't work :
> final String[] parts = id.split(SEPARATOR);
> the separator is "|" but this character is a special character in regexp.
> my id ("tournoi|id=1") is split in 12parts
> ('t','o','u','r','n','o','i','|','i','d','=','1') in spite of 2
> ('tournoi','id=1').
> as a result, teneo detect a not valid urifragment and GMF can't link
> with the root element.
>
> when we replace the separator "|" with the new separator "\\|", all goes
> well and GMF works well with hibernate and can synchronise with my
> database.
>


--

With Regards, Martin Taal

Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@springsite.com - mtaal@elver.org
Web: www.springsite.com - www.elver.org
Re: Bug in TENEO 0.8.0.v2007.12.28.0940 [message #614044 is a reply to message #107326] Fri, 18 January 2008 10:18 Go to previous message
fred is currently offline fredFriend
Messages: 35
Registered: July 2009
Member
hy martin,
I need the Teneo ID to be able to enter the bug in bugzilla

fred
Re: Bug in TENEO 0.8.0.v2007.12.28.0940 [message #614045 is a reply to message #107635] Fri, 18 January 2008 10:28 Go to previous message
Martin Taal is currently offline Martin TaalFriend
Messages: 5468
Registered: July 2009
Senior Member
Hi Fred,
I was impatient :-), I changed the call to the split method (you can check in cvs) and needed the
bug id for doing a build therefore I have already entered a bug for this:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=215745

I think you need to register to be able to enter issues in bugzilla. That is probably what you mean.
If you have other issues: I use this hyperlink to enter a bug for an emft component, just select
teneo in the listbox on the right-top and you are fine.
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMFT

gr. Martin

fred wrote:
> hy martin,
> I need the Teneo ID to be able to enter the bug in bugzilla
>
> fred
>


--

With Regards, Martin Taal

Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@springsite.com - mtaal@elver.org
Web: www.springsite.com - www.elver.org
Re: Bug in TENEO 0.8.0.v2007.12.28.0940 [message #614046 is a reply to message #107649] Fri, 18 January 2008 10:41 Go to previous message
fred is currently offline fredFriend
Messages: 35
Registered: July 2009
Member
ok, next time I wiil follow your link to enter bugs ;-)

now I'm impatient to get your new release :-)

fred
Previous Topic:[Teneo] Multi-column join?
Next Topic:[Teneo] HbDataStore.reinitialize()
Goto Forum:
  


Current Time: Thu Mar 28 20:37:42 GMT 2024

Powered by FUDForum. Page generated in 0.02548 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top