Hi, I do see that XavaPro has an integration with Azure AD which is good, however, many of my clients may use GCP IAM itself and may not use Azure IAD. Is there any plan for providing functionality for integrating with GCP IAM? Regards, Sudhakar
Sorry that I pasted NHibernate .NET link. Here is the documentation for Java. https://docs.gigaspaces.com/latest/dev-java/hibernate-space-persistency.html
Hi Javier, GigaSpaces has hibernate layer and the details are at https://docs.gigaspaces.com/latest/dev-dotnet/xapnet-tutorial-part7.html. Example setup that has been shown looks exactly similar to your tutorial for setting up RDBMS persistence. Moreover, the persistence class example has Id instead of SpaceID. It seems it is going to be a clean integration. Could you please advise if any special setup is required to handle the proper persistence?
Hi Javier, I embarked 4 years back on a real time Enterprise migration/development solution using simple and Rapid Development frameworks. I came across GigaSpaces which is a real time in memory Grid computing platform and its space definition too is POJO based. See the example below: I need your input on the following: 1) Can I install OpenXava and point to these POJO definitions in GigaSpace solution. 2) Would OpenXava specifications in anyway throw errors due to integration of this backend? I...
Hi Javier, I could make it work. If you check TransactionParty and the relatedPartyCustomerId descriptionlist I have changed to database column name customerId_CustomerId. So, the literal selected is passed to the database related column appropriately. For the descriptionproperties to work correctly, I persisted relatedName and relationType in Relation Entity. Could you please comment if this is correct implmentation? Is your book upto date with new releases? I would have to buy one and go through...
Thank you Javier as always. I have to admit that your frame work is the easiest one to work with as it always provides clues in the errors. I have to go through all the documentation and practice a little bit further so that I become more productive. I am getting the following type conversion error now. SELECT e.relationshipId, e.relationshipId, e.relationshipId, e.customerId from Relationship e WHERE e.customerId = :p0 java.lang.IllegalArgumentException: Parameter value [8a8080136724006201672403440c0000]...
Hi Javier, It seemed rather simple but I am getting issue in description list. I attached both classes code. I referred to your answers in the forum and some how I seemed to not resolve the issue following suggested ways. I need to simply get relationships of selected party customer filtered. I have tried depends as "partyCustomerId" and as well as "partryCustomerId.customerId". What I might have been doing wrong in this case? The error I get is org.apache.jasper.JasperException: java.rmi.RemoteException:...
Thank you Javier. My environment currently is stable and working well. I have a problem with cascading filters. I looked in the forum and tried to work it out as elegantly as possible. I created a db view for such requirement and made a separate method to get the child filter values, but, selected parent is not getting parsed. Here is the code. By the bye when we may get to pass values by object with in a class? Thanks for your help in advance. Once, I complete few more classes and format the screens,...