Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: whitesox99
  • Content: Threads
  • Order by date
  1. whitesox99

    Apache directive Configurations

    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...
  2. whitesox99

    Create a tree from a resultset

    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...
  3. whitesox99

    How to insert a BLOB

    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
  4. whitesox99

    How to pass BLOB to a PL/SQL Stored Procedure

    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...
  5. whitesox99

    Steps to install ALUI 6.5

    Hi, I am new to BEA can someoneplease provide steps to install AquaLogic User Interaction i.e ALUI 6.5 on windows xp. Thanks
  6. whitesox99

    How to upgrade WSS 2001 to WSS 3.0

    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...
  7. whitesox99

    Upgrade SharePoint Team Services 2001 to Windows SharePoint Services 3

    Hi, Can someone please provide steps to Upgrade SharePoint Team Services 2001 to Windows SharePoint Services 3.0. Thanks
  8. whitesox99

    How to find out which Sharepoint Products are being used

    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...
  9. whitesox99

    Web Service deployed on Tomcat stops responding after sometime

    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...
  10. whitesox99

    How to re-arrange xml content

    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...
  11. whitesox99

    How to create a Dynamic Datatable with sorting functioanlity

    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...
  12. whitesox99

    XSL transformation Error

    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...
  13. whitesox99

    Help in fixing the hierarchical xml generation code with missing end t

    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...
  14. whitesox99

    Parse XML Sequentially

    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/>...
  15. whitesox99

    Show HashMap in JSF Datatable. UIColumn with embedded Datatable

    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...
  16. whitesox99

    How to simultaneously do Insert/Update/Delete on one Table

    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...
  17. whitesox99

    How to write a servlet to read file send by a client application

    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...
  18. whitesox99

    Design Question Request-Response (Database Polling)

    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...
  19. whitesox99

    How to automatically read from MSMQ using vb.net

    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...
  20. whitesox99

    FTP issue (using org.apache.commons.net.ftp)

    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...

Part and Inventory Search

Back
Top