Questions tagged as 'java'

0
answers

Create popUp window on android?

I created this code here but something is wrong, because every time I click the button that activates the popup the app closes. //Button private Button pesquisar; private PopupWindow popUpWindowPesquisa; private LayoutInflater layoutInflaterP...
asked by 29.10.2016 / 20:58
1
answer

Problem with vector position

I have an application in which I made an arrylist of images, which in this list of the image has its position, in the onBindViewHolder method @Override public void onBindViewHolder(MyAdapter.ViewHolder holder, int position) { holder.im...
asked by 28.11.2016 / 14:54
1
answer

Change image resolution via java code

asked by 24.10.2016 / 14:38
0
answers

Make SOAP request with Spring using certificate A1

I'm trying to make a request to send the NFe to the Sefaz SP server, but I'm always getting the certificate error not found. I created a Bean that returns the WebServiceTemplate, and this is my code: @Value("/pathTo/certificate.pfx") private S...
asked by 25.10.2016 / 14:13
0
answers

CSS No Sending JSP Email

Is there a way for me to send an email using java using css? In order to send the formatted body, I can, but I would like to put bootstrap in the content of the email //Criando a Multipart Multipart multipart = new MimeMult...
asked by 27.10.2016 / 18:18
1
answer

Problems saving with selectOneMenu.

I'm trying to save an Activity record with Favored information. I can not save in any way. I will put the code and please if anyone can help me thank you. < package br.com.sentinel.Bean; import java.io.Serializable; import java...
asked by 27.10.2016 / 18:04
1
answer

Error consuming REST Java ArrayListString

I have a Maven Web application in NetBeans running on GlassFish 4.1.1, and a basic CRUD class has been created to receive and return in JSON format, but when it is to be returned a List<String> the server has an error :    Seriou...
asked by 27.10.2016 / 20:53
0
answers

Persistence of DateTime AngularJS x Java x MySQL

I created an application in our company to control the use of certain equipment in our Industry. The fact is that there was a need to control the date / time of a product entering and leaving a certain equipment. My Architecture: Front: HTML...
asked by 20.10.2016 / 21:47
1
answer

Convert String to JSON

I would like some help to understand this conversion that I am trying to do but it is generating an exception, see: protected void onPostExecute(String resultado) { if(resultado.contains("login_erro")) { Toast.m...
asked by 27.11.2016 / 16:01
1
answer

Enum returning me null pointer

My Enum is returning Null Pointer when relaying this call: System.out.println(DefinicaoSCM.getDefinicaoSCMPorDisciplina(Disciplina.IMPLEMENTACAO)); Implementation: public enum DefinicaoSCM { DESCONHECIDO(null, "NA", "NA"), IMPLANT...
asked by 25.11.2016 / 18:32