Alex Florentino

Ranch Hand
+ Follow
since Dec 12, 2006
Merit badge: grant badges
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Alex Florentino

Originally posted by Bear Bibeault:
The ${} surrounds the entire EL expression. It is not some sort of "fetch" operator.



I my sorry, but I not understand ? because ${myhash[myinternalvar]} works.

thanks.
16 years ago
JSP
it is not working, but
working
16 years ago
JSP
Hi all,

I have HashMap with dynamic key, sample:



but I get an error when I try run this jsp. I think that problem is:


when I get my hashmap value with my dynamic key.

resume: how I get my hashmap value when I create my key dynamic .

very thanks
16 years ago
JSP
ok thanks,
The xml schema that I used for generate the binding was http://www.opentravel.org/ and the software that I was integrate says be compatible with this standard... but I have this issue, anyway I make ugly quick fix, and now I will take next step this integration.

thanks!
yes, I already test my xml document and when the content is markup the system is able handler my document, but when is text the third-part system ignore my document.
ok,

I will try explain better , I need the output :



but I get it :

http://www.alexflorentino.com/Screenshot.png

here my code :

Hi all,
I am begin work with xml, and I have a problem, I have the xml(Schema) :



and then I use xmlbeans for create the binding, and then I populate my java object, but when I transform the java object for xml format, I have some problem because some xml elements from MessageContent have xml entity for "<", ">".

and this is serious problem, because I need send this xml for third-part company, and them aren't be able handler this xml !

the full sample project(eclipse) can be found at : http://www.alexflorentino.com/help_xml.zip


any suggestion ?

very thanks,

Alex
[ March 13, 2008: Message edited by: Alex Florentino ]
I change SAAJ implementation from SUN(jwsdp-1.3) to apache axis project then message.getSOAPBody() return xml content.

and where is the method extractContentAsDocument() coming from ?


my saaj api not have this method.
[ February 19, 2008: Message edited by: Alex Florentino ]
17 years ago
Hi all,

I installed java jdk 1.4, tomcat 4.1 and jwsdp-1.3, it are configured and is working ok.

I create a servlet that handle SOAP messages, but it have strange result.

see my codes...

base servlet class



my servlet




and finally my client test :



I'm using tcpmonitor and it show :



but the tomcat says that message.getSOAPBody() is null , but it not seen correct because SOAPBody have content.

Somebody have some idea what is happening ?

thanks a lot
[ February 20, 2008: Message edited by: Alex Florentino ]
17 years ago
Hi all,

I can create SOAP message and handle it with servlet, but in the SOAP Message Content I would like integrate with XMLBEANS, how I make it ?

sample :



any idea ?

thanks a lot
17 years ago
My client going to send some data using SOAP envelope via http(https), How I handler these messages ? I need of a Web Service ?

I am newbye about Web Service

thanks a lot,

Alex
17 years ago
Hi all,

I have a web application(www.myapp.com) and now I need implement an checkout system(with ssl) and it will work at secure.myapp.com, but I would like use the same "WEB-INF" folder... if not I will need duplicate the code and it is not good.

there any way that I can set www.myapp.com WEB-INF folder as classpath entry for another web-application ?

it make sense ?

thanks
17 years ago
Hello all,

I have an site and it have ssl certificate and works fine, now I need create another site, with diferent domain and need set up a new certificate, both site are sub-domain(tomcat host).

how I do it ? I think that I need create another certificate using(http://tomcat.apache.org/tomcat-4.1-doc/ssl-howto.html) and import it mine keystore file(first site), it is ok ?

I try make it but I get error:

[ November 23, 2007: Message edited by: Alex Florentino ]
17 years ago

Originally posted by Jeanne Boyarsky:
Alex,
Yes it is possible. What do you have so far?



ok, thanks.

I will try be more specifics:

the problem is I need automate my release process, today I make the process by hand all weeek.

basically I have do at normal release:

1. update an central repository.
2. make svn export (exclude .svn files).
3. exclude some files(folder images), but I send all files...
4. zip the folder
5. send by ftp to server
6. in the server I unzip the file and replace the folder

now I would like automate this process.

I already create some tasks but I have some questions...

this some targets...



<!-- RELEASE TARGET -->


My problem is that I not understand how I can create zip file with the diff from last release.

someone have any idea ?

thanks a lot.
17 years ago