The reference guide says
really offs you.
If you do want to use Junit4, have a look at Pax-exam
Type: Posts; User: sathyakumar; Keyword(s):
The reference guide says
really offs you.
If you do want to use Junit4, have a look at Pax-exam
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...
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
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...
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...
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 ,
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...
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)
...
STS is stuck at 10%, No disk operations nothing :mad:. Anybody else faced this issue ?
Regards
Sathya
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...
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...
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...
A feature like this would greatly help working around multi-module support :(.
So I guess this is not possible.
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...
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...
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
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...
Sorry. My bad, I was missing SID. Now it works super.
Regards
Sathya
My bad. Had a corrupt hibernate-core jar file in my maven local repository.
Regards
Sathya
Just started with Roo1.1.1. My first entity's integration test failed.
Regards
Sathya
The actual properties does not have space in it.
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
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 ?)
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...