Please respond anyone. its blocking us to create model class. Is there alternate way to create equivalent to VARCHAR2(32 BYTE)?
Type: Posts; User: mkandrat; Keyword(s):
Please respond anyone. its blocking us to create model class. Is there alternate way to create equivalent to VARCHAR2(32 BYTE)?
Hi,
I want to create column name with varchar2(32 byte) like below using spring field command,
"NAME" VARCHAR2(32 BYTE),
"NODE_HWTYPE" VARCHAR2(64...
Hi,
I am using Spring Roo 1.2.2 Release version. Created domain class using DBRE. Getting below exception when try to save data.
org.springframework.orm.jpa.JpaSystemException:...
I have fixed this issue with --includeNonPortableAttributes option while creating dbre. This option has created columnDefinition = “char” in identifier.aj file.
Not sure on your case since it is...
I am using 1.2.1 version of spring roo,
Getting below exception when we execute mvn clean tomcat:run
Caused by: org.hibernate.HibernateException: Wrong column type for column HISTORY. Found:...
Hi,
I am using Spring Roo 1.2.1 version, DBRE creates entity with below annotation.
@RooJpaEntity(identifierType = IsDimPK.class, versionField = "", table = "IS_DIM", schema = "IS_TEST")
...
Hi,
I am using Spring Roo 1.2.1 version, created entity file using below command,
- database reverse engineer --schema "IS_TEST" --includeTables "IS_DIM" --package ~.shared.domain...
We have two spring bundle with different java preference implementation. One is fileSystem Preference and another is Database Preference(its our own implementation) .
So if both the bundles are...
Hi All,
I need to set the class path in System level using System.setProperty() in one bundle from other bundle where the class actually present.
For Example,
I have one bundle...