Sachin Raju

Ranch Hand
+ Follow
since Oct 29, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
2
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sachin Raju

How are the job opportunities in IBM Sterling Software tool?
11 years ago
Hi,
I have started working on IBM Sterling Software(Multi channel Selling tool) in my project. I am fearing that I am working on a non-demand tool in market. How is job oppurtunities in this tool? Please guide me here.

Thanks.
11 years ago
Hi,
I am not able to download any plugin using the install software of the eclipse.

log shows:
An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Artifact not found: osgi.bundle,jd.ide.eclipse,0.1.3.
http://java.decompiler.free.fr/jd-eclipse/update/plugins/jd.ide.eclipse_0.1.3.jar
Artifact not found: osgi.bundle,jd.ide.eclipse.win32.x86_64,0.1.3.
http://java.decompiler.free.fr/jd-eclipse/update/plugins/jd.ide.eclipse.win32.x86_64_0.1.3.jar

Plugin used for download : http://java.decompiler.free.fr/jd-eclipse/update/


OS windows 7 64 bit
Helious eclipse for 64- bit
I am using interceptors in the struts. There are 3 interceptors. when user logs in, session is created. The same session is not getting maintained over different requests for the same login. What might be the cause for this?
13 years ago

I am getting this exception and I am using the hibernate cofig file: I have kept the jtds jar in the classpath. Still the same exception...



Thats what I want to know. Why Cant I connect? I have defined everything rightly.
I am getting this exception. Everything seems to be fine.

hibernate config xml:





context setting xml:

<Context path="/iclose-messenger-broker" debug="0">
<!-- MySQL -->
<!--
<Resource name="jdbc/iclose-messenger-broker-ds"
auth="Container"
type="javax.sql.DataSource"
maxActive="100"
maxIdle="30"
maxWait="10000"
username="MyUserName"
password="MyPassword"
driverClassName="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost:3306/iclose-messenger-broker?autoReconnect=true"/>
/> -->

<!-- Microsoft SQL Server -->

<Resource name="jdbc/iclose-messenger-broker-ds"
auth="Container"
type="javax.sql.DataSource"
maxActive="100"
maxIdle="30"
maxWait="10000"
username="sa"
password="sa"
driverClassName="net.sourceforge.jtds.jdbcx.JtdsDataSource"
url="jdbc:jtds:sqlserver://192.168.90.245:1433/iclose-messenger-broker;appName=iclose-messenger"/>
/>

</Context>



SQL Server DB Name: iclose-messenger-broker


Please suggest me here.






<result type="chain">render</result>
<result name="input">product_main.jsp</result>

Which will get executed?
13 years ago
what happens to the chain type?
13 years ago
There is a action tag like this in my application. What happens here? whether the request goes to the render action or the page product_main.jsp is displayed? How to find this? Thanks

<action name="viewedit_ajax" com.tebs.augusta.web.actions.product.ProductAction_viewedit">
<result type="chain">render</result>
<result name="input">product_main.jsp</result>
</action>
13 years ago
Whats the difference between <result name= and <result type= tags inside the action tag? Which one is called at what point? Please suggest. And also what does <param name tag and method tag do?

<action name="delete" method="delete"
class="org.apache.struts2.showcase.action.EmployeeAction" >
<result name="error">/empmanager/editEmployee.jsp</result>
<result type="redirect">edit-${currentEmployee.empId}.action</result>
</action>


Is there any link which explains the tags in details
13 years ago
Same rules apply to you also. You are not God and why it is Godbole??? Change it..
13 years ago
I am writing some text to the file after creating the file and after writing I have to call that file on to the browser. I am able to wrtie the text to the file using io streams. But calling that file on to the browser is giving 404 error. The file is called before it is been created. how to solve this.
13 years ago
Hi,
Is there any book on SQL Reporting services with Java

Thanks.
13 years ago