Quantcast
Channel: Active questions tagged propagation - Stack Overflow
Browsing index pages (58 articles)
↧

Differences between requires_new and nested propagation in Spring transactions

I can't understand the behavior difference between the PROPAGATION_REQUIRES_NEW and PROPAGATION_NESTED propagation policies. It seems to me that in both cases, the current process is rollbacked but not...

View Article


How to set nestedTransactionAllowed to true in Spring?

I have a case where I need to initiate calls to four different services in the same method. According to our business logic all four steps must succeed, rollback otherwise. The problem is that since...

View Article


Customizing Spill Formula to filter rows

I'm having some problems with a spill formula I have in my excel worksheet. I am pulling data from one sheet (the master sheet) to my current sheet and am using the same spill formula by column (below...

View Article

DND-Kit draggable card with a isEditing state that exposes input

My desire is to have a draggable card that displays information, and if the user clicks on the card, it will expose inputs to change that information, all while being able to dnd that card.My current...

View Article

Differences between requires_new and nested propagation in Spring transactions

I can't understand the behavior difference between the PROPAGATION_REQUIRES_NEW and PROPAGATION_NESTED propagation policies. It seems to me that in both cases, the current process is rollbacked but not...

View Article


How to set nestedTransactionAllowed to true in Spring?

I have a case where I need to initiate calls to four different services in the same method. According to our business logic all four steps must succeed, rollback otherwise. The problem is that since...

View Article

Optical field propagation with angular spectrum method, and verification

I have written a code for gaussian beam propagation in free-space by angular spectrum method.To verify whether the simulation is correct or not, I am propagating the gaussian beam in free-space, and...

View Article

How to propagate SecurityContext to EJB container in JBOSS EAP 8

I am using JBOSS EAP 8. I package in a single war fileFor learning purposes I have implemented a REST API with a login Endpoint which returns a JWToken to the client. Other REST endpoints are protected...

View Article


Differences between requires_new and nested propagation in Spring transactions

I can't understand the behavior difference between the PROPAGATION_REQUIRES_NEW and PROPAGATION_NESTED propagation policies. It seems to me that in both cases, the current process is rollbacked but not...

View Article


Python SGP4 1.1 Calculating Incorrect Orbit

I am using the python SGP4 1.1 module to calculate the position and velocity of a MEO satellite. I'm noticing when compared against STK and JSatTrak that the returned values for position and velocity...

View Article

"@Transactional(readonly=true, propagation=Propagation.REQUIRED)" Is it...

Currently, I am using the postgresql master/slave environment.The development environment is spring boot.I'd like to organize the transaction as follows:TX Begin @Transactional (readOnly=false) insert...

View Article

Differences between requires_new and nested propagation in Spring transactions

I can't understand the behavior difference between the PROPAGATION_REQUIRES_NEW and PROPAGATION_NESTED propagation policies. It seems to me that in both cases, the current process is rollbacked but not...

View Article

Vue 3 - Prevent event propagation on custom event handlers

If i have a custom event handler like @my-event and i emit it withthis.$emit('my-event')it calls all the events of @my-event from all parent components.But i want to prevent this.On normal event...

View Article


TraceId in Spring Boot 3 is not propagated

I try to propagate the trace Id between micro service calls. It does not seem the RestTemplate propagates the traceId, even though I am using RestTemplateBuilder and have actuator and a tracing bridge...

View Article

Issue with Multiple Asynchronous Database Calls Resulting in ResultSet...

I'm facing an issue with multiple asynchronous database calls in my Java application, which is using Hibernate and DB2 as the database. The problem seems to be related to context propagation or...

View Article


How to propagate SAXExcetion while validating xml using...

public boolean validateXML() throws Exception { sepaRTLogger.info("Entered validateXML()"); Schema schema = listOfXSDs.get(xmlVersion); sepaRTLogger.debug("matched schema:::" + schema);...

View Article

Custom theory of atoms in z3

I would like to have some variables in z3 that takes values in some infinite set, whose elements have no operations except equality comparisons (the theory of atoms in the sense of lisp). Currently I'm...

View Article


JPA @Transactioanl REQUIRES_NEW AND Catch RuntimeException But rollback

@Service@RequiredArgsConstructor@Transactionalpublic class UserService { public void createUser(CreateUserRequest request) { Users users =...

View Article

Differences between requires_new and nested propagation in Spring transactions

I can't understand the behavior difference between the PROPAGATION_REQUIRES_NEW and PROPAGATION_NESTED propagation policies. It seems to me that in both cases, the current process is rollbacked but not...

View Article

NOT_SUPPORTED Propagation use case

what is the real use case for- NOT_SUPPORTED Propagation transactional ? Where do we use it?

View Article
Browsing index pages (58 articles)


Latest Images