Posts by Evaldo Junior • 43 points
4 posts
- 
		-2 votes1 answer664 viewsA: org postgresql util Psqlexception ERROR syntax error at or near auto_increment in a JSF projectI know this post is old, but I think I can help. Postgresql has a database object called Sequence, just like Oracle. Here’s a link to how to use Quence:… 
- 
		-1 votes4 answers119 viewsA: Data deletion via HibernateI know this post is old, but I think I can help. Here’s an example of how to delete: @Stateful @Local (EmpresaLocal.class) @Remote (EmpresaRemote.class) @RemoteBinding(… 
- 
		0 votes1 answer730 viewsA: Consuming Java Web ServiceThere must be a simpler solution, but it follows the source code: private void btnSoap_Click(object sender, RoutedEventArgs e) { getSoap(); } public void getSoap() { HttpWebRequest spAuthReq =… 
- 
		4 votes1 answer730 viewsQ: Consuming Java Web ServiceI’m a beginner in C#, my Visual Studio is 2010, my version of Windows Phone is 7. I searched the internet and this version of the "async" command only works from Visual Studio 12 to top. Is there…