DZone Most Valuable Blogger certificate. I have been part of this program from the beginning and was excited to be part of DZone. Now in their appreciation of the MVB...
Author - Mick Knutson
I am working on a project where we have http requests from an IVR Voice browser making VXML requests. Each request is a phone caller and each new caller in our...
JAVA_HOME is set to an invalid directory: C:\Program Files\JetBrains\IntelliJ IDEA 10.5\jre for Gradle plugin
I have been trying to get Gradle working in intellij 10.5 so I can run some sample projects that were not in Maven. So I installed the Gradle plugin, even though IDEA...
I ran into an issue running some DBUnit tests trying to seed a database where tables do not have primary keys such as CollectionTables in JPA. This blog illustrates how...
SOLUTION: Syntax error, parameterized types are only available if source level is 5.0
ContainerException The ResourceConfig instance does not contain any root resource classes
I have been creating some REST services with Jersey, and I started getting this error I have searched for a while to find any reference to this error without luck. But...
Maven 3.x profiles.xml is no longer supported and was ignored, please use the settings.xml instead
I just migrated to Maven 3 this week, and noticed that my profiles.xml is no being ignored. So now I have to migrate my profiles to my pom.xml, and setting.xml Yet...
PropertyNotFoundException Target Unreachable, identifier ‘patientBean’ resolved to null
PropertyNotFoundException Target Unreachable, identifier ‘patientBean’ resolved to null I have been trying to get a simple @ManagedBean example working...
Invalid keystore format and ‘keytool genkey’ issues during Jar signing I have been working on creating keystores and signing jars today, and have run into...
No subclass matches this class; for this Aggregate mapping with inheritance.
No subclass matches this class [class com.baselogic.test.CustomerFixture$2$1] for this Aggregate mapping with inheritance I have been writing a chapter for my new book...