Need info, is jasper report only plugin available to create multiple format files in spring boot application?

|
anonymouskz 2022-08-18 13:11:42
springbootmicroservices-73669.jpg
Hello everyone! I wanted to create proxy of services. It gives error: Factory method ‘proxy’ threw exception; nested exception is java.lang.ClassCastException: class com.sun.proxy.$Proxy202 cannot be cast to class .tariff.service.TariffService (com.sun.proxy.$Proxy202 and .TariffService are in unnamed module of loader ‘app’)
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:655)
First name (required) 2022-08-18 13:17:35
Hi anybody would like to tell how to lear bootstrap html css
Means web designing
A Dp 2022-08-18 13:19:14
springbootmicroservices-73673.jpg
Can anyone help me on this error ,im facing this when im trying to run as maven build
ArJuNdO 2022-08-18 13:29:02
anonymouskz 2022-08-18 13:11:42
Hello everyone! I wanted to create proxy of services. It gives error: Factory method ‘proxy’ threw exception; nested exception is java.lang.ClassCastException: class com.sun.proxy.$Proxy202 cannot be cast to class .tariff.service.TariffService (com.sun.proxy.$Proxy202 and .TariffService are in unnamed module of loader ‘app’)
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:655)

Instead of type cast use, TariffService.class.cast(proxyObj)

ArJuNdO 2022-08-18 13:31:19
It will work if the passed service class has implemented the above interface,

downside is it tightly bounds to single interfcae, if your class implements multiple interfaces, you need the proxy for all interfaces write a method to get proxy based on the passed class name and use it at run time.

Dry Days 2022-08-18 13:31:23
Anyone hire me for free…I would love to learn and solve the problem for free
ArJuNdO 2022-08-18 13:34:33
A Dp 2022-08-18 13:19:14
Can anyone help me on this error ,im facing this when im trying to run as maven build

As error says, unable to find apache.log4j package.
It might be missed in your class path( add it in maven or libs).
Or different/ multiple versions available in your class path (delete duplicates or exclude in maven)

A Dp 2022-08-18 13:36:59
ArJuNdO 2022-08-18 13:34:33
As error says, unable to find apache.log4j package.
It might be missed in your class path( add it in maven or libs).
Or different/ multiple versions available in your class path (delete duplicates or exclude in maven)

Okay thank you

Abisuga 2022-08-18 13:50:09
Need info, is jasper report only plugin available to create multiple format files in spring boot application?
Anil Ganta 2022-08-18 13:52:37
Anil Ganta:
Hi Guy’s I’m learning Java, spring, spring boot. I need projects for practice. Where do I get the best projects

Please help me out

Riya R 2022-08-18 14:41:13
springbootmicroservices-73691.jpg
Html in vs code… it’s not opening on any server just giving port number….what to do?
mmn_1380 2022-08-18 15:05:37
openbe 2022-08-18 02:38:06
Hello everybody. How to use thymeleaf template to send sms with spring boot?

Hi you need to use sms provider and use it in backend (spring boot) – sms provider such as twilio and send message with phone number to twilio api

Rakshit Shrivastava 2022-08-18 16:25:48
Spring framework validator api how to display selected output in postman
V P 2022-08-18 16:44:23
Anyone have idea about power Bi adapter???
faisal_shopnil 2022-08-18 17:38:35
Rakshit Shrivastava 2022-08-18 16:25:48
Spring framework validator api how to display selected output in postman

selected output means?

surenyas1902 2022-08-18 18:03:44
Riya R 2022-08-18 14:41:13
Html in vs code… it’s not opening on any server just giving port number….what to do?

http://localhost:5500 or http://127.0.01:5500

surenyas1902 2022-08-18 18:04:04
surenyas1902 2022-08-18 18:03:44
http://localhost:5500 or http://127.0.01:5500

Either of these should work

Bala Krishna 2022-08-18 18:05:14
hi all iam a beginner I’m willing to learn spring boot and microservices ,
moreover i noe java upto oops concepts

what are all the pre requisites need to learn spring boot and microservices?

Backhere 2022-08-18 18:18:49
Bala Krishna 2022-08-18 18:05:14
hi all iam a beginner I’m willing to learn spring boot and microservices ,
moreover i noe java upto oops concepts

what are all the pre requisites need to learn spring boot and microservices?

must go through collection, exception handling, multi threading basics. jdbc ,servlet jsp ,

Harsh 2022-08-18 18:32:35
What is the use of to string
Harsh 2022-08-18 18:33:03
In java
Debiprasad Dash 2022-08-18 18:50:21
Harsh 2022-08-18 18:32:35
What is the use of to string

toString is used to print the content of the object

Akhilesh_Reddy1 2022-08-18 19:17:30
Can we use sonar cube from docker for a project which is there in our local system
Bala Krishna 2022-08-18 19:22:06
Backhere 2022-08-18 18:18:49
must go through collection, exception handling, multi threading basics. jdbc ,servlet jsp ,

tq bro

srilakshmoji 2022-08-18 20:25:04
Can anyone suggest good course for spring boot microservices?
Arya 2022-08-18 20:36:22
Java techie YouTube series…
Anurag 2022-08-18 20:41:31
Anyone help me with creation of docker image?
Sakshi 2022-08-18 22:36:16
springbootmicroservices-73757.jpg
What’s the output of this code ?
Moises Henriques 2022-08-18 22:38:59
Sakshi 2022-08-18 22:36:16
What’s the output of this code ?

111 karan poly
222 aryan poly
333 sonno poly

Sakshi 2022-08-18 22:39:43
u r right but i have one doubt static method is also load when the class is loaded??
|