| Thread | Last Post | Replies |
|
| Any XSL experts? | 24 Oct 2007 12:57 GMT | 7 |
Here's a problem that's driving me nuts. The program below executes correctly as is. There's one line in the xsl string commented out. If you uncomment that line, the output changes. It adds the line "I can't jump." That's the value of the <jump> tag.
|
| JUnit 4 causes an error when expecting exceptions | 24 Oct 2007 08:27 GMT | 11 |
I have the following test case for a method someMeth(int ID) in class classA(): @Test(expected=java.sql.BatchUpdateException.class) public void insertValues()
|
| Byte code execution count | 24 Oct 2007 07:27 GMT | 10 |
I'm thinking about working on a project with a friend of mine, but there are some issues that I'm not sure how to handle. I'm going to break them into a few different posts since the issues are unrelated to each other and people may choose to ignore some of them that way.
|
| "Applet Notinated" | 23 Oct 2007 22:49 GMT | 11 |
What does "applet notinated" mean? Thanks, Radium
|
| Application error occurred during request processing | 23 Oct 2007 22:36 GMT | 2 |
500 Internal Server Error Application error occurred during request processing Details: com.sap.engine.services.webservices.wsnavigator.WSNavigatorException:
|
| Objects that can't be garbage collected? | 23 Oct 2007 20:43 GMT | 21 |
I got a weird question in a phone interview the other day that I'm not sure what to make of. The question was "What object(s) cannot be garbage collected?" I asked for a little clarification, and he said "What objects, if collected,
|
| Can someone explain this to me? | 23 Oct 2007 20:41 GMT | 3 |
I have a very strange problem here. I have found the solution, but I would like to know what is happening. I load a file from a JAR file, using the following code : InputStream stream=this.getClass().getResourceAsStream(name);
|
| Reserving sockets | 23 Oct 2007 20:28 GMT | 11 |
Is there a mechanism either in Java or in Windows to reserve a socket? Is there a mechanism to find out if a socket is in use by some other program? If you are a programmer, how do you go about deciding what socket to
|
| newbie: JUnit tests, best practice for the location of input test files? | 23 Oct 2007 19:17 GMT | 1 |
If I am creating JUnit tests that have test input files, are there any best practices for where input test files should go? Right now I am placing them in the same Java package that the test class resides in.
|
| No Listener in constructor | 23 Oct 2007 17:51 GMT | 2 |
I heard that one should not register an object as a listener for some events during its construction because an event could be triggered before the object is completely constructed. What do you think about this?
|
| Tomcat-axis question | 23 Oct 2007 16:20 GMT | 2 |
I installed tomcat-SOAP sever in Linux AS3 machine successfully. Now I moved that application from Linux AS3 to Linux AS4. Tomcat server has been started and it is not connected to any of the backend servers and got below error.
|
| Combining Java Reflection API with Java Annotation Types for Thread Safety | 23 Oct 2007 16:00 GMT | 2 |
Hello everyone. I have a really complicated question (and I don't really know if this is even possible). I am currently developing a program that is multithreaded. I have a lot of methods that start a thread and call other methods from other
|
| Sending Keyboard Events to Background Window | 23 Oct 2007 15:04 GMT | 5 |
I'm developing an application that consists of three windows (JFrames). Only one of the JFrames handles keyboard input. At present, if I move one of the other JFrames to the front the keyboard control stops. I assume that the front JFrame is getting the
|
| easy way to wrap java for COM | 23 Oct 2007 14:15 GMT | 3 |
I need to Wrap java class to be able use in Microsoft VBA (MSAccess) and also delegate to be able Handle event in VBA that come from Java. have some article or tool?
|
| Jasper Woes | 23 Oct 2007 11:06 GMT | 2 |
I have just started working with iReport. Everything seemed straightforwars until I tried to add a simple line graph. I use a csv file like this: XAxis,YAxis
|