You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@juddi.apache.org by Alex O'Ree <sp...@gmail.com> on 2013/11/05 18:40:04 UTC

Fwd: Exception when searching or creating services

Toufic, there were some changes late last night that do affect the
database ddl files. I still haven't updated the ddl files yet. Did you
by chance update from svn this morning?


---------- Forwarded message ----------
From: Toufic Arabi <ta...@redhat.com>
Date: Tue, Nov 5, 2013 at 11:26 AM
Subject: Exception when searching or creating services
To: Alex O'Ree <sp...@gmail.com>


Alex,

OpenJPA throws the attached errors when discovering all services or
searching for services or trying to create services from the UI. The
results do appear, the service creating fails, but it seems that the
auth token is not being created and inserted in the DB properly? Any
changes to the entity that haven't been reflected in the DB schema or
vice versa?

I attached the ddl that i build my DB from as well. The logs comes
from the discover services feature.

Thanks!

--


Toufic Arabi
Consultant, Red Hat Consulting
Red Hat
8260 Greensboro Dr
McLean, VA
tarabi@redhat.com

Fwd: Exception when searching or creating services

Posted by Alex O'Ree <sp...@gmail.com>.
---------- Forwarded message ----------
From: Alex O'Ree <sp...@gmail.com>
Date: Tue, Nov 5, 2013 at 1:06 PM
Subject: Re: Exception when searching or creating services
To: Toufic Arabi <ta...@redhat.com>


still will help if you don't want to wait. basically i added a new
column for auth tokens, shouldn't be hard to figure out what to add

http://svn.apache.org/viewvc/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/model/AuthToken.java?r1=1460511&r2=1538859


On Tue, Nov 5, 2013 at 1:04 PM, Toufic Arabi <ta...@redhat.com> wrote:
> Alex,
>
> Yes it is from today's svn update. Thanks! This confirms that I didn't break my configuration.
>
> Will wait for the new ddl.
>
> Toufic Arabi
> Consultant, Red Hat
> 8260 Greensboro Dr
> McLean, VA
>
>> On Nov 5, 2013, at 12:40 PM, "Alex O'Ree" <sp...@gmail.com> wrote:
>>
>> Toufic, there were some changes late last night that do affect the
>> database ddl files. I still haven't updated the ddl files yet. Did you
>> by chance update from svn this morning?
>>
>>
>> ---------- Forwarded message ----------
>> From: Toufic Arabi <ta...@redhat.com>
>> Date: Tue, Nov 5, 2013 at 11:26 AM
>> Subject: Exception when searching or creating services
>> To: Alex O'Ree <sp...@gmail.com>
>>
>>
>> Alex,
>>
>> OpenJPA throws the attached errors when discovering all services or
>> searching for services or trying to create services from the UI. The
>> results do appear, the service creating fails, but it seems that the
>> auth token is not being created and inserted in the DB properly? Any
>> changes to the entity that haven't been reflected in the DB schema or
>> vice versa?
>>
>> I attached the ddl that i build my DB from as well. The logs comes
>> from the discover services feature.
>>
>> Thanks!
>>
>> --
>>
>>
>> Toufic Arabi
>> Consultant, Red Hat Consulting
>> Red Hat
>> 8260 Greensboro Dr
>> McLean, VA
>> tarabi@redhat.com
>> <oracle9-updated.ddl>
>> <juddi-gui.log>

Re: Exception when searching or creating services

Posted by Alex O'Ree <sp...@gmail.com>.
The ddls are updated, give it a whirl when you get a chance

