I start JBoss, hit my JSP that binds the factory into JNDI, and (in the same JSP) retrieve a reference and call through it - everything's happy.
I touch the .ear in $JBOSS_HOME/deploy
JBoss undeploys and redeploys the ear as expected.
I hit the same JSP - only this time, everything's not happy:
[ERROR,EmbeddedCatalinaServiceSX] ----- Root Cause -----
java.lang.NoClassDefFoundError
at com.cnptechnologies.entity.DefaultEntityFactory.newInstance(DefaultEntityFactory.java:54)
Now that line (54) is nothing special - it's just doing this:
tEntity = new BaseEntity();
where BaseEntity is a class in the same package as the factory.
Can anyone attempt to explain why that might be?
--
Dan Berger [[EMAIL PROTECTED]]
"We are what we repeatedly do. Excellence, then, is not an act,
but a habit."
-- Aristotle
"It comes in pints?!"
-- Pippin
|
