snoofle

Greenhorn
+ Follow
since Jan 09, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by snoofle

hello all, hello bill,
it throws an
org.xml.sax.SAXParseException: File "https://.../test.xml"
not found.
java.lang.NullPointerException
Has anybody an idea ?
tia
andreas
Hello all
if have this little codesnippet :

if i try to run it with http://localhost:8080/test.xml it works fine ...
but when i try to use it with ssl it throws a NullPointerException.
has anybody an idea or example how to parse a file via https ?
tia
andreas
hello all,
i've have again a problem with storing a byte[] in a blob under oracle ...
is there a way to store byte[]like this ( or another way any help is great ) ?

i have an example with a filestream, but no idea how to insert byte[] directly ...

tia
andreas
hello all,
has anybody an idea how i can access the MessageRessources in a Taglib ?
tia
andreas spiessl
22 years ago
hello William, David
thanks a lot, it works fine
andreas
22 years ago
hello all,
i want to redirect an user to an url witch only accepts http posts, has anybody an idea how i can do this within a servlet ?
tia
andreas spiessl
22 years ago
hello Shoba,
thanks a lot, that was the error
tia
andreas spiessl
Hello all,
i have a little problem with forwarding to an url witch only accepts httppost.
is it possible to forward via http post with struts ?
tia
andreas spiessl
22 years ago
hello all,
i have a big problem with parsing a xml file with dtd...
if i try to parse

with following dtd

with this code under was 3.5

i've got this error from was:

in my servlet directory are
jaxp 1.0
jdom 0.7
xerces

has anybody an idea where my error is ?
please help
tia
andreas
hello rene,
you've been right
pdf.close() and after that pdf.get_buffer() was the error
thanks a lot
andreas spiessl
22 years ago
hello beksy,
i am using ie 4/5 and acrobat 5.
the insert doesn't work correctly,
(maybe the pdflib get_buffer function has an error)
i don't know where my error is ...
i would be nice if i can have a look at your code for insert and displying pdf files
tia
andreas spiessl
[ June 19, 2002: Message edited by: andreas spiessl ]
22 years ago
hello rene, hello all
i have tried it with the code and no pdf file is displayed.
i have test my loading servlet with the database an i function, so now i think the error must be in

has anybody an idea
tia
andreas spiessl
[ June 19, 2002: Message edited by: andreas spiessl ]
22 years ago
hello all,
i have a big problem with writing a bytearray to an oracle db and display it via a servlet
i have a function to generate a pdf with the pdflib

then i want to store the bytebuffer = pdf.get_buffer(); into an oracle database with this script:

when i then try to display the result with this servlet then i get no pdf file displayed

has anybody an idea where my error is ?
tia
andreas spiessl
22 years ago
hello all,
sorry wrong forum ...
should be in Oracle / OAS
andreas spiessl
22 years ago
hello all,

i have a function to generate a pdf with the pdflib

then i want to store the bytebuffer = pdf.get_buffer(); into an oracle database with this script:

when i then try to display the result with this

i get no pdf file displayed
has anybody an idea where my error is ?
tia
andreas spiessl
22 years ago