Deploying wicket 1.3 examples on Weblogic 8.1

2008-02-01 Thread svaranasi

Hi all,
I am trying to deploy wicket 1.3 examples on Weblogic 8.1 with JDK1.4.

I keep getting this error on weblogic:


Feb 1, 2008 11:12:37 AM EST Warning HTTP BEA-101248 [Application:
'C:\bea\user_projects\dom
ains\appdomain\applications\wicket', Module: 'webapp']: Deployment
descriptor web.xml is malformed
. Check against the DTD: org.xml.sax.SAXParseException: cvc-elt.1: Cannot
find the declaration of el
ement 'web-app'. (line 21, column 24).
Feb 1, 2008 11:12:40 AM EST Error Deployer BEA-149201 Failed to
complete the deployment tas
k with ID 0 for the application wicket.
java.lang.NullPointerException
at
weblogic.servlet.internal.WebAppServletContext.destroyFilters(WebAppServletContext.java:6
111)
at
weblogic.servlet.internal.WebAppServletContext.destroy(WebAppServletContext.java:5999)
at
weblogic.servlet.internal.ServletContextManager.destroyContext(ServletContextManager.java
:196)
at
weblogic.servlet.internal.HttpServer.unloadWebApp(HttpServer.java:777)
at
weblogic.servlet.internal.WebAppModule.destroyContexts(WebAppModule.java:761)
at
weblogic.servlet.internal.WebAppModule.rollback(WebAppModule.java:739)
at
weblogic.j2ee.J2EEApplicationContainer.rollbackModule(J2EEApplicationContainer.java:3237)

at
weblogic.j2ee.J2EEApplicationContainer.rollback_internal(J2EEApplicationContainer.java:19
86)
at
weblogic.j2ee.J2EEApplicationContainer.rollback(J2EEApplicationContainer.java:1944)
at
weblogic.j2ee.J2EEApplicationContainer.remove(J2EEApplicationContainer.java:2457)
at
weblogic.j2ee.J2EEApplicationContainerFactory.removeApplicationContainer(J2EEApplicationC
ontainerFactory.java:135)
at
weblogic.management.deploy.slave.SlaveDeployer$Application.remove(SlaveDeployer.java:3107
)
at
weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:23
94)
at
weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:866)

at
weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:594)
at
weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:508)
at
weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

Feb 1, 2008 11:12:41 AM EST Warning Deployer BEA-149004 Failures
were detected while initia
ting Deploy task for application wicket.
Feb 1, 2008 11:12:41 AM EST Error Management BEA-149306 Deployment
update failed. Update Fa
iled due to any one of the servers not up
 Server myserver failed in respond



Any ideas?

The wicket homepage says wicket 1.3 is JDK1.4 Compatible.

Thanks,
-S

-- 
View this message in context: 
http://www.nabble.com/Deploying-wicket-1.3-examples-on-Weblogic-8.1-tp15230347p15230347.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Deploying wicket 1.3 examples on Weblogic 8.1

2008-02-01 Thread Timo Rantalaiho
On Fri, 01 Feb 2008, svaranasi wrote:
 The wicket homepage says wicket 1.3 is JDK1.4 Compatible.

It is, but the examples include Java 5 stuff. Anyway, the
examples are meant to be... examples :) so you can deploy
them e.g. on the included Jetty for that usage. If you 
want to see how Wicket runs on old WebLogic, you can rip the
Java 5 things out by building the examples with Java 1.4
and removing everything that doesn't work.

Best wishes,
Timo

-- 
Timo Rantalaiho   
Reaktor Innovations OyURL: http://www.ri.fi/ 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Deploying wicket 1.3 examples on Weblogic 8.1

2008-02-01 Thread Timo Rantalaiho
On Fri, 01 Feb 2008, svaranasi wrote:
 I am trying to remove these annotations in the sample code. can you guide me
 on this.

I think you should remove all the classes containing 
annotations and using Java 5 modules of Wicket.

 i think it's better to download examples from previous wicket releases to
 test out.

Or just roll your own Hello world application following the
documentation.

I don't think that there is anything special about running a
Wicket application on WebLogic (some old Web_Sphere_ versions
had problems with WicketFilter because of a bug in their
servlet spec implementation).

Best wishes,
Timo

-- 
Timo Rantalaiho   
Reaktor Innovations OyURL: http://www.ri.fi/ 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: wicket 1.3 examples

2007-09-27 Thread David Bernard

Hi,

What do you download exactly ?
in the .zip or .tar.gz from 
http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/
* the source of org.apache.wicket.examples in under
apache-wicket-1.3.0-beta3/src/jdk-1.5/wicket-examples/src/main/java/
* the war under
apache-wicket-1.3.0-beta3/lib

/david

tsuresh wrote:

Hello, I downloaded the wicket 1.3 , but could not find the package
org.apache.wicket.examples , please help me.
thanks


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: wicket 1.3 examples

2007-09-27 Thread Gwyn Evans
On Thursday, September 27, 2007, 9:12:27 AM, tsuresh [EMAIL PROTECTED] wrote:

 Hello, I downloaded the wicket 1.3 , but could not find the package
 org.apache.wicket.examples , please help me.
 thanks

If you downloaded the beta3 kit, it should be below src/jdk-1.5/wicket-examples/

/Gwyn


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



wicket 1.3 examples

2007-09-27 Thread tsuresh

Hello, I downloaded the wicket 1.3 , but could not find the package
org.apache.wicket.examples , please help me.
thanks
-- 
View this message in context: 
http://www.nabble.com/wicket-1.3-examples-tf4527009.html#a12916783
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: wicket 1.3 examples

2007-09-27 Thread tsuresh


Thank you  for your help , I found it.
-- 
View this message in context: 
http://www.nabble.com/wicket-1.3-examples-tf4527009.html#a12917089
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]