You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Alex O'Ree (JIRA)" <ju...@ws.apache.org> on 2013/10/22 02:38:42 UTC

[jira] [Comment Edited] (JUDDI-662) Name length of j3_signature_transform_data_value too long

    [ https://issues.apache.org/jira/browse/JUDDI-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801310#comment-13801310 ] 

Alex O'Ree edited comment on JUDDI-662 at 10/22/13 12:38 AM:
-------------------------------------------------------------

Ok they are updated now. give it a shot.

keep in mind, there was also a code change ;)


was (Author: spyhunter99):
Ok they are updated now. give it a shot.

> Name length of j3_signature_transform_data_value too long
> ---------------------------------------------------------
>
>                 Key: JUDDI-662
>                 URL: https://issues.apache.org/jira/browse/JUDDI-662
>             Project: jUDDI
>          Issue Type: Bug
>    Affects Versions: 3.2
>         Environment: EAP 6.1.1, Oracle 11g, RHEL 6.4, Open JPA
>            Reporter: Toufic Arabi
>            Assignee: Alex O'Ree
>             Fix For: 3.2
>
>
> When creating tables, the following fails because the table name is too long
>  create table j3_signature_transform_data_value (
>          id number(19,0) not null,
>          content_bytes blob,
>          content_type varchar2(255 char),
>           signature_transform_key number(19,0) not null,
>           primary key (id)
>          );
> create table j3_signature_transform_data_value (
>                    *
>  ERROR at line 1:
> ORA-00972: identifier is too long
> additional reference: https://issues.jboss.org/browse/JBESB-3889



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Re: [jira] [Comment Edited] (JUDDI-662) Name length of j3_signature_transform_data_value too long

Posted by Alex O'Ree <sp...@gmail.com>.
svn co http://svn.apache.org/repos/asf/juddi/trunk

On Tue, Oct 22, 2013 at 7:28 AM, Toufic Arabi <ta...@redhat.com> wrote:
> Alex,
>
> I am using open jpa and Kurt told me of the target build for EAP. I can check out and build the code for 3.2 but I can not see it under
> http://svn.apache.org/repos/asf/juddi/tags
>
> If it's still not available and you want to drop box me the juddiv3 war and the juddi-ui for open jpa and EAP that would be great.
>
> Thanks!
>
>
> Toufic Arabi
> Consultant, Red Hat
> 8260 Greensboro Dr
> McLean, VA
>
>> On Oct 22, 2013, at 7:07 AM, "Alex O'Ree" <sp...@gmail.com> wrote:
>>
>> Toufic
>>
>> Are you using Hibernate or OpenJPA? Maybe we can convince Kurt to make
>> a quick distribution for you and post it online. The other option is
>> to use a subversion client to check out and build the code using
>> maven.
>>
>>> On Mon, Oct 21, 2013 at 8:40 PM, Toufic Arabi <ta...@redhat.com> wrote:
>>> Alex
>>>
>>> The code is not available to general public is it so I can rebuild with the EAP target ?
>>>
>>> Thanks!
>>>
>>> Toufic Arabi
>>> Consultant, Red Hat
>>> 8260 Greensboro Dr
>>> McLean, VA
>>>
>>>> On Oct 21, 2013, at 8:38 PM, "Alex O'Ree (JIRA)" <ju...@ws.apache.org> wrote:
>>>>
>>>>
>>>>   [ https://issues.apache.org/jira/browse/JUDDI-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801310#comment-13801310 ]
>>>>
>>>> Alex O'Ree edited comment on JUDDI-662 at 10/22/13 12:38 AM:
>>>> -------------------------------------------------------------
>>>>
>>>> Ok they are updated now. give it a shot.
>>>>
>>>> keep in mind, there was also a code change ;)
>>>>
>>>>
>>>> was (Author: spyhunter99):
>>>> Ok they are updated now. give it a shot.
>>>>
>>>>> Name length of j3_signature_transform_data_value too long
>>>>> ---------------------------------------------------------
>>>>>
>>>>>               Key: JUDDI-662
>>>>>               URL: https://issues.apache.org/jira/browse/JUDDI-662
>>>>>           Project: jUDDI
>>>>>        Issue Type: Bug
>>>>>  Affects Versions: 3.2
>>>>>       Environment: EAP 6.1.1, Oracle 11g, RHEL 6.4, Open JPA
>>>>>          Reporter: Toufic Arabi
>>>>>          Assignee: Alex O'Ree
>>>>>           Fix For: 3.2
>>>>>
>>>>>
>>>>> When creating tables, the following fails because the table name is too long
>>>>> create table j3_signature_transform_data_value (
>>>>>        id number(19,0) not null,
>>>>>        content_bytes blob,
>>>>>        content_type varchar2(255 char),
>>>>>         signature_transform_key number(19,0) not null,
>>>>>         primary key (id)
>>>>>        );
>>>>> create table j3_signature_transform_data_value (
>>>>>                  *
>>>>> ERROR at line 1:
>>>>> ORA-00972: identifier is too long
>>>>> additional reference: https://issues.jboss.org/browse/JBESB-3889
>>>>
>>>>
>>>>
>>>> --
>>>> This message was sent by Atlassian JIRA
>>>> (v6.1#6144)

Re: [jira] [Comment Edited] (JUDDI-662) Name length of j3_signature_transform_data_value too long

Posted by Toufic Arabi <ta...@redhat.com>.
Alex,

I am using open jpa and Kurt told me of the target build for EAP. I can check out and build the code for 3.2 but I can not see it under 
http://svn.apache.org/repos/asf/juddi/tags

If it's still not available and you want to drop box me the juddiv3 war and the juddi-ui for open jpa and EAP that would be great.

Thanks!


Toufic Arabi
Consultant, Red Hat
8260 Greensboro Dr
McLean, VA

> On Oct 22, 2013, at 7:07 AM, "Alex O'Ree" <sp...@gmail.com> wrote:
> 
> Toufic
> 
> Are you using Hibernate or OpenJPA? Maybe we can convince Kurt to make
> a quick distribution for you and post it online. The other option is
> to use a subversion client to check out and build the code using
> maven.
> 
>> On Mon, Oct 21, 2013 at 8:40 PM, Toufic Arabi <ta...@redhat.com> wrote:
>> Alex
>> 
>> The code is not available to general public is it so I can rebuild with the EAP target ?
>> 
>> Thanks!
>> 
>> Toufic Arabi
>> Consultant, Red Hat
>> 8260 Greensboro Dr
>> McLean, VA
>> 
>>> On Oct 21, 2013, at 8:38 PM, "Alex O'Ree (JIRA)" <ju...@ws.apache.org> wrote:
>>> 
>>> 
>>>   [ https://issues.apache.org/jira/browse/JUDDI-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801310#comment-13801310 ]
>>> 
>>> Alex O'Ree edited comment on JUDDI-662 at 10/22/13 12:38 AM:
>>> -------------------------------------------------------------
>>> 
>>> Ok they are updated now. give it a shot.
>>> 
>>> keep in mind, there was also a code change ;)
>>> 
>>> 
>>> was (Author: spyhunter99):
>>> Ok they are updated now. give it a shot.
>>> 
>>>> Name length of j3_signature_transform_data_value too long
>>>> ---------------------------------------------------------
>>>> 
>>>>               Key: JUDDI-662
>>>>               URL: https://issues.apache.org/jira/browse/JUDDI-662
>>>>           Project: jUDDI
>>>>        Issue Type: Bug
>>>>  Affects Versions: 3.2
>>>>       Environment: EAP 6.1.1, Oracle 11g, RHEL 6.4, Open JPA
>>>>          Reporter: Toufic Arabi
>>>>          Assignee: Alex O'Ree
>>>>           Fix For: 3.2
>>>> 
>>>> 
>>>> When creating tables, the following fails because the table name is too long
>>>> create table j3_signature_transform_data_value (
>>>>        id number(19,0) not null,
>>>>        content_bytes blob,
>>>>        content_type varchar2(255 char),
>>>>         signature_transform_key number(19,0) not null,
>>>>         primary key (id)
>>>>        );
>>>> create table j3_signature_transform_data_value (
>>>>                  *
>>>> ERROR at line 1:
>>>> ORA-00972: identifier is too long
>>>> additional reference: https://issues.jboss.org/browse/JBESB-3889
>>> 
>>> 
>>> 
>>> --
>>> This message was sent by Atlassian JIRA
>>> (v6.1#6144)

Re: [jira] [Comment Edited] (JUDDI-662) Name length of j3_signature_transform_data_value too long

Posted by Alex O'Ree <sp...@gmail.com>.
Toufic

Are you using Hibernate or OpenJPA? Maybe we can convince Kurt to make
a quick distribution for you and post it online. The other option is
to use a subversion client to check out and build the code using
maven.

On Mon, Oct 21, 2013 at 8:40 PM, Toufic Arabi <ta...@redhat.com> wrote:
> Alex
>
> The code is not available to general public is it so I can rebuild with the EAP target ?
>
> Thanks!
>
> Toufic Arabi
> Consultant, Red Hat
> 8260 Greensboro Dr
> McLean, VA
>
>> On Oct 21, 2013, at 8:38 PM, "Alex O'Ree (JIRA)" <ju...@ws.apache.org> wrote:
>>
>>
>>    [ https://issues.apache.org/jira/browse/JUDDI-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801310#comment-13801310 ]
>>
>> Alex O'Ree edited comment on JUDDI-662 at 10/22/13 12:38 AM:
>> -------------------------------------------------------------
>>
>> Ok they are updated now. give it a shot.
>>
>> keep in mind, there was also a code change ;)
>>
>>
>> was (Author: spyhunter99):
>> Ok they are updated now. give it a shot.
>>
>>> Name length of j3_signature_transform_data_value too long
>>> ---------------------------------------------------------
>>>
>>>                Key: JUDDI-662
>>>                URL: https://issues.apache.org/jira/browse/JUDDI-662
>>>            Project: jUDDI
>>>         Issue Type: Bug
>>>   Affects Versions: 3.2
>>>        Environment: EAP 6.1.1, Oracle 11g, RHEL 6.4, Open JPA
>>>           Reporter: Toufic Arabi
>>>           Assignee: Alex O'Ree
>>>            Fix For: 3.2
>>>
>>>
>>> When creating tables, the following fails because the table name is too long
>>> create table j3_signature_transform_data_value (
>>>         id number(19,0) not null,
>>>         content_bytes blob,
>>>         content_type varchar2(255 char),
>>>          signature_transform_key number(19,0) not null,
>>>          primary key (id)
>>>         );
>>> create table j3_signature_transform_data_value (
>>>                   *
>>> ERROR at line 1:
>>> ORA-00972: identifier is too long
>>> additional reference: https://issues.jboss.org/browse/JBESB-3889
>>
>>
>>
>> --
>> This message was sent by Atlassian JIRA
>> (v6.1#6144)

Re: [jira] [Comment Edited] (JUDDI-662) Name length of j3_signature_transform_data_value too long

Posted by Toufic Arabi <ta...@redhat.com>.
Alex

The code is not available to general public is it so I can rebuild with the EAP target ?

Thanks!

Toufic Arabi
Consultant, Red Hat
8260 Greensboro Dr
McLean, VA

> On Oct 21, 2013, at 8:38 PM, "Alex O'Ree (JIRA)" <ju...@ws.apache.org> wrote:
> 
> 
>    [ https://issues.apache.org/jira/browse/JUDDI-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801310#comment-13801310 ] 
> 
> Alex O'Ree edited comment on JUDDI-662 at 10/22/13 12:38 AM:
> -------------------------------------------------------------
> 
> Ok they are updated now. give it a shot.
> 
> keep in mind, there was also a code change ;)
> 
> 
> was (Author: spyhunter99):
> Ok they are updated now. give it a shot.
> 
>> Name length of j3_signature_transform_data_value too long
>> ---------------------------------------------------------
>> 
>>                Key: JUDDI-662
>>                URL: https://issues.apache.org/jira/browse/JUDDI-662
>>            Project: jUDDI
>>         Issue Type: Bug
>>   Affects Versions: 3.2
>>        Environment: EAP 6.1.1, Oracle 11g, RHEL 6.4, Open JPA
>>           Reporter: Toufic Arabi
>>           Assignee: Alex O'Ree
>>            Fix For: 3.2
>> 
>> 
>> When creating tables, the following fails because the table name is too long
>> create table j3_signature_transform_data_value (
>>         id number(19,0) not null,
>>         content_bytes blob,
>>         content_type varchar2(255 char),
>>          signature_transform_key number(19,0) not null,
>>          primary key (id)
>>         );
>> create table j3_signature_transform_data_value (
>>                   *
>> ERROR at line 1:
>> ORA-00972: identifier is too long
>> additional reference: https://issues.jboss.org/browse/JBESB-3889
> 
> 
> 
> --
> This message was sent by Atlassian JIRA
> (v6.1#6144)