Search:

Type: Posts; User: mkandrat; Keyword(s):

Search: Search took 0.02 seconds.

  1. Please respond anyone. its blocking us to create...

    Please respond anyone. its blocking us to create model class. Is there alternate way to create equivalent to VARCHAR2(32 BYTE)?
  2. how to create field with varchar2(32 byte) using spring roo

    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...
  3. Unknown integral data type for ids : java.lang.String

    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:...
  4. I have fixed this issue with...

    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...
  5. Wrong column type for column. Found: char, expected: varchar2(4)

    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:...
  6. How to avoid adding schema name in entity class

    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")

    ...
  7. DBRE generates two java class for single table

    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...
  8. Two spring bundle with different java preference Impl

    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...
  9. Replies
    0
    Views
    1,170

    How to set the class path in OSGi Container

    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...
Results 1 to 9 of 9