The Oracle JDBC isn't available in Maven repos due to licensing issues. You will have to add it to your local Maven repo per teh instructions Matt posted.
Type: Posts; User: BoomerBrian; Keyword(s):
The Oracle JDBC isn't available in Maven repos due to licensing issues. You will have to add it to your local Maven repo per teh instructions Matt posted.
That is great to hear valerian and mattharr. Roo with JSF2 / PrimeFaces looks to be a killer stack. I am definitely going to give it a serious look.
Hello all.
Been checking out Roo and liking what I am seeing. I have been using Seam for the last couple of years but I don't like the direction it is going so I am looking to replace it with Roo....
I have a Grails project and I want to move it to my new computer. For the life of me I can't find the project plugins. Where does the Grails project plugins get stored?
Thanks
Thanks for the response. I have one more question. Can JOTM run in a console application? All of the examples I have looked at are at least using Tomcat.
I tried a simple example
<bean...
Hello,
I have a standalone application and I am connecting to JMS source and a DB source. I would like to create a single transaction for the mutliple resources. What are my options? From what I...