Posts by Fernando Tricks Combo • 35 points
5 posts
-
0
votes1
answer930
viewsQ: How to resolve "Type Mismatch: cannot Convert from element type Object to Message"?
I was studying JSF and found this site where teaches to create a basic chat using JSF, primefaces and ajax: https://jetcracker.wordpress.com/2012/03/04/jsf-how-to-create-a-chat-with-ajax/ I have the…
-
0
votes2
answers672
viewsQ: error starting apache tom cat(home page) HTTP state 404
when I am starting the tom cat(localhost:8080) the following State HTTP 404 error is happening, and does not show the initial page of the tone cat. cat tone log Ene 21, 2016 11:53:41 AM…
-
3
votes2
answers374
viewsQ: Error while subtracting with no value fields (Android)
I got two camps like double, where the values should be subtracted. But when I do not enter any value in the field, an error occurs and the application closes. How can I solve this problem? Follows…
-
0
votes1
answer73
viewsA: Error in android application when searching data in postgresql database via Webservices with Ksoap2
Solved, it wasn’t a code error I realized I was giving the following error : [timestamp - ddms] Can’t bind to local 8600 for Debugger then I searched and managed to solve. below is the link I found…
-
0
votes1
answer73
viewsQ: Error in android application when searching data in postgresql database via Webservices with Ksoap2
First I made a Webservice Using Axis 2, where it has the class connected with the database, and the class with ordering ADO with CRUD. Using the Soupui, I can carry out the method calls. So far so…