• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RC1 -> 1.1 final datasource probs

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an app that I just upgraded to 1.1 final from RC1, removing the old jars, installing the new ones, and I am having serious issues getting it to even start. It worked before.
I have updated the data-source portion of the struts-config to reflect a move from the deprecated genericdatasource to basicdatasource.
My datasource part of the struts-config.xml file is:

The exception I get when loading the first page (which does not require data access), is:

I'm stumped. I downloaded 1.1 final and installed the Jars, are there others from commons I should install as well? Is there an error in the config above?
Thank you for any pointers,
Paul
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
it seems that you missed one jar. This is no configuration issue but a class loader issue.
He simply cannot find the class in any of the jars you put to your applications class path.
olli
 
reply
    Bookmark Topic Watch Topic
  • New Topic