Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-11 Thread Ted Husted

On 8/11/06, James Mitchell <[EMAIL PROTECTED]> wrote:

What about the apps?  Are those artifacts?  Or are they just intended
to be run in place?
Seems like, at one point, the nightly build used to create sample apps.

Here's what I run for the nightlies:
  $mvn -Pextras install

Has the profile name changed?


If we are getting off the topic of the Java4 support, we should open a
thread on [EMAIL PROTECTED]




>>
>> http://people.apache.org/builds/struts/nightlies/
>> /2.0.x/struts2-j14-api-2.0.0-SNAPSHOT-20060804.jar
>> /2.0.x/struts2-j15-api-2.0.0-SNAPSHOT-20060804.jar
>
> I'd keep the J4 as a "special" distribution and leave J5 as the
> default. So I'd say keep what we got as it is, and just add the ZIP
> with a translated J4 JARs.
>

Ok, I'll figure something out.  Probably add a 1.4-compatible/
directory inside of the 2.0.x directory and drop nightlies of XWork-
j4 and s2-j4 in there.  Same schedule.


Hmmm, the bare JARs might not be sufficient.To be useful, the
"translated" JARs require the Translator JARs too, which means we need
to bundle a license. Ditto for XWork.

If possible, I think the best solution might be to create a ZIP like
the prototype, with the requisite JARS and licenses, and drop it in
with the other nightlies.

If that can't be automated on a nightly basis, then maybe we should
leave it as something we roll with the milestones.

-Ted.

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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-11 Thread James Mitchell

On Aug 10, 2006, at 8:42 PM, Ted Husted wrote:




Do we use these from
the command line or with a Maven plugin or should use antrun maven
plugin to do it?


I just filtered the JARs from the command line. I suppose the Maven
plugin would work too. I think it might be best to keep this a
separate JAR distribution and make the "cannonical" target Java 5.




Ok, sounds good.




In any case, what is the targeted output for all of this?


I uploaded the test distribution from August 2 to my home directory.

* http://people.apache.org/~husted/struts2-core-j4-2.0.0- 
SNAPSHOT-20060801.zip




What about the apps?  Are those artifacts?  Or are they just intended  
to be run in place?

Seems like, at one point, the nightly build used to create sample apps.

Here's what I run for the nightlies:
 $mvn -Pextras install

Has the profile name changed?






http://people.apache.org/builds/struts/nightlies/
/2.0.x/struts2-j14-api-2.0.0-SNAPSHOT-20060804.jar
/2.0.x/struts2-j15-api-2.0.0-SNAPSHOT-20060804.jar


I'd keep the J4 as a "special" distribution and leave J5 as the
default. So I'd say keep what we got as it is, and just add the ZIP
with a translated J4 JARs.



Ok, I'll figure something out.  Probably add a 1.4-compatible/  
directory inside of the 2.0.x directory and drop nightlies of XWork- 
j4 and s2-j4 in there.  Same schedule.


Thanks

--
James Mitchell
678.910.8017




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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-10 Thread Ted Husted

On 8/10/06, James Mitchell <[EMAIL PROTECTED]> wrote:

Looks like I'll have some time this weekend to work on this.  And so
I wanted to get some feedback on this process.  How do we want to do
this?

Are both Retrotranslator and Retroweaver necessary for full 1.4
compatibility?  Or will using just 1 suffice?


AFAIK, RetroTranslator should be sufficient.



Do we use these from
the command line or with a Maven plugin or should use antrun maven
plugin to do it?


I just filtered the JARs from the command line. I suppose the Maven
plugin would work too. I think it might be best to keep this a
separate JAR distribution and make the "cannonical" target Java 5.




In any case, what is the targeted output for all of this?


I uploaded the test distribution from August 2 to my home directory.

* http://people.apache.org/~husted/struts2-core-j4-2.0.0-SNAPSHOT-20060801.zip




http://people.apache.org/builds/struts/nightlies/
/2.0.x/struts2-j14-api-2.0.0-SNAPSHOT-20060804.jar
/2.0.x/struts2-j15-api-2.0.0-SNAPSHOT-20060804.jar


