You are missing a dependency in your application. Caused by: java.lang.NoClassDefFoundError: oracle/adf/share/logging/ADFLogger
Dennis Byrne >-----Original Message----- >From: Hagay Avisar [mailto:[EMAIL PROTECTED] >Sent: Thursday, January 26, 2006 03:39 AM >To: ''MyFaces Discussion'' >Subject: RE: Custom table component. > >Is there any open source table component? >I tried to use this component but I got this exception: >----------------------------------------- >10:35:51.505 WARN!! [main] >org.mortbay.http.ResourceCache.getResource(ResourceCache.java:252) >22> >Alias request of >'file:/D:/dev/runtimes/Jetty/default/webapps/JsfDevelopment/META-INF/service >s' for >'file:/D:/dev/runtimes/Jetty/default/webapps/JsfDevelopment/META-INF/service >s' >java.lang.reflect.InvocationTargetException > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 >) > at >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl >.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.mortbay.start.Main.invokeMain(Main.java:151) > at org.mortbay.start.Main.start(Main.java:476) > at org.mortbay.start.Main.main(Main.java:94) >Caused by: java.lang.NoClassDefFoundError: >oracle/adf/share/logging/ADFLogger > at >oracle.adfinternal.view.faces.application.StateManagerImpl.<clinit>(StateMan >agerImpl.java:598) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native >Method) > at >sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAcces >sorImpl.java:39) > at >sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstruc >torAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:274) > at >org.apache.myfaces.config.FacesConfigurator.getApplicationObject(FacesConfig >urator.java:577) > at >org.apache.myfaces.config.FacesConfigurator.configureApplication(FacesConfig >urator.java:486) > at >org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurator.java >:215) > at >org.apache.myfaces.webapp.StartupServletContextListener.initFaces(StartupSer >vletContextListener.java:105) > at >org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(S >tartupServletContextListener.java:88) > at >org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicationContex >t.java:495) > at org.mortbay.util.Container.start(Container.java:72) > at org.mortbay.http.HttpServer.doStart(HttpServer.java:708) > at org.mortbay.util.Container.start(Container.java:72) > at org.mortbay.jetty.Server.main(Server.java:460) > ... 7 more > >How can I try this component before deciding if I want to use it?? > >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Tuesday, January 24, 2006 5:31 PM >To: MyFaces Discussion >Subject: Re: Custom table component. > >Hi, try the <af:table> from oracle adf >http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchan >ge/jsf/doc/tagdoc/core/imageIndex.html > >(Attention: the component is not available for free for production >environements - maybe in the near future when adf is merged into myfaces >???!) > >Greets, >Hans > > >Hagay Avisar wrote: > >> Hello all, >> >> I need a table that has the following features: >> >> 1) Easy API for JSF RnD user some for example: >> <c:table id="data" >> >> var="object" >> >> value="#{Bean.Data}" >> >>> >> >> <c:column label="Col1 >> >> <h:outputText value="#{object.name}" /> >> >> </c:tablecolumn> >> >> </c:table> >> >> >> >> 2) Can customize all styles of table to get the look and feel I want. >> >> 3) Support sorting by each column. >> >> 4) Support pagination, meaning load each page from data base & not the >> all data at once. (Maybe use Ajax request). >> >> 5) Can display table in table. >> >> If any one know where I can find such a component (or a similar one) >> it will be great? >> >> Thanks a lot >> >> >> >> *Hagay.* >> >> >> >> >> ______________________________________________________________________ >> This email has been scanned by the MessageLabs Email Security System. >> For more information please visit http://www.messagelabs.com/email >> _____________________________________________________________________ > >______________________________________________________________________ >This email has been scanned by the MessageLabs Email Security System. >For more information please visit http://www.messagelabs.com/email >______________________________________________________________________ >

