Hi,

I did check out the unit tests and got a pretty good start. 
Yet I'm having some issues.

When I add a termination to the solverConfig I get an error because of a
missing dependency?
Exception in thread "main" org.apache.camel.FailedToCreateRouteException:
Failed to create route route1 at: >>>
To[optaplanner:/com/kingfoo/camel1/solverConfig.xml] <<< in route:
Route(route1)[[From[direct:start]] -> [To[optaplanner:/com/k... because of
Failed to resolve endpoint:
optaplanner:///com/kingfoo/camel1/solverConfig.xml due to: No such field
org.optaplanner.core.config.termination.TerminationConfig.minutesSpentLimit

The other problem is when I set my from to from("activemq:My.Queue").
I get a lot of issues but adding the activemq dependency does not helpt
here.
Exception in thread "main" org.apache.camel.FailedToCreateRouteException:
Failed to create route route1: Route(route1)[[From[activemq:My.Queue]] ->
[To[optaplanner:/... because of Failed to resolve endpoint:
activemq://My.Queue due to: No component found with scheme: activemq

I also can not really find where to place the routing file.

I do understand most of the documentation, I think the biggest problem is
that it does not really say the locations of each file (The solverConfig.xml
being an example of that). Though it could be that I don't know because I'm
not a java dev. I'm more a php dev.




--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-optaplanner-tp5750534p5750594.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to