I'd keep the J4 as a "special" distribution and leave J5 as the
default. So I'd say keep what we got as it is, and just add the ZIP
with a translated J4 JARs.





I think for now, I'll add this process manually (as part of my
nightly bash script) and then we can work out the details later.

--
James Mitchell
678.910.8017


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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-10 Thread James Mitchell
Looks like I'll have some time this weekend to work on this.  And so  
I wanted to get some feedback on this process.  How do we want to do  
this?


Are both Retrotranslator and Retroweaver necessary for full 1.4  
compatibility?  Or will using just 1 suffice?  Do we use these from  
the command line or with a Maven plugin or should use antrun maven  
plugin to do it?


In any case, what is the targeted output for all of this?

http://people.apache.org/builds/struts/nightlies/
   /2.0.x/struts2-j14-api-2.0.0-SNAPSHOT-20060804.jar
   /2.0.x/struts2-j15-api-2.0.0-SNAPSHOT-20060804.jar


I think for now, I'll add this process manually (as part of my  
nightly bash script) and then we can work out the details later.


--
James Mitchell
678.910.8017




On Aug 2, 2006, at 2:19 PM, Ted Husted wrote:


Feel free. Note that I included a README and the relevant license
files in the S2-for-J4 distribution, which we might want to include in
the nightly process.

-T.

On 8/2/06, James Mitchell <[EMAIL PROTECTED]> wrote:

Would you like me to add this to the nightly process?


--
James Mitchell
678.910.8017




On Aug 2, 2006, at 6:38 AM, Ted Husted wrote:

> On 8/2/06, Don Brown <[EMAIL PROTECTED]> wrote:
>> Ah, yeah, we'll have to run XWork through the retrotranslater/ 
weaver
>> too, as it is built with Java 5.  Ted, can you make the build  
changes

>> to XWork too?  If you need commit access, let Pat or Jason know.
>
> For now, I just ran the J5 JARs through the translator and  
posted the

> ZIP. There isn't a build per se yet.
>
> * http://people.apache.org/builds/struts/2.0.x/nightly/
>
> I added a translated XWork JAR to the build from yesterday. I  
wish I
> could test this myself, but I just don't have any discretionary  
time

> this week.
>
> -Ted.
>
>  
-

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


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





--
HTH, Ted.
* http://www.husted.com/struts/

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




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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-03 Thread apka2109

Hi Ted,

  I downloaded xworks 1.1.3. The exception has changed now to : 
  [Servlet Error]-[Filter [action2]: could not be initialized]:
java.lang.NoClassDefFoundError:
com/opensymphony/xwork2/config/ConfigurationProvider

  Can you tell me whats wrong. I'll also try to debug but right now I am
busy with some other work

Thanks,

Aparna
-- 
View this message in context: 
http://www.nabble.com/Struts-2-snapshot-build-work-on-JDK-1.4.2--tf1993746.html#a5628790
Sent from the Struts - User forum at Nabble.com.


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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-02 Thread apka2109

Hi Ted,

  Where can I find xwork-j4 jar. I am not able to find it in
struts2-core-j4-2.0.0-SNAPSHOT-20060801.zip.

Thanks,

Aparna
-- 
View this message in context: 
http://www.nabble.com/Struts-2-snapshot-build-work-on-JDK-1.4.2--tf1993746.html#a5626756
Sent from the Struts - User forum at Nabble.com.


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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-02 Thread apka2109

Hi Ted,

  Where can I find Xwork-j4 jar. I am not able to find it in
struts2-core-j4-2.0.0-SNAPSHOT-20060801.zip.

Thanks,

Aparna
-- 
View this message in context: 
http://www.nabble.com/Struts-2-snapshot-build-work-on-JDK-1.4.2--tf1993746.html#a5626722
Sent from the Struts - User forum at Nabble.com.


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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-02 Thread Ted Husted

Feel free. Note that I included a README and the relevant license
files in the S2-for-J4 distribution, which we might want to include in
the nightly process.

