Why am I getting this when trying sample-wicket.zip

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.terracotta.modules:tim-wicket:jar:1.1.1

  Try downloading the file manually from the project website.

  Then, install it using the command:
mvn install:install-file -DgroupId=org.terracotta.modules - DartifactId=tim-wicket -Dversion=1.1.1 -Dpackaging=jar -Dfile=/path/to/ file

Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=org.terracotta.modules - DartifactId=tim-wicket -Dversion=1.1.1 -Dpackaging=jar -Dfile=/path/to/ file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) simple-wicket-terracotta:simple-wicket:war:1.3.5
        2) org.terracotta.modules:tim-wicket:jar:1.1.1

----------
1 required artifact is missing.


Has the right version not been published yet?


On Nov 23, 2008, at 5:46 AM, Richard Wilkinson wrote:

I have published a very simple example app on my blog which may help you

http://richard-wilkinson.co.uk/2008/11/23/a-simple-wicket-and-terracotta-example/

I also put some instructions here

http://richard-wilkinson.co.uk/2008/11/05/terracotta-and-wicket-the-next-generation/

At present it wont work with wicket 1.4, but i am working on this.

Any problems contact me.

Richard Wilkinson

2008/11/20 Alex Miller <[EMAIL PROTECTED]>
I believe Richard Wilkinson has been doing some work on the Wicket plugin recently, maybe he can help?




On Nov 20, 2008, at 12:33 AM, Nakul wrote:


Hi,

I have trying to run wicket examples with terracotta (v. 2.7.0)

I have configured tomcat (v.6.1.0) for terracotta with tim-wicket plugin (v. 1.3-1.1.1). But, when I run any of the examples, I keep getting message: "Reconfigure to include the unshareable classes" for various classes like
wicket.SharedResources or wicket.protocol.http.HttpSessionStore etc.

What might be reason for wicket-examples not working? Do I need to made some
changes in wicket-examples code?

Thanks,
Nakul
--
View this message in context: 
http://www.nabble.com/Wicket-terracotta-integration-tp20595833p20595833.html
Sent from the tc-dev mailing list archive at Nabble.com.

_______________________________________________
tc-dev mailing list
tc-dev@lists.terracotta.org
http://lists.terracotta.org/mailman/listinfo/tc-dev


_______________________________________________
tc-dev mailing list
tc-dev@lists.terracotta.org
http://lists.terracotta.org/mailman/listinfo/tc-dev

_______________________________________________
tc-dev mailing list
tc-dev@lists.terracotta.org
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to