[JBoss-user] [Persistence & CMP/JBoss] - Re: Image Retrieved from DB, doeesnt get displayed correctly

2004-10-29 Thread robinbajaj
hi craig As you suggested(as i concluded lookinga at your code as of what i can do using the java package without your custom classes) to get a separate output stream to write this image content onto the page, i dont make the Imageicon, just get the image Blob from the DB. then find its length.

[JBoss-user] [Persistence & CMP/JBoss] - Re: Image Retrieved from DB, doeesnt get displayed correctly

2004-10-29 Thread robinbajaj
hi Craig Okay i have changed my code the following way (in the bold) to take care of the appropriate content type i am showing on the html page(since i only have one gif file , i know the content type should be image/gif . since the code you gave..probably uses your own custom-classes like Imag

[JBoss-user] [Persistence & CMP/JBoss] - CachedRowSet.getBlob() throws Datatype mismatch while retrie

2004-10-27 Thread robinbajaj
My Servlet code is using a CachedRowSet to get a blob datatype from mySQL4 database using getBlob() function,from the table uploads(uploadid int(10),filename varchar(20),BINARYFILE BLOB); using the following code. CachedRowSet rs; rs =new CachedRowSetImp

[JBoss-user] [Persistence & CMP/JBoss] - Image Retrieved from DB, doeesnt get displayed correctly in

2004-10-27 Thread robinbajaj
Summary :: Why is my browser not showing my constructed image Retrieved image from DB , constructed using ImageIcon Details My Servlet code is retrieving image using resultset.getBlob() method and then constructs an ImageIcon from it using the following code. But when i display it usinghtml

[JBoss-user] [JBoss Getting Started Documentation] - Re: problem on connection /bank/main

2004-10-09 Thread robinbajaj
i m busy working on some project right now.. but i wud really apprciate any follow up from your side regarding this ..! thanks in advance.. robin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850882#3850882 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [JBoss Getting Started Documentation] - Re: problem on connection /bank/main

2004-10-09 Thread robinbajaj
sorry i am not posting the solution to the problem. but just to let you know , i am also stuck in the EXACT SAME PROBLEM. :-( i cannt figure it out either. Kindly do post any follow ups you might get from any other forums. I will do the same in case i do get some input from anywhere else. i posted

[JBoss-user] [Installation & Configuration] - deploy/undeploy tool in jboss??

2004-10-05 Thread robinbajaj
Sorry if i am bothering you guys .. but i really need to know this. :: Is there any deploy/undeploy tool or a relevant link jmx-console to deploy/undeploy ejb/web applications in jboss. at least during my trial spans i have seen such tools in SUN application server , Weblogic server . I am sure th

[JBoss-user] [EJB/JBoss] - GUI based deploy/undeploy tool in jboss ??

2004-10-05 Thread robinbajaj
Is there any deploy/undeploy tool or a relevant link jmx-console to deploy/undeploy ejb/web applications in jboss. at least during my trial spans i have seen such tools in SUN application server , Weblogic server . I am sure there must be one like that in jboss too .. but i guess jmx-console is a

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - porting workbook examples 04_01 from jboss/hsqldb to jboss/m

2004-10-05 Thread robinbajaj
i have configured the mysql 4 to work with jboss 4.0 Can Bill/Sacha kindly tell me what corresponding change do i need to make in the ant script as that it works with mysql. I have tried to make the ex_04_01 work with this config. it gives me the following error when i run this 2nd time. (it work

[JBoss-user] [EJB/JBoss] - Problem porting dukebank application to jboss 4.0

2004-10-05 Thread robinbajaj
hi I am trying to port Dukebank application written Sun A.S to jboss 4.0 and following all the instructions provided in "GEtting Started Documentation" provided for Jboss 4.0 ENVIRONMENT DETAILS: I have configured myEclipse with jboss 4.0 Final on windows XP professional(SP2) using Java[TM] 2

[JBoss-user] [JBoss Getting Started Documentation] - dukebank throws RunTime Exception after deployment

2004-10-03 Thread robinbajaj
ENVIRONMENT DETAILS: I have configured myEclipse with jboss 4.0 Final on windows XP professional(SP2) using Java[TM] 2 Platform jdk version(build 1.4.2_05-b04) Hi i am doing everything rite till deployment deployement gives the folowing successfull deployement message. | 12:17:11,819 INFO [E