[jira] Commented: (WICKET-1737) wicketTester does not find HTML mark-up if custom location is used.

2008-07-17 Thread Karsten Efker (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12614270#action_12614270
 ] 

Karsten Efker commented on WICKET-1737:
---

Yes!

May be this was a refresh problem - now it works!

Thank you very, very much for the fix and best regrads from Germany.

 wicketTester does not find HTML mark-up if custom location is used.
 ---

 Key: WICKET-1737
 URL: https://issues.apache.org/jira/browse/WICKET-1737
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 1.3.4
Reporter: Karsten Efker
Assignee: Timo Rantalaiho
Priority: Minor
 Attachments: sample1737-1.3-SNAPSHOT.zip, sample1737.zip


 If a custom HTML mark-up location is used as described in the ApacheWicket 
 Wiki  the wicketTester does not find mark-up to render pages.
 refer to:
 http://cwiki.apache.org/WICKET/control-where-html-files-are-loaded-from.html#ControlwhereHTMLfilesareloadedfrom-InWicket1.3
 Nevertheless running the application with ApacheTomcat 6.0.16 everything 
 renders fine.
 Remark:
 wicketTester has been instanciated using custom test application extended 
 from the application used, overriding newSession for different purpose.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (WICKET-1737) wicketTester does not find HTML mark-up if custom location is used.

2008-07-17 Thread Karsten Efker (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12614284#action_12614284
 ] 

Karsten Efker commented on WICKET-1737:
---

I just added your fix to your live project and now everything works fine with 
JUnit.
Thank you, once again for your support.

 wicketTester does not find HTML mark-up if custom location is used.
 ---

 Key: WICKET-1737
 URL: https://issues.apache.org/jira/browse/WICKET-1737
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 1.3.4
Reporter: Karsten Efker
Assignee: Timo Rantalaiho
Priority: Minor
 Attachments: sample1737-1.3-SNAPSHOT.zip, sample1737.zip


 If a custom HTML mark-up location is used as described in the ApacheWicket 
 Wiki  the wicketTester does not find mark-up to render pages.
 refer to:
 http://cwiki.apache.org/WICKET/control-where-html-files-are-loaded-from.html#ControlwhereHTMLfilesareloadedfrom-InWicket1.3
 Nevertheless running the application with ApacheTomcat 6.0.16 everything 
 renders fine.
 Remark:
 wicketTester has been instanciated using custom test application extended 
 from the application used, overriding newSession for different purpose.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (WICKET-1737) wicketTester does not find HTML mark-up if custom location is used.

2008-07-16 Thread Karsten Efker (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12613975#action_12613975
 ] 

Karsten Efker commented on WICKET-1737:
---

no,

thanks for the patch, but unfortunately it did not solve the problem.

The mark-up is still not found during JUnit testing running mvn test
... which leads to org.apache.wicket.markup.MarkupNotFoundException:

DEBUG - ResourceStreamLocator  - Attempting to locate resource 
'com/eds/java/wicket/sample1737/HomePage_de_DE.html' on path [folders = [], 
webapppaths: []]
DEBUG - ResourceStreamLocator  - Attempting to locate resource 
'com/eds/java/wicket/sample1737/HomePage_de_DE.html' using classloader [EMAIL 
PROTECTED]
DEBUG - ResourceStreamLocator  - Attempting to locate resource 
'com/eds/java/wicket/sample1737/HomePage_de.html' on path [folders = [], 
webapppaths: []]
DEBUG - ResourceStreamLocator  - Attempting to locate resource 
'com/eds/java/wicket/sample1737/HomePage_de.html' using classloader [EMAIL 
PROTECTED]
DEBUG - ResourceStreamLocator  - Attempting to locate resource 
'com/eds/java/wicket/sample1737/HomePage.html' on path [folders = [], 
webapppaths: []]
DEBUG - ResourceStreamLocator  - Attempting to locate resource 
'com/eds/java/wicket/sample1737/HomePage.html' using classloader [EMAIL 
PROTECTED]

As you can see my custom defined place has no been looked-up.

Allthough the page HomePage.java is rendered fine without  markp-up exception 
running mvn jetty:run.

 wicketTester does not find HTML mark-up if custom location is used.
 ---

 Key: WICKET-1737
 URL: https://issues.apache.org/jira/browse/WICKET-1737
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 1.3.4
Reporter: Karsten Efker
Assignee: Timo Rantalaiho
Priority: Minor
 Attachments: sample1737.zip


 If a custom HTML mark-up location is used as described in the ApacheWicket 
 Wiki  the wicketTester does not find mark-up to render pages.
 refer to:
 http://cwiki.apache.org/WICKET/control-where-html-files-are-loaded-from.html#ControlwhereHTMLfilesareloadedfrom-InWicket1.3
 Nevertheless running the application with ApacheTomcat 6.0.16 everything 
 renders fine.
 Remark:
 wicketTester has been instanciated using custom test application extended 
 from the application used, overriding newSession for different purpose.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (WICKET-1737) wicketTester does not find HTML mark-up if custom location is used.

2008-07-16 Thread Timo Rantalaiho (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12614201#action_12614201
 ] 

Timo Rantalaiho commented on WICKET-1737:
-

Hmm, what a pity. Let's see. With 1.3.4 I get this and mvn clean test failing

