ErrorCode-404
ErrorCode-404
I am using this plugin together with the camera plugin to create a barcode scanner. The imageSream on the CameraController delivers CameraImage's which will be used for barcode detection while...
Yes I did that before and I have tried your scale state cycle now. But it didn't work as wanted. To be exactly it's like the scaleStateCycle property is ignored...
Thank you for your response. I already have checked the docu and also brought the basic communication between a sender and a receiver to work. I used the `Phase4BDEWSender.builder()` like...
I only have this both dependencies in my project: ``` com.helger.phase4 phase4-lib com.helger.phase4 phase4-profile-bdew ``` So there is only one profile at the same time. But I think I have...
Okay I can confirm that exactly one profile (bdew) will be registered.
Hi I have posted my code below: ```java @Configuration public class ServletConfig { @Bean public ServletRegistrationBean registerAS4BDWEWServlet(final ServletContext servletContext) { init(servletContext); final AS4BDEWServlet servlet = new AS4BDEWServlet(); ServletRegistrationBean bean =...
Well unfortunately the deactivation of the validation against the profile doesn't solves the problem. I still think that the error will be caused through the validator of the bdew profile....