Nicolas DUMINIL
Nicolas DUMINIL
Hello, I'm trying to perform DBUnit tests against an Oracle database. The following log messages are displayed: 2482 [main] WARN org.hibernate.orm.connections.pooling - HHH10001002: Using Hibernate built-in connection pool (not for...
Hello, I modified the partitioned-batch-job sample such that the PartitonHandler class reads as follows: @Bean @StepScope public DeployerPartitionHandler partitionHandler(TaskLauncher taskLauncher, JobExplorer jobExplorer, TaskRepository taskRepository, String stepName) { Resource resource =...
Hello, I modified the partitioned-batch-job sample such that to add the following method: @Bean public PartitionHandler partitionHandler2(TaskLauncher taskLauncher, JobExplorer jobExplorer, TaskRepository taskRepository) { Resource resource = this.resourceLoader.getResource("maven://fr.simplex_software.tests:partitioned-job:1.0-SNAPSHOT"); DeployerPartitionHandler partitionHandler =...
Hello, In the partitioned-batch-job project, the partitioned handler is created as follows: @Bean public PartitionHandler partitionHandler(TaskLauncher taskLauncher, JobExplorer jobExplorer, TaskRepository taskRepository) throws Exception { ... DeployerPartitionHandler partitionHandler = new DeployerPartitionHandler(taskLauncher,...
##### Issue Overview docker-compose.yml works correctly for build but not for cube testing ##### Expected Behaviour Attached docker-compose.yml valid ##### Current Behaviour Exception below is raised ##### Steps To Reproduce...
Hello, I'm using Simple-JNDI in a Spring Boot application. It works as expected, however, I get exception like the following one on startup: `2021-07-23 15:24:03.010 ERROR 1980 --- [ main]...
history
### Description ### Info * docker-maven-plugin version : * Maven version (`mvn -v`) : ``` ``` * Docker version : * If it's a bug, how to reproduce : *...
### What is the issue? I'm using the Docker image `ollama/ollama:latest`. I'm running the image and, in the new created container, I'm pulling `llama2`. Once the pull operation finished, I'm...
Hello, The links that you've provided in order to download the binaries return HTTP 403. Did anything change in the organization's download policy ? Are these links supposed to still...
Trying to install bootstrap as documented in README.md doesn't work, as shown below: $ ng add @ng-bootstrap/ng-bootstrap@bootstrap5 ℹ Using package manager: npm ✖ Unable to fetch package information for '@ng-bootstrap/ng-bootstrap@bootstrap5':...