Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    17,079

    The reference guide says really offs you. If...

    The reference guide says
    really offs you.

    If you do want to use Junit4, have a look at Pax-exam
  2. I tried Martin lippert's approach with some help...

    I tried Martin lippert's approach with some help from this URL and was not getting anywhere, Kept hitting this
    java.lang.ClassNotFoundException: org.aspectj.weaver.loadtime.definition.D
    efinition...
  3. Any example for DmKernelTestRunner

    Or is DmKernelTestRunner the only option ?. The documentation for it is very minimal though and will be of great help if someone can share an example/link
  4. Integration testing @Configurable with pax runner

    Anybody's tried pax runner (or pax exam) to integration test a bundle with @Configurable annotated classes in it ?

    Have been trying hard to get it going, While ltw might work straightaway in...
  5. Ok, I think the archetype available in the STS...

    Ok, I think the archetype available in the STS catalogs is outdated. When I tried creating the archetype from command line using "mvn archetype:generate" and chose 1.2.1 version of archetype and then...
  6. On a home network, the error is a...

    On a home network, the error is a NullPointerException in STS. And in maven console,

    .

    So for now, I think am better off starting a simple archetype and manually add all dependencies ,
  7. Martin, I use STS 2.6.0.SR1. Below is steps...

    Martin,
    I use STS 2.6.0.SR1.

    Below is steps I followed.

    1. File->New->Other.. And choose Maven project
    2. Uncheck "Create a simple project(skip archetype selecion)" (if enabled ).
    3. Choose...
  8. Hi Martin, Attached is the output from jstack....

    Hi Martin,
    Attached is the output from jstack. (Had to split the file in to two, because forum won't allow files larger than 20K).

    Below is last few lines in maven console (if it helps)

    ...
  9. STS hangs when creating spring-osgi-bundle-archetype project

    STS is stuck at 10%, No disk operations nothing :mad:. Anybody else faced this issue ?

    Regards
    Sathya
  10. Finding unit tests that actually dirty an application context

    Hi,
    I have a case where in my maven build unit tests when run individually succeed, but when collectively run, tests fail.

    A similar case has been discussed in this technical blog


    Was...
  11. Replies
    4
    Views
    1,760

    Hi jD, JPA 2.0 has introduced Criteria API -...

    Hi jD,

    JPA 2.0 has introduced Criteria API - basically building your queries using java objects and thereby do a compile time checking on the validity of the queries rather than realizing a wrong...
  12. Replies
    4
    Views
    1,760

    JPA metamodel generator

    While hibernate's jpamodelgen won't run on Roo annotated entities, Is there any plans of creating a roo add-on to do this ? Coding to Criteria API is proving to be difficult without it.

    Regards...
  13. Replies
    2
    Views
    1,085

    A feature like this would greatly help working...

    A feature like this would greatly help working around multi-module support :(.
  14. Replies
    3
    Views
    864

    So I guess this is not possible.

    So I guess this is not possible.
  15. Replies
    2
    Views
    1,085

    Different applicationContext xml

    Hi,
    I understand multi-module support is still low priority. But I was wondering if I can make Roo generate a spring application context xml differently named rather than the default...
  16. Replies
    3
    Views
    864

    Finders on Embeddables

    Hi,
    Roo doesn't seem to provide dynamic finders on embeddable objects. Will explain with a hypothetical example



    And now Address


    If I am to find Person's whose address's city streetName...
  17. Replies
    1
    Views
    515

    When is 1.1.2 due ?

    I am now using 1.1.1-RELEASE. Has a bug with scaffolding for entities with versionField="". Used a CI build, but somehow maven dependencies failed link.

    So will be nice to know 1.1.2 release date
  18. Snapshot builds and mavenn dependencies

    Hi,
    Because Roo 1.1.1-RELEASE had a problem generating webscaffolding for entities for which version field was empty, I switched to a CI build,

    But now snapshot jar files are missing from spring...
  19. Sorry. My bad, I was missing SID. Now it works...

    Sorry. My bad, I was missing SID. Now it works super.

    Regards
    Sathya
  20. Replies
    1
    Views
    724

    My bad. Had a corrupt hibernate-core jar file in...

    My bad. Had a corrupt hibernate-core jar file in my maven local repository.

    Regards
    Sathya
  21. Replies
    1
    Views
    724

    Roo 1.1.1 and Hibernate issues

    Just started with Roo1.1.1. My first entity's integration test failed.


    Regards
    Sathya
  22. Some copy and paste error :)

    The actual properties does not have space in it.
  23. Unable to database introspect with Oracle

    Hi,
    I installed and started OSGI bundles for oracle. When I do a database introspect I get

    My database properties file read


    Am using Roo 1.1.1-RELEASE.

    Regards
    Sathya
  24. Replies
    1
    Views
    895

    The above repository addition to pom solved it....

    The above repository addition to pom solved it. Though would've expected Roo to generate it by default (or was jboss repository moved post Roo 1.1 release ?)
  25. Replies
    1
    Views
    895

    Problem with persistence setup

    Hi,
    I got hibernate jars missing when adding hibernate persistence support. With STS 2.5.1 and Roo 1.1



    I verified that repo1.maven.org doesn't contain versions beyond hibernate 3.3, however...
Results 1 to 25 of 47
Page 1 of 2 1 2