Re: Struts 2 scheduler

2008-03-13 Thread alex xander
thx all, i solve my problem with quartz, i used it with spring thx so much - Original Message From: "Peters, John" <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Wednesday, March 12, 2008 10:14:18 PM Subject: RE: Struts 2 scheduler Depends on the implementation. If you only nee

Struts 2 scheduler

2008-03-11 Thread alex xander
i used struts 2.0.6 i need to schedule a task i've read the documentation, and it use quartz to schedule but it don't tell how to implement quartz in struts 2. can someone help me, or there's another way to schedule a task in struts 2 thx

velocity problem with jetty 6.1.1

2007-08-06 Thread alex xander
i run my application with tomcat 6.x or jboss 4.x it's work fine. i'm use struts 2.0.8 but when i test with jetty 6.1.1 there is some velocity problem. the applcation run ok, but there is error message in my console here is the error [ERROR] Digester - Parse Fatal Error at line 1 column 1: Content

Re: Struts 2 Spring IOC problem

2007-07-15 Thread alex xander
is why they were never getting destroyed. (*Chris*) On 7/13/07, alex xander wrote: > i have some problem with Spring IOC > i use struts 2.x, hibernate 3.x and spring 2.x > my problem is > the destroy-method in my class don't respon anything > it's looks like s

Struts 2 Spring IOC problem

2007-07-13 Thread alex xander
i have some problem with Spring IOC i use struts 2.x, hibernate 3.x and spring 2.x my problem is the destroy-method in my class don't respon anything it's looks like spring doesn't recognize my destroy method i already implement org.springframework.beans.factory.DisposableB

Re: weird thing with xwork 2.0.3

2007-07-02 Thread alex xander
thx alot, u solve my problem. that's work Zoran Avtarovski <[EMAIL PROTECTED]> wrote: I got caught out on this as well. You have to add the DTD statement to your validators.xml file like this: "-//OpenSymphony Group//XWork Validator Config 1.0//EN" "http://www.opensymphony.com/xwor

weird thing with xwork 2.0.3

2007-07-02 Thread alex xander
i use struts 2.0.8 and tomcat 6.0.10 as server i want to upgrade from xwork 2.0.1 to 2.0.3. everything work fine with xwork 2.0.1 but with xwork 2.0.3 i find some weird thing i got error just when i run com.bba.security.Login.java, but when i put it on another package for example com.bba.test.Logi

RE: Struts 2 with jetty

2007-03-05 Thread alex xander
guration to get it running. What's the error message and your version of Struts2? Cheers, Peter -Original Message- From: alex xander [mailto:[EMAIL PROTECTED] Sent: den 5 mars 2007 02:47 To: user@struts.apache.org Subject: Struts 2 with jetty does anyone use jetty as web server wi

Struts 2 with jetty

2007-03-04 Thread alex xander
does anyone use jetty as web server with struts 2. i'm using struts 2 with tomcat 5.x and it's work. but when i try it with jetty, it doesn't work. it seems the struts 2 doesn't start is there any configuration with jetty 6.x. this is my first time using jetty. thx --

STRUTS 2.0.6 struts.xml problem

2007-02-26 Thread alex xander
why in struts 2.0.6 i can't extends package from the other file? for example i have package name = default in struts.xml in struts.xml i include file struts-xxx.xml in struts-xxx.xml i want to extend default package but it's error in struts 2.0.1 it work fine can any one tell me why

Re: struts.xml problem

2007-02-25 Thread alex xander
for sure, i already put struts2-core-2.0.6.jar in my lib folder and inside that, there is struts-default.xml in the root folder if i remove my struts-pensiun.xml and put into just struts.xml everything work fine. is there any bug in this release. thx Adam Ruggles <[EMAIL PROTECTED]> wrote: Can yo

struts.xml problem

2007-02-25 Thread alex xander
hi, im using struts 2.x and i have some problem here. i break up my struts.xml into smaller piece when i used struts 2.0.1 it works fine, but when i change into struts 2.0.6 there is some problem and here is the problem my struts.xml ... struts-pensiun.xml