Hello,
I am using Axis 1.1 and firing the ant task (axis-wsdl2java) to generate the client classes. Is there a way to update the axis configuration timeout value. I would like to modify the global timeout for the axis client. I would like to avoid updating the auto generated classes like in the...
Can anyone please explain what are potential reasons for receiving Null pointer exception from
Chain.do(…) call (within a filter)
I have two filters that are defined in my web.xml
<filter>
<filter-name>HibernatePersistence</filter-name>
<display-name>HibernatePersistence</display-name>...
yes,it is possible!.
Use ant to generate your model classes from the hibernate hbm files. You would have to add the neeeded hibernate libs.
You could use ant to also generate your schema.
<target name="codegen" description="Generate Java source from OR mapping files" depends="prepare-dirs">...
Hi all,
I have a working ruby app that I developed on Window and I am trying to
deploy it on Linox with Apache. The hosting company generated for me an
empty rails app and I just replaced the files that I modified in my app
(only rb/rhtml/css/js files).
In addition I updatd the database.yml...
Hi all,
I have a web app that is using struts and websphere.
How can I configure it to render my own custom html pages for the 404 and 500 errors?
Should I update the web.xml?
Can some one post an example?
Thanks,
Lior
I have a jsp page and some of the html tags in the page are not being closed until the page actually runs. After applying wsad template on the page wsad is closing some of the html tags in my jsp page. This appear to me as some sort of validation that wsad is doing after I apply the template on...
Hello all,
I am trying to configure tomcat to run bugzilla.
I followed the instruction needed in order to be able to run cgi scripts from tomcat.
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cgi-howto.html
Also I made sure that cgi servlet mapping in the web.xml is uncommented.
Now I have...
Hi guys,
I noticed that I have to restart Tomcat each time I am modifying a java class. I am guessing that Tomcat is caching these files.
Can Tomcat be configured to stop caching class files?
I am aware that it will affect performance but it is just for the development period.
I am using Tomcat...
Hi Guys,
I have a quick question.
Is it possible to use BugZilla with Tomcat as the web server ?
If no can someone recomand a open source bug tracking system that can use Tomcat.
Thanks,
Lior
Issue resolved.
The problem was with the command I use to load the data in
now I have used
load data local infile "c:/archismo/dev/scripts/csi.txt" into table csi lines terminated
by "\r\n";
This resolved it.
Thanks Tony for your help.
Lior
Tony,
1.Is there a gui tool that comes with Mysql?
2.What kind of characthers could cause something like that?
Also I can add that I have loaded the data to the table from a text file.
My issue is that I am not getting the correct data when I quering this query from Java. The output in the...
Hi guys,
can someone explian why the csi_id information is missing when I am runing
select * from csi where csi_id in (20,23,24);
see bellow:
mysql> desc csi;
+--------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |...
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.