There are two questions here;
If I can execute java.exe from C:/fitnesse/classes, why can't I execute javac.exe from the same directory?
I do not think that I need to include the executable ...
I am getting the follow error on a few JSP pages, From what I have read, it has got to do with the requested being aborted. How do I fix it ?
WARNING: Exception Processing ErrorPage[errorCo...
Hi,
We are migrating from weblogic 8.1 to 9.2 . We tried to build jar files using weblogic.ejbc but we got an warning saying
[ejbc] DEPRECATED: The weblogic.ejbc compiler is depreca...
Hibernate HQL uses underscore for SQL server schema separator,
When I try to run the HQL ---> list = session.createQuery(" from Trade").list();
I'm getting " could not executed qu...
I have tried the following in order to add external jar's to my EJB but I get a runtime exception saying class not found or class method does not exist.
1) First I added the xxx.jar as ext...
Hi,
I am working on a J2EE application and I am getting a strange error.
When I run the app through eclipse everything works fine but when I run the application by invoking the .jnlp file ...
I'm new to J2EE and I'm starting to study it.
I love Eclipse and I would like to use it to J2EE development.
So I installed the J2EE plugin on eclipse.
I install the tomcat 5.5 on U...
There is a J2EE application that i have made on Netbeans 6.1 using glassfish application server. It runs perfectly fine from netbeans.But When i double click the jar file, it says " Cannot fin...
I have below attached lines in my application.
I have FetchType.LAZY at all @ManyToOne jpa/hibernate annotations.
Now I get exception:
"org.hibernate.LazyInitializationException: could...
Hi
I Have been developing a management application in JAVA using servlets,JSP and using tomcat 5.5.23 v server.Backend data base is MySql .My application which is web enabled has many concurr...
Hello,
I am learning to develop web services in java, i realized that there many ways to implement it. so can you recommend me which way is the best? from what i know, there are jax-ws, axi...
I call getSalesDAO() method and I recieved my list that contains a list of Objects but it fails when I want to cast this objects list to another class by calling getSaleCast(List<?> list.)
...
Hi,
Could you please tell me,how to implement the bad word filter in my webapplication.Is there any tool avaliable to filter the bad words?
Thanks,
Prasath
Hi does anyone know the exact difference between when a thread is in a deadlock state vs sleep() state? I cant find a conclusive answer, the resources/locks are held in both cases, so what exa...
Hello All
I am looking for a very simple Java code to connect to WebSphere MQ. I don't have any application server and is using Java 1.5 so please do specify the Jars that I may need (and ...
Hi,
Can you please provide me the link to get the trial version of the following products.
" Websphere MQ v 6.0.
" Websphere Message Broker v 6.1.
" Websphere Message Broker Toolkit v 6.1....
Hi i am new to JSF,wanted to know.how jsf application works ,pls provide with sample programs,i wanted to use with eclipse for coding, and also deployment steps.
Lets say that I am creating some EJB entity beans that are persisted via Hibernate. One bean can contain a list of the other type of bean - bean.getList() and bean.setList(theList). (the lis...
I have a J2EE application that provides web services to various other applications that we have.
The J2EE application needs to use another 3rd Party API that requires a bootstrap to add the...
Hi, I want include Icefaces in my project, but my project is development with struts 2. Can I include IceFaces with Struts 2?
We have websiteA (master site) and websiteB. Each site has a user profile data table that needs to be matched. Whenever a user registers at A, siteB also needs to have the new user's data. Now...
Hi,
I'm currently developing a website and as part of the site I have to develop a review section. I'm using JSP/Servlets and MySQL etc
Basically what I want to know is how do I prevent...
I have the below method to call the web service method. Some times when it is not able to connect to the web service as the server may be down, it is just hanging for (atleast more than an hou...
I'm trying to do hibernate mapping for Views , The views that I have basically selecting data out of 3 diifferent database sand they are all SELECT statament and there is no Primary key
I 'm...
HI,
I am downloading the file using Structs DownlaodAction,
so I am overriding the method getStreamInfo() in my ActionClass, it return type is StreamInfo,
how to type cast ActionMapping...