As of now i am getting below error " 10/28/09 22:43:26:894 EDT] 0000001d WebApp E [Servlet Error]-[Filter [WebApplication]: could not be initialized]: java.lang.LinkageError: LinkageError while defining class: HelloWorldApplication Could not be defined due to: (HelloWorldApplication) bad major version at offset=6 This is often caused by having a class defined at multiple locations within the classloader hierarchy. Other potential causes include compiling against an older or newer version of the class that has an incompatible method signature. Dumping the current context classloader hierarchy: ==> indicates defining classloader ==>[0] com.ibm.ws.classloader.compoundclassloa...@74e674e6 Local ClassPath: C:\WebspherePortal\AppServer\profiles\AppSrv01\installedApps\CDXK3F1Node01Cell\helloworld.ear\helloworld.war\WEB-INF\classes;C:\WebspherePortal\AppServer\profiles\AppSrv01\installedApps\CDXK3F1Node01Cell\helloworld.ear\helloworld.war\WEB-INF\lib\log4j-1.2.15.jar;C:\WebspherePortal\AppServer\profiles\AppSrv01\installedApps\CDXK3F1Node01Cell\helloworld.ear\helloworld.war\WEB-INF\lib\slf4j-api-1.5.6.jar;C:\WebspherePortal\AppServer\profiles\AppSrv01\installedApps\CDXK3F1Node01Cell\helloworld.ear\helloworld.war\WEB-INF\lib\slf4j-log4j12-1.5.6.jar;C:\WebspherePortal\AppServer\profiles\AppSrv01\installedApps\CDXK3F1Node01Cell\helloworld.ear\helloworld.war\WEB-INF\lib\wicket-1.4.3.jar;C:\WebspherePortal\AppServer\profiles\AppSrv01\installedApps\CDXK3F1Node01Cell\helloworld.ear\helloworld.war Delegation Mode: PARENT_FIRST [1] com.ibm.ws.classloader.compoundclassloa...@59ce59ce Local ClassPath: " issue with websphere is resolved by the custom property com.ibm.ws.webcontainer.invokefilterscompatibility http://www-01.ibm.com/support/docview.wss?uid=swg21328168 Any help would be appreciated
--- On Wed, 10/28/09, rpraveen <rptechi...@gmail.com> wrote: From: rpraveen <rptechi...@gmail.com> Subject: Re: Fw: new to wicket To: users@wicket.apache.org Date: Wednesday, October 28, 2009, 6:24 PM Hi Khadeer, You have to copy your wicket.jar into WEB-INF\lib and deploy it. khadeer wrote: > > > > > > > > Hi, > i am resending this message .i thought question would be missed > since iam not subscribed to the list .since i sent the message for > subscription i hope the subscription is complete now. > > "this is first time i am trying to learn or trying to write code through > the wicket.i know iam asking very basic question and i look stupid asking > this question > > i went to http://wicket.apache.org/examplehelloworld.html > i created a project in eclipse and added the 2 java and html file and > web.xml and created a war ( placed wicket-1.4.3 as external library) and > deployed in websphere it doesn't work. > i did use the maven example even then it is more confusing for me with > jetty i couldn't come to conculsion about the exact jar files used by > jetty and one used by maven and jars exactly required for the simple hello > world example to work. > > and one more observation in web.xml > <init-param> > <param-name>applicationClassName</param-name> > > <param-value>org.apache.wicket.examples.helloworld.HelloWorldApplication</param-value> > </init-param> > > no where earlier java files package name org.apache.wicket.examples is > mentioned > ---or --- > do i need any other jar file needed for the example to run since iam > getting > > ------Start of DE processing------ = [10/25/09 23:39:58:425 EDT] , key = > java.lang.ClassNotFoundException > com.ibm.ws.webcontainer.filter.WebAppFilterManager.loadFilter 298 > Exception = java.lang.ClassNotFoundException > Source = com.ibm.ws.webcontainer.filter.WebAppFilterManager.loadFilter > > after i deployed the war into the websphere > > Thanks in advance for your help." > > > > > > -- View this message in context: http://www.nabble.com/Fw%3A-new-to-wicket-tp26061968p26103254.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org