Questions tagged as 'java'

0
answers

Web service restful + common java project

I have the following problem, I have a test web service created in a separate project (I) in eclipse and another java (II) project (Drools). How do I make the two communicate in different projects? I have tried the Build Path - > Project...
asked by 25.10.2015 / 04:03
0
answers

does not find classpath of jaspersoft studio

Good evening Does anyone know how I configure the jasperstudio classpath so I can test the beandatasource-based reports? In ireport I had the option but I can not find it.     
asked by 23.10.2015 / 02:14
1
answer

BigDecimal not allow 3 houses after comma

Personal I'm doing a split between 2 BigDecimal and I need the system does not allow 3 houses after the comma. I have a full value and need to divide by the amount reported by the user. if you give it to your houses after the comma, it means tha...
asked by 11.12.2015 / 18:35
0
answers

Error Wrong number of arguments in production environment

I have an application in development and production, and only in production mode it has the following error:   UT005023: Exception handling request to / 1 / registers / object / new: org.springframework.web.util.NestedServletException: [0m [...
asked by 11.12.2015 / 16:53
0
answers

Scope of update for p: ajax and validation

I need to change the value of the input LevelNo to 0 and the input factoryCode is disabled, otherwise nothing should happen. I have the following code: <p:inputMask id="LevelNo" size="4" maxlength="9" mask="9?99999999" slotChar=""...
asked by 09.12.2015 / 21:44
0
answers

Get the properties of the XML response from the web services server

I want to capture the values of the properties of the XML responded by the server. public ArrayList<Carga> smbcRequest(smbc smbc) { //instanciando variaveis PropertyInfo req = new PropertyInfo(); ArrayList<Carga> lista...
asked by 10.12.2015 / 05:08
1
answer

How to clean JTable cell when starting typing?

How can I clear the cell in JTable when starting to type in a like cell in excel. For example, I position the cursor in a cell and when I start typing the cell goes into editing mode, at this moment I need a listener that when entering...
asked by 19.10.2015 / 16:47
1
answer

Send email with a custom html page - android

Good afternoon, Can someone help me, I'm developing an app, where after receiving some user data, an email containing this information is sent. I would like to use html to make the email presentable, put some background colors in the body of the...
asked by 19.10.2015 / 17:32
0
answers

Omnifaces SelectItemsConverter does not reflect object values on screens

I'm using the selectOneMenu component with the omnifaces converter. When I save my object in the database it works fine, but when I restore the information, it does not reflect on the screen, that is, the selectOneMenu component...
asked by 06.10.2015 / 17:07
0
answers

How does mock in integration tests work? [closed]

How to use mock in my integration tests?     
asked by 07.10.2015 / 18:59