RE: Downloaded struts1.0.2 does not contain commons*.jar

2002-12-04 Thread Miguel Angel Mulero Martinez
Look at jakarta.apache.org, under commons.


 -Mensaje original-
 De: vaibhavi [mailto:[EMAIL PROTECTED]]
 Enviado el: miercoles, 04 de diciembre de 2002 10:26
 Para: [EMAIL PROTECTED]
 Asunto: Downloaded struts1.0.2 does not contain commons*.jar
 
 
 Hello,
 I have downloaded struts latest version. I could not find commons-*.jar
 files in the lib directory. Now I have to carry out database
 connectivity. I don't have the access to the
 org.apache.commons.sql.util.* classes due to unavailability of the above
 jar files. How could I manage to get this. or there is some other way to
 database connectivity. Can anyone help me out in this?
  
  
 Regards,
 Vaibhavi Shah
   _  
 
 Sr. Software Engg.
 Elitecore Technologies Ltd.
 9th Floor,Silicon Tower
 Off C.G. Road
 Ahmedabad
 Ph: 6405600 ext-360
  
 

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Downloaded struts1.0.2 does not contain commons*.jar

2002-12-04 Thread vaibhavi
Hi,
Thanks for reply but the thing is that there are lot many jars under
common list which should I go for.Here is the error list which I am
getting if u can come to know about my exact problem.

D:\strutstest\WEB-INF\srcjavac org/apache/struts/webapp/example/l*.java
org/apache/struts/webapp/example/LoginServelt.java:19: package
org.apache.common
s.sql.util does not exist
import org.apache.commons.sql.util.*;
^
org/apache/struts/webapp/example/LoginServelt.java:48: cannot resolve
symbol
symbol  : method getDataSource  (javax.servlet.http.HttpServletRequest)
location: class org.apache.struts.webapp.example.LoginServelt
 dataSource = getDataSource(request);
  ^
org/apache/struts/webapp/example/LoginServelt.java:51: cannot resolve
symbol
symbol  : variable conn
location: class org.apache.struts.webapp.example.LoginServelt
 pstmt = conn.prepareStatement(selquery);
 ^
3 errors




Regards,
Vaibhavi Shah

Sr. Software Engg.
Elitecore Technologies Ltd.
9th Floor,Silicon Tower
Off C.G. Road
Ahmedabad
Ph: 6405600 ext-360


-Original Message-
From: Miguel Angel Mulero Martinez
[mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, December 04, 2002 3:11 PM
To: Struts Users Mailing List
Subject: RE: Downloaded struts1.0.2 does not contain commons*.jar

Look at jakarta.apache.org, under commons.


 -Mensaje original-
 De: vaibhavi [mailto:[EMAIL PROTECTED]]
 Enviado el: miercoles, 04 de diciembre de 2002 10:26
 Para: [EMAIL PROTECTED]
 Asunto: Downloaded struts1.0.2 does not contain commons*.jar
 
 
 Hello,
 I have downloaded struts latest version. I could not find
commons-*.jar
 files in the lib directory. Now I have to carry out database
 connectivity. I don't have the access to the
 org.apache.commons.sql.util.* classes due to unavailability of the
above
 jar files. How could I manage to get this. or there is some other way
to
 database connectivity. Can anyone help me out in this?
  
  
 Regards,
 Vaibhavi Shah
   _  
 
 Sr. Software Engg.
 Elitecore Technologies Ltd.
 9th Floor,Silicon Tower
 Off C.G. Road
 Ahmedabad
 Ph: 6405600 ext-360
  
 

--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Downloaded struts1.0.2 does not contain commons*.jar

2002-12-04 Thread Miguel Angel Mulero Martinez
I user (for the connection pool):

commons-collections.jar
commons-dbcp.jar
commons-pool.jar

included all in tomcat.

 -Mensaje original-
 De: vaibhavi [mailto:[EMAIL PROTECTED]]
 Enviado el: miercoles, 04 de diciembre de 2002 10:58
 Para: 'Struts Users Mailing List'
 Asunto: RE: Downloaded struts1.0.2 does not contain commons*.jar


 Hi,
 Thanks for reply but the thing is that there are lot many jars under
 common list which should I go for.Here is the error list which I am
 getting if u can come to know about my exact problem.

 D:\strutstest\WEB-INF\srcjavac org/apache/struts/webapp/example/l*.java
 org/apache/struts/webapp/example/LoginServelt.java:19: package
 org.apache.common
 s.sql.util does not exist
 import org.apache.commons.sql.util.*;
 ^
 org/apache/struts/webapp/example/LoginServelt.java:48: cannot resolve
 symbol
 symbol  : method getDataSource  (javax.servlet.http.HttpServletRequest)
 location: class org.apache.struts.webapp.example.LoginServelt
  dataSource = getDataSource(request);
   ^
 org/apache/struts/webapp/example/LoginServelt.java:51: cannot resolve
 symbol
 symbol  : variable conn
 location: class org.apache.struts.webapp.example.LoginServelt
  pstmt = conn.prepareStatement(selquery);
  ^
 3 errors




 Regards,
 Vaibhavi Shah

 Sr. Software Engg.
 Elitecore Technologies Ltd.
 9th Floor,Silicon Tower
 Off C.G. Road
 Ahmedabad
 Ph: 6405600 ext-360


 -Original Message-
 From: Miguel Angel Mulero Martinez
 [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 04, 2002 3:11 PM
 To: Struts Users Mailing List
 Subject: RE: Downloaded struts1.0.2 does not contain commons*.jar

 Look at jakarta.apache.org, under commons.


  -Mensaje original-
  De: vaibhavi [mailto:[EMAIL PROTECTED]]
  Enviado el: miercoles, 04 de diciembre de 2002 10:26
  Para: [EMAIL PROTECTED]
  Asunto: Downloaded struts1.0.2 does not contain commons*.jar
 
 
  Hello,
  I have downloaded struts latest version. I could not find
 commons-*.jar
  files in the lib directory. Now I have to carry out database
  connectivity. I don't have the access to the
  org.apache.commons.sql.util.* classes due to unavailability of the
 above
  jar files. How could I manage to get this. or there is some other way
 to
  database connectivity. Can anyone help me out in this?
 
 
  Regards,
  Vaibhavi Shah
_
 
  Sr. Software Engg.
  Elitecore Technologies Ltd.
  9th Floor,Silicon Tower
  Off C.G. Road
  Ahmedabad
  Ph: 6405600 ext-360
 
 

 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]


 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]