-T.

On 8/2/06, James Mitchell <[EMAIL PROTECTED]> wrote:

Would you like me to add this to the nightly process?


--
James Mitchell
678.910.8017




On Aug 2, 2006, at 6:38 AM, Ted Husted wrote:

> On 8/2/06, Don Brown <[EMAIL PROTECTED]> wrote:
>> Ah, yeah, we'll have to run XWork through the retrotranslater/weaver
>> too, as it is built with Java 5.  Ted, can you make the build changes
>> to XWork too?  If you need commit access, let Pat or Jason know.
>
> For now, I just ran the J5 JARs through the translator and posted the
> ZIP. There isn't a build per se yet.
>
> * http://people.apache.org/builds/struts/2.0.x/nightly/
>
> I added a translated XWork JAR to the build from yesterday. I wish I
> could test this myself, but I just don't have any discretionary time
> this week.
>
> -Ted.
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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





--
HTH, Ted.
* http://www.husted.com/struts/

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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-02 Thread James Mitchell

Would you like me to add this to the nightly process?


--
James Mitchell
678.910.8017




On Aug 2, 2006, at 6:38 AM, Ted Husted wrote:


On 8/2/06, Don Brown <[EMAIL PROTECTED]> wrote:

Ah, yeah, we'll have to run XWork through the retrotranslater/weaver
too, as it is built with Java 5.  Ted, can you make the build changes
to XWork too?  If you need commit access, let Pat or Jason know.


For now, I just ran the J5 JARs through the translator and posted the
ZIP. There isn't a build per se yet.

* http://people.apache.org/builds/struts/2.0.x/nightly/

I added a translated XWork JAR to the build from yesterday. I wish I
could test this myself, but I just don't have any discretionary time
this week.

-Ted.

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




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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-02 Thread Ted Husted

Did you replace the XWork JAR with the XWork-J4 JAR, so that the
XWork-J4 is the only one on the classpath at runtime?

-T.

On 8/2/06, apka2109 <[EMAIL PROTECTED]> wrote:


I took the zip few minutes back and was getting same exception, so thought it
is not updated.

Thanks
-Aparna
--
View this message in context: 
http://www.nabble.com/Struts-2-snapshot-build-work-on-JDK-1.4.2--tf1993746.html#a5611859
Sent from the Struts - User forum at Nabble.com.


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





--
HTH, Ted.
* http://www.husted.com/struts/

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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-02 Thread apka2109

I took the zip few minutes back and was getting same exception, so thought it
is not updated.

Thanks
-Aparna
-- 
View this message in context: 
http://www.nabble.com/Struts-2-snapshot-build-work-on-JDK-1.4.2--tf1993746.html#a5611859
Sent from the Struts - User forum at Nabble.com.


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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-02 Thread Ted Husted

On 8/2/06, apka2109 <[EMAIL PROTECTED]> wrote:

  If you can place the updated builds or post a updated zip , I can test it
and let you know how it works.


Yes, the ZIP is updated, I just didn't rename it.

-T.

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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-02 Thread apka2109

Hi Ted,

  If you can place the updated builds or post a updated zip , I can test it
and let you know how it works. 

Thanks,

Aparna
-- 
View this message in context: 
http://www.nabble.com/Struts-2-snapshot-build-work-on-JDK-1.4.2--tf1993746.html#a5611772
Sent from the Struts - User forum at Nabble.com.


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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-02 Thread Ted Husted

On 8/2/06, Don Brown <[EMAIL PROTECTED]> wrote:

Ah, yeah, we'll have to run XWork through the retrotranslater/weaver
too, as it is built with Java 5.  Ted, can you make the build changes
to XWork too?  If you need commit access, let Pat or Jason know.


For now, I just ran the J5 JARs through the translator and posted the
ZIP. There isn't a build per se yet.

* http://people.apache.org/builds/struts/2.0.x/nightly/

I added a translated XWork JAR to the build from yesterday. I wish I
could test this myself, but I just don't have any discretionary time
this week.

-Ted.

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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-01 Thread Don Brown