On Tue, Nov 5, 2013 at 1:16 PM, Alex O'Ree <sp...@gmail.com> wrote:
> well the good news is that there are fewer and fewer new features to
> finish. Most of the remaining items are documentation and
> sample/example related items. We can probably push a number of them
> off to the next release. Hopefully before new years.
>
> On Tue, Nov 5, 2013 at 1:11 PM, Toufic Arabi <ta...@redhat.com> wrote:
>> Alex,
>>
>> I am not in a hurry. I am automating the entire build process for EAP from checking out the code to running builds and making the right xml changes to set the proper registry address and then deploy to EAP
>>
>> Any specific dates when a stable release will be available ?
>>
>> Thanks!
>>
>> Toufic Arabi
>> Consultant, Red  Hat
>> 8260 Greensboro Dr
>> McLean, VA
>>
>>> On Nov 5, 2013, at 1:06 PM, "Alex O'Ree" <sp...@gmail.com> wrote:
>>>
>>> still will help if you don't want to wait. basically i added a new
>>> column for auth tokens, shouldn't be hard to figure out what to add
>>>
>>> http://svn.apache.org/viewvc/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/model/AuthToken.java?r1=1460511&r2=1538859
>>>
>>>
>>>> On Tue, Nov 5, 2013 at 1:04 PM, Toufic Arabi <ta...@redhat.com> wrote:
>>>> Alex,
>>>>
>>>> Yes it is from today's svn update. Thanks! This confirms that I didn't break my configuration.
>>>>
>>>> Will wait for the new ddl.
>>>>
>>>> Toufic Arabi
>>>> Consultant, Red Hat
>>>> 8260 Greensboro Dr
>>>> McLean, VA
>>>>
>>>>> On Nov 5, 2013, at 12:40 PM, "Alex O'Ree" <sp...@gmail.com> wrote:
>>>>>
>>>>> Toufic, there were some changes late last night that do affect the
>>>>> database ddl files. I still haven't updated the ddl files yet. Did you
>>>>> by chance update from svn this morning?
>>>>>
>>>>>
>>>>> ---------- Forwarded message ----------
>>>>> From: Toufic Arabi <ta...@redhat.com>
>>>>> Date: Tue, Nov 5, 2013 at 11:26 AM
>>>>> Subject: Exception when searching or creating services
>>>>> To: Alex O'Ree <sp...@gmail.com>
>>>>>
>>>>>
>>>>> Alex,
>>>>>
>>>>> OpenJPA throws the attached errors when discovering all services or
>>>>> searching for services or trying to create services from the UI. The
>>>>> results do appear, the service creating fails, but it seems that the
>>>>> auth token is not being created and inserted in the DB properly? Any
>>>>> changes to the entity that haven't been reflected in the DB schema or
>>>>> vice versa?
>>>>>
>>>>> I attached the ddl that i build my DB from as well. The logs comes
>>>>> from the discover services feature.
>>>>>
>>>>> Thanks!
>>>>>
>>>>> --
>>>>>
>>>>>
>>>>> Toufic Arabi
>>>>> Consultant, Red Hat Consulting
>>>>> Red Hat
>>>>> 8260 Greensboro Dr
>>>>> McLean, VA
>>>>> tarabi@redhat.com
>>>>> <oracle9-updated.ddl>
>>>>> <juddi-gui.log>

Re: Exception when searching or creating services

Posted by Alex O'Ree <sp...@gmail.com>.
well the good news is that there are fewer and fewer new features to
finish. Most of the remaining items are documentation and
sample/example related items. We can probably push a number of them
off to the next release. Hopefully before new years.

On Tue, Nov 5, 2013 at 1:11 PM, Toufic Arabi <ta...@redhat.com> wrote:
> Alex,
>
> I am not in a hurry. I am automating the entire build process for EAP from checking out the code to running builds and making the right xml changes to set the proper registry address and then deploy to EAP
>
> Any specific dates when a stable release will be available ?
>
> Thanks!
>
> Toufic Arabi
> Consultant, Red  Hat
> 8260 Greensboro Dr
> McLean, VA
>
>> On Nov 5, 2013, at 1:06 PM, "Alex O'Ree" <sp...@gmail.com> wrote:
>>
>> still will help if you don't want to wait. basically i added a new
>> column for auth tokens, shouldn't be hard to figure out what to add
>>
>> http://svn.apache.org/viewvc/juddi/trunk/juddi-core/src/main/java/org/apache/juddi/model/AuthToken.java?r1=1460511&r2=1538859
>>
>>
>>> On Tue, Nov 5, 2013 at 1:04 PM, Toufic Arabi <ta...@redhat.com> wrote:
>>> Alex,
>>>
>>> Yes it is from today's svn update. Thanks! This confirms that I didn't break my configuration.
>>>
>>> Will wait for the new ddl.
>>>
>>> Toufic Arabi
>>> Consultant, Red Hat
>>> 8260 Greensboro Dr
>>> McLean, VA
>>>
>>>> On Nov 5, 2013, at 12:40 PM, "Alex O'Ree" <sp...@gmail.com> wrote:
>>>>
>>>> Toufic, there were some changes late last night that do affect the
>>>> database ddl files. I still haven't updated the ddl files yet. Did you
>>>> by chance update from svn this morning?
>>>>
>>>>
>>>> ---------- Forwarded message ----------
>>>> From: Toufic Arabi <ta...@redhat.com>
>>>> Date: Tue, Nov 5, 2013 at 11:26 AM
>>>> Subject: Exception when searching or creating services
>>>> To: Alex O'Ree <sp...@gmail.com>
>>>>
>>>>
>>>> Alex,
>>>>
>>>> OpenJPA throws the attached errors when discovering all services or
>>>> searching for services or trying to create services from the UI. The
>>>> results do appear, the service creating fails, but it seems that the
>>>> auth token is not being created and inserted in the DB properly? Any
>>>> changes to the entity that haven't been reflected in the DB schema or
>>>> vice versa?
>>>>
>>>> I attached the ddl that i build my DB from as well. The logs comes
>>>> from the discover services feature.
>>>>
>>>> Thanks!
>>>>
>>>> --
>>>>
>>>>
>>>> Toufic Arabi
>>>> Consultant, Red Hat Consulting
>>>> Red Hat
>>>> 8260 Greensboro Dr
>>>> McLean, VA
>>>> tarabi@redhat.com
>>>> <oracle9-updated.ddl>
>>>> <juddi-gui.log>