<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-35257</id>
	<title>Nabble - Wicket RAD</title>
	<updated>2009-09-30T08:58:29Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Wicket-RAD-f35257.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wicket-RAD-f35257.html" />
	<subtitle type="html">Forum for the Wicket RAD framework - Rapid Web Application Development with Wicket

http://sourceforge.net/projects/wicket-rad/</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-25683974</id>
	<title>Re: Can't find samples</title>
	<published>2009-09-30T08:58:29Z</published>
	<updated>2009-09-30T08:58:29Z</updated>
	<author>
		<name>wfaler</name>
	</author>
	<content type="html">Looks like you either haven't built or you have removed SampleApplication.java. Typically you get that exception when the JVM can't find a class because it is not among the defined dependencies, or that it is not in your source-tree.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Shane Hayes wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi.
&lt;br&gt;I removed the &amp;quot;advanced&amp;quot; table stuff and updated all of the references to wicket 1.4.1, so it will build. As a beginnger in Java, I'm think I'm running into a newbie problem with this error:
&lt;br&gt;Exception in thread &amp;quot;main&amp;quot; java.lang.NoClassDefFoundError: SampleApplication
&lt;br&gt;Caused by: java.lang.ClassNotFoundException: SampleApplication
&lt;br&gt;&lt;br&gt;This is using Netbeans 6.7.1. Any thoughts on how to fix that?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Shane
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-find-samples-tp25471409p25683974.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25683782</id>
	<title>Re: Can't find samples</title>
	<published>2009-09-30T08:47:26Z</published>
	<updated>2009-09-30T08:47:26Z</updated>
	<author>
		<name>Shane Hayes</name>
	</author>
	<content type="html">Hi.
&lt;br&gt;I removed the &amp;quot;advanced&amp;quot; table stuff and updated all of the references to wicket 1.4.1, so it will build. As a beginnger in Java, I'm think I'm running into a newbie problem with this error:
&lt;br&gt;Exception in thread &amp;quot;main&amp;quot; java.lang.NoClassDefFoundError: SampleApplication
&lt;br&gt;Caused by: java.lang.ClassNotFoundException: SampleApplication
&lt;br&gt;&lt;br&gt;This is using Netbeans 6.7.1. Any thoughts on how to fix that?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Shane</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-find-samples-tp25471409p25683782.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25478374</id>
	<title>Re: Can't find samples</title>
	<published>2009-09-16T11:58:46Z</published>
	<updated>2009-09-16T11:58:46Z</updated>
	<author>
		<name>wfaler</name>
	</author>
	<content type="html">Hi, a couple of hints on the samples code:
&lt;br&gt;The table pages won't work at all, as the table generation has been ripped out (it never worked very well, and was quite restrictive and unflexible in what it did).
&lt;br&gt;&lt;br&gt;As for the update-forms, these will be broken, as the JPA package has been reworked to be more scalable/performant.
&lt;br&gt;The best approach here is probably to compose a org.wicketrad.jpa.UpdateBeanDataForm (in the wicket-jpa module) with a org.wicketrad.propertyeditor.form.BeanPanelForm (&amp;quot;Horizontal&amp;quot; or &amp;quot;vertical&amp;quot; layout implementation in wicket-rad-core).
&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Shane Hayes wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Thanks! I found the code.
&lt;br&gt;&lt;br&gt;I have been fixing stuff blind, but now I need a hint on things like: DefaultUpdateBeanForm in UpdatePageToRuleThemAll. Any suggestions on how to get this to compile?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Shane
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-find-samples-tp25471409p25478374.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25478091</id>
	<title>Re: Can't find samples</title>
	<published>2009-09-16T11:39:54Z</published>
	<updated>2009-09-16T11:39:54Z</updated>
	<author>
		<name>Shane Hayes</name>
	</author>
	<content type="html">Thanks! I found the code.
&lt;br&gt;&lt;br&gt;I have been fixing stuff blind, but now I need a hint on things like: DefaultUpdateBeanForm in UpdatePageToRuleThemAll. Any suggestions on how to get this to compile?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Shane</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-find-samples-tp25471409p25478091.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25474599</id>
	<title>Re: Can't find samples</title>
	<published>2009-09-16T08:16:47Z</published>
	<updated>2009-09-16T08:16:47Z</updated>
	<author>
		<name>wfaler</name>
	</author>
	<content type="html">Hi, 
&lt;br&gt;I'm afraid I have been busy with other things, so the documentation/sample maintenance has fallen off a little..
&lt;br&gt;However If you download the latest release from sourceforge, I believe the samples should still be around in that. 
&lt;br&gt;You might need to fiddle around a little with the code though, as a lot has changed.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Shane Hayes wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I'm new to java/wicket and like what I read about wicketrad. I can't find the samples referenced and those would really be helpful. Especially if there was a simple parent child structure like Company and Orders.
&lt;br&gt;&lt;br&gt;Did this move or is there another example of how to use wicketrad?
&lt;br&gt;&lt;br&gt;I was able to download the latest code, but there are no examples in that structure.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Shane
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-find-samples-tp25471409p25474599.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25471409</id>
	<title>Can't find samples</title>
	<published>2009-09-16T05:31:10Z</published>
	<updated>2009-09-16T05:31:10Z</updated>
	<author>
		<name>Shane Hayes</name>
	</author>
	<content type="html">I'm new to java/wicket and like what I read about wicketrad. I can't find the samples referenced and those would really be helpful. Especially if there was a simple parent child structure like Company and Orders.
