All Questions

1
answer

List custom post type of several taxonomies

I've used this code: <ul> <?php $args = array( 'post_type' => 'integrante', 'orderby' => 'title', 'order' => 'asc', 'lang' => 'pt', 'tax_query' => array( 'relation'...
asked on 03.02.2016 / 18:01
1
answer

Rails and Webmotors

Anyone with any experience with Rails integration with Webmotors APi? I'm using Gem SAVON to integrate the application with the site API and I'm getting the error:    Savon :: SOAPFault: (soap: Server) Server was unable to process request....
asked on 24.12.2015 / 15:22
2
answers

Capture user name logged into the machine via Web Application

There are two applications, one in Java and one in ASP, and both can integrate with Active Directory without typing user name and network password. The application made using ASP, logs in automatically when accessing the url, however it does not...
asked on 18.12.2015 / 20:14
1
answer

Error java.lang.ClassNotFoundException: "Caused by: java.lang.ClassNotFoundException: com.fasterxml.jackson.core.type.TypeReference

I'm developing a Java, FX, Hibernate application and using log4j2 for my logs. When I run the application through the IDE (Eclipse) everything works normally, but when creating the application .jar, the following errors appear (just when startin...
asked on 26.01.2016 / 14:43
1
answer

Click on the Link and open a player below it

I have some links, for example: Link1 Link2 Link3 Link4 and I would like that when I click on Linkx it opens an "embed" just below it and that each Link brings its corresponding video. / p> I'm working on a t...
asked on 24.09.2015 / 19:08
2
answers

Hibernate correctly configured does not insert into the database

My code does not enter into the Mysql database. It identifies all the database, the tables and the fields, but the insertion is not done. UserID.java package br.com.sistec.dao; import org.hibernate.Session; import org.hibernate.Tran...
asked on 27.06.2015 / 23:13
0
answers

Error when deploying on Wildfly 8: Failed to define class

I'm getting the error below when trying to deploy my application after migrating from JBoss AS 7.1 to Wildfly 8.2 and from Java 7 to Java 8 and still can not identify the source of this error. I'm using Wildfly 8.2, Primefaces 5.1 and JSF 2.2...
asked on 29.07.2015 / 14:41
1
answer

Prevent or remedy?

Lately I've been too worried about preventing code errors. However I had this doubt:    Is it better to check (prevent) or remedy (Ensure existence)? Let's say you have: $var = array( 'name' => 'Guilherme', 'lastName' => '...
asked on 03.02.2016 / 12:10
0
answers

Php laravel with jasper report

I'm using laravel as a framework, and jasperphp to generate the report, however I can not pass the database to jasper, most uses mysql to generate the report, but I'm using Mssql, someone gives me a light with it Please, of the two forms that I...
asked on 15.09.2015 / 20:54
0
answers

Method to protect IIS from hotlinking

There is some efficient method against hotlinking for IIS. I tried two but they did not work. <!--Método 1--> <rewrite> <rules> <rule name="Blacklist block" stopProcessing="true"> <match url=...
asked on 18.09.2015 / 18:24