Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread Martin Grigorov
Hi,

The method signature has been changed with
https://github.com/l0rdn1kk0n/wicket-bootstrap/commit/84cb4da562962f84777b1c0236686fa45ec733cb#diff-dc8352ea497aaf9b82e1c5ad5803314e
I think the problem should disappear if you rebuild your application
against wicket-bootstrap 0.9.0-SNAPSHOT


On Fri, Dec 13, 2013 at 12:11 PM, terryTornado s...@forsthaus.de wrote:

 Hi all, i'm new to wicket-bootstrap. By testing the bootstrap3 integration
 i
 have problems to come over the first step. It seems that there is a method
 not refactored?
 The error occurs if i call the entry page in the browser and wicket will
 render the stuff.

 wicket (6.10.0)
 wicket-bootstrap(0.9.0-SNAPSHOT)

 java.lang.NoSuchMethodError:

 de.agilecoders.wicket.core.util.References.renderWithFilter(Lde/agilecoders/wicket/core/settings/IBootstrapSettings;Lorg/apache/wicket/markup/head/IHeaderResponse;Lorg/apache/wicket/markup/head/JavaScriptReferenceHeaderItem;)V
 at

 de.agilecoders.wicket.core.markup.html.bootstrap.behavior.BootstrapJavascriptBehavior.renderHead(BootstrapJavascriptBehavior.java:34)
 at

 de.agilecoders.wicket.core.markup.html.bootstrap.behavior.BootstrapResourcesBehavior.renderHead(BootstrapResourcesBehavior.java:35)
 at

 de.agilecoders.wicket.core.markup.html.bootstrap.behavior.BootstrapBaseBehavior.renderHead(BootstrapBaseBehavior.java:70)
 at org.apache.wicket.Component.renderHead(Component.java:2714)
 at com.mycompany.HomePage.renderHead(HomePage.java:28)
 ...

 any idea  ?

 thanks
 Stephan



 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/java-lang-NoSuchMethodError-de-agilecoders-wicket-core-util-References-renderWithFilter-tp4662985.html
 Sent from the Users forum 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




Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread terryTornado
Hi Martin,

thanks for answering.

Seems i have the latest with the code changes. I have delete the dependend
local .m2 repositories and rebuild the app new with the same result.
The codes are here: https://github.com/terrytornado/wicket-sample

I don't know what i'm doing wrong. Sorry.

Stephan



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/java-lang-NoSuchMethodError-de-agilecoders-wicket-core-util-References-renderWithFilter-tp4662985p4662990.html
Sent from the Users forum 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



Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread Martin Grigorov
Works OK here.
Maybe because I have wicket-bootstrap local build ...

I've added jetty-maven-plugin to be able to start it.


On Fri, Dec 13, 2013 at 2:14 PM, terryTornado s...@forsthaus.de wrote:

 Hi Martin,

 thanks for answering.

 Seems i have the latest with the code changes. I have delete the dependend
 local .m2 repositories and rebuild the app new with the same result.
 The codes are here: https://github.com/terrytornado/wicket-sample

 I don't know what i'm doing wrong. Sorry.

 Stephan



 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/java-lang-NoSuchMethodError-de-agilecoders-wicket-core-util-References-renderWithFilter-tp4662985p4662990.html
 Sent from the Users forum 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




Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread David Beer

Hi Stephen

As I said on IRC you need to compile the source locally and add the 
dependency as usual to you maven pom.xml. There is no need to add the 
source directly.


I have crerated a sample manven project on github last night that shows 
how to get a basic Wicket and Bootstrap Site working.


https://github.com/dmbeer/wicket-bootstrap-example

Hope this helps.

Thanks

David
On 13/12/13 12:14, terryTornado wrote:

Hi Martin,

thanks for answering.

Seems i have the latest with the code changes. I have delete the dependend
local .m2 repositories and rebuild the app new with the same result.
The codes are here: https://github.com/terrytornado/wicket-sample

I don't know what i'm doing wrong. Sorry.

Stephan



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/java-lang-NoSuchMethodError-de-agilecoders-wicket-core-util-References-renderWithFilter-tp4662985p4662990.html
Sent from the Users forum 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





Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread terryTornado
Hi all,