Ah, yeah, we'll have to run XWork through the retrotranslater/weaver
too, as it is built with Java 5.  Ted, can you make the build changes
to XWork too?  If you need commit access, let Pat or Jason know.

Don

On 8/1/06, apka2109 <[EMAIL PROTECTED]> wrote:


Hi Ted,

  Thanks for the quick reply. I took nightly build for 1.4 and tried running
the "Blank Example". The exception has changed now

Earlier exception was :
  java.lang.UnsupportedClassVersionError:
org/apache/struts2/dispatcher/FilterDispatcher (Unsupported major.minor
version 49.0)

Now it is  :
  java.lang.UnsupportedClassVersionError:
com/opensymphony/xwork2/config/ConfigurationProvider (Unsupported
major.minor version 49.0)

I have added backport-util-concurrent.jar,
retrotranslator-runtime-1.0.7.jar,struts2-core-j4-2.0.0-SNAPSHOT-20060801.jar.
and changed the name of struts2-core-j4-2.0.0-SNAPSHOT-20060801.jar to
struts2-core-2.0.0-SNAPSHOT.jar.

 Please let me know, if I need to make any other changes.

Thanks,

Aparna
--
View this message in context: 
http://www.nabble.com/Struts-2-snapshot-build-work-on-JDK-1.4.2--tf1993746.html#a5607753
Sent from the Struts - User forum at Nabble.com.


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




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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-01 Thread apka2109

Hi Ted,

  Thanks for the quick reply. I took nightly build for 1.4 and tried running
the "Blank Example". The exception has changed now

Earlier exception was : 
  java.lang.UnsupportedClassVersionError:
org/apache/struts2/dispatcher/FilterDispatcher (Unsupported major.minor
version 49.0)

Now it is  :
  java.lang.UnsupportedClassVersionError:
com/opensymphony/xwork2/config/ConfigurationProvider (Unsupported
major.minor version 49.0)

I have added backport-util-concurrent.jar,
retrotranslator-runtime-1.0.7.jar,struts2-core-j4-2.0.0-SNAPSHOT-20060801.jar.
and changed the name of struts2-core-j4-2.0.0-SNAPSHOT-20060801.jar to
struts2-core-2.0.0-SNAPSHOT.jar.

 Please let me know, if I need to make any other changes.

Thanks,

Aparna 
-- 
View this message in context: 
http://www.nabble.com/Struts-2-snapshot-build-work-on-JDK-1.4.2--tf1993746.html#a5607753
Sent from the Struts - User forum at Nabble.com.


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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-01 Thread Ted Husted

On 8/1/06, Chris Waring <[EMAIL PROTECTED]> wrote:

I think Don did mention something about that.  Should I open the ticket first
or see if I can get something working and then open the ticket?


The general process is to mention a short-tem plan on the dev list, so
people can coordinate effort. Then, in the case of an enhancement,
open a ticket when there is something concrete to contribute. (In the
case of a defect, open the ticket as soon as it's confirmed to be a
defect.)



Are there instructions somewhere on the procedure used for creating,
assigning, working on tickets?


A committer will claim a ticket when one of us is ready to work on it,
but usually not before. Since we are all volunteers, we each have to
decide for ourselves when we have the time or interest to work on a
particular ticket.

Once a ticket is opened, especially if it includes a patch or
strategy, it's not uncommon for there to be discussion attached to the
ticket  Here's a good example:

* https://issues.apache.org/struts/browse/STR-2742



Thanks,
--Chris Waring
--
View this message in context: 
http://www.nabble.com/Struts-2-snapshot-build-work-on-JDK-1.4.2--tf1993746.html#a5595006
Sent from the Struts - User forum at Nabble.com.


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




-- HTH, Ted.
* http://www.husted.com/struts/

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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-01 Thread Chris Waring

I think Don did mention something about that.  Should I open the ticket first
or see if I can get something working and then open the ticket?

Are there instructions somewhere on the procedure used for creating,
assigning, working on tickets?  

