Search the web
Sign In
New User? Sign Up
novajug · Northern Virginia Java Users Group (NOVA
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8751 - 8780 of 13717   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8751
Hi All, I am wondering whether any of you are using Octopus ETL application. I am using to (extract,transform,load) from MySQL to PostgreSQL database and MySQL...
Kevin Lwinmoe
kevinlwinmoe
Offline Send Email
Jul 1, 2005
4:00 pm
8752
Just a WAG, but try changing "integer" to "int", if you want a primitive integer, or "Integer" if you want an integer class. Ed James edjames@... ...
edjames@...
lej31428
Offline Send Email
Jul 1, 2005
4:12 pm
8753
I don't quite understand your comments.. This is what I have <SQLType> <LONGTEXT hasSize="true" javaType="java.lang.String">VARCHAR</LONGTEXT> <NUMERIC...
Kevin Lwinmoe
kevinlwinmoe
Offline Send Email
Jul 1, 2005
4:17 pm
8754
Is it the generator or the loader that is giving you the error? FYI - Java knows what an "int" is, and what an "Integer" is (a class that is a wrapper for an...
edjames@...
lej31428
Offline Send Email
Jul 1, 2005
5:32 pm
8755
The loader is giving me the error. I see that other people are having the same problem.. not just integer.. for varchar too... I cannot seem to find the ...
Kevin Lwinmoe
kevinlwinmoe
Offline Send Email
Jul 1, 2005
5:37 pm
8756
... <SNIP> ... Kevin, I am all but certain that you can get the latest JDBC driver for MySQL from the MySQL site. --Paul Bain...
Paul D. Bain
pauldbain
Offline Send Email
Jul 2, 2005
1:24 am
8757
The following novajug poll is now closed. Here are the final results: POLL QUESTION: What are you currently using as a build tool for your projects? CHOICES...
novajug@yahoogroups.com
Send Email
Jul 2, 2005
7:58 am
8758
Of course, I can get the latest driver from MySQL site. The problem is I don't know how to use that driver with Octopus ETL. K~ ... ...
Kevin Lwinmoe
kevinlwinmoe
Offline Send Email
Jul 3, 2005
2:25 pm
8759
I've used it in the past. You can find the latest docs at Objectweb: http://www.objectweb.org/...
Barr Bill P
bill.p.barr@...
Send Email
Jul 5, 2005
12:40 pm
8760
I have been searching through the pdf documentaion that they have posted for the latest version. I couldn't find the section about updating MySQL driver. Plus,...
Kevin Lwinmoe
kevinlwinmoe
Offline Send Email
Jul 5, 2005
12:49 pm
8761
We would like to remind you of this upcoming event. Enterprise SIG meeting: Geronimo Date: Tuesday, July 12, 2005 Time: 6:00PM - 9:00PM EDT (GMT-04:00) Bio:...
novajug@yahoogroups.com
Send Email
Jul 5, 2005
10:02 pm
8762
Hi, I just started using netbeans 4.1 from 3.6 and I have trouble adding external 3rd party classes/jars/resources into my jar distribution. I can add them the...
studmanie
Offline Send Email
Jul 6, 2005
4:29 pm
8763
are you sure you were able to do that in 3.6 to begin with ? my understanding is that adding jars into a jar does not work in java 1.4, because of a class path...
HALIM SALAMEH
hsalameh
Offline Send Email
Jul 6, 2005
5:38 pm
8764
Actually, thats how I did int 3.6. I mounted the jar files and added in the classes I needed individually or by directory. I have no idea how to do that in...
studmanie
Offline Send Email
Jul 6, 2005
6:18 pm
8765
(Hi: Is the following an appropriate posting to ias-opportunities-submit@...? We don't want to be perceived as spammig. Thanks!) (cut here) ...
Lionel Garth Jones
lgj@...
Send Email
Jul 6, 2005
8:17 pm
8766
Where, exactly, is the meeting going to be held? I'd like to attend, and I can't find any information about where it will be hosted. Thanks !...
karl_j_simon
Offline Send Email
Jul 7, 2005
10:25 pm
8767
The information is available on the website at http://www.novajug.com:8080/meetings/locations.html. Here is the info on the meeting places: FGM, Inc - Core...
Ramanand Singh
sramanand
Online Now Send Email
Jul 8, 2005
12:39 am
8768
Hello Group, I have a struts application that has the wierdest problem and I am not sure where to being to look for the resolution. Any help you can give is...
Lisa
ms_lisac
Offline Send Email
Jul 8, 2005
12:24 pm
8769
Upload your struts-config.xml file, I think the problem should be easy to find once you do....
David A. Sisk
dasisk
Offline Send Email
Jul 8, 2005
1:47 pm
8770
Thanks for the info Ramanand - just to be clear on the answer to the first post, the meeting you are asking about is the Enterprise meeting, and it takes place...
David Bock
javaguy_98
Offline Send Email
Jul 8, 2005
3:05 pm
8771
I found this problem. There isn't a form needed for the inital action. I should use the form for the subsequent action which searches a database and displays...
Lisa
ms_lisac
Offline Send Email
Jul 8, 2005
3:37 pm
8772
We would like to remind you of this upcoming event. Enterprise SIG meeting: Geronimo Date: Tuesday, July 12, 2005 Time: 6:00PM - 9:00PM EDT (GMT-04:00) Bio:...
novajug@yahoogroups.com
Send Email
Jul 9, 2005
10:02 pm
8773
... Lisa, I think you need to give me information about your problem. We may help you to fix the problem if you provide struts-config.xml, form beans, actions,...
zlan2
Offline Send Email
Jul 11, 2005
2:45 pm
8774
Hi, I am in a situation where I have to upload a huge CSV file into Oracle table. The file will be uploaded by the user using a web page running in a clustered...
lisa_young_1
Offline Send Email
Jul 11, 2005
2:45 pm
8775
... Lisa, I think you need to give more detail about your problem. Could you please provide your two form beans, jsp files, action classes and the part of...
zlan2
Offline Send Email
Jul 11, 2005
2:45 pm
8776
Folks, I am in the process of coming up with a solution to upload a huge set of data (4 - 20GB) periodically into a oracle database table. The file will be in...
lisa_young_1
Offline Send Email
Jul 11, 2005
2:46 pm
8777
When you mention Bulk Insert, are you referring to the Batch Statement in SQL? If not, it should meet your needs, you can query each statement status to ...
David A. Sisk
dasisk
Offline Send Email
Jul 11, 2005
2:52 pm
8778
... I can't imagine that inserting the file contents as part of page processing is a good idea. It seems like you'd want to store the file on some server so...
David Medinets
medined
Offline Send Email
Jul 11, 2005
3:18 pm
8779
First of all, you should use some network based program (e.g., FTP) or mounted filesystem to upload the file in an appropriate place. Then, you should think of...
Ramanand Singh
sramanand
Online Now Send Email
Jul 12, 2005
12:03 am
8780
I've been notified today that Geir Magnusson, founder of Gluecode and the Apache Geronimo J2EE server, will likely not be able to make our meeting tomorrow...
johndrum
Offline Send Email
Jul 12, 2005
12:48 am
Messages 8751 - 8780 of 13717   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help