Mahdi Jaberzadeh Ansari
Mahdi Jaberzadeh Ansari
@binhudakhalid Could you please explain how can I build this project as a 'war' file for deploying in Tomcat.
@binhudakhalid Yes, you are absolutely right. However that is not anymore my problem, and the `hcp` is the default as I see in the code. My problem at the moment...
For supporting batch this is not enough, however I am not sure that can even help. For me batch is working as soon as we have only one `changeset`. As...
The solution is overriding the `executeChangeSet` of `ODataJPADefaultProcessor` class. The problem comes from a `commiting` function that will close the session: ```java @Override public ODataResponse executeBatch(final BatchHandler handler, final String...
Also for type String it happen only when value is provided, so length does not check in null
How can I check for not null? ``` categoryId: ID @assert(condition: ". != null") @auth( rules: [ { allow: owner, provider: userPools, operations: [create, update, read] } { allow: groups...
Maybe a better question is, Is there any example for DB authentication?
I have the same problem. The php-api-xxx is a great serious libraries but the problem is it does not have a simple, straight forward How to use tutorial(s)! I want...
Not really. It has only an html file! I have these questions: 1. What should be the structure of the user table? 2. Where to put `auth.php` file? Beside of...
@mevdschee OK. I have put the `auth.php` and `login.php` at the same folder of the `examples/clients/auth.php/`. By calling the `http://localhost:8080/examples/clients/auth.php/vanilla.html` it will redirect to login.php and after a login it...