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 bkrike 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: kimme123
  • Content: Threads
  • Order by date
  1. kimme123

    Unique value xsl

    Anyone can maybe help me with this problem? Thanks in advance! Kind regards, Kim XSL FILE <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:key name="key1" match="advise" use="concat(package/text(),class/text())"/>...
  2. kimme123

    Log4J problems

    Ellow, I'm running a java application on Websphere 6. I'm also using hibernate, spring and log4j. When hibernate gives problems, Websphere is logging these problemes in HIS logfile (SystemOut.log). I want to specify my own logfile but this seems to go wrong. Also when I do an insert, update or...

Part and Inventory Search

Back
Top