- This topic has 6 replies, 2 voices, and was last updated 11 years, 8 months ago by
ujjawal.sinha.
-
AuthorPosts
-
ujjawal.sinhaMemberHi
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
support-pradeepMembersinha,
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 ?
ujjawal.sinhaMemberHello 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 stringworks 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 ?
ujjawal.sinhaMember1) Can you please share your installation details from MyEclipse > Installation Summary > Installation details ?
I AM USING SPRING MYECLIPSEMyEclipse for Spring
Version: 10.6.0
Build ID: 10.6.0-201208312) 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 LANDERYOU 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 stringworks 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 ?
support-pradeepMembersinha,
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.
ujjawal.sinhaMemberHi 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.
ujjawal.sinhaMemberwhen 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. -
AuthorPosts