Hi there,
I have a table with, say, these columns
table mytable
col1 (PK)
col2
col3
col4
I am using a container managed persistence bean do map the table. Versions:
EJB 2.1
JBoss 3.2.7
The question is, which is the best way to do an update like this:
update my table set....
where col3 =...
Hi there,
I tried to install a Samsung SP1604N HDD on an Asus A7V600-X motherboard and the BIOS didn't recognize the new HDD.
First I tried to install it as a slave. Then I removed my current HDD and install the new one as master, just like the current one. In both cases BIOS didn't recognize...
Hi :)
When I call DBMS_LOCK.request with the release_on_commit parameter set to TRUE in a distributed transaction subordinate session I get this:
ORA-02089: COMMIT is not allowed in a subordinate
I did not commit in the subordinate, I only set for the lock to be released when the...
Hi there,
I have deployed some EJBs on WebLogic 5.1 sp 13 on a HP-UX, and it says for some EJBs jar files that the file "is not a valid jar file, or does not contain a valid bean". There are nested NoClassDefFound errors in all the stack traces.
All my EJBs use classes stored in a jar file...
domind,
Yes, I did figure this out but forgot to write the solution here... sorry.
Well, I step into the struts source and realized that the exception was due to a class loader problem. The version 5.1 of WebLogic doesn´t automaticaly find the classes deployed in your application as one could...
Hi,
When I start the WebLogic 5.1 SP12 server, on which I´ve deployed an application that uses Struts 1.1, I get the exception below. On Tomcat 5 it works fine. I´ve tried either deploing an war file or an expanded directory.
Any Help ?
Thnx.
Ter Mai 25 14:29:34 GMT 2004:<E> <HTTP> Error...
Hi,
When I right click a method declaration in an Eclipse project and select 'search -> references -> workspace', it returns all calls to methods of the same name instead of returning only the calls to the method I specified.
Example:
Class A { public int getId(); }
Class B { public int...
Hi there.
I think I've found a bug on IBM Developer Kit 1.2.2 in an AIX 4.3. I would like to know whether anyone of you has experienced this bug. Please consider the following method:
public String crazyMethod( long aLongParam ) {
....
}
When I call the above method like this:
crazyMethod(...
Hi there,
I am using a resource from which I retrieve Strings to be inserted on my jsp pages. I am using tomcat3.2.3 running on an AIX 4.3 and using IBM jdk1.2.2.
Some times, with no reason, the VM crashs and a javacore file is generated with a MissingResourceException stack trace. Do any of...
jemminger,
That's because function b() is called only when the input's value is changed by the user. If the value is changed via code, b() is not called. See:
//this does not trigger a call to b() :
form.a.value = '1';
form.a.value = '2';
I´ve just found a solution. I just need to do this...
xutopia,
I am afraid that's not what I want. Rather than defining the event handler for the onChange event I would like to call the event handler already defined for that control.
Thanks anyway.
Hi,
I have a text input like this:
[input type=text name=a onChange=b()]
When I call document.forms[0].a.handleEvent('onChange') I get the error 'The object does not support this method or property' (or something like that).
What did I do wrong ?
Thank you in advance.
Hi,
I have an applet that connects to an IBM AIX 4.3 host through a socket on port 23 (telnet). How can I find out the character sequences I should write on the socket stream for the function and arrow keys ?
Thank you.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.