&lt;br&gt;&lt;br&gt;Did this move or is there another example of how to use wicketrad?
&lt;br&gt;&lt;br&gt;I was able to download the latest code, but there are no examples in that structure.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Shane</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Can%27t-find-samples-tp25471409p25471409.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25427863</id>
	<title>Re: Sourceforge m2 repo is down</title>
	<published>2009-09-13T15:19:26Z</published>
	<updated>2009-09-13T15:19:26Z</updated>
	<author>
		<name>wfaler</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;The Jazzy Plugin is retrieved from a separate repo (not the Wicket RAD) repo. However, it seems to have moved.
&lt;br&gt;&lt;br&gt;I haven't cut a new version of Wicket RAD in a while, but the trunk code in Subversion (at &amp;nbsp;&lt;a href=&quot;https://wicket-rad.svn.sourceforge.net/svnroot/wicket-rad/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://wicket-rad.svn.sourceforge.net/svnroot/wicket-rad/trunk&lt;/a&gt;&amp;nbsp;) is stable and should have this problem sorted, so in the short term, my recommendation would be to do a checkout on it and build from that (it is likely that the next release will be cut from that very revision number that is there now). 
&lt;br&gt;The only thing that has changed considerably from the 0.6 version is that the table generation has been removed, as this never worked particularly well in terms of flexibility.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Shane Hayes wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I just tried mvn clean install in the wicket-rad-0.6 directory, and got the following dependency error. I'm new to the wicket/java/maven web construction. In updating the pom of my project, the org.wicketrad group id is not there. Any thoughts on how to fix this?
&lt;br&gt;Shane
&lt;br&gt;&lt;br&gt;&lt;br&gt;Missing:
&lt;br&gt;----------
&lt;br&gt;1) jazzyplugin:jazzyplugin:jar:0.2.1
&lt;br&gt;&lt;br&gt;&amp;nbsp; Try downloading the file manually from the project website.
&lt;br&gt;&lt;br&gt;&amp;nbsp; Then, install it using the command: 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; mvn install:install-file -DgroupId=jazzyplugin -DartifactId=jazzyplugin -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file
&lt;br&gt;&lt;br&gt;&amp;nbsp; Alternatively, if you host your own repository you can deploy the file there: 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; mvn deploy:deploy-file -DgroupId=jazzyplugin -DartifactId=jazzyplugin -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
&lt;br&gt;&lt;br&gt;&amp;nbsp; Path to dependency: 
&lt;br&gt;&amp;nbsp; 	1) org.wicketstuff:wicket-contrib-tinymce:jar:1.3.5
&lt;br&gt;&amp;nbsp; 	2) jazzyplugin:jazzyplugin:jar:0.2.1
&lt;br&gt;&lt;br&gt;----------
&lt;br&gt;1 required artifact is missing.
&lt;br&gt;&lt;br&gt;for artifact: 
&lt;br&gt;&amp;nbsp; org.wicketstuff:wicket-contrib-tinymce:jar:1.3.5
&lt;br&gt;&lt;br&gt;from the specified remote repositories:
&lt;br&gt;&amp;nbsp; central (&lt;a href=&quot;http://repo1.maven.org/maven2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2&lt;/a&gt;),
&lt;br&gt;&amp;nbsp; codeogre.com (&lt;a href=&quot;http://repo.codeogre.com/archiva/repository/public/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo.codeogre.com/archiva/repository/public/&lt;/a&gt;),
&lt;br&gt;&amp;nbsp; wicketstuff.org (&lt;a href=&quot;http://wicketstuff.org/maven/repository&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wicketstuff.org/maven/repository&lt;/a&gt;)
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sourceforge-m2-repo-is-down-tp23827721p25427863.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25426278</id>
	<title>Re: Sourceforge m2 repo is down</title>
	<published>2009-09-13T12:25:24Z</published>
	<updated>2009-09-13T12:25:24Z</updated>
	<author>
		<name>Shane Hayes</name>
	</author>
	<content type="html">I just tried mvn clean install in the wicket-rad-0.6 directory, and got the following dependency error. I'm new to the wicket/java/maven web construction. In updating the pom of my project, the org.wicketrad group id is not there. Any thoughts on how to fix this?
&lt;br&gt;Shane
&lt;br&gt;&lt;br&gt;&lt;br&gt;Missing:
&lt;br&gt;----------
&lt;br&gt;1) jazzyplugin:jazzyplugin:jar:0.2.1
&lt;br&gt;&lt;br&gt;&amp;nbsp; Try downloading the file manually from the project website.
&lt;br&gt;&lt;br&gt;&amp;nbsp; Then, install it using the command: 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; mvn install:install-file -DgroupId=jazzyplugin -DartifactId=jazzyplugin -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file
&lt;br&gt;&lt;br&gt;&amp;nbsp; Alternatively, if you host your own repository you can deploy the file there: 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; mvn deploy:deploy-file -DgroupId=jazzyplugin -DartifactId=jazzyplugin -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
&lt;br&gt;&lt;br&gt;&amp;nbsp; Path to dependency: 
&lt;br&gt;&amp;nbsp; 	1) org.wicketstuff:wicket-contrib-tinymce:jar:1.3.5
&lt;br&gt;&amp;nbsp; 	2) jazzyplugin:jazzyplugin:jar:0.2.1
&lt;br&gt;&lt;br&gt;----------
&lt;br&gt;1 required artifact is missing.
&lt;br&gt;&lt;br&gt;for artifact: 
&lt;br&gt;&amp;nbsp; org.wicketstuff:wicket-contrib-tinymce:jar:1.3.5
&lt;br&gt;&lt;br&gt;from the specified remote repositories:
&lt;br&gt;&amp;nbsp; central (&lt;a href=&quot;http://repo1.maven.org/maven2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2&lt;/a&gt;),
&lt;br&gt;&amp;nbsp; codeogre.com (&lt;a href=&quot;http://repo.codeogre.com/archiva/repository/public/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo.codeogre.com/archiva/repository/public/&lt;/a&gt;),
&lt;br&gt;&amp;nbsp; wicketstuff.org (&lt;a href=&quot;http://wicketstuff.org/maven/repository&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wicketstuff.org/maven/repository&lt;/a&gt;)
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sourceforge-m2-repo-is-down-tp23827721p25426278.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24549028</id>
	<title>Re: Whats 0.8 about?</title>
	<published>2009-07-18T08:35:09Z</published>
	<updated>2009-07-18T08:35:09Z</updated>
	<author>
		<name>count.negative</name>
	</author>
	<content type="html">I know, working in details of a project is kinda flow...
&lt;br&gt;&lt;br&gt;BUT
&lt;br&gt;&lt;br&gt;I've learned (when doing business in a company) that marketing is often underestimated. So, take a small time, sit down, take a free brain (not between two deadlines, maybe on a rainy saturday afternoon) and think about your ambitions. 
&lt;br&gt;Then write it down in your Roadmap.
&lt;br&gt;Everyone's watching this project (like me, maybe taking it for crud components in our company) can see that this one is not dead. Wicket 1.4 is hot and it's a real feature to support it yet (databinder: 1.3.5).
&lt;br&gt;&lt;br&gt;This is a little tip from what I've learned when fighting against the evils of Struts/JSF with my double wicket light saber.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Whats-0.8-about--tp24545484p24549028.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24546881</id>
	<title>Re: Whats 0.8 about?</title>
	<published>2009-07-18T04:18:10Z</published>
	<updated>2009-07-18T04:18:10Z</updated>
	<author>
		<name>wfaler</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I have been really poor at updating the roadmap, mostly because it has been in flux.
&lt;br&gt;&lt;br&gt;0.8 in svn is usable (wicket-jpa and wicket-rad-core projects), though the table component has been entirely removed, as I was somewhat unhappy with it (table components are notoriously hard to get right, and I didn't). The Wicket JPA package is a much improved version of the Open Session In View pattern, which is simplified and more scalable, it doesn't open a connection unless it needs to.
&lt;br&gt;&lt;br&gt;Also, everything is running of Wicket 1.4 now.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;count.negative wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hy,
&lt;br&gt;&lt;br&gt;I've just checked out the trunk in SVN and waht did I see?
&lt;br&gt;Yes, there is a 0.8 version. But what are you doing here. Is it already usable? What are your future plans (not seen on &lt;a href=&quot;http://sites.google.com/site/wicketrad/roadmap--ideas&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sites.google.com/site/wicketrad/roadmap--ideas&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;I'm glad to see, that you're working on the project again.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Whats-0.8-about--tp24545484p24546881.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24545484</id>
	<title>Whats 0.8 about?</title>
	<published>2009-07-18T00:53:05Z</published>
	<updated>2009-07-18T06:39:34Z</updated>
	<author>
		<name>count.negative</name>
	</author>
	<content type="html">Hy,
&lt;br&gt;&lt;br&gt;I've just checked out the trunk in SVN and what did I see?
&lt;br&gt;Yes, there is a 0.8 version. But what are you doing here. Is it already usable? What are your future plans (not seen on &lt;a href=&quot;http://sites.google.com/site/wicketrad/roadmap--ideas&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sites.google.com/site/wicketrad/roadmap--ideas&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;I'm glad to see, that you're working on the project again.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Whats-0.8-about--tp24545484p24545484.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24328073</id>
	<title>Re: @Searchable in non String fields</title>
	<published>2009-07-03T12:53:45Z</published>
	<updated>2009-07-03T12:53:45Z</updated>
	<author>
		<name>wfaler</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;Sorry for the delay in response.
&lt;br&gt;Searchable does not work for non-string fields, this is a bit of an omission unfortunately.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;wadi wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Hi all, I was wondering if it is possible to use the @Searchable annotation for a non string filed such as an Integer or other object so I can filter on a table using the string representation of that object.
&lt;br&gt;Thanks in advance,
&lt;br&gt;Regards,
&lt;br&gt;Wadi
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%40Searchable-in-non-String-fields-tp24170489p24328073.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24170489</id>
	<title>@Searchable in non String fields</title>
	<published>2009-06-23T11:46:11Z</published>
	<updated>2009-06-23T11:46:11Z</updated>
	<author>
		<name>wadi</name>
	</author>
	<content type="html">Hi all, I was wondering if it is possible to use the @Searchable annotation for a non string filed such as an Integer or other object so I can filter on a table using the string representation of that object.
&lt;br&gt;Thanks in advance,
&lt;br&gt;Regards,
&lt;br&gt;Wadi</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%40Searchable-in-non-String-fields-tp24170489p24170489.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23846999</id>
	<title>Re: Sourceforge m2 repo is down</title>
	<published>2009-06-03T00:45:22Z</published>
	<updated>2009-06-03T00:45:22Z</updated>
	<author>
		<name>Erik van Oosten</name>
	</author>
	<content type="html">Thanks Willy.
&lt;br&gt;&lt;br&gt;I must have been bitten by the dependency bug.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&amp;nbsp; &amp;nbsp; Erik.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sourceforge-m2-repo-is-down-tp23827721p23846999.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23842718</id>
	<title>Re: Sourceforge m2 repo is down</title>
	<published>2009-06-02T16:13:16Z</published>
	<updated>2009-06-02T16:13:16Z</updated>
	<author>
		<name>wfaler</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I checked source forge, and the repo is all still there. However I believe there is two problems, one a minor annoyance but non issue, the other one potentially requiring a bit of work:
&lt;br&gt;- Sourceforge disallows directory listing on their web servers, you can't actually check the repo, but if you put the dependency correctly in your pom.xml it should all come down as it should.
&lt;br&gt;&lt;br&gt;- there is a potentially broken transient dependency due to other repos moving regarding a spellchecker for the Wysiwyg editor provided.
&lt;br&gt;The crude, blunt force temporary fix for this is to remove the dependency to the wicket-contrib-tinymce package altogether if you do not use it, and fix the 2 or 3 compilation issues that result (basically deleting the sources).
&lt;br&gt;&lt;br&gt;&lt;br&gt;The new release has taken a while as I have been busy on other things, and the future direction has had to gestate a while in my mind, but I am going to release a Wicket 1.4 compatible version soonish (it's already available in SVN).</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sourceforge-m2-repo-is-down-tp23827721p23842718.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23831420</id>
	<title>Re: Sourceforge m2 repo is down</title>
	<published>2009-06-02T05:13:53Z</published>
	<updated>2009-06-02T05:13:53Z</updated>
	<author>
		<name>wfaler</name>
	</author>
	<content type="html">Hi, 
&lt;br&gt;I will check this this evening - however in the meantime if you are trying to folder browse, the issue might be that Sourceforge disallow folder browsing and only allow direct access to files (ie the artifacts).
&lt;br&gt;&lt;br&gt;I wil try to roll out a new version in the interim tonight (updated for Wicket 1.4) with fixes for some of the transient dependencies.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Wille Faler
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Erik van Oosten wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi,
&lt;br&gt;&lt;br&gt;The m2 repo at &lt;a href=&quot;http://wicket-rad.sourceforge.net/repo/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wicket-rad.sourceforge.net/repo/&lt;/a&gt;&amp;nbsp;is down/gone.
&lt;br&gt;&lt;br&gt;I tried to mvn install from the download (0.6): no success, still missing dependencies.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&amp;nbsp; &amp;nbsp; Erik.
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sourceforge-m2-repo-is-down-tp23827721p23831420.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23827721</id>
	<title>Sourceforge m2 repo is down</title>
	<published>2009-06-02T00:37:55Z</published>
	<updated>2009-06-02T00:37:55Z</updated>
	<author>
		<name>Erik van Oosten</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;The m2 repo at &lt;a href=&quot;http://wicket-rad.sourceforge.net/repo/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wicket-rad.sourceforge.net/repo/&lt;/a&gt;&amp;nbsp;is down/gone.
&lt;br&gt;&lt;br&gt;I tried to mvn install from the download (0.6): no success, still missing dependencies.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&amp;nbsp; &amp;nbsp; Erik.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sourceforge-m2-repo-is-down-tp23827721p23827721.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22262711</id>
	<title>Re: Wicket-RAD 0.6 with Wicket 1.4-SNAPSHOT</title>
	<published>2009-02-28T06:36:19Z</published>
	<updated>2009-02-28T06:36:19Z</updated>
	<author>
		<name>wfaler</name>
	</author>
	<content type="html">Thanks!
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;hbf wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I've imported the subprojects (wicket-rad-core, etc.) into Eclipse and changed all pom.xml files to use wicket-1.4-SNAPSHOT, as you have suggested. Indeed only a few things needed fixing. The attached patch contains the details and here is a description of these changes:
&lt;br&gt;&lt;br&gt;1. wicket-contrib-tinymce: Only changes in pom.xml were needed. First of all, I changed the version from 1.3.5 to 1.4-SNAPSHOT (see 2. below). Then the change to depend on wicket-1.4-SNAPSHOT, and finally and most importantly for me, I set the compiler level:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;maven-compiler-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source&amp;gt;1.5&amp;lt;/source&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;target&amp;gt;1.5&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;Without this, I got a strange error (unknown symbol Component.add(Component [])) due to Java 1.4's lack of generics.
&lt;br&gt;&lt;br&gt;2. wicket-rad-core: Updated the Wicket version in file wicketVersion. Changed a few occurences of setModel () to setDefaultModel() in FeedbackLabel.java. Updated the pom.xml to depend on wicket-1.4-SNAPSHOT in stead of 1.3 and to depend on wicket-contrib-tinymce 1.4-SNAPSHOT (see above). Notice that wicketstuff-dojo is still 1.3.0-beta.
&lt;br&gt;&lt;br&gt;I hope this helps in migrating to SVN trunk to 1.4!
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Kaspar
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/file/p22260835/wicket-rad-patch-1.4-SNAPSHOT.txt&quot; target=&quot;_top&quot;&gt;wicket-rad-patch-1.4-SNAPSHOT.txt&lt;/a&gt;&amp;nbsp;
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wicket-RAD-0.6-with-Wicket-1.4-SNAPSHOT-tp22248789p22262711.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22262523</id>
	<title>Re: Wicket-RAD 0.6 with Wicket 1.4-SNAPSHOT</title>
	<published>2009-02-28T06:17:40Z</published>
	<updated>2009-02-28T06:17:40Z</updated>
	<author>
		<name>hbf</name>
	</author>
	<content type="html">P.S. I got a NoSuchMethodError exception when launching Wicket with Jetty from Eclipse: &amp;quot;Task ModificationWatcher terminated&amp;quot;,
&lt;br&gt;&lt;br&gt;java.lang.NoSuchMethodError:
&lt;br&gt;org.slf4j.Logger.isTraceEnabled()Z
&lt;br&gt;&amp;nbsp; &amp;nbsp; at org.apache.wicket.util.thread.Task$1.run(Task.java:103)
&lt;br&gt;&amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Thread.java:595)
&lt;br&gt;&lt;br&gt;I fixed this by changing the the version of slf4j-* to 1.4.2 in wicket-rad-core/pom.xml (as in the other subprojects of wicket-rad):
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.slf4j&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;slf4j-log4j12&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.4.2&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.slf4j&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;slf4j-api&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.4.2&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/dependency&amp;gt;
&lt;br&gt;&lt;br&gt;Kaspar</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wicket-RAD-0.6-with-Wicket-1.4-SNAPSHOT-tp22248789p22262523.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22260835</id>
	<title>Re: Wicket-RAD 0.6 with Wicket 1.4-SNAPSHOT</title>
	<published>2009-02-28T02:43:44Z</published>
	<updated>2009-02-28T02:43:44Z</updated>
	<author>
		<name>hbf</name>
	</author>
	<content type="html">I've imported the subprojects (wicket-rad-core, etc.) into Eclipse and changed all pom.xml files to use wicket-1.4-SNAPSHOT, as you have suggested. Indeed only a few things needed fixing. The attached patch contains the details and here is a description of these changes:
&lt;br&gt;&lt;br&gt;1. wicket-contrib-tinymce: Only changes in pom.xml were needed. First of all, I changed the version from 1.3.5 to 1.4-SNAPSHOT (see 2. below). Then the change to depend on wicket-1.4-SNAPSHOT, and finally and most importantly for me, I set the compiler level:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;maven-compiler-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;source&amp;gt;1.5&amp;lt;/source&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;target&amp;gt;1.5&amp;lt;/target&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;Without this, I got a strange error (unknown symbol Component.add(Component [])) due to Java 1.4's lack of generics.
&lt;br&gt;&lt;br&gt;2. wicket-rad-core: Updated the Wicket version in file wicketVersion. Changed a few occurences of setModel () to setDefaultModel() in FeedbackLabel.java. Updated the pom.xml to depend on wicket-1.4-SNAPSHOT in stead of 1.3 and to depend on wicket-contrib-tinymce 1.4-SNAPSHOT (see above). Notice that wicketstuff-dojo is still 1.3.0-beta.
&lt;br&gt;&lt;br&gt;I hope this helps in migrating to SVN trunk to 1.4!
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Kaspar
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/file/p22260835/wicket-rad-patch-1.4-SNAPSHOT.txt&quot; target=&quot;_top&quot;&gt;wicket-rad-patch-1.4-SNAPSHOT.txt&lt;/a&gt;&amp;nbsp;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wicket-RAD-0.6-with-Wicket-1.4-SNAPSHOT-tp22248789p22260835.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22251190</id>
	<title>Re: Wicket-RAD 0.6 with Wicket 1.4-SNAPSHOT</title>
	<published>2009-02-27T10:05:39Z</published>
	<updated>2009-02-27T10:05:39Z</updated>
	<author>
		<name>wfaler</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;If you don't mind getting your hands dirty, the easiest way is probably downloading trunk from SVN (instructions exist on the wiki: &lt;a href=&quot;http://sites.google.com/site/wicketrad&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sites.google.com/site/wicketrad&lt;/a&gt;&amp;nbsp;), then searching for &amp;quot;org.apache.wicket&amp;quot; in the pom.xml files and updating it to the 1.4 version you want to use.
&lt;br&gt;&lt;br&gt;After this, you should be able to just run &amp;quot;mvn clean install eclipse:clean eclipse:eclipse&amp;quot; to get everything generated for you. 
&lt;br&gt;It is possible that some changes have broken, so you might have to fix/ignore some tests and compilation issues, but I would expect the problems to be minimal.
&lt;br&gt;&lt;br&gt;As for the difference between the last release and trunk: not much really, mostly just a few bug fixes, I will try to upgrade to 1.4 soon, but I haven't had time yet.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;hbf wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Dear list,
&lt;br&gt;&lt;br&gt;My goal is to use Wicket-RAD HEAD with Wicket HEAD or Wicket 1.4-SNAPSHOT. I am not sure how to set up Eclipse to get this.
&lt;br&gt;&lt;br&gt;What I did is the following: I checked out Wicket-RAD and made it a project in my Eclipse. I can now use 'svn up' and 'mvn install' (with Eclipse plugin m2eclipse it's Run As -&amp;gt; Maven install) to build Wicket-RAD and install it into my local m2 maven repository.
&lt;br&gt;&lt;br&gt;My projects pom.xml has dependencies on junit, wicket-rad-jpa, wicket-rad-core, and hsqldb. That's it. If I check the project settings 'Java Build Path', I see that wicket-1.3.5 is being used. I assume this comes because wicket-rad-core has a dependency on wicket-1.3.5. However, I'd like to have Wicket 1.4 HEAD or Wicket 1.4-SNAPSHOT. How can I achieve this?
&lt;br&gt;&lt;br&gt;I fear that if I add *additional* dependencies on wicket-1.4-SNAPSHOT, this will result in a complete chaos as Wicket-RAD will continue to use/reference wicket-1.3.5 while my code is referencing 1.4. Right?
&lt;br&gt;&lt;br&gt;Thanks a lot,
&lt;br&gt;Kaspar
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wicket-RAD-0.6-with-Wicket-1.4-SNAPSHOT-tp22248789p22251190.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22248789</id>
	<title>Wicket-RAD 0.6 with Wicket 1.4-SNAPSHOT</title>
	<published>2009-02-27T08:06:04Z</published>
	<updated>2009-02-27T08:06:04Z</updated>
	<author>
		<name>hbf</name>
	</author>
	<content type="html">Dear list,
&lt;br&gt;&lt;br&gt;My goal is to use Wicket-RAD HEAD with Wicket HEAD or Wicket 1.4-SNAPSHOT. I am not sure how to set up Eclipse to get this.
&lt;br&gt;&lt;br&gt;What I did is the following: I checked out Wicket-RAD and made it a project in my Eclipse. I can now use 'svn up' and 'mvn install' (with Eclipse plugin m2eclipse it's Run As -&amp;gt; Maven install) to build Wicket-RAD and install it into my local m2 maven repository.
&lt;br&gt;&lt;br&gt;My projects pom.xml has dependencies on junit, wicket-rad-jpa, wicket-rad-core, and hsqldb. That's it. If I check the project settings 'Java Build Path', I see that wicket-1.3.5 is being used. I assume this comes because wicket-rad-core has a dependency on wicket-1.3.5. However, I'd like to have Wicket 1.4 HEAD or Wicket 1.4-SNAPSHOT. How can I achieve this?
&lt;br&gt;&lt;br&gt;I fear that if I add *additional* dependencies on wicket-1.4-SNAPSHOT, this will result in a complete chaos as Wicket-RAD will continue to use/reference wicket-1.3.5 while my code is referencing 1.4. Right?
&lt;br&gt;&lt;br&gt;Thanks a lot,
&lt;br&gt;Kaspar
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wicket-RAD-0.6-with-Wicket-1.4-SNAPSHOT-tp22248789p22248789.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21252080</id>
	<title>Wicket RAD Maven Archetype</title>
	<published>2009-01-02T06:35:00Z</published>
	<updated>2009-01-02T08:12:25Z</updated>
	<author>
		<name>oyvindj</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;To help new Wicket-RAD users getting started with Wicket-RAD as easily as possible, I have created a Maven Archetype for Wicket-RAD. The archetype lets users, within a few minutes, generate a fully working Maven based web application with basic CRUD functionality (using an in-memory HSQLDB database).
&lt;br&gt;&lt;br&gt;To learn more visit the homepage of the archetype : &lt;a href=&quot;http://code.google.com/p/wicketrad-archetype/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/wicketrad-archetype/&lt;/a&gt;&lt;br&gt;&lt;br&gt;My related blog post can be found at: &lt;a href=&quot;http://codehaven.blogspot.com/2009/01/wicket-rad-maven-archetype.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://codehaven.blogspot.com/2009/01/wicket-rad-maven-archetype.html/&lt;/a&gt;&lt;br&gt;&lt;br&gt;I am very happy if anybody have comments, questions or suggestions. If so please post them here!
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Oyvind
&lt;br&gt;oyvindj_at_yahoo.com</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wicket-RAD-Maven-Archetype-tp21252080p21252080.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21215788</id>
	<title>Re: Misc Thoughts</title>
	<published>2008-12-30T03:11:17Z</published>
	<updated>2008-12-30T03:11:17Z</updated>
	<author>
		<name>petar</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;gt; As for point 3, could you please elaborate a little?
&lt;br&gt;&lt;br&gt;Yes, it is just a cosmetic point. So, instead
&lt;br&gt;@Sortable
&lt;br&gt;@TextField
&lt;br&gt;@Order(1)
&lt;br&gt;&lt;br&gt;it wouldn't blow up the code if you use a one-liner:
&lt;br&gt;@WRAD(sortable=&amp;quot;true&amp;quot;, editor=&amp;quot;textfield&amp;quot;, order=&amp;quot;1&amp;quot;)
&lt;br&gt;&lt;br&gt;for the order problem you could add an annotation for the whole entity:
&lt;br&gt;@WRAD(prop1, prop2, prop3)
&lt;br&gt;but this is not refactoring-save
&lt;br&gt;&lt;br&gt;Another cool point would be the tab feature in WicketWebBeans: it sorts the properties of one bean 
&lt;br&gt;into several categories (tabs). E.g. a general property tab and a specific property tab. See here:
&lt;br&gt;&lt;a href=&quot;http://wicketwebbeans.sourceforge.net/wiki-html/Tabs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wicketwebbeans.sourceforge.net/wiki-html/Tabs.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Peter.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Misc-Thoughts-tp21209359p21215788.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21211538</id>
	<title>Re: Misc Thoughts</title>
	<published>2008-12-29T16:41:31Z</published>
	<updated>2008-12-29T16:41:31Z</updated>
	<author>
		<name>wfaler</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;Thanks for the feedback!
&lt;br&gt;&lt;br&gt;It is entirely possible to implement custom behaviours and ways of configuring the forms by implementing the IFormMetadata interface, and it's dependent interfaces. You could effectively implement any behaviour, or any data source (not only beans, I have thought about db tables).
&lt;br&gt;I think this is the answer for points 1 and 2.
&lt;br&gt;&lt;br&gt;At the moment I have not gotten around to implementing any other configuration options than annotations, and I think they work quite well as they are very explicit in what they do.
&lt;br&gt;But if you want, I can gladly look at including other ways of configuring forms and behaviours if you have ideas that you want to use. I'm more than happy to look at contributions.
&lt;br&gt;&lt;br&gt;As for point 3, could you please elaborate a little? I don't quite understand what you mean. Although I'd be very happy to get rid of the @Order(1) way of ordering fields if I could think of a more elegant solution.
&lt;br&gt;&lt;br&gt;4 - There is no direct way of avoiding DataWebApplication, however if you want to extend something else, it should be simple to just look at the DataWebApplication implementation and put that into your WebApplication implementation.
&lt;br&gt;All it really does is override the newRequestCycle() method and provide the DataRequestCycle for each RequestCycle instead of the default one.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;petar wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi again,
&lt;br&gt;&lt;br&gt;now I am ready to thank you very much for WicketRAD! (I got it working ;-))
&lt;br&gt;&lt;br&gt;I have some questions/thoughts:
&lt;br&gt;&amp;nbsp;* Couldn't you add a default behaviour for e.g. Strings &amp;lt;-&amp;gt; it should annotate the property with @TextField (for the editor) and @LabelProperty (for the table)
&lt;br&gt;&amp;nbsp;* Shouldn't WiRAD add the yaml-file-approach of WicketWebBeans to configure beans?
&lt;br&gt;&amp;nbsp;* And shouldn't WiRAd use one annotation @WRAD(editor=&amp;quot;textfield&amp;quot;, sortable=&amp;quot;true&amp;quot;, ..) instead of all the annotations?
&lt;br&gt;&amp;nbsp;* [JPA] Is there a way to avoid extending from DataWebApplication (instead of WebApplication)?
&lt;br&gt;&lt;br&gt;Finally you should document that we can use @WysiwygEditor instead of @TextField. This is very very cool!
&lt;br&gt;BTW: the user then needs to add
&lt;br&gt;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;groupId&amp;gt;commons-collections&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;artifactId&amp;gt;commons-collections&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;version&amp;gt;3.2.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&lt;br&gt;Regards + and happy WiRADing,
&lt;br&gt;Peter.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Misc-Thoughts-tp21209359p21211538.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21211466</id>
	<title>Re: NullPointerException in 0.6</title>
	<published>2008-12-29T16:33:57Z</published>
	<updated>2008-12-29T16:33:57Z</updated>
	<author>
		<name>wfaler</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;Yes, I am aware of this bug, and should get around to fix it for 0.7. At the moment it assumes both Table and Column annotations with name attributes presents.
&lt;br&gt;&lt;br&gt;Thanks for reminding me! 
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;petar wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi!
&lt;br&gt;&lt;br&gt;@javax.persistence.Table is not required for entities (default is class name)
&lt;br&gt;&lt;br&gt;but you assume this in DbMappings.getMappings:
&lt;br&gt;&lt;br&gt;Table t = (Table) cls.getAnnotation(Table.class);
&lt;br&gt;mappings.tableName = t.name();
&lt;br&gt;&lt;br&gt;The same is true for Column:
&lt;br&gt;Column c = (Column) f.getAnnotation(Column.class);
&lt;br&gt;mappings.idField = c.name();
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Peter.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NullPointerException-in-0.6-tp21207543p21211466.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21209359</id>
	<title>Misc Thoughts</title>
	<published>2008-12-29T13:26:39Z</published>
	<updated>2008-12-29T13:26:39Z</updated>
	<author>
		<name>petar</name>
	</author>
	<content type="html">Hi again,
&lt;br&gt;&lt;br&gt;now I am ready to thank you very much for WicketRAD! (I got it working ;-))
&lt;br&gt;&lt;br&gt;I have some questions/thoughts:
&lt;br&gt;&amp;nbsp;* Couldn't you add a default behaviour for e.g. Strings &amp;lt;-&amp;gt; it should annotate the property with @TextField (for the editor) and @LabelProperty (for the table)
&lt;br&gt;&amp;nbsp;* Shouldn't WiRAD add the yaml-file-approach of WicketWebBeans to configure beans?
&lt;br&gt;&amp;nbsp;* And shouldn't WiRAd use one annotation @WRAD(editor=&amp;quot;textfield&amp;quot;, sortable=&amp;quot;true&amp;quot;, ..) instead of all the annotations?
&lt;br&gt;&amp;nbsp;* [JPA] Is there a way to avoid extending from DataWebApplication (instead of WebApplication)?
&lt;br&gt;&lt;br&gt;Finally you should document that we can use @WysiwygEditor instead of @TextField. This is very very cool!
&lt;br&gt;BTW: the user then needs to add
&lt;br&gt;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;groupId&amp;gt;commons-collections&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;artifactId&amp;gt;commons-collections&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;version&amp;gt;3.2.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&lt;br&gt;Regards + and happy WiRADing,
&lt;br&gt;Peter.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Misc-Thoughts-tp21209359p21209359.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21207543</id>
	<title>NullPointerException in 0.6</title>
	<published>2008-12-29T10:58:56Z</published>
	<updated>2008-12-29T10:58:56Z</updated>
	<author>
		<name>petar</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;@javax.persistence.Table is not required for entities (default is class name)
&lt;br&gt;&lt;br&gt;but you assume this in DbMappings.getMappings:
&lt;br&gt;&lt;br&gt;Table t = (Table) cls.getAnnotation(Table.class);
&lt;br&gt;mappings.tableName = t.name();
&lt;br&gt;&lt;br&gt;The same is true for Column:
&lt;br&gt;Column c = (Column) f.getAnnotation(Column.class);
&lt;br&gt;mappings.idField = c.name();
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Peter.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/NullPointerException-in-0.6-tp21207543p21207543.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21031817</id>
	<title>Re: ClassCastException in 0.6</title>
	<published>2008-12-16T04:00:05Z</published>
	<updated>2008-12-16T04:00:05Z</updated>
	<author>
		<name>wfaler</name>
	</author>
	<content type="html">That could potentially be the case - last time I used m2eclipse it was way too brittle and undependable, so I canned it.. Maven itself has a lot of classpath issues, and m2eclipse tends to aggrevate them by mixing it with the Eclipse classpath..
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;count.negative wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;ok, here in my office, everything works. I don't know why but it does. Maybe it's the m2eclipse plugin I've used. I'll try to reproduce it here.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ClassCastException-in-0.6-tp20998931p21031817.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21030697</id>
	<title>Re: ClassCastException in 0.6</title>
	<published>2008-12-16T02:37:29Z</published>
	<updated>2008-12-16T02:37:29Z</updated>
	<author>
		<name>count.negative</name>
	</author>
	<content type="html">ok, here in my office, everything works. I don't know why but it does. Maybe it's the m2eclipse plugin I've used. I'll try to reproduce it here.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ClassCastException-in-0.6-tp20998931p21030697.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-21011223</id>
	<title>Re: ClassCastException in 0.6</title>
	<published>2008-12-15T02:12:37Z</published>
	<updated>2008-12-15T02:12:37Z</updated>
	<author>
		<name>wfaler</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;Could you give me a little more information on how you reproduce the error? I can't seem to reproduce it..
&lt;br&gt;&lt;br&gt;The one thing that does throw me off a little is the reference to the class org.hibernate.search.event.FullTextIndexEventListener , as Hibernate Search is not a dependency of the sample application to my recollection. Is it possible that you are running and/or have changed the config in some way, so that there may be conflicting configurations and/or dependencies or something to that effect?
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;count.negative wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I'm getting a CCE in when trying the sample application with the newest (trunk) RAD version found on svn. I followed the instructions on &lt;a href=&quot;http://sites.google.com/site/wicketrad/getting-started&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sites.google.com/site/wicketrad/getting-started&lt;/a&gt;, got the source via svn and built it successfully. But when running the example app...
&lt;br&gt;Here's my stacktrace:
&lt;br&gt;org.hibernate.search.event.FullTextIndexEventListener cannot be cast to org.hibernate.event.PostInsertEventListener
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:856)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:730)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:121)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:83)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:60)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.wicketrad.jpa.PersistenceManagerFactory.getEntityManager(PersistenceManagerFactory.java:38)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.wicketrad.jpa.DataRequestCycle.onBeginRequest(DataRequestCycle.java:43)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.prepare(RequestCycle.java:1178)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.step(RequestCycle.java:1240)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1366)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.request(RequestCycle.java:498)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:444)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:282)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.Thread.run(Thread.java:619)
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ClassCastException-in-0.6-tp20998931p21011223.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20999825</id>
	<title>Re: ClassCastException in 0.6</title>
	<published>2008-12-14T04:22:38Z</published>
	<updated>2008-12-14T04:22:38Z</updated>
	<author>
		<name>wfaler</name>
	</author>
	<content type="html">Thanks for the report! I will try to have a look at it and fix it later today. Must have been introduced very recently, which is quite possible.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;count.negative wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I'm getting a CCE in when trying the sample application with the newest (trunk) RAD version found on svn. I followed the instructions on &lt;a href=&quot;http://sites.google.com/site/wicketrad/getting-started&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sites.google.com/site/wicketrad/getting-started&lt;/a&gt;, got the source via svn and built it successfully. But when running the example app...
