Hello and thanks for trying to help me out. But it's not that. I do
something like this to connect to the JNDI provider:
Properties props=loadProps();
props.put("java.naming.factory.initial",props.getProperty("NamingFactory"));
props.put("java.naming.provider.url"
Thanks, Dan. I switched to jndi and everything works fine. The new code
looks like:
InitialContext ctx = new InitialContext();
DataSource ds = (DataSource) ctx.lookup("java:/DBPool");
Connection conn = ds.getConnection();
// do the db work.
Kobi
>From: "danch (Dan Christopherson)" <[EMAIL PRO
Hi friends
I would like to know where the JBOSS/TOMCAT startup file exits.
Just like sartup file in Weblogic.
I find two file jboss.conf and jboss.jcml
I hope any one of these file is startup file.
if any one know through some light on me.
Thank's in advance
Venkat Ammisetty
Your JSP engine doesn't have the classes in your jar file in its classpath.
Put the home and remote interface classes into the classpath for your JSP
engine. This is typically done via jar files, but that is not required.
- Original Message -
From: "ALex Loubyansky" <[EMAIL PROTECTED]>
T
A little more information please. What types of EJBs are these? I have
multiple stateless session beans communicating across computers with no
problems. What type of transaction parameters are you specifying?
- Original Message -
From: "babu das" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECT
The only thing you need to modify on the remote client machine is
jndi.properties so that java.naming.provider.url points to the proper server
instead of "localhost". You do not need JBoss on every computer, but you
will need one or more JARs from jboss/client.
- Original Message -
From:
JBoss is an EJB app server, so by itself it does not process JSPs. So I'm
assuming you are running one of the bundled packages (JBoss+Tomcat or
JBoss+Jetty.) Don't know about Jetty, but Tomcat has jspc.
- Original Message -
From: "Chris Dole" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Running Red Hat 7.1 (Intel) with Java2 SDK v1.3.1 FCS...
I know this isn't perfectly appropriate for this list, but I'm desparate...
I can run java, but not javac, jar, or other tools. I always get the error:
Invalid initial heap size: -Xms8m
Could not create the Java virutal machine.
It's dif
jdk1.3
and i also use j2ee 1.3
- Original Message -
From: "Cuong Tran" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 29, 2001 5:14 PM
Subject: Re: [JBoss-user] petstore 1.1.2 build.xml problem?
>
> What's your jdk?
>
> --- mroosendaal <[EMAIL PROTECTED]> wrote:
> > Hi,
I'm trying that too, but rebuilding and deploying the petstore is causing me
problems. If you want to use another db you have to change certain files in
the petstore but i'm not sure that is sufficient. Let me know how far you
get.
Maarten
- Original Message -
From: "Faisal Abdallah" <[EM
Hello,
Can anyone tell me whether it is possible to precompile JSP files for
JBoss, and if so, then how to do it with Ant? I scanned the docs and mail
archives but did not find anything on this.
Thanks for any and all information!
Chris
___
JBoss-
I am using a Postgres database and a table with the following definition:
CREATE TABLE "customer"
"cid" int4 DEFAULT nextval('customer_uid_seq'::text),
"name" character(50),
"addr1" character(50),
"addr2" character(50),
"city" character(30),
"state"
Another way is to put the properties file at the same location as the class
file.
getBundle("package.XXX", locale);
I'm looking at a way to put it under Web-INF folder together with other xml
files...
Penn
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Beh
Set the "org.jboss.metadata.ApplicationMetaData.assumeJavaPrefix" system property
to false.
- Original Message -
From: "Robert Watkins" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 29, 2001 6:50 PM
Subject: [JBoss-user] Problem with assumeJavaPrefix
> How do I disable
I really would appreciate help with this error, I have installed JDK1.3.1 and
JBoss-2.2.1.
I get the follwoing erro when i try to start JBoss.
javax.management.ServiceNotFoundException: The specified URL is null
at javax.management.loading.MLet.getMBeansFromURL (MLet.java:367)
How do I disable assumeJavaPrefix?
My situation is this: I have a JMS Factory defined and bound to a location
in my global JNDI namespace. I wish to access this factory from an EJB. I
ended up with a jboss.xml file for the EJB like this:
PaymentCommandExecutor
PSNG.Payment
please cancel my account.
my email list address is [EMAIL PROTECTED]
thanks!
Hi,
I am new to the JBoss and currently have a question:
I am using CMP with Sybase. The problem I met is when JAW automatically
generate the table, all columns are not-null. Does anyone know where I could
override this default setting? Thanks a lot!
_
no jetty there, but I was trying to point out that Resin is one of the
fastest, opensource servlet containers out there.
jim
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Julian
> Gosnell
> Sent: Tuesday, May 29, 2001 4:50 AM
> To: [EMAIL PROTECT
You dont by any chance have the transaction-type set to bean in the
deployment descriptor do you?
Al
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Norton Lam
Sent: Tuesday, May 29, 2001 5:44 PM
To: '[EMAIL PROTECTED]'
Subject: [JBoss-user] Database ins
If you are using JBoss, you are probobly using their JNP JNDI
implementation.
Your client code is probably using the jndi.properties, which by default
contains the url rmi://localhost:1099. What you want is for your
jndi.properties file to match the seetings in your jnp.properties file.
I found
Hi Robert...
--On Wednesday, May 30, 2001 8:42 AM +1000 Robert Watkins
<[EMAIL PROTECTED]> wrote:
> Hunter Hillegas wrote:
>> If the beans are all running on the same server, what is the
>> difference
>> (assuming no cluster)?
>
> I don't want to steal Jim's thunder, but I thought I'd jump in a
Hi Hunter...
--On Tuesday, May 29, 2001 2:52 PM -0700 Hunter Hillegas
<[EMAIL PROTECTED]> wrote:
> If the beans are all running on the same server, what is the difference
> (assuming no cluster)?
In adition to what Robert said, always keep in mind that what a server
vendor does under the cove
Hi Hunter...
--On Tuesday, May 29, 2001 3:19 PM -0700 Hunter Hillegas
<[EMAIL PROTECTED]> wrote:
> How do you get something similar to SQL "ORDER BY" in EJB QL?
You can't. MVC Soft is planning a propritary extension to provide for this,
but a strict implementation of QL can't do it, as of PFD
Hi all,
I'm just wondering about load issues with JBoss. My applications will have
to deal with high traffic, and I was wondering, what mechanism exists to provide
scalability? For example - if I am working with clustered web servers, how
would I set up JBoss to deal with that?
___
I had a similar problem because I didn't have the java.naming.provider.url
in my jndi.properties file. It sounds like your code is trying to use some
default URL to lookup remote objects.
Make sure that you jndi.properties file is in your classpath and that it has
a line like:
java.naming.provi
Title: RE: [JBoss-user] EJB 2.0 QL
column; don't put the "order by" string
inside of the tag.
-Original Message-
From: Hunter Hillegas [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 3:19 PM
To: JBoss 2
Subject: [JBoss-user] EJB 2.0 QL
How do you get something similar t
Hunter Hillegas wrote:
> If the beans are all running on the same server, what is the
> difference
> (assuming no cluster)?
I don't want to steal Jim's thunder, but I thought I'd jump in and answer
this as I've spent a lot of time looking at this recently.
In most app servers, you would still h
How is the jndi.properties file provided to the client? The exception your
getting appears to be a simple failure to connect to the JNDI provider.
- Original Message -
From: "Pelle Poluha" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 28, 2001 12:47 AM
Subject: [JBoss-use
Hi everybody,
what do I have to do to realize the following:
1. A server machine running jBoss and Apache.
2. Client machines with Visual Basic clients.
3. The VB client *makes* RPC with the EJBs in jBoss via SOAP.
Ok, I already installed jBoss and Apache on my server, but I don't know how
to e
I'll add support for externalizing the RMI socket factories so that you
can use that approach. A future version of the jnp provider will allow
for secured access based on Java2 permissions.
- Original Message -
From: "Sampsa Ranta" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday
How do you get something similar to SQL "ORDER BY" in EJB QL?
--
Hunter Hillegas
[EMAIL PROTECTED]
Straight Shooter With Upper Management Written All Over
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss
hi all,
I try to secure 8082 port.
I followed the instruction provided by Vladimir Blagojevic couple weeks ago.
http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg03359.html
I subclassed the HtmlAdaptorServer as follows:
package org.jboss.util;
import com.sun.jdmk.comm.HtmlAdaptor
Jim,
Thanks for the great description...
If the beans are all running on the same server, what is the difference
(assuming no cluster)?
Are security/transaction/etc... still managed by the container if you access
a bean via a local interface?
Does anyone know if MVCSoft supports local interfac
We are getting a real funny error when deploying some ejb's in JBOSS.
JBoss keep on telling us that a specific field is not a field in our EJB.
The specifid error : "cmp-field fileSourceNo is not a field in ejb class
com.didata.itax.payment.sars.efiles.FileTypeInfoCMP" (Stack Trace below !)
Thi
Hi Hunter.
They are by no means thought of as worthless. However, there was a debate
about whether or not they were the best way to accomplish what they did
accomplish.
As you probably know, EJB 1.1 has a serious deficiency in that it does not
support relationships between EBs well. If you wa
Hi, all,
I'm getting some strange behavior with my code and I was hoping someone
would
be able to give me some hints as to what I'm doing wrong.
I have a stateless session bean that is doing a database insert. I have log
messages printing before the PreparedStatement argument settings and after
The documentation describes an external client that has its own auth.conf
login configuration file. To perform a client login within the same VM as the
application server you need to either change the server's auth.conf file to
have the "other" configuration section equal to that of the default cl
Greetings !
Gang, I am running into a slight problem related to JNDI config under JBoss.
I am calling a CMP Bean(Facility) from a Stateless Session
Bean(RFAdminTickets).
Each bean is in a separate jar file.
Whenever from the client side I call a method of the stateless session bean
which calls CM
A run-as element was added as part of the EJB2.0 spec and that will be implemented in
2.3 of JBoss in the near future. There is no support for runAsIdentity or runAsMode.
- Original Message -
From: "Hiep Luong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 29, 2001 12:49
> Also in Weblogic you can set the Max number of instances of a session bean
> in the deployment descriptor. I don't find this anywhere in jboss.
jBoss documentaion says that all the requests to session beans are served in
fact by the only instance.
_
How about Jakarta James?
Licensed Apache style, check out http://jakarta.apache.org/james/
/BG
- Original Message -
From: "Sacha Labourey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 29, 2001 6:51 PM
Subject: RE: [JBoss-user] any public/free mail server?
> Hello,
>
I have never heard of runAsMode or runAsIdentity must be some proprietary
weblogic crap.
It isn't in the spec. If explain the feature, maybe someone can help.
As far as the Max number of instances, you can configure beans through the
use of jboss.xml
Check out the manual and read about Container
I'm trying to deploy a simple example bean
(the CabinBean from the O'Reilley book). I followed the instructions in
the jboss documentation but I noticed that things didn't seem to go as expected
based on this documentation.
I go up to the point where I saw that the
bean was bean verified
I am new to EJB and Jboss, can anyone tell me where I can set runAsMode and
ranAsIdentity. I thought I would find them in the deploment descriptor xml
file but nada. I also did a text search of the sun 1.1 spec and got
nothing??
Also in Weblogic you can set the Max number of instances of a sessi
This is still utilizing the http front-end to the mbean server which
sunliscensing prohibits you to use in production.
Remember to disable this whenever you go live.
d.
-Original Message-
From: Mike Hoolehan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 1:12 PM
To: [EMAIL PROTE
This seems like the same problem that Lewis Henderson was having a bit
ago. He didn't appear to receive any on-list help, so I'm hoping for
better results :)
Here's what I'm getting:
[] Base setup.. really need to move these into the setup for the EJB
stuff.
[] login( Anonymous, anonymous)
[] Cre
Hi all
I am close to install petstore1.1.2 on Jboss2.2 & mySQL
Anybody doing the same! ...so me might (together) make it work..
Faisal Abdallah
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
Probably. I believe that java will load that automatically, but JBoss
needs the newer version from its own lib directory.
kevin1 wrote:
> Yes - I have xerces.jar in my $JAVA_HOME/jre/lib/ext directory
>
> Is this a problem?
>
> ___
> JBoss-user mail
Hi,
I am new to JBoss and have been developed a test-EJB(it works!) to
interface a DB. Untill now I have been followed the example found in chapter
1 of jBoss' online documentation(interest-client). Now I would like to move
the client on a diffrent machine.
Could somebody explain what do I h
The level of coarseness you use to represent business objects as beans is
one of the engineering decisions involved in using J2EE. There's no simple
rule, and your solution may depend on what factors are important to you or
your clients.
If you're using CMP, you may be forced into using a bea
Yep, there's a class in the cvs repository that does command line shutdown
using the shutdown mbean. Source below...
On (29/05/01 19:09), Jonas Bergström wrote:
> Hi all.
>
> Is it possible stop JBoss from the command line, just as it is with Tomcat?
> I want to schedule JBoss start and stop w
Yes - I have xerces.jar in my $JAVA_HOME/jre/lib/ext directory
Is this a problem?
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
I have a few tables:
songs: song_id, song_name, song_uri, category_id (FK->categories), format_id
(FK->formats)
categories: category_id, category_name
formats: format_id, format_name
Since each is their own table, I assume that if I want to use entities, I
need one for each type... Still, when
Do you have a JAXP or other xml parser in your classpath?
kevin1 wrote:
> I am trying to run the JBoss/Jetty binary. I get:
>
> Exception in thread "main" [Default]
> javax.xml.parsers.FactoryConfigurationError:
> org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
> [Default] at
> javax.
I remember quite a few folks being glad that DO's got removed from the
EJB2.0 spec...
I'm reading the MVCSoft manual which still contains them and I'm trying to
remember why they were considered worthless... Is there something else that
does the same thing?
Hunter
_
I'm looking over EJBQL and I have a question...
1. How is "LIMIT" addressed?
Do this exist? If not, is there a way to get any of this functionality?
Hunter
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jbo
I am trying to run the JBoss/Jetty binary. I get:
Exception in thread "main" [Default]
javax.xml.parsers.FactoryConfigurationError:
org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
[Default] at
javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:154)
[Defaul
Hi all.
Is it possible stop JBoss from the command line, just as it is with Tomcat?
I want to schedule JBoss start and stop when running my tests.
I guess it would be possible to do it on windows by using services, but I
want to do it the same way both on windows and unix/linux/*.
Thanks / Jona
Hello,
> I want to use the JavaMail API in Jboss, but I don't have a mail server.
> Does anyone know any free (under GPL) mail server that can run on NT (or
> Java platform)? alternatively, I can also use any public email host that
> allow direct SMTP access to their mail server, so I can refer
>
Title: RE: [JBoss-user] any public/free mail server?
Ben,
As always the apache group comes to the rescue with James (Java Apache Mail Enterprise Server) http://jakarta.apache.org/james/index.html
Paul
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behal
Hi,
I want to use the JavaMail API in Jboss, but I don't have a mail server.
Does anyone know any free (under GPL) mail server that can run on NT (or
Java platform)? alternatively, I can also use any public email host that
allow direct SMTP access to their mail server, so I can refer JBoss to the
Kobi Schecider wrote:
>conn = DriverManager.getConnection(
>"jdbc:postgresql://myhost/mydb", "id", "pwd");
don't do that! Get the connection by looking up a DataSource from JNDI.
There are a lot of examples of how to do this out on the web and in print.
Conf
Is your transaction specified as one of Required, RequiresNew, or Mandatory?
jbossmail wrote:
> Hi,
>
> I am trying to use CMP with Hypersonic(JBoss 2.2.1 with Tomcat 3.2.1).
> It seems that after doing eg. empHome.create(1, "test"); the data is stored
> in cache and it is not commited to the d
What's your jdk?
--- mroosendaal <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've posed questions related to this subject before but i still have the
> problem. When i rebuild the petstore 1.1.2 i get the following error:
> [error] No local string for enterprise.deployment.application.description
> I
I have JBoss setup using JAAS with the username,
passwords, and roles stored in a DB.
Everythihng works fine, but if seems that if no one
logs in for awhile, it loses some information and won't let you login unitl you
restart JBoss. Specifically, it looks like it loses the information to l
Check the types of the data members of the session beans.
All bean members of a class must be serializable so they can be passivated.
Annegret
> --
> Von: Alefia Lotia[SMTP:[EMAIL PROTECTED]]
> Antwort an: [EMAIL PROTECTED]
> Gesendet: Dienstag, 29. Mai 2001 12:22
> An: [EMAIL
Hi all,
I'm using a QueueRequestor to send a request and get a response from a bean.
Another client receive the JMS request, and sends it to the reply to
destination. I get the following error, while trying to send it:
java.rmi.RemoteException: ; nested exception is:
javax.jms.JMSExcept
Pradeep Prasad wrote:
>Hi ,
>
>I have started using JBOSS for EJB.
>When I trying to start server by executing run.bat
>file ,it does start but it gives syntax error twice
>before giving various pages of output.
>Can anybody let me know why is that happening.
>
>Is there some problem with paths.
Hi Windows users,
> When I trying to start server by executing run.bat
> file ,it does start but it gives syntax error twice
> before giving various pages of output.
I've seen similar questions on this list. First thing to do
with syntax errors or 'command not found' or similar messages
from the
> put the properties file in the conf/default directory...
> If ur properties file name is xxx_en_US.properties
strange... application resource files has to be put to server's conf
directory... servlet properties has to be put into jBoss conf... strange.
Tomcat's example contains servlet prop
Store your parser in a static variable in your SLSB. If it does not support
multithreading you could use a rudimentary object pool. Another option that is
probably better is to store your parser in a class member variable. This will
cause your parser to be initialized in each instance of a SLSB, b
sir,
In our case we have two server. One server is the
local server and the other one is the remote server.
In both these servers Jboss is running.
The problem is the local jboss server should contact
the remote jboss server inorder to pass on the data
from the local server to the remote se
Hi,
In my program, I use a user management. Every user has his own ID.
When the same user make multi requests to my JSP, i get a few messages like
this below and after JBoss hangs.
2001-05-29 02:09:10 - PoolTcpEndpoint: Endpoint
ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8082] ignored ex
you
can find it on the SAX web page on http://www.megginson.com/SAX/Java/index.html or
in the site XP, the SAX parser of James Clark on http://www.jclark.com/xml/xp/index.html
-Original Message-From: Reddy
[mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 29, 2001
10:54 AMTo: [EMA
Hello,
I'm trying to start a simple code example for a client using MDBs.
It seems there is a problem with the property file content.
After initializing lookup context the following exception is thrown:
javax.naming.CommunicationException: Can't find SerialContextProvider
at
com.sun.ente
during the initialization, it deploys the jar of your bean?
-Original Message-
From: Yuval Koren [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 2:41 PM
To: '[EMAIL PROTECTED]'
Subject: [JBoss-user] Jboss+Tomcat
i'm using jboss 2.2.1 and tomcat 3.2.1 on NT 4.0 machine.
When tryin
Hello again!
Sorry about repeating this request for help but I'm really stuck. Here's my
post again:
---
I'm trying to implement JAAS based security in accordans with the document
"JAAS Based Security in JBoss" at the JBoss site and I've followed and
implemented every step of the tutorial. But
Sorry, the file web.xml (J2EE) is looking for is
http://java.sun.com/dtd/web-app_2_3.dtd
And i can locate and see it so there shouldn't be a problem.
- Original Message -
From: "Nicolai P Guba" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 29, 2001 12:18 PM
Subject: Re: [J
i'm using jboss 2.2.1 and tomcat 3.2.1 on NT 4.0 machine.
When trying to invoke a bean through a servlet i'm getting the following msg
on the tomcat window:
"We were unable to get a connection to the Naming Service at localhost:1099
Please make sure that the server is running."
1. The jboss initia
it refers to
http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd";>
and i am connected to the Net.
I'll download it and see what happens. I guess you replace PUBLIC with
SYSTEM? Could this also be the cause of the error i get when rebuilding the
petstore (no local string for enterprise.deployment.appl
Nope, it has something to do with the deployment
descriptor (petstore): estore_ejb.xml, the build.xml or something in j2ee (the
web.xml uses a non-existent dtd). I don't think it has something to do with
jboss.
I'll keep trying it, if you find anything please
let me know.
Thanks,
Maarten
I am using session beans in my project. If the bean is
not being used, the server trys to passivate it.
However, i get tons of exceptions that it could not
passivate the bean.
Any clues?
__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want
> "m" == mroosendaal <[EMAIL PROTECTED]> writes:
m> Hi,
'ello
m> When i deploy the petstore in Jboss i get the following error:
m> [J2EE Deployer Default] Starting module petstore.war [Auto deploy]
m> XmlMapper: Can't find resource for entity: -//Sun Microsystems, In
m> c.//DTD Web Applic
did you work out how to
solve the "No local
string for enterprise.deployment.application.description" error when running
petstore's build.bat file?
if so, please
tell
simon
- Original Message -
From:
mroosendaal
To: [EMAIL PROTECTED]
Sent: Tuesday, May 29,
Hi,
When i deploy the petstore in Jboss i get the
following error:
[J2EE Deployer Default] Starting module
petstore.war[Auto deploy] XmlMapper: Can't find resource for entity: -//Sun
Microsystems, Inc.//DTD Web Application 2.3//EN --> http://java.sun.com/dtd/web-app_2_3.dtd
"null"2001-05-2
Hi,
When I use the remote admin interface on port 8082 to stop the embedded
tomcat service, then the entire JBoss-suite seems to stop. Is there a wey to
stop, or at least restart, tomcat only? The point is that I want web.xml to
be read again, without having to restart the entire jboss-suite.
Je
Very nice - but I don't see any mention of Jetty here.
has anyone any firsthand experience of tomcat and
jetty running with JBoss that they would like to share
with us?
I could port some stuff, but coming from the
jboss-jetty maintainer, it's objectivity might be
considered compromised !
Jules
Try giving the JBoss-Jetty bundle a whirl.
This lacks some of the more front-line fnality (JAAS
integration), but I believe that Jetty handles load
better.
You won't know if don't try!
Jules
--- Jim Archer <[EMAIL PROTECTED]> wrote: > Hi Hunter...
>
> We have jBoss 2.2.1 running on Debian/Lin
Hai,
Kindly tell me from which site I can
download the file, I would appreciate you would send earliest reply.
org.xml.sax
reg,
kyreddy
90 matches
Mail list logo