Thanks,
--Chris Waring
-- 
View this message in context: 
http://www.nabble.com/Struts-2-snapshot-build-work-on-JDK-1.4.2--tf1993746.html#a5595006
Sent from the Struts - User forum at Nabble.com.


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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-01 Thread Ted Husted

On 8/1/06, Chris Waring <[EMAIL PROTECTED]> wrote:

I'm going to see if I can come up with a patch to allow the jsp to be
defined as part of the result.  I'm also going to try using Shale's Tiles
integration with this to see if it works.  If I come up with anything, I
will submit the changes through Don Brown.


That sounds great, Chris. But, the best way to submit changes is to
open a ticket in JIRA, which will save Don the trouble. We like to
share the load, best we can.

-Ted.

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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-01 Thread Chris Waring

Thanks Ted.

We are more than likely going to be upgrading to Weblogic 9.2 and JDK 1.5 so
I may not get a chance to test this on JDK 1.4.

By the way, I've been using one of the Snapshot builds from last week and so
far things look great!  I've been using the JSF integration stuff, and other
than the fact that I would like to be able to specify the location of the
jsp to forward too, it seems to be working well.

I'm going to see if I can come up with a patch to allow the jsp to be
defined as part of the result.  I'm also going to try using Shale's Tiles
integration with this to see if it works.  If I come up with anything, I
will submit the changes through Don Brown.

Thanks again for the reply!
--Chris Waring
-- 
View this message in context: 
http://www.nabble.com/Struts-2-snapshot-build-work-on-JDK-1.4.2--tf1993746.html#a5594110
Sent from the Struts - User forum at Nabble.com.


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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-01 Thread Ted Husted

I've done this with the latest nightly build and posted it as a
separate distribution.

* http://people.apache.org/builds/struts/2.0.x/nightly/

All that we are doing is running the J5 JARs through RetroTranslator.
Other projects have been using this tool successful. Note I have not
tested the nightly JAR myself, but it's there if you would like to
take it for a spin.

Actually, what we might want to do is to continue to offer the J4 JARs
as an extra download. After all, there  is no reason why someone using
native J5 should use a modified JAR, and it might help isolate any
problems we have backporting the JARs.

If you have a chance, give the J4 JAR a try, and let us know how it
works for you.

Meanwhile, there should be more s1/s2 migration materials available by
the end of the month, as I'm preparing for a course and a tutorial at
ApacheCon.

-Ted.

On 8/1/06, apka2109 <[EMAIL PROTECTED]> wrote:


Hi,

  1.  When should we expect a Beta of Struts 2 and will it support jdk 1.4?
  2.  When should we expect nightly builds with support for jdk 1.4?

This is important for us, as we are deciding technology for next version
of our project and we have been using struts 1x till now.

Thanks in advance.


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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-08-01 Thread apka2109

Hi,

  1.  When should we expect a Beta of Struts 2 and will it support jdk 1.4?
  2.  When should we expect nightly builds with support for jdk 1.4?

  This is important for us, as we are deciding technology for next version
of our project and we have been using struts 1x till now.

Thanks in advance.


-- 
View this message in context: 
http://www.nabble.com/Struts-2-snapshot-build-work-on-JDK-1.4.2--tf1993746.html#a5591037
Sent from the Struts - User forum at Nabble.com.


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



RE: Struts 2 snapshot build work on JDK 1.4.2?

2006-07-24 Thread Chris Waring

Thanks David.  This sounds like what we need!  I'm going to give it a try.  I
think I'm going to use Weblogic 9.2 to test it out and then take it back to
my management and argue a case for upgrading our production servers.  I
think there is enough new functionality in Weblogic 9.2, most of it due to
JDK 1.5, that I can get it done.

I'm just not comfortable with the bytecode manipulation route unless it
becomes my last option.

Thanks,
--Chris Waring
-- 
View this message in context: 
http://www.nabble.com/Struts-2-snapshot-build-work-on-JDK-1.4.2--tf1993746.html#a5474816
Sent from the Struts - User forum at Nabble.com.


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



RE: Struts 2 snapshot build work on JDK 1.4.2?

