Updating nested property in GS10.2 from WebUI
Is it possible to update a nested property in GS 10.2 from WebUI, I tries this query but does not works update ccom.rudex.shipment.ship set portData.productId=21378 where shipId in (20354) PortData is...
View ArticleTransactions spanning multiple threads
Hello, Is a transaction always strictly bound to one thread, or is it possible to use a transaction spanning multiple threads, that is, start a transaction in one thread and commit it in a different...
View ArticleTransaction Atomicity
Hi, I have an issue concerning transactions, hopefully someone has experienced this as well. PU1 creates a transaction, `changes()` a nested property (`List`) of ObjectA with the Id of ObjectB, writes...
View ArticleFailed to unmarsh, Class not found
When attempting to write an updated object to a Space via the java API, org.openspaces.core.GigaSpace.write(Entry, lease, timeout, modifiers), I've run into some strange behavior that I can't...
View ArticleClassloading hierarchy in PU
Hi Team, We are have recently upgraded from GS9.7.2 to GS10.2.1 grid, our application uses spring-jdbc-3.2.0-RELEASE however if i see the optional jars in GS10.2.1 it contains...
View ArticlePreferences for primary / backup location
Hello, when running in primary / backup mode, is it possible to tell GigaSpace "please prefer to use this container as primary, if both are available", as opposed to a random decision? Our use case is...
View Articlehttp://supplementsgarden.com/nutraskin/
This haircut sheep it the layers in I'll applied its okay I picked up the victoryAhmed will be let guys this video to grow myhair back to like had before I which is run blank right...
View ArticleUsing @Value with pu.properties file
Hi! I'm developing an application with XAP 11, and currently I'm trying to inject values into my processing unit, using the @Value("${my.property}") annotation. It works for injecting values into my...
View ArticleEvent-driven service & transactional polling container
Hello, I have configured an event-driven service non-colocated with the space to use a polling container with an injected transaction manager. I have observed the following behaviour: if the business...
View Article@SpaceVerion annotation
My pojo class is annotated with @SpaceVersion on versionId property. I am writing it to a remote space. When i write the pojo it increments the versionId of the pojo. Is there a way i can set the...
View ArticleSet the VersionId of the pojo written to space.
My pojo class is annotated with @SpaceVersion on versionId property. I am writing it to a remote space. When i write the pojo it increments the versionId of the pojo. I need to keep the annotation on...
View ArticleForced pu deployment on gsc/machine of choice
We have a space with 20 partitions with partitioned-2sync-backup topology. We have 8gscs on 4 machines with 2 gscs on each machine. Machine A - 2gscs Machine B - 2gscs Machine C - 2gscs Machine D -...
View ArticleProcessor can't connect to remote host: AccessControlException: SocketPermission
Hi I have an event-based processor that feeds data to the space upon a feed request object is written. This processor needs to connect to remote sources to retrieve the data, transform to space...
View ArticleQuestion about using gs.xml with inner classes
Hi - Using XAP 10.1, we're trying to write a static inner class as the top level object into the space. I can't seem to get the gs.xml file to load, though. Given class A with static inner class B,...
View ArticleSpaceTypeDescriptor for nested properties
I am trying to get spacetypedescriptor for a data type in space, I am not able to get spacetypedescriptor for nested properties. I have done something like this as of now GigaSpaceTypeManager...
View Articleget data type information without having domain classes in classpath
We are working on an audit system, which need to audit a space and present out a report on how many documents or events are processed for each flow and many other details Now how can i get the details...
View ArticleSetting zones in GSC_JAVA_OPTIONS not working in 11
In earlier versions of XAP I was able to add -Dcom.gs.zones=ZONE_NAME to GSC_JAVA_OPTIONS, then call gs-agent.sh gsa.gsc 2 & to get two GSCs in that zone. I just tried it with XAP 11.0.0-ga and...
View ArticleWhy aren't environment variables not loaded by XAP 11.0.0?
I have Linux scripts that set environment variables like this: export LOOKUPGROUPS="my-group" export MY_ZONE="my-zone" export GSC_JAVA_OPTIONS=-Dcom.gs.zones=${MY_ZONE} then I start the XAP components...
View ArticleConnect profiler to GSC
I've been trying to connect vusualVM via JMX to an GSC instance but I cant get it to connect When I look at the process I can see that the following properties are set....
View ArticleSource code of gs-runtime.jar
Is it possible to somehow get sources or at least Javadoc for gs-runtime.jar? Thanks
View Article