Hi,
I have multiple Apache Http Servers running on the same HP-UX machine and am running into following issue in deploying applications to the Application server.
deploy/sca_AIAErrorTaskAdministrationProcess_rev1.0.jar
[deployComposite] INFO: Creating HTTPS connection to host:soaa.eprod.com...
Hi,
I need to create a tree structure from a resultset and show them into my JSP. Here is my table sql (grup).
CREATE TABLE GRUP (
ID_GRUP int(11) NOT NULL default '0',
ID_GRUP_PARENT int(11) NOT NULL default '0',
ORDER_BY int(11) NOT NULL default '1',
DESCRP varchar(100) default NULL...
Hi,
Can someone please provide a sample on how to insert into a BLOB column. I have stored procedure with an input parameter of type BLOB now how do I insert this
BLOB into a table.
Thanks
Hi,
Can someone please provide a small sample on how to call a PL/SQL stored Procedure and pass in a parameter of type BLOB.
I need to call a PL/SQL Stored Procedure and pass BLOB as a parameter. I have table that stores different types of files and the datatype of the column is BLOB so
from...
Hi,
I have Microsoft Sharepoint Team Services 2001 installed on Windows Server 2003. I need to upgrade it to WSS 3.0. Can someone please provide some steps and info on how to upgrade Microsoft Sharepoint Team Services 2001 to WSS 3.0.
After the upgrade will all the sites and content on WSS...
Hi,
I am very very new to this MS Sharepoint and have a question. How do we find out what Sharepoint products are being used. Actually a client needs to upgrade there Sharepoint to the lates version but don't know what current version and product is being used today. It can be one of the...
Hi,
I haven't used Tomcat before and is the first time I am using it. I have Web Service that is deployed on Tomcat 5 installed on my local system. Web Service I am using Spring, Hibernate. The issue I am facing is
after deploying a service all works fine. As soon as I leave the service idle...
Hi,
How can I rearrange contents of xml. For example in the following sample under <details> I have several <body> tags and each body tag contains <linenume> tag that shows the sequence of <body> tags. In the following sample I have <linenume>2</linenume> then <linenume>1</linenume> then...
Hi,
I am new to JSF and need some help can some one please tell me how to create a dynamic datatable with sorting functionality. I am reading data data from a database table and wants to build the datatable dynamically based on the columns returned. I know how to created a datatble with a fixed...
Hi,
Have the following sample xml, xsl and the jave code. But getting the following error:
Compiler warnings:
line 18: Illegal attribute 'expr'.
ERROR: 'Syntax error in ''.'
FATAL ERROR: 'Could not compile stylesheet'
javax.xml.transform.TransformerConfigurationException: Could not compile...
Hi,
I have the following sample data for my tree menu in a database table. It's just a sample data and the menu hierarchy can go x-levels i.e. 10 to 15 levels deep. I am having issues with the </menu> tag if the structure goes deep. Need this code to be generic regardless of the depth of the...
Hi,
Need some help in parsing the following xml. I am trying build an hierarchical menu from the xml. Thr hierarchy can go to x-level deep.
<?xml version="1.0" encoding="windows-1252" ?>
<Menus>
<Menu>
<MenuID>1</MenuID>
<MenuName>File</MenuName>
<ParentID/>...
Hi,
I am trying to display a HashMap in a datatable where the values for each key is an ArrayList e.g.
ArrayList al = new ArrayList();
al.add("AA");
al.add("BB");
al.add("CC");
HashMap hm = new HashMap();
hm.put("ONE", al);
ArrayList al2...
Hi,
I am new to Paradox. As Paradox is a file based and I have a web based application that inserts/updates/deletes records off the Paradox tables. Now I have scenario and don't know how to handle this where several hundred requests come at the same time and do inserts/updates/deletes on the...
Hi,
I am trying to write a servlet that will be called by some third party client and send a file. Inside the servlet I want to read that file and store it on a filesystem. Can someone guide me on how to handle this. How can I also check if there is really some data send by the client. For...
Hi,
I need to write a program that will basically look for any records being added in a Database table e.g. Requests. If there are any records picks them up one by one and calls a Web Service gets a response and inserts in some other table e.g Response, updates the column in Requests table so...
Hi,
I am a beginner and am trying to find out a way to read from MSMQ. I have an application that queues message on a MSMQ. Now I want to have another application that sould listen always on the queue and whenever a message arrives I am going to call some external Web Service passing on the...
Hi,
I am using org.apache.commons.net.ftp and have the following in my path:
commons-net-1.4.1.jar
jakarta-oro-2.0.8.jar
My FTP server is on unix. Here is what I get when giving a command
quote SYST
on a windows command promt after connecting to the FTP Server output
215 ClearPath...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.