Questions tagged as 'java'

1
answer

How to change the language to my website with angularjs? [closed]

How can I change and, with that, the language of my page either with a language selector or automatically all the text, to the selected language. I have seen that .js or Locale language files are downloaded with angle, but only changes some p...
asked by 22.07.2016 / 04:09
1
answer

Java structure in the @ResponseBody custom

I'm doing a mapping from the database with MyBatis in Java. This is the way I am doing it and everything is working very well: final static String GET_CONFIGURATION = "select c.codigo, c.simbolo, c.fecha, c.moneda" + " from pps.cue...
asked by 17.03.2016 / 17:27
1
answer

associations with annotations in MyBatis

Good day family, I have a rest project mounted on Spring. I have an endpoind that works for me and returns an array of objects: [ { "accountBankId": "24083410-1d00-43a9-9a14-09bd865a1381", "accountId": 1, "accountName": "Banco de...
asked by 17.03.2016 / 19:19
1
answer

WebService REST with Genexus

I made a REST WebService in Genexus Ev2, but I have problems to consume it through an angular application. When trying to consume it, I'm getting error 403, but if I try it with Postman or Advanced REST Client, I get the answer without problem....
asked by 13.04.2016 / 20:53
1
answer

Problem with Java events

I developed an application to mark in and out using a biometric reader, the problem is that the reader is activated with the formWindowOpened method, where I call Capture () which is the one with which I identify the Footprint, this method calls...
asked by 01.08.2016 / 02:19
1
answer

Call Stored Procedure in Java with data type SYS_REFCURSOR as output

I'm running a console application in JAVA, where I need to run a Stored Procedure done in Oracle , the Stored Procedure has three input variables that are of data type String and two output ones, one of which is String type and the last is of...
asked by 03.03.2016 / 18:43
2
answers

Connection java and mysql

Any questions on how to solve the error? that appears when I try to make a graph in Jfreechart. apparently the error is in the connector. import java.sql.*; import javax.swing.*; public class javaconnect { Connection conn = null; p...
asked by 04.08.2016 / 05:24
0
answers

Genexus Error updating the KB version of gx9 to gxEv3

When I open the KB from genexus Ev3 u16 I get this error: -------------------------------------------------------------------------------- GeneXus Version: 16.0.1 U129648 ------------------------------------------------------------------------...
asked by 05.01.2019 / 12:46
1
answer

How to respect breaks of text lines copied to the clipboard

Good day, I have a small code that manages to copy a text that is inside a webView which loads a web page. The problem is that I do not get that when extracting the text from the clipboard this does not respect the line breaks. final Clipboard...
asked by 05.01.2019 / 04:29
1
answer

the Tabchange event of the accordion primefaces panel does not work

I have a accordionPanel created dynamically and I want to get the identifier of the Tab that activates the user, for this I am making use of the only event ajax that can be applied to the accordions ( tabChange ), however this is...
asked by 24.05.2016 / 12:41