Maven Eclipse integration has an excellent "Dependency Hierarchy" view that I've used again and again. It would be great if a similar view could be provided for Gradle projects.
Here are the...
Type: Posts; User: Jas-e; Keyword(s):
Maven Eclipse integration has an excellent "Dependency Hierarchy" view that I've used again and again. It would be great if a similar view could be provided for Gradle projects.
Here are the...
Thanks. That seemed to work.
I added http://download.eclipse.org/releases/galileo/ as an update site
Installed: WST Server Adapters 3.1.0.v200906020451
Then did a "Check for Updates"
I have the same problem on Windows so its not Linux-specific.
Fairly standard setup:
CollabNet Desktop - Eclipse Edition 2.0.5 com.collabnet.desktop.feature.feature.group
CollabNet Merge...
Oh, and I've looked at in the debugger. The CGLIB class is there but the method calls return Null. How wierd!
Not heard from anyone.
I thought I'd better explain that this is all a fairly standard setup. If you are very perceptive you would have noticed that
getHibernateTemplate().findByCriteria() ...
I'm lazy loading a class from a manytoone relationship. It all looks fine but when I call a method on the class I get a NullPointerException.
Here's part of my class:
@Entity...