Re: [Struts Workflow Extension] Any volunteers for furtherdevelopment and maintenance?

2003-12-16 Thread Matthias Bauer
enough experience in Java to handle it. []'s Marcus Em Seg, 2003-12-15 Ã s 08:41, Matthias Bauer escreveu: Hi everybody, I am looking for someone who would like to take over further development and responsibility for the Struts Workflow Extension. The reason I am looking

[Struts Workflow Extension] Any volunteers for further development and maintenance?

2003-12-15 Thread Matthias Bauer
Hi everybody, I am looking for someone who would like to take over further development and responsibility for the Struts Workflow Extension. The reason I am looking for someone volunteering to do that is simple: I will quit my job at the end of this year and will work in a different area than

Re: [Struts Workflow Extension] Any volunteers for furtherdevelopment and maintenance?

2003-12-15 Thread Matthias Bauer
: [Struts Workflow Extension] Any volunteers for furtherdevelopment and maintenance? Matthias, How much of your spare time have you been spending on it ? I have some spare time but I don't know if I have enough experience in Java to handle it. []'s Marcus Em Seg, 2003-12-15 s 08:41, Matthias Bauer

Re: Struts workflow question

2003-12-02 Thread Matthias Bauer
Tommy Holm - TELMORE wrote: Hi I have a problem which best is described as follows. I have a primary workflow(WF1) that at a certain time branches off to a secondary workflow. It is left in a state so that progess can be continued at a later stage. I my new workflow (WF2) I describe that a

Re: [Struts Workflow] - The workflow definition should allow for dynamic navigation

2003-12-02 Thread Matthias Bauer
First of all my apologies for the late response to your mails you also sent to me personally, but I was on vacation and did not check my E-Mails for quite a while. I feel that the workflow definition, beside of violation detection, should allow for dynamic navigation. The framework should

Re: [Struts Workflow] Test application - why two actions for loop?

2003-10-21 Thread Matthias Bauer
Axel, your suggestion unforunately does not work as you would expect. The action definition you are suggesting defines nextState=2 and newState=2. This means, that after the action has been executed, the wf1 is in state 2. Thus, any action that does not change the state of wf1 can be executed

Re: SSLExt and Struts Workflow?

2003-10-17 Thread Matthias Bauer
- don't propose something unless you want to volunteer to help? :-D). Thanks for your great extentions to Struts! Tim Matthias Bauer wrote: If you still want to use the sslext RequestProcessor you should be easily able to do that: It is fairly trivial to build an SSLExtWorkflowRequestProcessor

Re: workflow extension question

