Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. 1. Regarding this error: ERROR [org.kie.workbench.common.services.datamodel.backend.server.cache.LRUProjectDataModelOracleCache] (http-localhost/127.0.0.1:8080-3) null. Could you please explain how the new feature works? What are the packages that we need to put in that "white list"?
  2.  
  3. 2. I am attaching the code we use to create the proxy (ResourceProxyFactory.java). As you can see from the server.log, it fails on the last line of the create method: Proxy.newProxyInstance(cl, interfaces, handler);
  4.  
  5. 3. The rules execute fine if it does not use an external class. Once we make the rule use an external class it doesn't execute. We can demonstrate that during our remote session this afternoon.
  6.  
  7.  
  8. I kept these issues on this case because to me these are still related to maven dependencies issue, but I'm also ok with creating a separate case if you prefer that way.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement