Discussion:
[jboss-user] [jBPM] - Re: Problem running jbpm-examples
Mauricio Salatino
2013-05-06 14:20:30 UTC
Permalink
Mauricio Salatino [https://community.jboss.org/people/salaboy21] created the discussion

"Re: Problem running jbpm-examples"

To view the discussion, visit: https://community.jboss.org/message/816275#816275

--------------------------------------------------------------
Where did you find this:

<dependency>
    <groupId>org.kie</groupId>
    <artifactId>kie-api</artifactId>
    <version>6.0.0.Beta1</version>
</dependency>

??
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/816275#816275]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
goku
2013-05-06 14:37:30 UTC
Permalink
goku [https://community.jboss.org/people/goku] created the discussion

"Re: Problem running jbpm-examples"

To view the discussion, visit: https://community.jboss.org/message/816288#816288

--------------------------------------------------------------
Thanks for reply!

I've found searching around for anything that contains the class: org.kie.api.definition.process.Node
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/816288#816288]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Mauricio Salatino
2013-05-06 14:38:45 UTC
Permalink
Mauricio Salatino [https://community.jboss.org/people/salaboy21] created the discussion

"Re: Problem running jbpm-examples"

To view the discussion, visit: https://community.jboss.org/message/816289#816289

--------------------------------------------------------------
but where is that? Where is that dependency located? in which file?
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/816289#816289]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
goku
2013-05-06 14:57:10 UTC
Permalink
goku [https://community.jboss.org/people/goku] created the discussion

"Re: Problem running jbpm-examples"

To view the discussion, visit: https://community.jboss.org/message/816298#816298

--------------------------------------------------------------
But that is the point...

I though that it would work without adding any dependencies in the jbpm-examples...

I don't found the correct dependency to add...

Then, googling around, I found that this Node class, is in the kie-api...

Very confused...
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/816298#816298]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
goku
2013-05-07 14:31:54 UTC
Permalink
goku [https://community.jboss.org/people/goku] created the discussion

"Re: Problem running jbpm-examples"

To view the discussion, visit: https://community.jboss.org/message/816533#816533

--------------------------------------------------------------
I found the problem!

My maven settings.xml was using the codehaus repository in:

http://repository.codehaus.org http://repository.codehaus.org

I replaced with the jboss repository:

https://repository.jboss.org/nexus/content/groups/public https://repository.jboss.org/nexus/content/groups/public

I all worked as expected! B-)
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/816533#816533]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Loading...