Thanks Andy but we use 1.6.5, the version that Roo uses.
This has been too long. Is there any kind soul out here that can send us the basic applicationContext.xml, persistence.xml and...
Type: Posts; User: jtan; Keyword(s):
Thanks Andy but we use 1.6.5, the version that Roo uses.
This has been too long. Is there any kind soul out here that can send us the basic applicationContext.xml, persistence.xml and...
Ok, let me rephraze my question: will Spring Roo generated codes works with JBoss 5.1.0GA? With the exact applicationContext.xml and persistence.xml?
If so, could someone who is guru in JBoss...
I used the Spring Roo's applicationContext.xml and I got null pointer exception in the following codes -
static private EntityManager entityManager() {
return emf.createEntityManager();...
Thanks Ben. I will do so. one
more question, are you saying that if
i use annotation based transaction, it
will not work as spring roo uses
aspectj based transaction originally?
(continued from the previous post due to 100000 limits)
In persistence.xml -
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<persistence xmlns="http://java.sun.com/xml/ns/persistence"...
I used Spring roo 1.00 to create a domain class, foo.domain.Profile, generated its integration test and the testMarkerMethod() everything works sweet.
After I pushed in all the persistence methods...
After I did a clean build, this goes away. Just FYI for the roo's fan in this list.
When I run my FooIntegrationTest's testMarkerMethod(), it gave me the following exception -
Caused by: java.lang.VerifyError: (class: com/foo/domain/FooDataOnDemand_Roo_DataOnDemand, method:...
Hi Mikej,
All your suggestions works, I just like the second option the most :)
thank you.
I have the STS 2.1.0 SR01, I know how to upgrade plugin in Eclipse but I was wondering what is the best way (minimal effort that does the job, like p2 dropins folder installation) to upgrade Roo from...
> we try to follow the convention-over-configuration approach as far as possible
Got it.
We have two teams, one is using Ant another is Maven. I am just happen to be the former team. That should...
Ben or Stefan,
Could any of you answer this please?
Thanks.
Raul,
I think everyone who read this thread deserved an explanation here, thanks for pointing it out. I wrote "learning curve", I meant the appreciation of the technologies behind it not the...
Andrew,
I am pretty sure you have read Stefan's reply, but I would like to highlight the following again -
>At the moment Roo generated applications do not generate a traditional repository or...
In our situation, the vendor lock in is not the issue. We have a good architecture to ensure that it is "plug and play", "swapping" to a better tools whenever they become available.
Our main issue...
Could someone enlighten me if it is possible to change SRC_MAIN_JAVA and SRC_TEST_JAVA generated by Roo under src directory?
Thanks
If for any reason, due to mistake or change of mind, I would like to undo or reverse the pushed in of aspects into Java files, thus creating aspects .aj files again, is this possible?
If not, is...
Thanks Bala, I tried and it works.
I would like to know if Eclipse 3.3 will work with Spring Roo and if Spring Roo will function properly with AJDT lower than 1.65 e.g. 1.53 (the highest AJDT available for Eclipse Europa/3.3).
...
Once I have installed JPA say with hypersonic persistent and would like to change it to some other database like MySQL, how would I do that without having to start all over again? It seems like once...
It works for me.