cannot find a jar file or library to access org.oasisOpen.docs.wsbpel.x20.process.executable.*
8 views
Skip to first unread message
Nariman Ammar
unread,
Dec 15, 2015, 12:09:46 PM12/15/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BPELUnit
Hello,
Where can i find a jar file that includes the org.oasisOpen.docs.wsbpel.x20.process.executable.* packages.
Thanks
Daniel Lübke
unread,
Dec 15, 2015, 5:54:21 PM12/15/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BPELUnit
Hi Nariman,
perhaps you can share a bit what you are trying to accomplish and where this package is missing.
BPELUnit uses this package only in the net.bpelunit.model.bpel project. The sources are XMLBeans generated classes that are generated during the Maven build. The JAR contains the classes.
Regards, Daniel
Nariman Ammar
unread,
Dec 15, 2015, 8:18:25 PM12/15/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BPELUnit
Thanks Daniel,
Yes, I am trying to generate BPEL processes in java. I downloaded the net.bpelunit.model.bpel project. However, when it came to building it there were missing libraries one of them is xmlbeans. I tried updating maven dependences but it did not resolve all the issues. Could you please guide me through getting those dependencies. Is there a special eclipse version i need to use? do i need to add any plugins? what is the correct way of using maven in this case? etc.
Thanks
Nariman Ammar
unread,
Dec 15, 2015, 8:52:50 PM12/15/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BPELUnit
Thanks Daniel,
I followed the read me file on github and it helped. I will let you know if I run into issues.
Btw, what is the best way to cite BPELUnit?
Thanks
Daniel Lübke
unread,
Dec 16, 2015, 4:54:16 AM12/16/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BPELUnit
Hi Nariman,
glad you could figure it out. But please be warned that the BPEL Model is not complete but rather a work in progress. The goal is to have an abstraction around the basic XML facilities and not to deal with Elements and Nodes but to have some kind of semantic facade. However, it might be very well the case that some functionality is missing. However, we can then see how to deal with that. Also if you need something and have implemented it, you can post a patch and we will integrate it.