JSF Web Application, Jetty to WebLogic 10.3 migration issues

May 15th, 2009

I have created a fairly straightforward Java Server Faces (JSF) application that performs several searches, data update, and audits of the updates. I like to run Jetty through Eclipse to help speed up development times, and to allow me to extensively test the application before migrating to WebLogic 10.3 on my Development Linux Box. I [...]

  • Share/Bookmark

Read full article | No Comments »

Weblogic 10.3 hangs on JNDI data source lookup during deployment

May 1st, 2009

I have been working on a Spring based web application for a couple weeks. This application uses Hibernate Generic DAO’s with a JNDI template via spring to create the data source. This procedure works very well with DBUnit and Spring to test all of my data access objects in isolation and to get very high [...]

  • Share/Bookmark

Read full article | No Comments »

Maven ignores unit test with JUnit and TestNG

January 16th, 2009

Today I was trying to use JUnit 4, and JUnit 3 in a Maven archetype I was creating. I had previously added TestNG dependencies to this project. I then added JUnit in addition to the TestNG. I run mvn test and no unit tests where run. Strange! I did not get any errors even using [...]

  • Share/Bookmark

Read full article | No Comments »