[jira] [Updated] (CAMEL-7628) Incorrect tests of quartz2 component

2014-08-26 Thread Claus Ibsen (JIRA)

 [ 
https://issues.apache.org/jira/browse/CAMEL-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-7628:
---

Fix Version/s: 2.14.0

> Incorrect tests of quartz2 component
> 
>
> Key: CAMEL-7628
> URL: https://issues.apache.org/jira/browse/CAMEL-7628
> Project: Camel
>  Issue Type: Test
>  Components: camel-quartz, camel-quartz2
>Reporter: Nikolay Turpitko
> Fix For: 2.14.0
>
> Attachments: 0001-Fix-SpringQuartzPersistentStoreTest.patch, 
> 0002-Fix-SpringQuartzPersistentStoreRestart-Test.patch
>
>
> There are errors in tests of quartz2 component with persistent store such as 
> org.apache.camel.component.quartz2.SpringQuartzPersistentStoreTest.
> It's application context configuration resides in file 
> org/apache/camel/component/quartz2/SpringQuartzPersistentStoreTest.xml.
> Which has a suspicious issue in it: scheduler bean, which is configured to 
> use DB, further passed to bean with id "quartz", but in the endpoint's uri in 
> the route the bean with id "quartz2" used. I'm afraid, this test ignores 
> configured quartz bean, scheduler bean, datasource and database.
> I provided patches to fix incorrect tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CAMEL-7628) Incorrect tests of quartz2 component

2014-08-26 Thread Claus Ibsen (JIRA)

 [ 
https://issues.apache.org/jira/browse/CAMEL-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-7628:
---

Issue Type: Test  (was: Bug)

> Incorrect tests of quartz2 component
> 
>
> Key: CAMEL-7628
> URL: https://issues.apache.org/jira/browse/CAMEL-7628
> Project: Camel
>  Issue Type: Test
>  Components: camel-quartz, camel-quartz2
>Reporter: Nikolay Turpitko
> Fix For: 2.14.0
>
> Attachments: 0001-Fix-SpringQuartzPersistentStoreTest.patch, 
> 0002-Fix-SpringQuartzPersistentStoreRestart-Test.patch
>
>
> There are errors in tests of quartz2 component with persistent store such as 
> org.apache.camel.component.quartz2.SpringQuartzPersistentStoreTest.
> It's application context configuration resides in file 
> org/apache/camel/component/quartz2/SpringQuartzPersistentStoreTest.xml.
> Which has a suspicious issue in it: scheduler bean, which is configured to 
> use DB, further passed to bean with id "quartz", but in the endpoint's uri in 
> the route the bean with id "quartz2" used. I'm afraid, this test ignores 
> configured quartz bean, scheduler bean, datasource and database.
> I provided patches to fix incorrect tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CAMEL-7628) Incorrect tests of quartz2 component

2014-08-26 Thread Claus Ibsen (JIRA)

 [ 
https://issues.apache.org/jira/browse/CAMEL-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen updated CAMEL-7628:
---

Priority: Minor  (was: Major)

> Incorrect tests of quartz2 component
> 
>
> Key: CAMEL-7628
> URL: https://issues.apache.org/jira/browse/CAMEL-7628
> Project: Camel
>  Issue Type: Test
>  Components: camel-quartz, camel-quartz2
>Reporter: Nikolay Turpitko
>Priority: Minor
> Fix For: 2.14.0
>
> Attachments: 0001-Fix-SpringQuartzPersistentStoreTest.patch, 
> 0002-Fix-SpringQuartzPersistentStoreRestart-Test.patch
>
>
> There are errors in tests of quartz2 component with persistent store such as 
> org.apache.camel.component.quartz2.SpringQuartzPersistentStoreTest.
> It's application context configuration resides in file 
> org/apache/camel/component/quartz2/SpringQuartzPersistentStoreTest.xml.
> Which has a suspicious issue in it: scheduler bean, which is configured to 
> use DB, further passed to bean with id "quartz", but in the endpoint's uri in 
> the route the bean with id "quartz2" used. I'm afraid, this test ignores 
> configured quartz bean, scheduler bean, datasource and database.
> I provided patches to fix incorrect tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CAMEL-7628) Incorrect tests of quartz2 component