&lt;br&gt;Here's my stacktrace:
&lt;br&gt;org.hibernate.search.event.FullTextIndexEventListener cannot be cast to org.hibernate.event.PostInsertEventListener
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:856)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:730)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:121)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:83)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:60)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.wicketrad.jpa.PersistenceManagerFactory.getEntityManager(PersistenceManagerFactory.java:38)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.wicketrad.jpa.DataRequestCycle.onBeginRequest(DataRequestCycle.java:43)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.prepare(RequestCycle.java:1178)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.step(RequestCycle.java:1240)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1366)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.request(RequestCycle.java:498)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:444)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:282)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.Thread.run(Thread.java:619)
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ClassCastException-in-0.6-tp20998931p20999825.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20998931</id>
	<title>ClassCastException in 0.6</title>
	<published>2008-12-14T02:22:22Z</published>
	<updated>2008-12-14T02:22:22Z</updated>
	<author>
		<name>count.negative</name>
	</author>
	<content type="html">I'm getting a CCE in when trying the sample application with the newest (trunk) RAD version found on svn. I followed the instructions on &lt;a href=&quot;http://sites.google.com/site/wicketrad/getting-started&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sites.google.com/site/wicketrad/getting-started&lt;/a&gt;, got the source via svn and built it successfully. But when running the example app...
