Hibernate -
Has anyone got the idea how to use UNION function in HQL?
Does Hibernate (HQL) support UNION function? If no, any suggestion and example i can reference to .
Please advise
I need a Netbean full example step by step for ejb 3, application client, web client that access a db like oracle or javadb. For example a project that contains all ejbs local and remote inter...
hi, is there any comprehensive tutorials around for jasper reports and i reports?
Hi,
I'm trying the Hibernate mapping between two tables - AGENCY and OFFICER_AGENCY.
The AGENCY table has the composite primary key which consists of agency_code and sub_agency_code. Thi...
Hi,
I'm pretty new in this webservice thing and I want to call a webservice deployed over HTTPS.
My current code is like so:
System.setProperty("javax.net.ssl.trustStore", "Cu...
I am new to ANT, and am trying to setup a build file that will take the JAR files from my project lib directory, and allow my compiler to utilize the jar files when I run an Ant target. My bu...
I am attempting call a simple webservice through a client, but I continue to get the following exception. I am using JBoss as my application server. Everything compiles in Eclipse (Note I am u...
Hi. We installed a ECC 6 Server (abap+java) with MSSQL 2005 with SID:T13 & updated all patches in the system. Later we did a system copy & named it a T14.
IN SE06 (post-installation activit...
I am going throug the user guide for Axis2 and trying to build a simple web service. I have Tomcat 5 server.
This is the SampleService.java
package org.apache.axis2.axis2userguide;
im...
Can someone show me a sample properties file that would connect Hibernate to a SQL Server database?
Can anyone please guide me to a high level diargram of using Web Services. Say I have a database (SQL Server), A Web Server (Tomcat 5), Web Service Engine (Axis 2).
User calls the web servr...
I have downloaded and extracted axis2-M2-bin to C:\axis2-M2-bin
From Axis2 Quick Start Guide
"Before we build anything using Axis2, we're going to need to take care of a little housekeep...
I'm trying to figure out how to join two tables using Criteria where the key that I'm joining on is not a primary key.
Hibernate Mapping:
<set name="emailAddressCanSpamSet">
...
Where can i find a JMS eclipse working example + tutorial.I want to learn a JMS for my java web app and play with it using P2P and pub-sub.
Hi! I am new to ejb, and want someone to help me step by step, again step -- by -- step to run simple ejb program in netbeans 6.0. I am trying for last one week to run, without any success. I...
Okay, this question isn't as simple as the title make it sound like.
I know JBoss is a full j2ee application Server, and Tomcat, for some strange reason has now been downgraded to a contain...
My log4j.properties file look like this:
log4j.rootLogger=INFO, R1,R2,R3,R4,R5
# ***** R is set to be a RollingFileAppender.
log4j.appender.R1=org.apache.log4j.RollingFileAppender
log4...
WSDL2JAVA
How to install it.
I am doing pagination . every time i want to display 15 records on the page. And when i will click on next button i want to retreive next 15 records and on clicking previous should come to pre...
Hello,
After the submit of a form, if an error occurs in the "execute" method of the associated Action,
I want to display an error message and forward to the form again with the introduce...
I have a web application into which I am integrating Spring framework. The existing webapp has one servlet whose "load-on-startup" is set to 5 so that it's init() method gets called when the ...
I have
Web-inf/lib/struts.jar
Web-inf/lib/common-digest.jar
using spring 1.2.3
Weblogic 8.1
java1.4
Any reason I get NoClassDefFoundError
I don't have any of my references (in boxes in garage at moment) so hopefully I can get a quick answer here.
I am making a web.xml file for a pretty simple app, but I want to be able to diffe...
I have some config properties, e.g. log4j.properties (and other app config files) and I would like to place the on the EAR level, instead of WAR level? Any ideas how to do so on Websphere 6?
...
HI, was hoping someone on this forum could help. My cust_part_svc table has a foreign key constraint on service_level and partner_id fields.
I have double checked my mapping, but after poj...