2003-10-08 Thread Matthias Bauer
to ponder on this. Do you have any thoughts on how this could easily be achieved using your framework? Thank you again for all your help and thought! -- adam - Original Message - From: Matthias Bauer [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, October 07

Re: workflow extension question

2003-10-07 Thread Matthias Bauer
Adam, sorry that I obviously did not make myself clear enough. Look at the following definitions: global-forwards: workflowViolation_wiz1step1: violatedWizard1Step1 workflowViolation_wiz1step2: violatedWizard1Step2 displayWizard1Step1 primaryWorkflow: wiz1step1 newState: displayed nextState:

Re: workflow extension question

2003-10-06 Thread Matthias Bauer
=authenticationException path=/login.jsp / /action Any thoughts? -- adam - Original Message - From: Matthias Bauer [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, September 15, 2003 1:59 AM Subject: Re: workflow - Re: integration with other app Fortunately I am

Re: [struts workflow extension]workflow problem incase of validation errors.

2003-09-30 Thread Matthias Bauer
Shirish, I really like your mails, because you always seem to be answering your questions for yourself. :-) It does not make any difference whether the validation checks are done in the form or the action: The workflows' states have already been updated before. Thus, you need to point your

Re: [struts workflow extension] design question

2003-09-29 Thread Matthias Bauer
[EMAIL PROTECTED] wrote: Thanks Matthias, I will have a close look at the demo and test applications.I need some generic way to add the workflow extention to my existing working screens so that the user will be kept informed of the workflow violations and given a choice to leave the workflow or

Re: [PARTLY SOLVED] workflow - Re: integration with other app

2003-09-29 Thread Matthias Bauer
Message - From: Matthias Bauer [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, September 15, 2003 1:59 AM Subject: Re: workflow - Re: integration with other app Fortunately I am far enough away to avoid your kiss ;-) Please let me know, if you believe something

Re: [struts workflow extension] design question

2003-09-29 Thread Matthias Bauer
most of our requirements. Any suggestions about achieving above mentioned functionality without extending the framework will be really useful. Regards, Shirish. -Original Message- From: Matthias Bauer [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 9:47 AM To: Struts Users

Re: [struts workflow extension and tiles]Problem with configuring the request processor

2003-09-25 Thread Matthias Bauer
extension written by Mr. Matthias Bauer( http://www.livinglogic.de/Struts/index.html ) And I have found it to be extremely useful.But I am facing some problems in configuring it to work with my application. Right now we are just using tiles, so the struts-config.xml had following entry. plug

Re: [struts workflow extension and tiles]Problem with configuring the request processor

2003-09-25 Thread Matthias Bauer
it should have been controller processorClass=com.livinglogic.struts.workflow.TilesWorkflowRequestProcessor/. BTW, I am using struts 1.1 official release. Thanks for the help.The requestProcessor configuration is working now. Regards, Shirish. -Original Message- From: Matthias Bauer [mailto

Re: [struts workflow extension] design question

2003-09-25 Thread Matthias Bauer
warning in the session. With this mechanism you cannot only make this warning application specific but even specific to the workflow that is violated. --- Matthias [EMAIL PROTECTED] wrote: Hi , I need to extend the functionality of struts workflow extension provided by Mr. Matthias Bauer( http

Re: SSLExt and Struts Workflow?

2003-09-24 Thread Matthias Bauer
If you still want to use the sslext RequestProcessor you should be easily able to do that: It is fairly trivial to build an SSLExtWorkflowRequestProcessor in just the same way as the TilesWorkflowRequestProcesser is built, which is included in the Struts Workflow Extension. This is because all

Re: workflow - Re: integration with other app

2003-09-15 Thread Matthias Bauer
with this issue and have been going bald over the last week doing a lot of my own engine work. I can't wait to try this out and see if it doesn't work for me as cleanly as it looks. From: Matthias Bauer [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List

Re: workflow - Re: integration with other app

2003-09-12 Thread Matthias Bauer
Martin, the Struts Workflow Extension http://www.livinglogic.de/Struts/ addresses some of the issues you raise. Especially the thing about a workflow scope. But it is also easily possible to build reusable action sequences: Consider for instance a confirmation dialog that demands the user to

Re: Chain of Command

2003-08-14 Thread Matthias Bauer
Maybe you want to have a look at http://www.livinglogic.de/Struts/ --- Matthias McRobb, John wrote: Are there any good design guidelines for implementing a chain of Command/Workflow like approach to actions. ie a specific action can drive a number of different flow of pages. a-b-c-d-a a-c-a

Re: [OT] Is jsessionid specific to Tomcat or generic to all webcontainers?

2003-07-29 Thread Matthias Bauer
Craig, all this sentence says is that the session id must be encoded as a path parameter. But it does not say anything about the name, the implementing server is supposed to use. Is there some other place in the spec where it says that the parameter must be called jsessionid? If not, I would

Re: [OT] Is jsessionid specific to Tomcat or generic to all webcontainers?

2003-07-29 Thread Matthias Bauer
I indeed overlooked that. Thanks for the clarification. --- Matthias Jason Lea wrote: Matthias Bauer wrote: Craig, all this sentence says is that the session id must be encoded as a path parameter. But it does not say anything about the name, the implementing server is supposed to use

Re: [OT] Is jsessionid specific to Tomcat or generic to all webcontainers?

2003-07-28 Thread Matthias Bauer
It is not standardized. You can not rely on it being the same parameter name for all web servers, even though many use jsessionid. --- Matthias Daniel Joshua wrote: Quick question. Is jsessionid specific to Tomcat or generic to all web containers? Regards, Daniel

Re: Workflow Extension: Hurting struts functionality?

2003-07-18 Thread Matthias Bauer
I think the answer from Joe already addressed your question very good. The general problem about extending Struts is the need to subclass the RequestProcessor. Thus, two Struts extensions normally cannot be used together without the one knowing about the other. Consider extension A and

Re: Workflow engine status

2003-07-09 Thread Matthias Bauer
Takhar [EMAIL PROTECTED]/* wrote: That is not a workflow engine per se. sandeep --- Matthias Bauer wrote: I don't think that there has been anybody working on this proposal for several months. It is definitely not part of the latest Struts releases

Re: Workflow engine status

2003-07-08 Thread Matthias Bauer
I don't think that there has been anybody working on this proposal for several months. It is definitely not part of the latest Struts releases. Depending on what your requirements are, you might want to have a look at the Struts Workflow Extension at http://www.livinglogic.de/Struts . ---

Re: Workflow engine status

2003-07-08 Thread Matthias Bauer
. sandeep --- Matthias Bauer [EMAIL PROTECTED] wrote: I don't think that there has been anybody working on this proposal for several months. It is definitely not part of the latest Struts releases. Depending on what your requirements are, you might want to have a look at the Struts Workflow

Re: Can't decide where to do the Auth check

2003-06-02 Thread Matthias Bauer
My favourite is to subclass the RequestProcessor. This is the cleanest way how to do it. And yes, in case you want to use tiles, you need to subclass TilesRequestProcessor instead. However you can also use the Struts Workflow Extension which does exactly what you want. It subclasses the

Re: [Worflow] ClassCastException with TilesWorkflowRequestProcessor

2003-06-02 Thread Matthias Bauer
Looks like a classloader problem. Are you sure, TilesWorkflowRequestProcessor is in your classpath? Are you saying, that the exception does not occur, if you change com.livinglogic.struts.workflow.TilesWorkflowRequestProcessor to com.livinglogic.struts.workflow.WorkflowRequestProcessor in your

[Struts-Workflow] Version 1.0.3 released

2003-06-02 Thread Matthias Bauer
Dear all, this is to announce, that version 1.0.3 of the Struts Workflow Extension has been released. The package is open source and can be downloaded at: http://www.livinglogic.de/Struts/ These are the features that come with the new version: - Introduced the action

Re: [lists-strutsuser] Re: [Workflow] ClassCastException with TilesWorkflowRequestProcessor

2003-06-02 Thread Matthias Bauer
, Matthias Bauer wrote: Looks like a classloader problem. Are you sure, TilesWorkflowRequestProcessor is in your classpath? Are you saying, that the exception does not occur, if you change com.livinglogic.struts.workflow.TilesWorkflowRequestProcessor

Re: [Struts Workflow] Who is using it?

2003-05-31 Thread Matthias Bauer
I know of about 30 people having me contacted directly for questions since May 15, when version 1.0.0 of the extension came out. All of them seemed to be very much willing to use the extension in their projects. Before Version 1.0.0 there were about 400 downloads per month for about half a

Re: Controlling Direct Access to jsp pages

2003-01-14 Thread Matthias Bauer
like it is exactly what I was looking for - I will have a go with this today. Do you still have this code under active development ? Regards Adrian -Original Message- From: Matthias Bauer [mailto:[EMAIL PROTECTED]] Sent: 14 January 2003 07:57 To: Struts Users Mailing List Subject: Re

Re: Controlling Direct Access to jsp pages

2003-01-13 Thread Matthias Bauer
Adrian, I saw a lot of answers to your question regarding how to protect the jsp files. I think protecting direct access to the jsp files is only one thing. The other is, to force the execution of the associated actions in the right order, i. e. step3.do after step2.do and this one after

Re: Control Flow Errors

2003-01-02 Thread Matthias Bauer
Hi Jerry, sorry for responding this late, but I did not check my mails between christmas and new year. Concerning your question: There is not very much support in the workflow extension to deal with your situation. The workflow extension allows you to define a controlflowexception forward

Re: Workflow Extension Goes Back a Page Problem

2002-12-20 Thread Matthias Bauer
Hi Jerry, consider the slightly modified configuration taken from the test application shipped with the workflow extension, I attached below: It defines a sequence of actions like that: -- beginWf1Transition -- State=1 -- wf1St2Transition-- State=2 --wf1St3Transition-- State=3

Re: Workflow extension

2002-12-18 Thread Matthias Bauer
Hi Jerry, so your question is where is the state information stored an checked, or do you have to check it yourself? Well, if you had to check it yourself, you would not need to use the workflow extension. ;-) For detailed instructions please refer to www.livinglogic.de/Struts/ You need to

Re: FW: dataSources outside of actionservlet

2002-12-17 Thread Matthias Bauer
The normal thing to is the following: You aquire a database connection in the action class and pass it on as a parameter to the bean's database methods. --- Matthias Mark wrote: Sorry to repost this question, but the more i think about it the more i think it a reasonable one (please tell me

Re: [Workflow Extension] Classcast exception in GenericAction

2002-12-16 Thread Matthias Bauer
Hi Hermod, I guess you have not set className=com.livinglogic.struts.workflow.ApplicationMapping in every action definition in struts-config.xml but are using Struts 1.1. So either use Struts 1.0.x or refer to: http://www.livinglogic.de/Struts/struts1_1.html Good luck, --- Matthias

Re: AW: Workflow Extention

2002-12-06 Thread Matthias Bauer
-property property=newState value=2/ set-property property=prevState value=1/ set-property property=endWorkflow value=true/ forward name=success path=loggedinhome/ /action thanks again Jordan -Original Message- From: Matthias Bauer [mailto:[EMAIL PROTECTED]] Sent

Re: AW: Workflow Extention

2002-12-05 Thread Matthias Bauer
Jordan, the configuration looks ok to me. Can you please send me the complete log messages. They should look somehow like these (I took them from the example application): 2002-12-05 15:27:52 action: Processing a GET for /beginWf1Transition 2002-12-05 15:27:52 action: Looking for Action

[Fwd: [ANNOUNCE] Struts Workflow Extension Package 0.9.3]

2002-12-02 Thread Matthias Bauer
Hi everybody! I just released Version 0.9.3 of the Struts Workflow Extension Package. There are no code changes in the package. So why a new version? * I added instructions for using the test application with Struts 1.1 to the file INSTALL.TXT, because some users told me that it was

Re: Form validation with Struts Workflow

2002-12-02 Thread Matthias Bauer
Richard, in the action mapping you can specify the attribute validate. This attribute defaults to true in the ActionMapping class. With the Struts Workflow Extension the class ApplicationMapping is used instead of ActionMapping. In this class validate defaults to false. Thus, if you want to

Re: Workflow Extention

2002-11-27 Thread Matthias Bauer
=prevState value=4/ set-property property=prevState value=5/ set-property property=endWorkflow value=true/ forward name=success path=/tiles/registerCompany_step5/ /action -Original Message- From: Matthias Bauer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 26 November 2002

Re: AW: Workflow Extention

2002-11-27 Thread Matthias Bauer
to solve this one. Cheers and thanks for the help Jordan -Ursprüngliche Nachricht- Von: Matthias Bauer [mailto:[EMAIL PROTECTED]] Gesendet: Wednesday, 27 November 2002 1:22 PM An: [EMAIL PROTECTED] Cc: 'Struts Users Mailing List' Betreff: Re: Workflow Extention Jordan, according

Re: Problem with struts-workflow distribution (0.9.2)

2002-11-26 Thread Matthias Bauer
Olivier, I guess you mean you are trying to build a war of the struts-workflow test application. Please refer to http://www.livinglogic.de/Struts/struts1_1.html for instruction how to modify the test application in order to get it working with struts 1.1. According to the stack trace, it

Re: Managing a workflow with Struts-workflow.

2002-11-26 Thread Matthias Bauer
Hi Olivier. Let me first say this: The workflow extension is not meant to help you manage session data and dispatch actions depending on that session data. Instead it can force the user to follow a sequence of actions that he is not allowed to leave. For example think of modal dialogs that are

Re: Struts with frames problem

2002-11-25 Thread Matthias Bauer
Karnal, I know my answer comes pretty late, but nevertheless... I guess you have switched off cookies in your browser, otherwise you would not use the session. Thus, try if the session is still there, when having cookies switched on. If you still want to get your application to work when

Re: struts workflow

2002-11-25 Thread Matthias Bauer
Anyone has implementing an workflow engine or workflow application with struts? Sorry to answer so late, but I did not have the chance to check the mailing list for some time... Depending how you define workflow engine you can have a look at http://www.livinglogic.de/Struts/ . I know two

Re: Workflow Extention

2002-11-25 Thread Matthias Bauer
Hi Jordan, sorry for the late response... You can not specify a wildcard like * for nextPath - the framework does not support that up to now. I would be happy to integrate it, if you can explain a valid use case for it. Right now I do not see a necessity for a wildcard, because you can

[Struts-Workflow] Struts

2002-11-20 Thread Matthias Bauer
Jordan, I am CC'ing this mail to the struts user list, cause this might be interesting to others, too. Nobody forces you to use a nextPath attribute. If you do not care which action follows next, then you can as well leave the nextState attribute away. But it may as well be, that I am

[ANNOUNCE] Struts Workflow Extension Package 0.9.2

2002-11-05 Thread Matthias Bauer
To all struts users! I just released the Bugfix-Version 0.9.2 of the Struts Workflow Extension Package. The release received the following changes: * fix for a bug that caused an exception in GenericAction in very special configuration situations * bugfix in the test application's web.xml

Re: struts and OSWorkflow

2002-08-26 Thread Matthias Bauer
. Frederic -Original Message- From: Matthias Bauer [mailto:[EMAIL PROTECTED]] Sent: Friday, August 23, 2002 11:44 AM To: Struts Users Mailing List Subject: Re: struts and OSWorkflow Depending on the way how you define workflow, there is a Struts Workflow Extension that may fulfill

[ANNOUNCE| Struts Workflow Extension Package V0.9.1

2002-08-26 Thread Matthias Bauer
To all struts users! I just released the Bugfix-Version 0.9.1 of the Struts Workflow Extension Package. It fixes a bug in the test application's web.xml file, some users have stumbled over. Also the web site http://www.livinglogic.de/Struts/ has been updated to describe how to use the

Re: Action flow

2002-08-09 Thread Matthias Bauer
Here is what you are looking for: www.livinglogic.de/Struts/ To get an idea what this extension can do for you, let's look at an example: The workflow extension can guarantee that the user traverses an application by executing Action A before executing Action B. This way you don't need to

Re: [Struts Workflow Extension] Help

2002-07-29 Thread Matthias Bauer
-property property=prevState value=1 / set-property property=prevState value=2 / set-property property=newState value=3 / set-property property=nextState value=4 / forward name=success path=Def/ /action Thanks, Amit --- Matthias Bauer [EMAIL PROTECTED] wrote: With your

Re: workflow example explaination.

2002-06-14 Thread Matthias Bauer
it. -Original Message- From: Matthias Bauer [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 1:31 PM To: Struts Users Mailing List Subject: Re: workflow example explaination. But when I serached for the methods like setPrimaryWorkflow, setNewState(), and setNextState() in SuccessAction

Re: workflow example explaination.

2002-06-13 Thread Matthias Bauer
But when I serached for the methods like setPrimaryWorkflow, setNewState(), and setNextState() in SuccessAction class or GenericAction class, I couldn't. where are these methods data members defined. It is the class ApplicationMapping, these methods are defined in. You also need to tell

Re: workflow example explaination.

2002-06-13 Thread Matthias Bauer
Your are right. This is exactly the place where the setters are located. Andre Beskrowni wrote: i thought that the usage of set-property below required the *ActionMapping*, not the Action, to have the appropriate setters. certainly it works if you specify an ActionMapping that has the

Re: Request attributes and frame sets.

2002-06-10 Thread Matthias Bauer
We had a similar challenge to face in one of our own projects. Here is what we did to solve it: We have created an ExtendedHttpServletRequest object that can be constructed from a normal HttpServletRequest object. It implements HttpServletRequest, thus acting exactly like a normal request, i.

Re: multi page workflow

2002-05-21 Thread Matthias Bauer
Help Does anyone have a pointer to examples of multipage forms using Struts best design patterns, example code. I'm thought there was an example on the Struts resources but I can't see it anywhere. I don't want to used something as complex as Workflow Extension by Matthias Bauer Maybe

Re: Struts Workflow Extension with CactusServletTestCase

2002-04-24 Thread Matthias Bauer
Chris, I have not used any Cactus Test Cases with the Workflow Extension, but the exception indicates, that the mapping that is passed into the Action's perform method is not an instance of com.livinglogic.cms.struts.workflow.ApplicationMapping. How to resolve this issue depends on what

[ANNOUNCE| Struts Workflow Extension Package V0.9

2002-02-28 Thread Matthias Bauer
To all struts users! It has been quite some time since I first announced the Struts Workflow Extension Package. Since then, I have received several requests for an example application and pretty good ideas for further enhancements. Here now is the first official release that includes an example

|ANNOUNCE| Struts Workflow Extensions V0.6

2001-09-17 Thread Matthias Bauer
Hi all, my colleague Alexander Lamm and me have implemented an extension to the core struts framework which provides rudimentary control flow between actions. It has received some considerable rework since the prior version we published and can now be configured much more flexible, including

Re: form based login - tracking - security with struts

2001-07-26 Thread Matthias Bauer
Yes in my opinion you should only very rarely let the user access jsp pages directly (e. g. for the start page) What we are doing in our applications is the following: All the protected jsp files get the ending jspp. We protect them via Web-Server configuration (in our case Apache) from

Re: Commercial support for Struts

2001-07-26 Thread Matthias Bauer
Hi Justin, we are offering Struts support here in Germany: http://www.livinglogic.de More Consultants can be found at: http://husted.com/about/struts/resources.htm#consultants --- Matthias Hartley, Justin R wrote: Hi I'm looking at using Struts for a large project but the organisation

Re: Commercial support for Struts

2001-07-26 Thread Matthias Bauer
your company provide and how can I go about acquiring it? Regards, Justin Justin Hartley EDS Australia [EMAIL PROTECTED] -Original Message- From: Matthias Bauer [mailto:[EMAIL PROTECTED]] Sent: Thursday, 26 July 2001 18:49 To: [EMAIL PROTECTED] Subject: Re: Commercial

Re: AW: Struts and Frames

2001-07-26 Thread Matthias Bauer
Andreas, in the application we are currently developing we have a similar problem: We have three frames from which either only the frame the user is currently clicking a button in has to be reloaded or some other frames need to be refreshed as well. What we are doing is pretty simple: The

Re: Dynamic Attributes

2001-07-17 Thread Matthias Bauer
Hi Roshan, as far as I know there is currently no such thing as dynamic form attributes, since you need a form bean associated with the action mapping. If you have a limited number of properties you can put them all in the form bean and use only those currently needed. If this is not flexible

Re: Image uploads

2001-07-12 Thread Matthias Bauer
offScreenImage= Toolkit.getDefaultToolkit().getImage(filename); URL imgUrl= new URL(http://www.yoururl.net/picture.gif;); Image offScreenImage= Toolkit.getDefaultToolkit().getImage(imgUrl); HTH, Levi - Original Message - From: Matthias Bauer [EMAIL PROTECTED] To: struts-user

Re: Image uploads

2001-07-11 Thread Matthias Bauer
always more rewarding when wee discover things for ourselves. If you have trouble, just email me and I'll be happy to discuss in more detail. -Original Message- From: Matthias Bauer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 6:56 AM To: struts-user Subject: Image

Re: Know of any consulting companies?

2001-07-09 Thread Matthias Bauer
Hi Ted, it would be great if you could also add our company to your list. http://www.livinglogic.de mailto:[EMAIL PROTECTED] We are based in Germany and have gathered quite some experience with this framework through the course of some projects we have done with it lately. Thanks a lot. ---

Re: page flow control

2001-05-17 Thread Matthias Bauer
path was enough, but I agree, that in some situations it might be good to also have the action result available. Laurent, you mentioned the other day that you enhanced my struts additions in order to support this. Can you please share this code? Thanks, --- Matthias Matthias Bauer +++ [EMAIL

Re: textarea and wrap

2001-05-09 Thread Matthias Bauer
I posted a bug report and sent a patch for struts on this one. I think this was last week. The committers decided not to include it, because the wrap attribute is not in the HTML spec. This is really unfortunate, escpecially because the little patch I already provided is just a minor change and

Re: JDBC driver specific functionality/GenericConnections

2001-05-07 Thread Matthias Bauer
Hello, I would like to access functionality specific to the MM MySql driver in an application that uses Struts' datasource pool and am having a bit of troubling casting a GenericConnection back to an org.gjt.mm.mysql.Connection. Casting from a GenericConnection to an

Re: Struts questions for evaluation

2001-05-07 Thread Matthias Bauer
Hello Struts users, We are currently evaluating Struts and other web (MVC) frameworks and would like to ask you some questions: - Is there some struts-config XML-generation from some modeling tool (Rose for instance) ? We would like to design a state or activity diagram in such

Re: GenericDataSource Reconnection

2001-05-02 Thread Matthias Bauer
I also had to solve this problem for one of our applications. I changed GenericDataSource.java, so I am checking the isClosed method of a connection before I am returning it to the caller of getConnection(). I know, that there is a statement in the Java Specification which says that the

Re: GenericDataSource Reconnection

2001-05-02 Thread Matthias Bauer
I headed down that path too, but then I noticed the GenericConnection class. The GenericConnection class works with GenericDataSource to override the close method. When you call close, it cleans up the connection, set the close flag to true and returns the connection to the free connection

validate attribute in ActionMapping

2001-03-27 Thread Matthias Bauer
Hi everybody, I am trying to set the default value for validate in the ActionMapping class to false. So I subclassed ActionMapping and did this in the constructor: public ApplicationMapping() { super(); setValidate(false); } The

Re: validate attribute in ActionMapping

2001-03-27 Thread Matthias Bauer
ion path="/saveUser" type="com.myAction" name="myForm" scope="session" validate="false" input="/xxx.jsp". /Katarina -Original Message- From: [EMAIL PROTECTED] [mai

Alternative DTD for struts-config.xml

2001-03-26 Thread Matthias Bauer
Hi everybody. I am trying to include an additional attribute (which I want to use in my application) in the action tag in struts-config.xml. I had to do three things: 1. I subclassed ActionMapping and provided a getter and setter method for this additional attribute. 2. I specified the new

Re: mail-daemon

2001-03-23 Thread Matthias Bauer
same with me - can somebody stop this please? Frank Rakowitz wrote: I receive a lot of "returned mail: user unknown" emails from the mail daemon. Continuing...

Re: Initial security check

2001-03-22 Thread Matthias Bauer
What I am doing in my applications to protect private areas is the following: I protect all my *.jsp pages (by naming them *.jspp), so the user can not directly access them (achieved by Apache configuration). Now I have an action for each page in struts-config.xml like action

Re: PostgreSQL problems.

2001-03-14 Thread Matthias Bauer
We are currently using PostgreSQL as a database in a productive system together with struts. We tried with Interbase before, but ran into many many difficulties. So we switched to PostgreSQL and everything went well from then on. What specific kind of problems do you have? --- Matthias Jim

Re: PostgreSQL problems.

2001-03-14 Thread Matthias Bauer
This does not sound at all like a PostgreSQL problem. Doesn't the error also show up, when you remove the datasource section? --- Matthias Jim Richards wrote: At 01:28 PM 14/03/01 +0100, you wrote: We are currently using PostgreSQL as a database in a productive system together with

Re: Database pooling code

2001-03-08 Thread Matthias Bauer
ind of sql statement works for every db. johan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Matthias Bauer Sent: Wednesday, March 07, 2001 4:02 PM To: [EMAIL PROTECTED] Subject: Re: Database pooling code Database pooling works pretty w

Re: simple forward/redirect

2001-03-07 Thread Matthias Bauer
.yourpackage.ForwardAction" forward name="success" path="/other.jsp" redirect="true"/ /action Matthias Bauer wrote: Hi everybody! There was a discussion about not calling jsp pages directly, but to always go through an action instead. I agree

Re: Database pooling code

2001-03-07 Thread Matthias Bauer
Database pooling works pretty well for me. But there are some pitfalls, when a connection times out or the database server is restarted. As the framework does not check if a connection is still valid before returning it to the application you will run into an exception when trying to use a

Re: debug level

2001-03-02 Thread Matthias Bauer
Yes this was it. I managed to turn if off in my tomcat server.xml by setting verbosityLevel="WARNING" for JASPER_LOG. Thanks for your help, --- Matthias Maya Muchnik wrote: I think I have found the answer for the 1st part of debug messages. They are coming from jasper compiler. Maya

debug level

2001-03-01 Thread Matthias Bauer
Hi there, how can I prevent the struts action servlet from logging so much information. Here is my problem: I have generated a struts application and now I am about to deploy it. During development it was pretty convenient to have so many debug messages. But now, even after setting the debug

Re: :80 in URL of Links generated in example app

2001-02-28 Thread Matthias Bauer
it in my setup and everything worked fine from then on. So why hesitate? I think the configuration in which it shows up, is quite common. Obviously quite some people will be running into it. Thanks, --- Matthias Matthias Bauer +++ [EMAIL PROTECTED] +++ LivingLogic AG +++ www.livinglogic.de To

Re: netscape 4.7x, session ids and struts

2001-02-22 Thread Matthias Bauer
I integrated tomcat with apache for pre deployment testing I envountered exactly the same behaviour as you. Did you dig any further into the problem and maybe found some solution. Any help would be greatly appreciated. --- Matthias Matthias Bauer +++ [EMAIL PROTECTED] +++ LivingLogic AG

Request for change: RequestUtil.absoluteURL()

2001-02-22 Thread Matthias Bauer
xception e) { return (null); } } Thanks, --- Matthias Matthias Bauer +++ [EMAIL PROTECTED] +++ LivingLogic AG +++ www.livinglogic.de Gordon's Previous Mail with the bug description: Using netscape 4.7x

html:password

2001-02-13 Thread Matthias Bauer
Matthias Bauer +++ [EMAIL PROTECTED] +++ LivingLogic AG +++ www.livinglogic.de

Re: html:password

2001-02-13 Thread Matthias Bauer
along in the html source. Therefore I would say that for the sake of security there shouldn't be a boolean value, so people are not tempted to implement a risky solution. --- Matthias Matthias Bauer +++ [EMAIL PROTECTED] +++ LivingLogic AG +++ www.livinglogic.de "Craig R. McClanahan&q

Re: java.lang.AbstractMethodError while closing MySQL connection

2001-02-12 Thread Matthias Bauer
Hi Sudhi, maybe it is a good idea to use the mysql driver mm.mysql-2.0.4. I had similar problems, what caused me to do the upgrade from 1.2 and I do not encounter any more problems since then. Have fun, --- Matthias Matthias Bauer +++ [EMAIL PROTECTED] +++ LivingLogic AG

Re: Struts and MySQL

2001-02-01 Thread Matthias Bauer
Thanks a lot, --- Matthias Matthias Bauer +++ [EMAIL PROTECTED] +++ LivingLogic AG +++ www.livinglogic.de "Craig R. McClanahan" wrote: Matthias Bauer wrote: Hi all, I tried to use struts with MySQL (driver "mm.mysql.jdbc-1.2c" = class "org.gjt.

Struts and MySQL

2001-01-31 Thread Matthias Bauer
// JDBC-ODBC bridge throws this } catch (AbstractMethodError e) { ; // mm.mysql driver throws this one } I think it would make sense to include this little change in the official struts code. What do you developers think? If would be happy if someone could make this change.

Re: Struts and MySQL

2001-01-31 Thread Matthias Bauer
down the error was a call to conn.getTypeMap() in a separate (non truts test application). This call always throws an AbstractMethodError exception. Maybe you are using a different version of the MySQL driver? Maybe 2.0preX (which is pre-release beta)? --- Matthias Matthias Bauer +++ [EMAIL PROTECTED] +++ LivingLogic AG +++ www.livinglogic.de

  1   2   >