You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/06 12:11:08 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #853: NoDefaultServletTest cannot find property quarkus.camel.servlet.url-patterns

jamesnetherton opened a new issue #853: NoDefaultServletTest cannot find property quarkus.camel.servlet.url-patterns
URL: https://github.com/apache/camel-quarkus/issues/853
 
 
   ```
   [INFO] Running org.apache.camel.quarkus.component.servlet.test.NoDefaultServletTest
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.179 s <<< FAILURE! - in org.apache.camel.quarkus.component.servlet.test.NoDefaultServletTest
   [ERROR] org.apache.camel.quarkus.component.servlet.test.NoDefaultServletTest  Time elapsed: 0.179 s  <<< ERROR!
   java.lang.RuntimeException: java.lang.RuntimeException: java.util.NoSuchElementException: Property quarkus.camel.servlet.url-patterns not found
   Caused by: java.lang.RuntimeException: java.util.NoSuchElementException: Property quarkus.camel.servlet.url-patterns not found
   Caused by: java.util.NoSuchElementException: Property quarkus.camel.servlet.url-patterns not found
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] ppalaga commented on issue #853: NoDefaultServletTest cannot find property quarkus.camel.servlet.url-patterns

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #853: NoDefaultServletTest cannot find property quarkus.camel.servlet.url-patterns
URL: https://github.com/apache/camel-quarkus/issues/853#issuecomment-609847316
 
 
   > Do we even need those tests in the Servlet extension deployment module? They are more or less repeated over in the main integration test area.
   
   I'd say so, they were supposed to test various configs in isolation. Let me check what is the problem.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] lburgazzoli commented on issue #853: NoDefaultServletTest cannot find property quarkus.camel.servlet.url-patterns

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #853: NoDefaultServletTest cannot find property quarkus.camel.servlet.url-patterns
URL: https://github.com/apache/camel-quarkus/issues/853#issuecomment-609799053
 
 
   @ppalaga WDYT ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] lburgazzoli commented on issue #853: NoDefaultServletTest cannot find property quarkus.camel.servlet.url-patterns

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #853: NoDefaultServletTest cannot find property quarkus.camel.servlet.url-patterns
URL: https://github.com/apache/camel-quarkus/issues/853#issuecomment-609784892
 
 
   ah right 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] lburgazzoli commented on issue #853: NoDefaultServletTest cannot find property quarkus.camel.servlet.url-patterns

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #853: NoDefaultServletTest cannot find property quarkus.camel.servlet.url-patterns
URL: https://github.com/apache/camel-quarkus/issues/853#issuecomment-609772428
 
 
   @jamesnetherton I don't see this any-more, can you confirm ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] jamesnetherton commented on issue #853: NoDefaultServletTest cannot find property quarkus.camel.servlet.url-patterns

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #853: NoDefaultServletTest cannot find property quarkus.camel.servlet.url-patterns
URL: https://github.com/apache/camel-quarkus/issues/853#issuecomment-609788057
 
 
   Do we even need those tests in the Servlet extension deployment module? They are more or less repeated over in the main integration test area.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] jamesnetherton commented on issue #853: NoDefaultServletTest cannot find property quarkus.camel.servlet.url-patterns

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #853: NoDefaultServletTest cannot find property quarkus.camel.servlet.url-patterns
URL: https://github.com/apache/camel-quarkus/issues/853#issuecomment-609779369
 
 
   The issue still seems to be present.
   
   You need to remove the `@Disabled` annotation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] lburgazzoli closed issue #853: NoDefaultServletTest cannot find property quarkus.camel.servlet.url-patterns

Posted by GitBox <gi...@apache.org>.
lburgazzoli closed issue #853: NoDefaultServletTest cannot find property quarkus.camel.servlet.url-patterns
URL: https://github.com/apache/camel-quarkus/issues/853
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services