Category "java"

How to check spring boot post API if it is available in the database

**Controller** package com.example.curd.curdtesting.controller; import com.example.curd.curdtesting.entity.Book; import com.example.curd.curdtesting.service.Bo

Win SSPI Negotiate auth when running a service and client both locally

At my job I faced an issue while running a WebService locally and doing authentication into it also locally. WebService uses Waffle with SSPI through JNA and ex

When i click on multiple buttons, multiple audios start playing at the same time in android studio

When i click on multiple images of recyclerview then multiple audios start playing without stopping the previous one. It is getting irritating. I hope someone c

Check if one List<String> contains specific string from another list

I have a List<String> emails containing emails, and another List<String> keywords for containing keywords. For each i-th value from keywords, there

Modifying JSONObject in java , getting exception of ConcurrentModificationException

I have to modify each value for key inside JSONObject and I'm using recursion to iterate over JSONObject because it can be nested. But I'm getting exception in

Can't access the OpenStreetMap to get coordinates for address

I'm trying to retrieve coordinates for a given address using an API I found for OpenStreetMap The API is as follows: package com.sges.commons.utils.coordenada;

After update to spring boot 2.6.3 from 2.5.X hibernate does not work in some query syntax

someone could help me to solve this bug? i have update spring boot from 2.5.x to 2.6.3 and now the query like: @Query("select count(s.subjectId) from PreChe

Java OutOfMemoryError Exception

I'm confused on what OutOfMemoryError really is. The question I have asks what the OutOfMemory exception signifies: The process ran out of heap space Process ra

Project loom: Why are virtual threads not the default?

According to the project loom documentation virtual threads behave like normal threads while having almost zero cost and the ability to turn blocking calls into

RecyclerView editText text change show another field in android

I have recyclerView where i have added a editText. But when I type text to one edittext, text shows another edittext too. Here is the image.. Above image, I ty

Instagram Oauth2 java.lang.IllegalArgumentException: authorizationGrantType cannot be null

I try to create Oath2 registration. But I get this error: Caused by: java.lang.IllegalArgumentException: authorizationGrantType cannot be null at org.spring

ASP.NET and Spring - Singleton or Scoped/Prototype

Im really confused, Daily I work with java and spring and in Spring-community it is almost obvious that Repositorium/DAO and Services are Singletons (which is d

How to add unique entries of Map<String,Object> to List<Object> using Java Streams?

I have a List<Object> element in Java which contains Map<String, String> before adding a new Map<String, String> I would like to know if there

Unexpected Antlr4 parser errors

I found an odd behavior in Antlr4 (I tried versions 4.10 and 4.10.1 with the same result). When I try to use the grammar grammar Paths; cfg: NL? (entry (NL | E

How to translate GraphQL interfaces to the Java world with graphql-java-kickstart library using spring-boot

I'm quite new to GraphQL and I'm struggling with how to translate the concept of the GraphQL interface to proper java code that works with the graphql-java-kick

Why is # not escaped?

Feeling a little dumb here. I have this string http://www.example.com/foo/bar#4.png?token=1441307151_4492f25946a2e8e1414a8bb53dab8a6ba1cf4615 Because the file

how to create tfileoutputdelimited with file_name_sysdate as the filename for a particular session run and append data

I have a tfileoutputdelimited component that has filename and i want to append the sysdate to the variable after every session run like FILENAME_20210427010624

Get key values of nested json objects

I want to get the values of the keys of the next json file using org.json library: { "1": { "subject1": "MIS", "subject2": "DBMS", "

Runnable Jar File not running because coultnt read excel datas..but works fine in Eclipse

I am trying to create an executable jar file of a Maven Project in Eclipse.was using testNG in the maven project..so created a runner class with main method an

java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException: User is not mapped

I know this has been asked many times, but none of the answers have solved the problem so far. My code was working perfectly for years up until I upgraded from