2006-07-24 Thread David Friedman
Why not mix both Action2 and JSF?  See the JavaServer Faces interceptor
related classes in Action2 APIdocs (to get you started) at:
http://struts.apache.org/2.x/apidocs/org/apache/struts2/jsf/package-summary.
html

There is also some discussion at:
http://www.mail-archive.com/dev@struts.apache.org/msg22329.html

Regards,
David

-Original Message-
From: Chris Waring [mailto:[EMAIL PROTECTED]
Sent: Monday, July 24, 2006 3:34 PM
To: user@struts.apache.org
Subject: Re: Struts 2 snapshot build work on JDK 1.4.2?



Thanks Wendy.  I will take a look at RetroWeaver and RetroTranslator to see
how they work.  I'm a little skeptical at this point but I'll give it a
shot!  I might start pressing my Management on upgrading to Weblogic 9.2.

I'm really looking to Struts 2 to be a viable replacement for the JSF
controller.  We have committed at this point to using JSF components but I
have not found the navigation and bean management portions of JSF to be as
full featured as Struts 1 is for navigation and Spring is for bean
management.  AT this point it would look like Struts 2 should be a vary
viable option for us.  I will be giving things a try as you get them out
there so I should be able to give you guys some feedback.

Keep up the good work!

Thanks,
--Chris Waring


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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-07-24 Thread Chris Waring

Thanks Wendy.  I will take a look at RetroWeaver and RetroTranslator to see
how they work.  I'm a little skeptical at this point but I'll give it a
shot!  I might start pressing my Management on upgrading to Weblogic 9.2.

I'm really looking to Struts 2 to be a viable replacement for the JSF
controller.  We have committed at this point to using JSF components but I
have not found the navigation and bean management portions of JSF to be as
full featured as Struts 1 is for navigation and Spring is for bean
management.  AT this point it would look like Struts 2 should be a vary
viable option for us.  I will be giving things a try as you get them out
there so I should be able to give you guys some feedback.

Keep up the good work!

Thanks,
--Chris Waring
-- 
View this message in context: 
http://www.nabble.com/Struts-2-snapshot-build-work-on-JDK-1.4.2--tf1993746.html#a5473830
Sent from the Struts - User forum at Nabble.com.


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



Re: Struts 2 snapshot build work on JDK 1.4.2?

2006-07-24 Thread Wendy Smoak

On 7/24/06, Chris Waring <[EMAIL PROTECTED]> wrote:


I'm trying to use the Struts 2 snapshot build on Weblogic 8.1 using Sun JDK
1.4.2_12.  I'm getting a java.lang.UnsupportedClassVersionError:
org/apache/struts2/dispatcher/FilterDispatcher (Unsupported major.minor
version 49.0).  I thought a saw somewhere that Struts 2 required JDK 1.5 to
build but would run on JDK 1.4?  Is this an issue with the distributed jar
files or do I have something misconfigured?


Struts 2 is developed with Java SE 5, but the intent is to use either
RetroWeaver or RetroTranslator to provide 1.4 compatibility.  That
part of the build process hasn't been finished yet, so the current
snapshots only work with JDK 1.5.  You can follow the discussion on
the dev list to learn more.

--
Wendy

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



Struts 2 snapshot build work on JDK 1.4.2?

2006-07-24 Thread Chris Waring

I'm trying to use the Struts 2 snapshot build on Weblogic 8.1 using Sun JDK
1.4.2_12.  I'm getting a java.lang.UnsupportedClassVersionError:
org/apache/struts2/dispatcher/FilterDispatcher (Unsupported major.minor
version 49.0).  I thought a saw somewhere that Struts 2 required JDK 1.5 to
build but would run on JDK 1.4?  Is this an issue with the distributed jar
files or do I have something misconfigured?

Thank You,
--Chris Waring
-- 
View this message in context: 
http://www.nabble.com/Struts-2-snapshot-build-work-on-JDK-1.4.2--tf1993746.html#a5471788
Sent from the Struts - User forum at Nabble.com.


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