[EMAIL PROTECTED]:~/work/sample1737$ mvn clean test | grep 'Attempting to 
locate resource' | grep 'sample1737/HomePage'
DEBUG - ResourceStreamLocator  - Attempting to locate resource 
'com/eds/java/wicket/sample1737/HomePage_en_US.html' on path [folders = [], 
webapppaths: []]
DEBUG - ResourceStreamLocator  - Attempting to locate resource 
'com/eds/java/wicket/sample1737/HomePage_en_US.html' using classloader [EMAIL 
PROTECTED]
DEBUG - ResourceStreamLocator  - Attempting to locate resource 
'com/eds/java/wicket/sample1737/HomePage_en.html' on path [folders = [], 
webapppaths: []]
DEBUG - ResourceStreamLocator  - Attempting to locate resource 
'com/eds/java/wicket/sample1737/HomePage_en.html' using classloader [EMAIL 
PROTECTED]
DEBUG - ResourceStreamLocator  - Attempting to locate resource 
'com/eds/java/wicket/sample1737/HomePage.html' on path [folders = [], 
webapppaths: []]
DEBUG - ResourceStreamLocator  - Attempting to locate resource 
'com/eds/java/wicket/sample1737/HomePage.html' using classloader [EMAIL 
PROTECTED]

Then I upgrade to 1.3-SNAPSHOT

[EMAIL PROTECTED]:~/work/sample1737$ perl -pe 
's+wicket.version1.3.4/wicket.version+wicket.version1.3-SNAPSHOT/wicket.version+'
 -i pom.xml 

[EMAIL PROTECTED]:~/work/sample1737$ mvn clean test | grep 'Attempting to 
locate resource' | grep 'sample1737/HomePage'
DEBUG - ResourceStreamLocator  - Attempting to locate resource 
'com/eds/java/wicket/sample1737/HomePage_en_US.html' on path [folders = 
[src/html], webapppaths: []]
DEBUG - ResourceStreamLocator  - Attempting to locate resource 
'com/eds/java/wicket/sample1737/HomePage_en_US.html' using classloader [EMAIL 
PROTECTED]
DEBUG - ResourceStreamLocator  - Attempting to locate resource 
'com/eds/java/wicket/sample1737/HomePage_en.html' on path [folders = 
[src/html], webapppaths: []]
DEBUG - ResourceStreamLocator  - Attempting to locate resource 
'com/eds/java/wicket/sample1737/HomePage_en.html' using classloader [EMAIL 
PROTECTED]

and the build passes, too.

I have it working both with Sun Java  1.6.0_10-beta-b25 and 1.5.0_16-b02.

Are you sure you have got a fresh 1.3-SNAPSHOT? Could you try removing wicket 
1.3-SNAPSHOT jars from your ~/m2/repository?

I'm also attaching my version of the quickstart with which I'm unable to 
produce the problem (sample1737-1.3-SNAPSHOT.zip) .

 wicketTester does not find HTML mark-up if custom location is used.
 ---

 Key: WICKET-1737
 URL: https://issues.apache.org/jira/browse/WICKET-1737
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 1.3.4
Reporter: Karsten Efker
Assignee: Timo Rantalaiho
Priority: Minor
 Attachments: sample1737.zip


 If a custom HTML mark-up location is used as described in the ApacheWicket 
 Wiki  the wicketTester does not find mark-up to render pages.
 refer to:
 http://cwiki.apache.org/WICKET/control-where-html-files-are-loaded-from.html#ControlwhereHTMLfilesareloadedfrom-InWicket1.3
 Nevertheless running the application with ApacheTomcat 6.0.16 everything 
 renders fine.
 Remark:
 wicketTester has been instanciated using custom test application extended 
 from the application used, overriding newSession for different purpose.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (WICKET-1737) wicketTester does not find HTML mark-up if custom location is used.

2008-07-08 Thread Timo Rantalaiho (JIRA)

[ 
https://issues.apache.org/jira/browse/WICKET-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12611892#action_12611892
 ] 

Timo Rantalaiho commented on WICKET-1737:
-

Thanks for reporting, this sounds like a problem that impedes your unit testing 
a lot when using a custom markup location.

Would it be possible for you to provide a quickstart with a WicketTester test 
failing because of this?

Or better yet a patch against Wicket code that provides a failing unit test.

Meanwhile, in jdave-wicket there is an example of starting components with 
markup provided in a String
http://svn.laughingpanda.org/svn/jdave/trunk/jdave-wicket/src/java/jdave/wicket/ComponentSpecification.java

You might be able to do something similar to work around this issue, although 
it might involve too much code.

 wicketTester does not find HTML mark-up if custom location is used.
 ---

 Key: WICKET-1737
 URL: https://issues.apache.org/jira/browse/WICKET-1737
 Project: Wicket
  Issue Type: Bug
  Components: wicket
Affects Versions: 1.3.4
Reporter: Karsten Efker
Priority: Minor

 If a custom HTML mark-up location is used as described in the ApacheWicket 
 Wiki  the wicketTester does not find mark-up to render pages.
 refer to:
 http://cwiki.apache.org/WICKET/control-where-html-files-are-loaded-from.html#ControlwhereHTMLfilesareloadedfrom-InWicket1.3
 Nevertheless running the application with ApacheTomcat 6.0.16 everything 
 renders fine.
 Remark:
 wicketTester has been instanciated using custom test application extended 
 from the application used, overriding newSession for different purpose.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.