2014-07-24 Thread Nikolay Turpitko (JIRA)

 [ 
https://issues.apache.org/jira/browse/CAMEL-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nikolay Turpitko updated CAMEL-7628:


Description: 
There are errors in tests of quartz2 component with persistent store such as 
org.apache.camel.component.quartz2.SpringQuartzPersistentStoreTest.

It's application context configuration resides in file 
org/apache/camel/component/quartz2/SpringQuartzPersistentStoreTest.xml.

Which has a suspicious issue in it: scheduler bean, which is configured to use 
DB, further passed to bean with id "quartz", but in the endpoint's uri in the 
route the bean with id "quartz2" used. I'm afraid, this test ignores configured 
quartz bean, scheduler bean, datasource and database.

I provided patches to fix incorrect tests.


  was:
There are est of quartz2 component 
org.apache.camel.component.quartz2.SpringQuartzPersistentStoreTest is not 
correct.
It's application context configuration resides in file 
org/apache/camel/component/quartz2/SpringQuartzPersistentStoreTest.xml.
Which has a suspicious issue in it: scheduler bean, which is configured to use 
DB, further passed to bean with id "quartz", but in the endpoint's uri in the 
route the bean with id "quartz2" used. I'm afraid, this test ignores configured 
quartz bean, scheduler bean, datasource and database.



> Incorrect tests of quartz2 component
> 
>
> Key: CAMEL-7628
> URL: https://issues.apache.org/jira/browse/CAMEL-7628
> Project: Camel
>  Issue Type: Bug
>  Components: camel-quartz, camel-quartz2
>Reporter: Nikolay Turpitko
> Attachments: 0001-Fix-SpringQuartzPersistentStoreTest.patch, 
> 0002-Fix-SpringQuartzPersistentStoreRestart-Test.patch
>
>
> There are errors in tests of quartz2 component with persistent store such as 
> org.apache.camel.component.quartz2.SpringQuartzPersistentStoreTest.
> It's application context configuration resides in file 
> org/apache/camel/component/quartz2/SpringQuartzPersistentStoreTest.xml.
> Which has a suspicious issue in it: scheduler bean, which is configured to 
> use DB, further passed to bean with id "quartz", but in the endpoint's uri in 
> the route the bean with id "quartz2" used. I'm afraid, this test ignores 
> configured quartz bean, scheduler bean, datasource and database.
> I provided patches to fix incorrect tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CAMEL-7628) Incorrect tests of quartz2 component

2014-07-24 Thread Nikolay Turpitko (JIRA)

 [ 
https://issues.apache.org/jira/browse/CAMEL-7628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nikolay Turpitko updated CAMEL-7628:


Summary: Incorrect tests of quartz2 component  (was: Incorrect tests of 
quartz/quartz2 component)

> Incorrect tests of quartz2 component
> 
>
> Key: CAMEL-7628
> URL: https://issues.apache.org/jira/browse/CAMEL-7628
> Project: Camel
>  Issue Type: Bug
>  Components: camel-quartz, camel-quartz2
>Reporter: Nikolay Turpitko
> Attachments: 0001-Fix-SpringQuartzPersistentStoreTest.patch, 
> 0002-Fix-SpringQuartzPersistentStoreRestart-Test.patch
>
>
> There are est of quartz2 component 
> org.apache.camel.component.quartz2.SpringQuartzPersistentStoreTest is not 
> correct.
> It's application context configuration resides in file 
> org/apache/camel/component/quartz2/SpringQuartzPersistentStoreTest.xml.
> Which has a suspicious issue in it: scheduler bean, which is configured to 
> use DB, further passed to bean with id "quartz", but in the endpoint's uri in 
> the route the bean with id "quartz2" used. I'm afraid, this test ignores 
> configured quartz bean, scheduler bean, datasource and database.



--
This message was sent by Atlassian JIRA
(v6.2#6252)