-
JSF Web Application, Jetty to WebLogic 10.3 migration issues
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 had [...] -
Weblogic 10.3 hangs on JNDI data source lookup during deployment
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 [...]
-
Maven ignores unit test with JUnit and TestNG
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 the [...]
RSS Feed