TweetI 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 another thing on my list TODO now. Link to this post!
READ MORE »PropertyNotFoundException Target Unreachable, identifier ‘patientBean’ resolved to null
TweetPropertyNotFoundException Target Unreachable, identifier ‘patientBean’ resolved to null I have been trying to get a simple @ManagedBean example working without the use of faces-config.xml. My bean is fairly simple: Link to this post!
READ MORE »Invalid keystore format and ‘keytool genkey’ issues during Jar signing
TweetInvalid keystore format and ‘keytool genkey’ issues during Jar signing I have been working on creating keystores and signing jars today, and have run into some interesting finding, and some interesting but obscure errors during this process. I have the following maven plugin that I wanted to use to sign my jar with my keystore [...]
READ MORE »No subclass matches this class; for this Aggregate mapping with inheritance.
TweetNo 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 “Java EE6 Cookbook for Securing, Tuning and Extending Enterprise applications” today, and I ran across an interesting error based on a JPA testing pattern. Link to this post!
READ MORE »ERROR 1045 (28000): Access denied for user ‘user’@'localhost’ (using password: YES)
TweetI ran into an issue today trying to perform a mysqldump with the following command I kept getting this error And re-runing it, I would get this error as well: I spent a good deal of time searching for the reason for this issue, and stumbled across this posting http://bytes.com/topic/mysql/answers/141960-strange-authentication-trouble-about-mysqldump-error-1045-a Specifically: Your password may contain [...]
READ MORE »DZone Most Valued Blogger (MVB) Program
TweetI am excited to have been asked to join the DZone MVB. You can find the list of MVB’ers on http://www.dzone.com/page/mvbs and i am glad to be in great company. DZone’s Most Valuable Blogger program brings together a group of highly talented bloggers, authors, and technologists actively writing about topics of interest to the developer [...]
READ MORE »Spring-Android Issue integrating RestTemplate
TweetI started working on some REST client Android development. I have spent the past 1-2 month reading books, and just looking around the internet for good resources, so I could feel I had a complete picture as to what my current skills could best be used to develop. I started using the Spring Tool Set [...]
READ MORE »Voxeo and Avaya Voice Browser redirect loop error
TweetToday I was completing an Auto Function algorythm for my IVR (Interactive Voice Recognition) application I am working on. The premise to to deduce selections for the customer based on account information such as delinquency, or outage information for the region. Then route the customer to the appropriate section automatically. Link to this post!
READ MORE »Unit Testing Springframework’s @Async annotation
TweetI had a task to make my current webservice calls asynchronous and wanted to use the @Async annotation in Spring 3.0x to accomplish the task. The @Async annotation can be provided on a method so that invocation of that method will occur asynchronously. In other words, the caller will return immediately upon invocation and the actual execution [...]
READ MORE »About BASE Logic, Inc & Mick Knutson
TweetMick Knutson Range of Experience: Mr. Knutson is a professional internet technology consultant, Java Architect, Java project leader,Engineer, Designer and Developer/Programmer and has been working in the IT industry for over 18 years. Mr. Knutson has a vast array of experience working on J2EE, Web Services and E-Business services. Mr. Knutson has extensive experience in a variety [...]
READ MORE »