&lt;br&gt;Here's my stacktrace:
&lt;br&gt;org.hibernate.search.event.FullTextIndexEventListener cannot be cast to org.hibernate.event.PostInsertEventListener
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:856)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:730)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:121)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:83)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:60)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.wicketrad.jpa.PersistenceManagerFactory.getEntityManager(PersistenceManagerFactory.java:38)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.wicketrad.jpa.DataRequestCycle.onBeginRequest(DataRequestCycle.java:43)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.prepare(RequestCycle.java:1178)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.step(RequestCycle.java:1240)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1366)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.RequestCycle.request(RequestCycle.java:498)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:444)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:282)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.Thread.run(Thread.java:619)</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ClassCastException-in-0.6-tp20998931p20998931.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20934949</id>
	<title>Re: Creating a BeanTable from a Collection of java beans</title>
	<published>2008-12-10T05:03:56Z</published>
	<updated>2008-12-10T05:03:56Z</updated>
	<author>
		<name>wadi</name>
	</author>
	<content type="html">Thanks!</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Creating-a-BeanTable-from-a-Collection-of-java-beans-tp20927812p20934949.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20934246</id>
	<title>Re: Creating a BeanTable from a Collection of java beans</title>
	<published>2008-12-10T04:21:14Z</published>
	<updated>2008-12-10T04:21:14Z</updated>
	<author>
		<name>wfaler</name>
	</author>
	<content type="html">..I think the easiest route is to extend the AbstractPropertyTableProvider class, if you are using beans.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Creating-a-BeanTable-from-a-Collection-of-java-beans-tp20927812p20934246.html" />
</entry>

</feed>
