Informix Drivers do not appear to work with some components

I am attempting to connect via JDBC to an informix 7.3 dynamic server. I downloaded the most current IBM/Informix drivers
Informix JDBC Driver 2.21.JC5
and created another server type (informix) with the appropriate driver class and url template:
I can successfuly test connect after adding the data source.
When opening up the data source in the server navigator I can see all the tables and even see a query table view in the main window.
I can build an application using the data table component and it will produce results.
When I attempt to use the dropdown list component, however, and then build the application - when the brower window comes up - nothing is ever displayed.
I can bring the same dropdown list component unto another application and link it to one of the local sample tables provides by jsc - and it works fine.
I have added the following jars to my informix server type:
ifxjdbc.jar
ifxjdbcx.jar
ifxlang.jar
ifxlsupp.jar
ifxsqlj.jar
ifxtools.jar
xerces.jar
as they appear to be all the non-debug jars that came with the informix jdbc install.

Valerie
The non-debug versions of the informix driver jars are in C:\Sun\Creator\SunAppServer8\lib
The debug versions are not - I will copy them over to see if that makes a difference. So far, the normal jars and the debug jars produce the same result (nothing to the brower upon the build)
from the SunAppServer8 domains/creator/config domain.xml
- <resources>
<jdbc-resource enabled="true" jndi-name="jdbc/__TimerPool" object-type="system-all" pool-name="__TimerPool" />
<jdbc-resource enabled="true" jndi-name="jdbc/PointBase" object-type="user" pool-name="PointBasePool" />
<jdbc-resource enabled="true" jndi-name="jdbc/Travel" object-type="user" pool-name="RaveGenerated_1089061500_TravelPool" />
<jdbc-resource enabled="true" jndi-name="jdbc/CARS" object-type="user" pool-name="RaveGenerated_1089066379_CARSPool" />
<jdbc-resource enabled="true" jndi-name="jdbc/CARS_RaveGenerated_1089076896" object-type="user" pool-name="RaveGenerated_1089076896_CARSPool" />
<jdbc-resource enabled="true" jndi-name="jdbc/testnew" object-type="user" pool-name="RaveGenerated_1089673343_testnewPool" />
<jdbc-resource enabled="true" jndi-name="jdbc/CARS Debug" object-type="user" pool-name="RaveGenerated_1089678667_CARS_DebugPool" />
<jdbc-resource enabled="true" jndi-name="jdbc/Cars With Trace" object-type="user" pool-name="RaveGenerated_1089681413_Cars_With_TracePool" />
- <jdbc-connection-pool connection-validation-method="auto-commit" datasource-classname="com.pointbase.xa.xaDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="__TimerPool" pool-resize-quantity="2" res-type="javax.sql.XADataSource" steady-pool-size="8">
<property name="DatabaseName" value="jdbc:pointbase:embedded:ejbtimer,database.home=${com.sun.aas.instanceRoot}/lib/databases" />
<property name="User" value="pbPublic" />
<property name="Password" value="pbPublic" />
</jdbc-connection-pool>
- <jdbc-connection-pool connection-validation-method="auto-commit" datasource-classname="com.pointbase.xa.xaDataSource" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="PointBasePool" pool-resize-quantity="2" res-type="javax.sql.XADataSource" steady-pool-size="8">
<property name="DatabaseName" value="jdbc:pointbase:server://localhost:9092/sun-appserv-samples" />
<property name="Password" value="pbPublic" />
<property name="User" value="pbPublic" />
</jdbc-connection-pool>
- <jdbc-connection-pool connection-validation-method="table" datasource-classname="com.sun.sql.datasource.DriverAdapter" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="true" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="RaveGenerated_1089061500_TravelPool" pool-resize-quantity="2" steady-pool-size="8" validation-table-name="PERSON">
<property name="url" value="jdbc:pointbase:server://localhost:19092/sample" />
<property name="Password" value="travel" />
<property name="driverClassName" value="com.pointbase.jdbc.jdbcUniversalDriver" />
<property name="User" value="travel" />
</jdbc-connection-pool>
- <jdbc-connection-pool connection-validation-method="auto-commit" datasource-classname="com.sun.sql.datasource.DriverAdapter" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="false" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="RaveGenerated_1089066379_CARSPool" pool-resize-quantity="2" steady-pool-size="8">
<property name="url" value="jdbc:odbc:CARS" />
<property name="Password" value="******" />
<property name="driverClassName" value="sun.jdbc.odbc.JdbcOdbcDriver" />
<property name="User" value="******" />
</jdbc-connection-pool>
- <jdbc-connection-pool connection-validation-method="table" datasource-classname="com.sun.sql.datasource.DriverAdapter" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="true" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="RaveGenerated_1089076896_CARSPool" pool-resize-quantity="2" steady-pool-size="8" validation-table-name="informix.aa_rec">
<property name="url" value="jdbc:informix-sqli://****.***.edu:****/cars:INFORMIXSERVER=****" />
<property name="Password" value="*****" />
<property name="driverClassName" value="com.informix.jdbc.IfxDriver" />
<property name="User" value="*****" />
</jdbc-connection-pool>
- <jdbc-connection-pool connection-validation-method="table" datasource-classname="com.sun.sql.datasource.DriverAdapter" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="true" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="RaveGenerated_1089673343_testnewPool" pool-resize-quantity="2" steady-pool-size="8" validation-table-name="informix.aa_rec">
<property name="url" value="jdbc:informix-sqli://****.****.edu:****/cars:INFORMIXSERVER=****" />
<property name="Password" value="root147" />
<property name="driverClassName" value="com.informix.jdbc.IfxDriver" />
<property name="User" value="carsroot" />
</jdbc-connection-pool>
- <jdbc-connection-pool connection-validation-method="table" datasource-classname="com.sun.sql.datasource.DriverAdapter" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="true" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="RaveGenerated_1089678667_CARS_DebugPool" pool-resize-quantity="2" steady-pool-size="8" validation-table-name="informix.aa_rec">
<property name="url" value="jdbc:informix-sqli://****.****.edu:****/cars:INFORMIXSERVER=****;PROTOCOLTRACE=2;PROTOCOLTRACEFILE=/temp/trace.out" />
<property name="Password" value="*****" />
<property name="driverClassName" value="com.informix.jdbc.IfxDriver" />
<property name="User" value="*****" />
</jdbc-connection-pool>
- <jdbc-connection-pool connection-validation-method="table" datasource-classname="com.sun.sql.datasource.DriverAdapter" fail-all-connections="false" idle-timeout-in-seconds="300" is-connection-validation-required="true" is-isolation-level-guaranteed="true" max-pool-size="32" max-wait-time-in-millis="60000" name="RaveGenerated_1089681413_Cars_With_TracePool" pool-resize-quantity="2" steady-pool-size="8" validation-table-name="informix.aa_rec">
<property name="url" value="jdbc:informix-sqli://****.***.edu/cars:INFORMIXSERVER=****;TRACE=3;TRACEFILE=/temp/trace.out" />
<property name="Password" value="******" />
<property name="driverClassName" value="com.informix.jdbc.IfxDriver" />
<property name="User" value="******" />
</jdbc-connection-pool>
</resources>
sun-web.xml (from the application)
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE sun-web-app (View Source for full doctype...)>
- <sun-web-app xmlns="http://java.sun.com/xml/ns/j2ee">
<context-root>/webapplication24</context-root>
- <resource-ref>
<res-ref-name>jdbc/CARS Debug</res-ref-name>
<jndi-name>jdbc/CARS Debug</jndi-name>
- <default-resource-principal>
<name>*****</name>
<password>*****</password>
</default-resource-principal>
</resource-ref>
<class-loader delegate="false" />
- <jsp-config>
- <property name="classdebuginfo" value="true">
<description>Enable debug info compilation in the generated servlet class</description>
</property>
- <property name="mappedfile" value="true">
<description>Maintain a one-to-one correspondence between static content and the generated servlet class' java code</description>
</property>
</jsp-config>
</sun-web-app>
web.xml (from the application)
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE web-app (View Source for full doctype...)>
- <!--
Copyright 2002, 2003 Sun Microsystems, Inc. All Rights Reserved.
-->
- <web-app>
- <context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>server</param-value>
</context-param>
- <context-param>
<param-name>javax.faces.CONFIG_FILES</param-name>
<param-value>/WEB-INF/navigation.xml,/WEB-INF/managed-beans.xml</param-value>
</context-param>
- <context-param>
<param-name>com.sun.faces.validateXml</param-name>
<param-value>true</param-value>
</context-param>
- <context-param>
<param-name>com.sun.faces.verifyObjects</param-name>
<param-value>true</param-value>
</context-param>
- <!--
Faces Servlet
-->
- <servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
- <!--
Error Handler Servlet
-->
- <servlet>
<servlet-name>ExceptionHandlerServlet</servlet-name>
<servlet-class>com.sun.errorhandler.ExceptionHandler</servlet-class>
</servlet>
- <!--
Faces Servlet Mapping
-->
- <servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>/faces/*</url-pattern>
- <!--
<url-pattern>*.faces</url-pattern>
-->
</servlet-mapping>
- <!--
Error Handler Servlet Mapping
-->
- <servlet-mapping>
<servlet-name>ExceptionHandlerServlet</servlet-name>
<url-pattern>/error/ExceptionHandler</url-pattern>
</servlet-mapping>
- <!--
Welcome File List
-->
- <welcome-file-list>
<welcome-file>faces/Page1.jsp</welcome-file>
</welcome-file-list>
- <!--
Catch ServletException
-->
- <error-page>
<exception-type>javax.servlet.ServletException</exception-type>
<location>/error/ExceptionHandler</location>
</error-page>
- <!--
Catch IOException
-->
- <error-page>
<exception-type>java.io.IOException</exception-type>
<location>/error/ExceptionHandler</location>
</error-page>
- <!--
Catch FacesException
-->
- <error-page>
<exception-type>javax.faces.FacesException</exception-type>
<location>/error/ExceptionHandler</location>
</error-page>
- <resource-ref>
<description>Rave generated DataSource Reference</description>
<res-ref-name>jdbc/CARS Debug</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
</web-app>

Similar Messages

  • Clamshell mode does not appear to work with Mountain Lion installed

    Installed Mountain Lion on an 11" MacBook Air last Friday night.  Now the MBA does not work in clamshell mode at work with an external monitor.  It does not appear to wake or connect to the monitor.

    sjrlexlibris wrote:
    I was having the same problem.  Then I happened to plug in my external power supply and the problem went away.  In other words, I only have the problem if I am running my Macbook Pro on battery power.
    Mac notebooks: How to use your computer in closed clamshell (display closed) mode with an external display
    Requirements for closed display mode:
    Power adapter
    External keyboard, mouse, or trackpad
    External display
    Use these steps to enable closed clamshell (display closed) mode:
    Make sure the computer is plugged in to an outlet using the AC power adapter.

  • Acrobat XI email attachment does not appear to work with Outlook 2013 64 bit

    When attempting to send email from Acrobat, the following Microsoft Office Outlook 2013 64 bit error message is received: 
    "Either there is no default mail client or the current mail client cannot fulfill the messaging request.  Please run Microsoft Outlook and set it as the default email client."
    Naturally, Outlook was set as default client and then reset for good measure.  I did both Outlook and Acrobat repairs and have the latest 11.0.2 installed.  All other internal Office 2013 email applications work as well as seemingly all other embedded Acrobat funcitions with Office 2013 work well.  Office 2010 64 bit and Acrobat X worked fine.  I upgraded to Office 2013 64 bit and had the problem with Acrobat X.  I then upgraded to Acrobat XI and the issue remained.
    Most importantly, I intalled Office 2013 64 bit on my laptop with Acrobat X.  An the email attachment function works perfectly. 
    So, is there some sort of corrupt MAPI file that I have to overwrite on my desktop that the Ofice and Acrobat repair functions do not fix?
    Thanks,
    Joe

    I am sorry.  In my haste, not only did I attach the link the wrong way, but I also did not specify which solution worked.  My problem was a Click to Run issue.  The portion of the thread that deals with the problem is:
    "HurdleRemove replied on May 16, 2013
    I created a solution for this problem for 64 bit Windows 8 where Outlook 2013 was installed as Click-To-Run.......
    ......A  registry edit will fix the problem with Outlook 2013 click to run  installations and enable Outlook to be set as the default mail client.  This registry edit will for many third party programs eliminate the error "Either  there is no default mail client or the current mail client cannot  fulfill the messaging request. Please run Microsoft Outlook and set it  as the default mail client." It  worked to resolve the problem where Adobe Acrobat was generating this  error.
    The registry edit is here for Office  2013 64 bit click to run installations that will enable Outlook 2013 to  be recognized by third party applications:
    1. Create registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\15.0\Outlook
    2. Create String value:
    Bitness
    3. Set the String value for Bitness to:
    x64
    This registry edit is an essential element  necessary to resolve the click to run problem that prevents Outlook 2013  from being set as the default mail client. Although it worked with  Adobe Acrobat, it will not completely resolve the  problem for some third party applications like Kerio Outlook Connecter  where the software developer has a web site that includes extra steps  necessary for a full resolution for the Kerio product. The Kerio web  site includes this registry edit in the context  of resolving the Office 365 problem. However, the registry edit works  with Office 2013 desktop as well. A similar register edit could likely  be made for 32 bit versions but the registry path would not include Wow6432Node. I do not have a 32 bit machine and cannot test a 32 bit solution."

  • AO and AI do not appear to work with the M&A Explorer. What could be wrong?

    Preliminaries... MAX v3.1.0.3201
    Board PCI-MIO-16E-1 (manufactured late 2002)
    I have a relatively unused board that a collegue lended to me. After plugging the board into my PC, the AO and AI don't currently work with the Measurement and Automation Explorer (MAX) Test Panel. Specifically, AI all read -10V (even when pulled to AIGnd) and AI all produce -0.40V, regardless of the commanded output. The device passes self test, but the device fails to perform a self-calibration (error -200545), even if all external connections are removed. Is this board defunct? Does it need to be recalibrated? A recalibration seems unlikely to have any effect given that none of the analog i/o values change with manipulation.
    As a side note, the digital output functions do work.
    Thank you for any advice.
    Steve

    Thanks for the input. I either missed the web-based self-test or assumed it was the same as the one included with MAX.
    The self calibration, as I previously mentioned, failed with the board disconnected from any cables/inputs. All my previous testing (with the MAX test panels) failed, regardless of using traditional or DAQmx control.
    After running the web-based self test, the results are below:
    Summary -- Test Results Summary
    2/8/2005, 7:18:02 AM, Device 1
    PASS: Detection -- Device Detection and Resource
    PASS: Single Pulse -- Single Shot Pulse Width Verification
    PASS: Continuous Pulse Train -- Buffered Pulse Width Verification
    ABORTED: Calibration -- Analog Input Calibration
    FAIL: ADC, PGIA -- Analog to Digital Converter and Programmable Amplifier
    PASS: Scan Clocks I -- Buffered Analog Input
    PASS: Scan Clocks II -- Sampling Frequency and Channel Count
    ABORTED: ADC Calibration -- Analog Input Calibration
    FAIL: Calibration -- Analog Input Calibration
    FAIL: Unstrobed Analog Output -- Digital to Analog Converter
    PASS: Output Clocks I -- Analog Output Buffer
    PASS: Output Clocks II -- Update Clock Frequency
    FAIL: Buffered Analog Output -- Waveform Output Verification
    PASS: Digital Lines -- Read/Write Verification
    PASS: Digital Ports -- Read/Write Verification
    Device 1 did not pass all tests.
    National Instruments E Series Device Diagnostics is complete.
    Submitting Test Results To National Instruments: Please Wait. . .
    Submitting Test Results To National Instruments: FAIL
    I'd post the rest, but it's just message after message of tests failing.
    The device won't self calibrate, so I had to abort after a few retries.
    It's interesting that the web-based self test is so much more advanced than the MAX self-test, which the board passed. I assume that NI doesn't have a replace-for-free program, so I'll have to return this to my collegue (with the bad news), and find one on ebay or the like.
    Steve

  • GPS does not appear to work with data-roaming off and no wi-fi network

    I have been using an application called imarkmyspot to produce way-points for synchronising with my camera. When I am in my home country this works fine and a GPS location is found quickly.
    I've recently been abroad and had data-roaming turned off to avoid high expense. The point is that in this situation the GPS does not work (with imarkmyspot or Goggle Maps) unless I can access an open wi-fi network.
    So my question is, is this correct? Does GPS only work with either data access on or when within range of an open wi-fi network.
    If this is feature (bug) of the iPhone then this makes applications such as imarkmyspot rather useless when travelling. Alternatively it could be imarkmyspot that has this problem of course. But I'm quite sure Google Maps did not work either in this situation either.

    The iPhone's GPS does work without a data connection.
    Two weeks ago on a work-related trip I knew I'd be traveling a rural highway that would leave me without data/voice from any source for at least 45 minutes (no GSM service). Before leaving a city with data, I zoomed out using Google Maps far enough to show most of my route, then "nudged" the map so the application wouldn't try to get a data update for the map. I simply used the top power button to turn on and off the screen. The iPhone and GMaps tracked me through for the entire blacked-out section of my trip - I made sure the device had a decent view of the sky and it got a fix and nailed the location within a few seconds.
    Ironically, I'm returning that device in the next few hours for an exchange. The GPS hardware, it seems, has failed about a week ago - the device gets A-GPS fixes now (it shows the nearby 3G and EDGE towers), but won't lock in for more than a second or two. My iPhone's GPS worked, and now it doesn't - AppleCare told me my GPS hardware has failed - and you're may be exhibiting the same failure.
    Some A-GPS devices use their sources to get close by - like my TomTom GO and the ephemeris files it grabs from their servers to get updates on where satellite locations are - and then use the on-board chip to nail the device's position. From what I understand of the iPhone's assistance mechanism, the data tower's and Wi-Fi physical location needs to be correct and available in an accessible database somewhere - my iPhone was showing me near Houston TX (2200 mi/3500 km distant from my actual location) when using 3G data until the data source was updated.

  • HT201240 This process does not appear to work for me.  I'm running 10.8.3.  I created a new user for a guest staying with me.  They have gone now and I am attempting to either change the password or delete the user.  It won't allow me to choose the user I

    This process does not appear to work for me.  I'm running 10.8.3.  I created a new user for a guest staying with me.  They have gone now and I am attempting to either change the password or delete the user.  It won't allow me to choose the user I created.  I am logged in as myself and it states that I am an "Admin".  The user I'm attempting to change is listed as a "standard" user and there is a white checkmark inside an orange circular background on the user pic in the list of users. 
    Can someone help me?  I am having a hard time believing that OSx will allow me to create users and allow them use of my computer and it's drives, yet it will not allow me to change the password so I can monitor what they might have been doing while logged on?  What if this were my child?  This guest left under sketchy circumstances, and I'd really like to be able to ensure they were not using my computer to do illegal things or to have illegal communications.
    Any help would be appreciated.  (It's odd that it was so simple to "create" a user and set a password for them.......but it's complicated or a little known process to reverse.
    Thanks.

    Here are two screen shots to show you what I am seeing.  The first screen shot shows it allowing me to select (highlighted in blue) my admin user (which is what I am locced in as).  The second screen shot shows it allowing me to select the "Guest" user (highlighted in blue).  However when I click on the user "Orion" nothing happens.  It will not change to highlight that user.

  • Msi gt70 2PE integrated HD 4600 graphics HDMI port does not appear to work.

    Hi guys,
    I have the GT70 2PE with integrated hd 4600 graphics and with a dedicated nvidia geforce gtx 880m card. The HDMI output does not appear to work.
    I'm tech savvy and cannot figure this out for the life of me. have tried nearly everything.
    lets start from the low level troubleshooting done:
    - plugged in the HDMI cable from a working computer that has HDMI hooked up to it. This did not make a difference from the new cable I bought for hooking up my TV to my laptop.
    - booted the laptop up and do not see a duplicate screen outputting via HDMI, all my video cards in my PC's I've built prior have always shown the HDMI output as a duplicate screen when I had a monitor hooked onto a PC. This makes me believe the HDMI port may be disabled/broken as there is no HDMI output at POST. Only the laptop monitor displays output.
    In Windows 8.1 I've installed the latest 4600 drivers and nvidia 880m beta drivers.(even though installing nvidia drivers shouldn't matter since I've read the HDMI output is tied to the 4600 integrated graphics chip, also if during POST the HDMI output never showed up on my TV, then installing the latest intel graphics drivers shouldn't have made a difference either, which it didnt make a difference).
    I've tried disabling the integrated graphics card then re-enabling it, as noted on the intel forums. - does nothing.
    what I've ruled out:
    -HDMI cable issues = no issues due to other PC's and devices working with the cables. All cable tests are direct connect to the TV, no intermediary devices such as hdmi splitters etc.
    -BIOS has zero options for graphics card options.
    Any ideas before i RMA this laptop? I'm at a loss. 

    OP's problem has been solved.  Also please don't resurrect and do not hijack other people's topics. Open your own one.
    >>Please read and comply with the Forum Rules.<<
    Topic Locked

  • Iphone will not charge via usb-to-computer nor via brick; I've tested with two different cables. Just before this problem arose, I got messages similar to "This accessory is not made to work with iPhone."

    Most of my concern is in the subject line. I probably should've saved some content to include here. Allow me to elaborate:
    While traveling with the tiny brick, I got a message on my 3GS phone that "This accessory is not made to work with iPhone”; however, the charger was working fine with another phone and with an iPad.
    I tested alternatives by removing and re-inserting the cable (obviously, as I tested other devices), changing wall receptacles, shutting the phone off (all the way), all to no avail.
    When I got home, I plugged a different cable--one that was connected to my iMac rather than the brick--into the my 3GS; it still didn't charge.
    So, I'm hypothesizing that perhaps some debris (from a pocket?) got into the charging receptacle of the 3GS and is disrupting the connection. Perhaps there are other hypotheses.
    I am reluctant to do a reset, as (a) the problem doesn't appear to be a software issue (the phone and software are all working, though the charge is declining) and (b) I don't want to lose the contents before I can sync it (now that I'm home, again).
    I'd welcome suggestions. Meanwhile, I suppose I shall e-mail photos and notes from the phone to myself before I lose the remaining charge.

    Try to clean the 30-pin receiver slot either by blowing air into it or using a microfiber cloth. If the problem persists, based on what you've already said, I'd say the problem is most likely hardware, and would need to be replaced or repaired. I hope your iPhone is still under the 1-Year Manufacturer Warranty, or if applicaable extended warranty. You can check by calling AppleCare National iPhone Technical Support at 1 (800) 694-7466.

  • exception-type in web.xml does not appear to work

    WLS 60 SP1 (#101616)
              <exception-type> in web.xml does not appear to work. WLS shows standard
              "Internal error 500" page instead of a custom error page. The custom error
              page is shown if <error-code> is used instead of <exception-type>.
              Any ideas? Thanks
              

    Can you show me some of your code? This works for me.
    Also, you say that you are working with 6.0sp3. Are you sure? sp3 hasn't been
    released yet, except in a very limited beta. (I believe only internally, but I
    could be wrong about that.)
    David
    [email protected] wrote:
    Hi all,
    I have created a very simple servlet and an index.html file with a link
    to it, then packaged it into a WAR file with the appropriate web.xml and
    ias-web.xml files. I then created an application.xml file referencing
    only this servlet and adding a context root. After deployment via
    "iasdeploy deployapp simple.ear" and cycling the web server, I can reach
    the welcome file (index.html) correctly
    -"http://localhost/NASApp/simple". When I attempt to follow the link to
    the servlet ("simple servlet") the URL ends
    up as "http://localhost/NASApp/SimpleServlet" whereas it should be
    http://localhost/NASApp/simple/SimpleServlet If I type that url in, the
    servlet executes fine.
    I've deployed this into Tomcat and get the behavior I expect. It appears
    that the element in the application.xml file is ignored by
    iAS.
    I'm using iAS SP3 on Win2k (same problem on NT).
    This is such a basic behavior that I can't believe this is an existing
    bug. I must be doing something wrong...
    Any ideas?
    Thanks in advance,
    -Glen
    Files are attached.
    Name: simple.ear
    simple.ear Type: application/x-unknown-content-type-ear_auto_file
    Encoding: base64
    Description: filename="simple.ear"

  • GetColumnAt(index) does not appear to work

    I am attempting to place a simple Icon in a dataGrid using
    cellRenderer. My problem is that
    'myDataGrid.getColumnAt(index).cellRenderer' does not appear
    to work. Most of the forum examples create arrays with AS and don't
    show this example. I already use XMLConnector (which works fine)
    the problem is referencing a column after the fact. I can do this
    when creating column smanually but not using getColumnAt(index).
    My code block:
    import mx.controls.gridclasses.DataGridColumn;
    import mx.controls.gridclasses.DataGridRow;
    import mx.core.UIComponent;
    playlist_dg.cellRenderer = "IconCellRenderer";
    playlist_dg.getColumnAt[3].cellRenderer = "IconCellRenderer"
    Any help is appreciated. cellrenderer is a bit hairy
    Mitch

    this is either a blindingly stupid question (for which I
    apologise) or a legit bug. Either response would put my mind at
    rest.
    Thanks
    Hillcreative

  • Hashmap containsKey() method does not appear to work

    Hashmap containsKey() method does not appear to work
    I have an amazingly simple custom class called CalculationKey, with my own amazingly simple custom equals() method. For some reason when I call my containsKey() method on my HashMap it does not use my defined equals method in my defined key class. Do hashmaps have their own tricky way for establishing whether two keys are equal or not?
    THIS IS MY AMAZINGLY SIMPLE CUSTOM KEY CLASS
    private class CalculationKey
    private LongIdentifier repID;
    private LongIdentifier calcID;
    public CalculationKey(LongIdentifier repID, LongIdentifier calcID)
    this.repID = repID;
    this.calcID = calcID;
    public boolean equals(Object o)
    CalculationKey key = (CalculationKey)o;
    if (key.getCalcID().equals(calcID) &&
    key.getRepID().equals(repID))
    return true;
    else
    return false;
    public LongIdentifier getCalcID()
    return calcID;
    public LongIdentifier getRepID()
    return repID;
    THIS IS MY AMAZINGLY SIMPLE CALLS TO MY HASHMAP WHICH ADDS, CHECKS, AND GETS FROM THE HASHMAP.
    private Hashmap calculationResults = new Hashmap();
    public boolean containsCalculationResult(LongIdentifier repID, LongIdentifier calcID)
    if (calculationResults.containsKey(new CalculationKey(repID, calcID)))
    return true;
    else
    return false;
    public Double getCalculationResult(LongIdentifier repID, LongIdentifier calcID)
    return (Double)calculationResults.get(new CalculationKey(repID, calcID));
    public void addCalculationResult(LongIdentifier repID, LongIdentifier calcID, Double value)
    calculationResults.put(new CalculationKey(repID, calcID), value);
    }....cheers

    You can make a trivial implementation to return a
    constant (not recommended)What do you mean by that? Hmm.. I guess you mean that
    you shouldn't use the same constant for all objects?
    But don't see the int value of an (immutable) Integer
    as constant?
    /Kaj
    You can write hashCode to just always return, say, 42. It will be correct because all objects that are equal will have equal hashcodes. Objects that are not equal will also have equal hashcodes, but that's legal--it just causes a performance hit.
    The value is that it's really really simple to implement: public int hashCode() {
        return 42;
    } So you can use it temporarily while you're concentrating on learning other stuff, or during debugging as a way to confirm that the hashCode is not the problem. (Returning a constant from hashcode(), rather than computing a value, is always legal and correct, so if something's behaving wrong, and you replace your hashCode method with the one above, and it still breaks, you know hashCode isn't the problem.)
    The downside is that you're defeating the purpose of hashing, and any non-trival sized map or set is going to have lousy performance.
    For a decent hashCode recipe, look here:
    http://developer.java.sun.com/developer/Books/effectivejava/Chapter3.pdf

  • Crystal 8.5 (Minimum function in the function tree does not appear to work)

    HI I would greatly appreciate some help with this problem I am having.
    I am creating a report in which there is a group of records printed . Within each record there could be any number of results related to that record of which I want to extract both the maximium and minimum value and print these. This bit is fine as I do this using the maximum and minimum function available within the summary function.
    However with each of these max and min values calculated and printed I then want to create a footer that adds all these max and min values up. (This is not immediately possible using the 'summary function' max and min values as they are not presented on the 'Field explorer' dialog box for selection.
    However I can individually using the maximum 'tree function' get the report to store these values so that I can do the calculations once I have got to the footer (as the  fields defined are accessible through the field explorer. But the same minimum function does not appear to extract a result (and no I do not have zeros in the data).
    Is there a known problem with the minimum function?
    Is there another way of getting this data?
    Thank you in advance
    seyviv

    Hi Debi, it would be easier for mean to demonstrate what I wnat/am doing in the report by use of data.
    I have a file with a list of sample results. There may be many results for one sample. ie
    Sample      Result Number      Result
    98-01          1                           3
    98-01          2                           5
    98-01          3                           6
    98-02          1                           3
    98-02          2                           7
    98-02          3                           9
    98-03          1                           4
    98-03          2                           5
    98-03          3                           11
    On the first page I want to see the max and min values across all samples listed for each result number. Then as a total value (once all the result numbers max and mins are displayed I want to perform a calculation on the max and min values displayed in the list (ie. max 4 + 7 -11  and for min 3 + 5 - 6)  
                          Result 
                          Number        Max           MIn 
                          1                    4                3
                          2                    7                5
                          3                    11              6
    Result of                             0                2
    Calculation
    I have been able to do this for the max values but the minimum function does not work.
    How I currently extract this data is that I use a 'Summary field ' to calculate the max and min values in the list. However to get the data for the calculation at the bottom I use the 'Formula fields' to extract the values listed for all the results for 'result number 1, 2 & 3' and then use the 'Function tree' to get the 'Maximum value for each individual result number and then finally do a calculation on the max values. However, the same minimum function does not appear to work.
    I hope this explains what my problem is.
    Thank you in advance of any suggestions you may have
    Regards
    Viv

  • 'Find' function does not appear to work in TextEdit on .txt documents

    Most of the time the 'Find' function on the TextEdit application does not appear to work on .txt documents.  I have verified this by using Find on words that I know are in a document, and it cannot find them.  I've tried different options on the 'Find' function without success.  This appears to have started with version 10.6.8.  Has anyone else had this problem since upgrading to 10.6.8?

    Thanks -- but I swear it worked fine prior to either the 10.6.7 or 10.6.8 updates and now it doesn't.  I'll just keep experimenting and playing around with it and see if I can get it to work.  Maybe the new Lion O.S. coming out will fix it, although I'm not going to rush -- I made the mistake of putting Snow Leopard on right after it came out and had problems with some programs not working properly anymore (like Pro Tools, for example).  Always a good idea to hold off until most of the bugs get fixed. 

  • Recovery and Applications CD not configured to work with this machine.

    Satellite A215-S4757
    Machine trashed due to virus and want to reset to original configuration.  Using disk 1 of 2 labeled RECOVERY AND APPLICATIONS/DRIVERS SATELLITE A210/215 SERIES WINDOWS VISTA HOME PREMIUM 32 BIT.  When the CD boots an error is displayed.  The error reads:
    "This Recovery and Applications CD is not configured to work with this machine (*).
    This CD is for: Satellite A215, Satellite A210
    Please use the correct Recovery and Applications CD."
    Can you tell me why this is not recognizing the machine correctly?  Thanks for the help.
    R/Jim

    Satellite A215-S4757 
    You need the utility which resets the DMI string for that model. Call Toshiba tech support at 800-457-7777.
    -Jerry

  • How do i stop firefox from trying to go to version 7? if will nto work with some of my SW thus i do not want it. better to uninstall firefox?

    it keeps popping up to tell me to update. yet when i check what it works with and known issues, it will not work with some of the things i use. thus how do i stop firefox from this regual reminder?

    Tools\Options\Advanced..._ and in the "advanced" windows go ot "Update" tab,
    UNCHECK the "Update Application\browser/firefox"
    http://i56.tinypic.com/o5q2b5.jpg

Maybe you are looking for