• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Problem with running JBoss Seam examples

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello. I want to start learning JBoss Seam framework, unfotunately I'm stucked at the very beginning. I'am following instructions from the Seam's reference

So, what I've done is: installed JBoss AS 4.0.5.GA using the jems installer and applying EJB3 profile, extracted Seam 2.1.0.GA, set jboss.home and tomcat.home properties in build.properties file, went to Seam's example directory and deployed registration example with 'ant deploy' command, start JBoss AS and I have following exception:



According to above trace I see that it cannot load the ELContext class but I've included el-api.jar in AS lib directory, in ear's lib directory and in war's WEB-INF/lib directory and it don't help. Even uncle google failed to find the solution (or maybe I failed to ask appropriate question ).

Did anybody can help me with this problem? There is no word in the reference that I need to manually provide any library.
 
Michal Orman
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'll reply myself .

Seam 2 is not intended to work with JBoss AS 4.0. When I used AS 4.2 it works fine. Huh it taken me almost one and a half day to discover this...
 
Police line, do not cross. Well, this tiny ad can go through:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic