[jboss-user] [JBoss Seam] - Re: Problems with migration to 2.0

2007-10-03 Thread [EMAIL PROTECTED]
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

[jboss-user] [JBoss Seam] - Re: Problems with migration to 2.0

2007-10-03 Thread dustismo
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

[jboss-user] [JBoss Seam] - Re: Problems with migration to 2.0

2007-10-03 Thread dustismo
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

[jboss-user] [JBoss Seam] - Re: Problems with migration to 2.0

2007-10-03 Thread [EMAIL PROTECTED]
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

[jboss-user] [JBoss Seam] - Re: Problems with migration to 2.0

2007-10-03 Thread dustismo
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

[jboss-user] [JBoss Seam] - Re: Problems with migration to 2.0

2007-10-03 Thread [EMAIL PROTECTED]
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

[jboss-user] [JBoss Seam] - Re: Problems with migration to 2.0

2007-10-03 Thread dustismo
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

[jboss-user] [JBoss Seam] - Re: Problems with migration to 2.0

2007-10-02 Thread [EMAIL PROTECTED]
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