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

    transaction question

    Hello, Can anyone tell me what happens when you do the following thing in J2ee (in jboss for instance) I have 2 session beans with the first a function f1 and second the function f2, each calling the same 2 entity beans.Each function runs in a transaction as usual in J2ee f1() {...
  2. Themuppeteer

    swf player for linux

    Hello Guys, I'm looking for a stand-alone swf player for linux, but it has to be one that can be started command line and preferably without a browser bar on top and no menu, just a plain flash player. Anyone knows where to get such a thing ? thnx! Greetz, NOSPAM_themuppeteer@hotmail.com...
  3. Themuppeteer

    Multiplayer Flash game with db under it, fast enough?

    Hello guys, If I wanted to make a multiplayer game in flash, that has an access db on the webserver to keep the clients in sync, and the clients call asp pages to do queries on the db (with loadVariables)(like the state of the map), about twice a second would be nice but certainly not slower...
  4. Themuppeteer

    Sasser has new name!

    Hello, We are currently wrestling in the company with sasser,but different versions of it. My pc was infected with sasser but the file name was SKYNETAVE.EXE ,the file stood in the windows directory. Kill the process, remove the file SKYNETAVE.EXE and remove it from the registry...
  5. Themuppeteer

    Command line web browser and/or flash plugin

    Hello guys, I need a linux web-browser (_not_ text based) that can be completely configured command line. It is supposed to run on a pc that has NO keyboard or mouse, and the browser will be started by a server program that runs on that pc. So no interaction with the brower is possible, it will...
  6. Themuppeteer

    log4j:ERROR Could not read configuration file from URL

    Hello Guys, I have a J2ee application client that wants to connect over the internet to my application server (jboss), now I have changed the protocol to http and on localhost it works, but my first test over the internet gives me the following error: java...
  7. Themuppeteer

    jndi.properties

    Hello guys, Could anyone who has an application connecting to an application server over the internet please post his jndi.properties file here (or the code for his getInitialContext()) ? I think I have something missing but I can't figure out what. (keep getting remoteexceptions on client...
  8. Themuppeteer

    setitimer or poll for system time ?

    Hello guys, I have a program that uses the settimer function. There is an alarm system behind it,and there has to be able to set a delay between the occurence of the alarm and the actual reporting of it. Anyway, the delay is most of the time not correct! I did not program the timer stuff...
  9. Themuppeteer

    java.rmi.ConnectException: Connection refused to host...

    Hello Guys, I have an application that connects to my JBOSS 3.2.2 application server. It all runs fine local, but when I run it from another computer, my client can not connect. My application is a Jar file. I removed 2 files from the meta-inf directory SUN_MICR.RSA and SUN_MICR.SF. This had...
  10. Themuppeteer

    Creating index for mysql with Jboss configuration

    Hello guys, I want to set a foreign key constraint in Jboss (3.2.3). I'm using a mySQL DB (version MySQL 4.0.17). In order to do this, I've to add an index to my foreign key field. The problem is I have no idea where to set this in the deployment descriptors of my ejb. One solution is to...
  11. Themuppeteer

    Dissign issue in J2EE

    Hello guys, A user has some actions that need to be done on an entity bean, and I put a stateless session bean on top of that. All my actions have to be rollback-able, and I don't want other people to be able to change the entity bean while I'm busy. A transaction you say! Yes, but the actions...
  12. Themuppeteer

    LNK2001 error with static var.

    Hello guys, I'm trying to write a network client in VC6.0. I'm using WSADATA, and socket, and I did put mpr.lib wsock32.lib in the linker dialog under object libraries/modules. I'm gonna use an array of sockets in my program. Thats why I made my WSADATA var static in my wrapper class for...
  13. Themuppeteer

    sockets: write timeout causes my program to block..

    Hello guys, I've got the following problem: I've got 2 self written servers talking to each other, now sometimes, when the first one "A" asks something to "B", and then "B" answers, I find that "A" is not listening anymore and just continuing his work...
  14. Themuppeteer

    Can one use old Active X component in C# ?

    what can you guys tell me about using a previously designed active X component in VB6 in C# ? Is it possible ? any good links ? thoughts? thnx. Greetz, NOSPAM_themuppeteer@hotmail.com (for mails, remove the NOSPAM_) www.themuppeteer.tk "Those who say they understand chess...
  15. Themuppeteer

    ftp doesn't work properly

    Hello guys, I'm having trouble with ftp on Red Hat linux. I can ftp to another machine from my machine, but other people can't connect to my machine. No password is asked whatsoever, they just can't connect. Anyone knows how this comes? thnx. Greetz, NOSPAM_themuppeteer@hotmail.com (for...
  16. Themuppeteer

    Socket on TIME_WAIT ??

    Hello, can somebody tell me when a socket goes to TIME_WAIT ? and how to stop that ? If myprogram runs for a while, I have about a 100 sockets open on TIME_WAIt and I have the feeling that it is because I don't close them correctely... thnx guys! grtz themuppeteer Greetz...
  17. Themuppeteer

    Teletext font on linux ?

    Hello friends, I'm searching for a font in linux to show all the characters of teletext. (My documentation talks about the 'Latin G0 Primary Set) (If possible non licensed font but thats not a necessaty.) I realize this is not an easy thing to find (I already searched the net but didn't find...
  18. Themuppeteer

    Garbage collection, need some advice

    Hello friends, I know that the garbage collector of java removes objects without references. Even if you have 2 objects A and B, and if A has a reference to B, and you remove all links to A, it will remove A and B (since A is an object with no references to it). But what if A has a reference...
  19. Themuppeteer

    checking if a color is valid in X

    Hello, how do I check with X if a color is valid or not ? I need something like a function isValidColor(char* mycolor); that returns a 0 when its a good color and something else when its not. like isValidColor("green"); returns 0 and isValidColor("somethingelse"); returns -1...
  20. Themuppeteer

    XLib Library for java ?

    Is there a X-lib library for java ? So that I can talk to the X-server from in my java program ? If so, can anyone give me a link to it or something please ? thnx a lot Greetz, NOSPAM_themuppeteer@hotmail.com (for mails, remove the NOSPAM_) www.themuppeteer.tk "Those who say they...

Part and Inventory Search

Back
Top