You need jta-api jar file, for example
jta-api-1.0.1B.jar  from ibiblio

david b <[EMAIL PROTECTED]> wrote: David,

  I added a couple more jar's: dom4j-1.6.jar and ehcache-1.1.jar. Then I get 
this error:

java.lang.NoClassDefFoundError 
  javax/transaction/SystemException

Stack Trace:
    * 
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1055)
    * 
com.entercite.finance.persistence.HibernateFactory.buildSessionFactory(HibernateFactory.java:26)
    * com.entercite.finance.persistence.abstrt.AbstractDao.(AbstractDao.java:21)
    * com.entercite.finance.persistence.LoginDaoImpl.(LoginDaoImpl.java:12)
    * 
com.entercite.finance.model.abstrt.LoginComponent.isValidLogin(LoginComponent.java:52)
    * 
com.entercite.finance.model.abstrt.LoginComponent.doLogin(LoginComponent.java:35)
 

==============================================================================
This is a Hibernate issue.  You are missing Dom4j in your web-inf/lib folder.
Put the jar in there (I have dom4j-1.6.jar) and you won't get this.

You are probably also missing other jars as well.  Read the stack trace to
identify the missing class.

-- 
___________________________________________________
Play 100s of games for FREE! http://games.mail.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Konstantin Ignatyev




PS: If this is a typical day on planet earth, humans will add fifteen million 
tons of carbon to the atmosphere, destroy 115 square miles of tropical 
rainforest, create seventy-two miles of desert, eliminate between forty to one 
hundred species, erode seventy-one million tons of topsoil, add 2,700 tons of 
CFCs to the stratosphere, and increase their population by 263,000

Bowers, C.A.  The Culture of Denial:  Why the Environmental Movement Needs a 
Strategy for Reforming Universities and Public Schools.  New York:  State 
University of New York Press, 1997: (4) (5) (p.206)

Reply via email to