While debugging JMS application I am getting below exception. Exception is telling transaction has got timed out.
I am using Eclipse,and Jboss EAP AS 6.
Can anyone of you please let me know how to increase this transaction time.
If i run the application it works fine. I will get below exception only during debug mode.
While executing Hibernate program i am getting below exception.I am unable to know the root cause for this issue.Please let me know how to correct this and what went wrong in below code.
Exception is
While going through java tutorials i read we can use Hashtable and Vector collection object's if we need thread safety.
I need to know whether there will be any senario where we need to have extra code for handling thread issues even though we are using able collections ?
I think you should extend Thread class is you are creating specialized version of Thread .
In most of the application we are interested in 2 or more thread, since we are not creating new feature to already existing Thread class , Implementing Runnable will be good wrt design
I hope you can get answer for your question by think in term of HAS-A and IS-A relation . [ August 27, 2007: Message edited by: harish thrivile ]
I am trying to analyze one java project , i thought it will be easier if i get sequence diagram for those files.
Can any one please suggest me the tool which will generate sequence diagram for 1.one perticular java program(java file) and also 2. for complete package
I have written an application.Now i want to deploy it in different machine . For that i am planning to create " .exe " file, which will set required environment variables and path required for my application.
Can any one please let me know the procedure for creating ".exe " file for java application.