but if you use only one pool with oracle.jdbc.xa.client.OracleXADataSource
(without minerva) , does it work ?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]
Sent: Thursday, March 15, 2001 7:35 PM
To: [EMAIL PROTECTED]
Subject: [jBoss-Us
Your problem is that your browser (which runs the applet) doesnt run jdk1.2+
(it probably runs jdk1.1).
the class which is not found is java.util.HashMap in
org.jnp.interfaces.NamingContext
you need to install java1.3 plug-in for your browser.
Shahar.
-Original Message-
From: [EMAIL PROT
what values should I set the following properties ???
(My problem is that I get SecurityException's since it tries to get them
from the system properties, since I dont set them manually.)
java.naming.factory.object
java.naming.factory.state
java.naming.factory.control
java.naming.dns.url
Shahar.
You must include context path before /login.
i.e. :
if in application.xml you specify /MyContext
then your url should be http://yourhost:yourport/MyContext/login
hope this helps
Shahar
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Fejes Balazs
Sent: W
Hi.
Can I have an applet being a JMS client , using RMI-HTTP tunneling (Sun's
cgi-bin/java-rmi.cgi servlet) when behind a proxy/firewall ?
Thanks, Shahar.
--
--
To subscribe:[EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTEC
Hi
Where do I configure that in a jboss+tomcat app ?
in standalone tomcat it would go to server.xml, but tomcat doesnt read it
when ran by jboss.
Thanks,
Shahar
--
--
To subscribe:[EMAIL PROTECTED]
To unsubscribe: [EMAIL
Can anyone confirm it works ?
if so, what configuration is used ?
--
--
To subscribe:[EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Hi.
Can I count on "catch(FinderException ...)" to determine if a CMP entity
exist or not ?
for example, if I want to prevent two users registering with same email, can
i do something like this :
try {
User user = UserHome.findByEmail(email);
throw new EmailAlreadyExistException()
-User
Subject: Re: [jBoss-User] Changes in DB configuration for Oracle
file goes in lib/ext
In the new configuration, I dont think you need to specify the filename
anywhere
in the config files. I believe that went away after 2.0.
Shahar Solomianik wrote:
> but where to put "class
but where to put "classes12.zip" ?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of David Castro Diephouse
Sent: Tuesday, March 06, 2001 7:21 PM
To: JBoss-User
Subject: Re: [jBoss-User] Changes in DB configuration for Oracle
jboss.conf entry (MLET XADSLo
Hi.
I was working with 2.0 Final (+tomcat) and now try to upgrade to
PRE2.1+tomcat , (the link that Rickard has posted).
Where do I indicate that my OraclePool should use classes12.zip ? In
Final-2.0 I would do it using 'ARCHIVE="jboss.jar,classes12.zip"' in
jboss.conf.
--
--
Hi Elouan.
I suffer from the same problem.
currently i modify the jboss startup line in run.sh (or run.bat) to
include -Djava.naming.factory.initial=... (i.e. all parameters from
jndi.properties file)
untill someone will figure out where is the right place to put
jndi.properties file
-Origin
Hi.
My jboss-2.0-final was up all night, and when I came back this morning and
tried to "Collection findByXXX" (cmp bean, regular and not customized
finder) I got the above exception.
Is it the possible passivation bug you are talking about lateley ?
Should i install pre2.1 ?
should i write a ses
Hi all.
telkel.com/bugzilla in unavailable... so ...
is there an answer to the "port already in use" issue ???
Shahar.
--
--
To subscribe:[EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EM
I am able to set up a jBoss community in http://www.k-sphere.com (which is
better than experts-exchange in all areas !) for free, offcourse (I
developed it...).
If any of you guys is interested, just let me know.
Shahar.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED
The only suspect deployer message is that it doeant say "mapping ... " for
that beans remote interface methods, like it does for other beans, but there
is no deployer or verifyer error.
Shahar.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ingo Bruell
Hi.
Its empty.
I shutdown the server to re-deploy (I understand this is also bug in final)
and it deletes the temp files on shutdown
Shahar.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ingo Bruell
Sent: Wednesday, January 31, 2001 9:20 PM
To: jBoss
Hi Simon.
I'm facing the same problem for ages...
WEB-INF/classes won't do !
anywhere else ?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Bordet, Simone
Sent: Thursday, January 11, 2001 1:24 PM
To: 'jBoss'
Subject: RE: [jBoss-User] Fresh pair of eyes
I have a strange problem with jboss 2.0 final.
I deploy 20+ entity beans and 2 session beans.
the session beans descriptors appears last in ejb-jar.xml and jboss.xml.
the deployer seems to deploy only the 1st session bean.
when I call create on the 2nd bean home interface it throws
NullPointerExce
Hi Craig,Tim and everyone else strugling with Oracle LOBs... :-)
I had a long day of testing till I get things to work with concurrent load :
1. Oracle 8.1.7 Server
2. Oracle 8.1.7 oci driver
3. NO jboss.xa.xidclass=oracle.jdbc.xa.OracleXid in jboss.properties
4. USE MINERVA. i.e. org.jboss.miner
Hi.
I try to run an applet that communicates with spyderMQ.
(windows 2000 , IE5)
I try to create jndi context like this :
Hashtable jndiProperties = new Hashtable();
jndiProperties.put("java.naming.factory.initial","org.jnp.interfaces.NamingC
ontextFactory");
jndiProperties.put("ja
Hi Tim.
I've tested my CLOB/BLOB OracleXA 8.1.7 issue on high load this morning and
it throws almost any exception in the book
When I had it working couple of days ago, it worked with several clients,
probably never having to handle concurrent.
I feel I have planted vane hopes in everyone he
welcome to the club, my friend
(Sergent BLOB lonely CLOB club...)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Bjoern Kahle
Sent: Monday, January 29, 2001 11:16 AM
To: [EMAIL PROTECTED]
Subject: [jBoss-User] mysql - blob
Hello!
I'm using jBoss 2.0
if you can.
++Jeff
Shahar Solomianik wrote:
> Hi.
> Let me understand...
> Did someone had CMP BLOB working somwhow ???
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Scot Bellamy
> Sent: Friday, January 26, 2001 10:01
Hi.
Let me understand...
Did someone had CMP BLOB working somwhow ???
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Scot Bellamy
Sent: Friday, January 26, 2001 10:01 PM
To: jBoss
Subject: Re: [jBoss-User] CMP (JAWS), Oracle and BLOBs
I haven't used BL
hey can say that the problems are due to poor and/or bad support
> (I have already see this !!! Yes). Also, for Telkel, they
> can have some problems in Justice too ! Args !
> I have a friend that is an expert of this kind of problems, and he say
that
> it is possible (rare, but possible !
that is an expert of this kind of problems, and he say that
it is possible (rare, but possible !).
I think this project must be completely free
Christophe
Shahar Solomianik
<[EMAIL PROTECTED]To: "'jBoss'&
I am willing to get paid for answering questions about jBoss !
not that I commit to give the right answer if at all... :-)
Shahar
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kemp Randy-W18971
Sent: Thursday, January 25, 2001 4:09 PM
To: '[EMAIL PROTE
I do and its fine.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Michel
DELSAUX
Sent: Thursday, January 25, 2001 11:59 AM
To: [EMAIL PROTECTED]
Subject: [jBoss-User] +jboss 2.0 +oracle -> Entity EJB
Hi,
Are there people here that use entity bean
I would like to use it.
any doc, example etc. ?
--
--
To subscribe:[EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]
Hi all jboss/oracle developers (and all the rest)
I have tested 8.1.7 jdbc against 8.1.7 server according to Ole Husgaard
recommendation.
And the results :
* XA works fine (at least for me...) now. I dont know what OTHER problems it
had earlier, so don't count on my word for it, but a weird exce
mmm...
What is reentrant ?
--
--
To subscribe:[EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]
Hi.
I aslo had problem using Oracle XA Datasources classes, but that was only
with clob/blob .
so right now i use minerva...
keep updating on whatever progress you have.
Shahar.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Tim Yates
Sent: Monday, Janu
Is there a final answer as to where this file should be located in an
integrated jboss+tomcat env ?
There were many mails around that subject in the list lately and many people
said different things, and still, I dont know where to put it
Shahar.
--
---
Hi Sundar.
the ejb server maintain it according to "commit-option" you deploy it with.
for example :
if you "promise" your bean its data will never be touched outside of the ejb
server scope, which means it can use cached data whenever possible, you
deploy it with commit-option A.
if not, you shou
jaws.xml
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Saurabh Mahajan
Sent: Thursday, January 18, 2001 6:34 PM
To: [EMAIL PROTECTED]
Subject: [jBoss-User] table name problem
where do we specify table name in a container managed bean.
where the data t
some people find email must more important than oxygen :-)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Sebastien Alborini
Sent: Wednesday, January 17, 2001 4:10 PM
To: jBoss
Subject: Re: [jBoss-User] www.jboss.org down?
Lennart Petersson wrote:
>
>
Hi cmwong.
Here is what i did :
I inherited all my entity beans from a bean that generates the pk in its
ejbCreate method (it selects nextval from an env-entry sequence name)
and in each bean's ejbCreate i invoke super.ejbCreate().
I would love to hear comments about this method of work...
Shaha
and anyways its Microsoft os and db you are using. come on , move it all to
unix and start rocking :-)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Rickard ?berg
Sent: Monday, January 15, 2001 4:42 PM
To: jBoss
Subject: Re: [jBoss-User] 3 seconds to cr
Regarding another message here today, does ejb-ref in a war file's web.xml
is of any significant ???
--
--
To subscribe:[EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]
Hi.
I tried it with many jaws config options and none worked against Oracle8i
db.
I had to make it a BMP.
Shahar
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Steven Haines
Sent: Saturday, January 13, 2001 2:03 AM
To: jBoss
Subject: [jBoss-User] JBoss
You mean you pointed it specifically ?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kemp Randy-W18971
Sent: Friday, January 12, 2001 11:03 PM
To: '[EMAIL PROTECTED]'
Subject: [jBoss-User] That did the trick
In converting the Orion CMP primer from Ori
Hi Petri.
I experience the same with jboss_final2.0+tomcat on sun solaris and jdk1.3.
(i.e. I initiate the InitialContext with Hashtable which is populated hard
coded)
If you find the solution, please let me know.
Shahar
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTE
It seems to me like a unix premission problem.
what user did you use to unpack installation and what user do you use to run
jboss ? (if both are root, there shouldnt be problem)
Shahar.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Geisler, Fritz
Sent:
Hi.
Do I have to use the following code :
Hashtable jndiProperties = new Hashtable();
jndiProperties.put("java.naming.factory.initial","org.jnp.interfaces.NamingC
ontextFactory");
jndiProperties.put("java.naming.provider.url","localhost");
jndiProperties.put("java.naming.factory.url
Hi.
You either code a session bean method to perform that query or write a
finder method for the entity bean, something like findByMaxPK...
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Christophe Demez
Sent: Tuesday, January 09, 2001 8:00 PM
To: '[EMAI
Hi again. (I am very active lately...)
Now that my inherited CMP entities work, I come to code the session(s) to
manipulate them.
My question is :
All my sessions will be stateless.
How should I split the methods to different session beans, or shouldnt I
split ?
I mean, why dont have one stateles
ejbCreate methods.
Add some System.out.println() in your beans and see yourself what is
entered and what not.
Works for me. :-)
Cheers,
Tobias
Shahar Solomianik wrote:
>
> Hi guys (Tobias pay attention to this...).
>
> The deployment works fine.
>
> But when com
Hi cmwong.
You can run jetty on a different vm and then deploy ejb and servlets
seperatly.
or you can write a batch file to move files from dev to dep and pack jar,
war and then ear and save the manual trouble.
Shahar.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Hi guys (Tobias pay attention to this...).
The deployment works fine.
But when coming to create entities I get "javax.ejb.CreateException: Could
not create entity:java.sql.SQLException: Invalid column type"
It happens because jaws tries to put NULL in the primary key field.
and why is that , you
Hi.
Look at the tomcat-test.ear example that comes in /deploy with jboss_final.
it has a client.jar containing all files neccessary for the ejb clients(i.e.
your servlets) and the manifest.mf of the war contains a classpath extension
pointing to the client.jar
Shahar.
-Original Message-
.
Any suggestions?
Best regards,
Per
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Shahar Solomianik
Sent: den 7 januari 2001 09:49
To: 'jBoss'
Subject: RE: [jBoss-User] Inheritance in CMP beans - followup
Hi Kevin.
Thanks for the detailed, wel
lity it is about complexity reduction, flexibility and
extensibility (at the least).
Good luck,
Kevin
-----Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Shahar Solomianik
Sent: Sunday, January 07, 2001 1:57 AM
To: 'jBoss'
Subject: RE: [jBoss-User] In
Hi all.
Sorry for not being here while you discuss this issue...
I DO want it just for code reuse, nothing else...
The ancestor remote interface will never be deployed as a remote interface,
it will only be derived from.
Could you please explain "inheritance in Java is about IsA behaviour not
code
To: jBoss
Subject: Re: [jBoss-User] TX question
Yep! When i left the room for lunch i hit me... there was another thread
about this for not so long ago. Bad memory. Sorry!
/Lennart
Rickard ?berg skrev:
>
> Hi!
>
> Shahar Solomianik wrote:
> > Perhaps you should invoke the
Perhaps you should invoke the overloaded methods using
getEJBContext().getEJBObject().getNextKey and not directly.
As I understand, that way the container is aware of the method invokation
(cause its done through the remote interface, actually) and the transaction
is handled correctly.
Shahar
ry glad if anyone could
told about the version of the Jboss that run the desciptions to integrate
the server.xml on the Embedded Tomcat.
Regards,
Johnson
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Shahar Solomianik
Sent: Tuesday, January 02, 2001
Hi Johnson.
After some time on jboss, I started using the jboss_tomcat integrated
version (Yesterday, actually...).
why do you want tomcat to read the server.xml ?
you can create tomcat contexts while deploying applications (in an ear file)
Shahar
-Original Message-
From: [EMAIL PROTECTE
Hi man.
Please specify which eliminations you have already made (.i.e do you connect
through sqlplus ? from another machine ? do you use thin driver or oci ?
etc.)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Imran Bohoran
Sent: Tuesday, January 02, 20
If only I had a dime for every jBoss download... (Then I wouldnt be on this
list no more...)
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Bordet, Simone
Sent: Wednesday, December 27, 2000 8:53 PM
To: 'jBoss'
Subject: RE: [jBoss-User] How many downloads
Hi.
Had the same problem.
give up the casting to OracleResultSet and use the following syntax for
insert/update :
char[] charArray = xml.toCharArray();
statement.setCharacterStream(1,new
CharArrayReader(charArray),charArray.length);
use the following for select:
...
PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of Rickard ?berg
|Sent: Monday, December 04, 2000 6:21 PM
|To: jBoss
|Subject: Re: [jBoss-User] JAWS customised finder doesnt work !!!
|
|
|nope
|
|Shahar Solomianik wrote:
|>
|> Rickard ? Is it fixed ?
|>
|> -Original Message-
|&g
Any estimation as for when ... ?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Rickard ?berg
Sent: Monday, December 04, 2000 6:21 PM
To: jBoss
Subject: Re: [jBoss-User] JAWS customised finder doesnt work !!!
nope
Shahar Solomianik wrote:
>
> R
d recently that this is a know bug - is
there a fix underway?
Robert.
> -Original Message-
> From: Shahar Solomianik [mailto:[EMAIL PROTECTED]]
> Sent: Monday, 4 December 2000 3:22
> To: [EMAIL PROTECTED]
> Subject: [jBoss-User] JAWS customised finder doesnt work !!!
>
Hi all.
I have a CMP entity bean with a customised finder defined in jaws.xml as
follows:
findBySource
source_type_id = {0} AND source_reference_id = {1}
knowledge_id DESC
My Oracle8.1.6 reports this :
[Knowledge] findBySource(1,ex0001)
[JAWS] java.sql.SQLException: ORA-00923: FROM keyw
I get this message when invoking a customised find method
I am using BETA PROD 4.
Any ideas ?
Shahar.
--
--
To subscribe:[EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]
new
ByteArrayInputStream(aBytes));
aKey = (StringKey) aOIS.readObject();
}
And I get java.io.StreamCorruptedException: InputStream does not contain a
serialized ob
ject while creating ObjectInputStream aOIS object;
Thanks for helping,
D&D
On Sun, 26 Nov
Hi.
I've experienced similiar problems with CLOB.
what java methods do you use on the driver for select/insert/update ?
there are some versions of classes12.zip. The actual driver you are using is
what you define in the db url for the getConnection.
i.e.
for oci driver you'll write jdbc:oracle:oci
Hi Tilmann.
The max open cursors in Oracle db is a "known" performance issue - Oracle
actually doesnt close the cursors (even when you call close()) but caches
them.
To really close the cursors, you must supply an init parameter in
initxxx.ora :
CLOSE_CACHED_OPEN_CURSORS = TRUE
-Original M
|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of Shahar Solomianik
|Sent: Thursday, November 16, 2000 4:18 AM
|To: 'jBoss'
|Subject: RE: [jBoss-User] mixed CMP/BMP transaction
|
|
|Hi marc.
|Everything works fine now.
|I work with minerva and no
Hi marc.
Everything works fine now.
I work with minerva and not directly with Oracle.
I succeeded to insert/update CLOB through
PreparedStatement.setCharacterStream().
I have no idea how it worked since Oracle require an empty_clob() in the
insert statement and than updating the clob using select
Hi Marc.
It seems it is an Oracle (XA) specific problem. I tried using minerva and it
worked.
But now if I choose minerva I have another problem : how do I
insert/update/select oracle CLOB ?
Here is my problem lifecycle:
1) I have an entity bean with a CLOB column in the DB (it holds user's free
Hi all.
Before you go on prinitng jBoss T-Shirts...
My mixed CMP/BMP transaction still doesnt work.
For those of you who were busy with the textile industry lately, I will
repeat the problem description...
a stateless session bean method invokes several finder methods on several
CMP entity beans
Hi guys.
i have the following secnario (TX_REQUIRED is the transaction attr for ALL
beans involved for ALL methods):
stateless session bean method invokes the following :
CmpBean1 cmpBean1 = cmpBean1Home.findByXXX();
CmpBean2 cmpBean2 = cmpBean2Home.findByXXX();
CmpBean3 cmpBean3 =
cmpBean3Home.
[JAWS] java.lang.RuntimeException: Unable to deregister with
TransactionManager: java.lang.IllegalArgumentException: xaRes not enlisted
I have a statless session bean method finding some entity beans and then
creates a new entity based on data (mostly id's) collected from other
entities.
The exce
Hi Aaron.
What about the CLOB problem ? any news ?
Shahar.
--
--
To subscribe:[EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]
Can a bean method invoke another (same bean) method ?
not through remote interface ?
if so, how are transaction handled ?
--
--
To subscribe:[EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL
Hi.
Can I have JAWS generate find method by n attributes without defining a
special in jaws.xml ?
(I have two attributes that combine a foreign key)
--
--
To subscribe:[EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Is it a pure java driver or a native driver ?
with Oracle native driver I have modified run.bat to add
-Djava.library.path=
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Dubchak, John
Sent: Wednesday, November 08, 2000 7:45 PM
To: 'jBoss'
Subject: RE:
Hi.
I created a 'deploy' directory manually under jboss root directory and it
did deploy.
maybe case problem in the directory name ?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Craig Altenburg
Sent: Wednesday, November 08, 2000 5:58 PM
To: jBoss
Subj
Hi Aaron.
I have installed beta-prod-4 and still same results :
when jaws includes none specific jdbc-type for the CLOB column, or contains
VARCHAR, create works and findByPrimaryKey sets the column value to null.
when trying CLOB as jdbc-type, it throws :
[JAWS] java.lang.ClassCastException: jav
what is the db url you have supplied in .jcml file ?
maybe you have syntax error/spelling mistake ?
I have once spent 10 hours with this exception just to find out i missed a
":" in the url string
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Dubchak,
Hi Aaron
does new beta-prod-4 includes those changes you have checked into the cvs ?
(.i.e , should i download the binaries and try again ?)
Shahar.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Aaron Mulder
Sent: Monday, November 06, 2000 7:07 PM
To:
83 matches
Mail list logo