I am not sure if this is true with all the java.net forums (it is true
with GlassFish discussion forum, however). But I find it rather
incomplete when the forum that I am watching does not send me the last
reply to a discussion thread. I have to click on the link to thread in
order to read it entirely.
The public forums at sun software site
(
http://swforum.sun.com/jive/index.jspa) have a way in which when I get
an e-mail about a watched thread, it appends the last response to its body.
Is there a setting somewhere to enable that?
Thanks,
Kedar
Here is a comparison of e-mails sent:
------ From GlassFish forum -----
km105526,
You are watching the forum "GlassFish", which was updated Mar 2, 2006 7:35:50 AM by mitchelr.
To view the forum, visit:
http://forums.java.net/jive/forum.jspa?forumID=56.
To view the thread, visit:
http://forums.java.net/jive/thread.j
---------------------------------
------ From Sun Software Forum --
Kedar Mhaswade,
You are watching the forum "Sun Java System Application Server - System Administration", which was updated Mar 2, 2006 6:14:25 AM by Jagadish.Prasath.
To view the forum, visit:
http://swforum.sun.com/jive/forum.jspa?forumID=130.
To view the thread, visit:
http://swforum.sun.com/jive/thread.jspa?forumID=130&threadID=63420.
Body of Message:
You should not be using com.sun.appserv.jdbc.DataSource in your code.
Neither OracleDataSource.
Change your code from
"poolConnDs = (OracleDataSource)jdbcContext.lookup("java:comp/env/jdbc/jndi_pool_name");"
to
"poolConnDs = (javax.sql.DataSource)jdbcContext.lookup("java:comp/env/jdbc/jndi_pool_name");"
Hope this works.
Thanks,
-Jagadish
---------------------------------