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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SSJ

  1. SSJ

    Swing Editor

    I'm trying to make a basic production layout editor. I'm thinking of using swing and JPanels. Basically I need to display JPanels inside another JPanel with XYLayout and then be able to move and resize them to change the layout. Each panel will represent a production section. I can add the new...
  2. SSJ

    Certificates question

    hmmm ok, yes it makes sense, but I was hoping that would be a way of deleting them for good. Thanks for the help
  3. SSJ

    Certificates question

    I'm not sure if I understood your answers. I used a few certificates for testing the export with private key and ended up with a few of badly configured so I revoked them. They appear under the revoked certificates list in CA Server as expected. What I want now is to be able to clear that list...
  4. SSJ

    Certificates question

    I managed to do it, I wasn't creating the certificates correctly, I needed to use the allow private key export wich wasn't default as I thought. Other question though, how can I clear the list of the revoked certificates in MS CA Server? I ended up with a few revoked certificates in that list...
  5. SSJ

    Certificates question

    I installed CA Server on my W2K3 machine in order to create certificates to use with my web site. I'm trying to use client authentication and the only way I can manage to generate this certificates is by forcing the client to request them from my certsrv page and then they will be installed on...
  6. SSJ

    Weird Transaction Problems

    yes, you're right, but that wasn't my code at all it was just an example I gave to show what was going on. I used END instead of COMMIT only on the post, the code is working fine. Anyway I got it working now, but still don't know what happened, I just created a whole new database and...
  7. SSJ

    Weird Transaction Problems

    Hi. I'm running in some transaction problems with SQL Server 2K + SP3. I developed a java application to access my DB and something weird is happening. Imagine this case: BEGIN TRANSACTION INSERT INTO table1(ID,description) Values(10,'nothing'); SELECT * FROM table1 WHERE ID = 10; END...
  8. SSJ

    J2EE and WebStart

    Can I use WebStart and J2ee? If so is there anything different that should be done to get EJB references or it's just the same as a simple j2ee client application? One thing I noted is that accessing EJBs from standalone java apps via RMI is much slower than accessing them from JSPs via Http...
  9. SSJ

    Performance on importing data into DB

    well, theoretically that might be a good idea, I could compare the new scheduler result with the currently stored in the database. Though I'd need to read all the necessary data from the database and then do the dirty work in memory I guess. Though I'm not sure if I'd have that much of benefits...
  10. SSJ

    Performance on importing data into DB

    thanks for the replies. I'm using SQL Server 2K. As for the import suggestion, I'm not sure if I understood what you meant. This would be something that would need to be run from within SQL Server (I know I can do it using DTS import system from SQL Server)? Or could I call it from my java app...
  11. SSJ

    Calendar.getInstance() returns wrong date!

    The month in the Calendar starts in 0. January = 0, February = 1, etc That is very explicit in the documentation. You can also get today's date by creating a new instance of Date for example.
  12. SSJ

    Performance on importing data into DB

    I'm trying to import data created from a production scheduling system into a database that serves my own system. Thing is, the scheduler generates its result as text files (in a specific format) and I need to import that data into my system DB. This file can have huge amount of data, like...
  13. SSJ

    mcAfee Personal Firewall 2004 problem

    Under that menu afaik I can only set wich ports to enable, and I can't disable a specific port. Anyway by this time I already forgot about McAfee Firewall 2004 as it blocks more packets than it should, I'm currently using Kerio wich seems to be a very good solution.
  14. SSJ

    VIA motherboard and WD160GB problem

    Thanks for the replies. I know I need SP1 otherwise XP will only see 128 GB, haven't installed it yet, but will later next week. The problem is really only with the motherboard, as for your advice to set secondary master (the new drive) to none in the bios, I can't do it since when I enter the...
  15. SSJ

    VIA motherboard and WD160GB problem

    I've just bought a 160GB Western Digital 8MB cache 7200rpm IDE Hard drive and when I installed it my VIA motherboard don't recognize it. I use it as a Secondary Slave, my OS (Windows XP) is on another Hard Drive. When I boot my machine, my motherboard fails to recognize the HDD and keeps giving...

Part and Inventory Search

Back
Top