There's a typo in tim-wicket name in the pom. It's full name is "tim-wicket-1.3"  not "tim-wicket"

Also, the versions were mismatched. Here's the correct version.



        <dependency>
            <groupId>org.terracotta.modules</groupId>
            <artifactId>tim-wicket-1.3</artifactId>
            <version>${tim-wicket.version}</version>
            <!-- <scope>provided</scope> -->
        </dependency>
    </dependencies>
<properties>
    <jetty.version>6.1.14</jetty.version>
    <tc-maven.version>1.2.1</tc-maven.version>
    <tim-jetty-6.1.version>1.1.1</tim-jetty-6.1.version>
    <tim-wicket.version>1.1.2</tim-wicket.version>
    <log4j.version>1.2.14</log4j.version>
    <slf4j.version>1.5.5</slf4j.version>



Steven Harris wrote:
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


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

Reply via email to