facebook

scaffold project create byte[] instead of string

  1. MyEclipse IDE
  2.  > 
  3. Spring Development
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #339885 Reply

    Hi

    when i used scaffold project using oracle connection ,it generate byte[] instead of string ?

    but with mysql it generate string .

    pls help me to fix this issue asap

    #339903 Reply

    sinha,

    We could not replicate the issue at our end.

    Can you please answer some more questions to help us investigate further :
    1) Can you please share your installation details from MyEclipse > Installation Summary > Installation details ?
    2) Can you please share your oracle version and details ?
    3) Can you please mention exact steps in detail (from the point of creating the project) to help us replicate the issue at my end ?

    #339934 Reply

    Hello Pradeep

    step is very easy

    1) create one table like login and use username data type as NVARCHAR
    2) generate the project you can see it generate byte[] array instead of string

    works fine with datatype varchar .

    Can you fix this issue asap ,so i will test in my end .

    thanks
    – ujjawal

    @support-pradeep wrote:

    sinha,

    We could not replicate the issue at our end.

    Can you please answer some more questions to help us investigate further :
    1) Can you please share your installation details from MyEclipse > Installation Summary > Installation details ?
    2) Can you please share your oracle version and details ?
    3) Can you please mention exact steps in detail (from the point of creating the project) to help us replicate the issue at my end ?

    #339935 Reply

    1) Can you please share your installation details from MyEclipse > Installation Summary > Installation details ?
    I AM USING SPRING MYECLIPSE

    MyEclipse for Spring

    Version: 10.6.0
    Build ID: 10.6.0-20120831

    2) Can you please share your oracle version and details ?

    11 G

    3) Can you please mention exact steps in detail (from the point of creating the project) to help us replicate the issue at my end ?

    SUPPOSE I HAVE BELOW TABLE

    AFTER SCAfFOLD
    IN DOMAIN OBJECT ALL NVARCHAR GENERATE BYTE[] ARRAY ALSO TIMES AMP GENERATE CAL LANDER

    YOU CAN TEST IN YOUR END .

    CREATE TABLE “METADATA”.”LOGIN”
    ( “CREATED_DATE” TIMESTAMP (6) NOT NULL ENABLE,
    “PASSWORD” NVARCHAR2(30),
    “USER_NAME” NVARCHAR2(50) NOT NULL ENABLE,
    CONSTRAINT “PK_LOGIN” PRIMARY KEY (“USER_NAME”)
    USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS NOCOMPRESS LOGGING
    TABLESPACE “META_IDX” ENABLE
    ) SEGMENT CREATION DEFERRED
    PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    TABLESPACE “META_TBL” ;

    @ujjawal.sinha wrote:

    Hello Pradeep

    step is very easy

    1) create one table like login and use username data type as NVARCHAR
    2) generate the project you can see it generate byte[] array instead of string

    works fine with datatype varchar .

    Can you fix this issue asap ,so i will test in my end .

    thanks
    – ujjawal

    @support-pradeep wrote:

    sinha,

    We could not replicate the issue at our end.

    Can you please answer some more questions to help us investigate further :
    1) Can you please share your installation details from MyEclipse > Installation Summary > Installation details ?
    2) Can you please share your oracle version and details ?
    3) Can you please mention exact steps in detail (from the point of creating the project) to help us replicate the issue at my end ?

    #339954 Reply

    sinha,

    Thanks for the details provided. I could replicate the issue at my end. I have filed a PR for the dev team to look in to this issue.
    Sorry for the inconvenience caused.

    #339970 Reply

    Hi Pradeep

    any ETA for this issue ?>
    Thanks

    @support-pradeep wrote:

    sinha,

    Thanks for the details provided. I could replicate the issue at my end. I have filed a PR for the dev team to look in to this issue.
    Sorry for the inconvenience caused.

    #340069 Reply

    when you think you can provide this fix ?

    @ujjawal.sinha wrote:

    Hi Pradeep

    any ETA for this issue ?>
    Thanks

    @support-pradeep wrote:

    sinha,

    Thanks for the details provided. I could replicate the issue at my end. I have filed a PR for the dev team to look in to this issue.
    Sorry for the inconvenience caused.

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: scaffold project create byte[] instead of string

You must be logged in to post in the forum log in