No, don't usejbossclassloader. Instead just make sure that you understand ear
classloading in jboss ;)
In essence anything you put in ear/lib or your ejb modules is accessible to
both the ejb modules and to the webapp (WEB-INF/lib, WEB-INF/classes) but NOT
vice-versa - putting stuff in WEB-INF
GAH! Setting 'usejbossclassloader' = true fixed it.. Why should I have to do
that just to access jars in my war lib folder? I have never had to do that
previously unless I was overriding a class from Richfaces or Icefaces. I must
have something set up wrong, or does everyone use the jbosscla
I use jfreechart throughout my application. All the components are packaged
regularly in the .jar file. (the whole package is an .ear).
More experimenting shows it is not jfreechart only (if I comment out the
@Name("chartGraphPage") then it dies on the next component). It exceptions on
any
What does the component do? Where is it packaged in your deployed app?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091156#4091156
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091156
Yes I've got seam-pdf in the war lib dir. Though the exception is coming from
one of my components.
| 09:18:45,847 INFO [Component] Component: chartGraphPage, scope: PAGE,
type: JAVA_BEAN, class: net.infofilter.session.chart.ChartGraphPage
| 09:18:45,850 ERROR [[/]] Exception sending cont
And you've got jboss-seam-pdf.jar in WEB-INF/lib?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091152#4091152
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091152
___
jboss
I have
...
jcommon.jar
jfreechart.jar
jgroups.jar
...
in the war/WEB-INF/libs directory and I still get
| Caused by: java.lang.NoClassDefFoundError:
org/jfree/data/time/TimeTableXYDataset
|
Is there some other configuration I need to do in order to use jfreechart? I
have not set usejbo
Include jgroups.jar in your lib
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090550#4090550
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090550
___
jboss-user mailing list