thanks for helping.
I only get out the 0.8.5 version. What's the secret to get the
0.9.0-SNAPSHOT?
I really don't understand why not deploy a 0.9.1-SNAPSHOT with the new
modifications.  I struggled at now 4 days with this problem to get the
little app to run.

thanks
Stephan



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/java-lang-NoSuchMethodError-de-agilecoders-wicket-core-util-References-renderWithFilter-tp4662985p4663003.html
Sent from the Users forum 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



Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread Martin Grigorov
we should release 0.9.0 soon
I think the migration to Twitter Bootstrap 3 is done
we can fix bugs in 0.9.x

@Michael: do you read this ?


On Fri, Dec 13, 2013 at 5:08 PM, terryTornado s...@forsthaus.de wrote:

 Hi all,

 thanks for helping.
 I only get out the 0.8.5 version. What's the secret to get the
 0.9.0-SNAPSHOT?
 I really don't understand why not deploy a 0.9.1-SNAPSHOT with the new
 modifications.  I struggled at now 4 days with this problem to get the
 little app to run.

 thanks
 Stephan



 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/java-lang-NoSuchMethodError-de-agilecoders-wicket-core-util-References-renderWithFilter-tp4662985p4663003.html
 Sent from the Users forum 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




Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread Martin Grigorov
just clone wicket-bootstrap project, checkout bootstrap3 branch and 'mvn
install' it
this should help you until 0.9.0 is out

Martin Grigorov
Wicket Training  Consulting


On Fri, Dec 13, 2013 at 5:08 PM, terryTornado s...@forsthaus.de wrote:

 Hi all,

 thanks for helping.
 I only get out the 0.8.5 version. What's the secret to get the
 0.9.0-SNAPSHOT?
 I really don't understand why not deploy a 0.9.1-SNAPSHOT with the new
 modifications.  I struggled at now 4 days with this problem to get the
 little app to run.

 thanks
 Stephan



 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/java-lang-NoSuchMethodError-de-agilecoders-wicket-core-util-References-renderWithFilter-tp4662985p4663003.html
 Sent from the Users forum 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




Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread terryTornado
Thanks Martin,

this is the right way. (i get it not locally build, because errors in three
pom's.) I will wait with my tests until it's new deployed. So the goal is to
test if the sample application is running on openShift too, there must be a
repository where the right libs are in.

Many thanks Martin and Michael and for all David.




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/java-lang-NoSuchMethodError-de-agilecoders-wicket-core-util-References-renderWithFilter-tp4662985p4663006.html
Sent from the Users forum 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



Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread terryTornado
OKAY runs now for local testing :-)

Thanks for the help from David on how to get it locally compiled:


David wrote
 - git clone https://github.com/l0rdn1kk0n/wicket-bootstrap.git
 - navigate to the directory where you cloned the above project
 - git checkout bootstrap3 (to get the bootstrap3 branch)
 - then in the current directory run mvn clean install

I have use the 
mvn install -DskipTests=true 
because some errors in the tests on my machine


Many thanks Martin and Michael and for all David.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/java-lang-NoSuchMethodError-de-agilecoders-wicket-core-util-References-renderWithFilter-tp4662985p4663012.html
Sent from the Users forum 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



Re: java.lang.NoSuchMethodError: de.agilecoders.wicket.core.util.References.renderWithFilter

2013-12-13 Thread Martin Grigorov
On Fri, Dec 13, 2013 at 7:31 PM, terryTornado s...@forsthaus.de wrote:

 OKAY runs now for local testing :-)

 Thanks for the help from David on how to get it locally compiled:


 David wrote
  - git clone https://github.com/l0rdn1kk0n/wicket-bootstrap.git
  - navigate to the directory where you cloned the above project
  - git checkout bootstrap3 (to get the bootstrap3 branch)
  - then in the current directory run mvn clean install

 I have use the
 mvn install -DskipTests=true
 because some errors in the tests on my machine


Please paste the errors you see.
What JDK, Maven, OS do you use ?




 Many thanks Martin and Michael and for all David.



 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/java-lang-NoSuchMethodError-de-agilecoders-wicket-core-util-References-renderWithFilter-tp4662985p4663012.html
 Sent from the Users forum 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