-
Notifications
You must be signed in to change notification settings - Fork 991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with Box.com Invoice Demo on Tomcat #39
Comments
I'm also interested in this topic. Thanks. |
I started off with a new clean database, to be sure that the original invoice process and the box invoice process does not get mixed. I think that was one of the issues mentioned above (issue 2.) I also made sure that only the Nevertheless, when I now want to start a new box invoice process, there are a few 404 errors, i.e. when selecting a local document and trying to upload it, the REST API at Update: I found the reason for the images not being found: in the html forms, the path is hardcoded to
However, the Also related: #40 Update 2: I just tried with Camunda EE 7.8.0 with WildFly 10. On there, I don't get a
|
Hi @mathiasconradt The second issue you are mentioning is probably an issue with the box.com api that needs a specific JDK extension. Hope this helps. |
@felix-mueller Confirming, it's working fine on Wildfly. |
I try to setup the Box.com demo and followed the instructions, but cannot get it to work properly.
Using Camunda BPM 7.8.0 CE (latest available CE I downloaded today).
I created a box.com app (actually, I tried with two: a custom app and a partner app, because I wasn't sure if it makes a difference.) using OAuth2.0 with JWT.
I configured the
config.properties
and saved theprivate_key.pem
that I got from the box.com app admin interface, then built thecamunda-example-invoice-box
app with maven, which built thewar
file just fine, and deployed it. (I tried with both approaches: deploying thewar
file, and also deploying the exploded folder under thetarget
directory.)When going into the Camunda Tasklist, I do see the box window, but there are some issues:
the icon b.png is missing
clicking on the "Open Box Folder" doesn't do anything, and I am not sure what the html/target should look like, or if there is a click event handler supposed to be associated with this link. All that happens is that the same Camunda windows re-opens again in a new browser tab. But not box folder in sight.
I noticed that the
<a>
has onhref
norid
. Not sure if this is supposed to be like that.The text was updated successfully, but these errors were encountered: