You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Jason Pyeron <jp...@pdinc.us> on 2011/09/12 16:47:50 UTC

RE: Struts2 under Jboss-6 ?

> -----Original Message-----
> From: Lukasz Lenart [mailto:lukasz.lenart@googlemail.com] 
> Sent: Friday, April 01, 2011 7:38
> To: Struts Developers List
> Subject: Re: Struts2 under Jboss-6 ?
> 
> Hi,
> 
> But this should be just a warning and your application should 
> work as expected.
> And it's known bug -> https://issues.apache.org/jira/browse/WW-3558

How can I tell which release the patch made it into? Or in other words did it
make it into 2.2.3.1?

> 
> 
> Regards
> --
> Lukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> Warszawa JUG conference - Confitura http://confitura.pl/
> 
> 
> 2011/4/1 rop <ro...@gmail.com>:
> > Hi,
> >
> > I was just trying to deploy a simple HelloWorld-type 
> war-applicaton on 
> > Jboss-6.0.0.Final, and could not get it to work.
> >
> > After investigating, I found out what the problem was, and 
> as far as I 
> > can understand, no Struts2 application will currently run 
> on Jboss-6.
> >
> > I could also not find any existing report on this problem.
> >
> > I just wanted to know if there is already some activity planned, to
> > verify+fix Struts2 for Jboss-6?
> >
> > Or if this is already a "known issue", despite my failure 
> to verify it?
> >
> > The Exception you get when trying to deploy is something like:
> >
> > [com.opensymphony.xwork2.util.FileManager]
> > Could not create JarEntryRevision!: java.io.FileNotFoundException:
> >  
> > 
> vfs:\C:\program1\jboss6\server\default\deploy\myapp.war\WEB-INF\lib\st
> > ruts2-sitemesh-plugin-2.2.1.1
> >
> > The problem I found was in org.apache.struts.xwork : 
> xwork-core where 
> > the method URLUtil.isJboss5Url() currently recognizes Jboss 
> > file-protocols:
> >    vfsmemory:
> >    vfszip:
> >    vfsfile:
> >
> > But apparently, in Jboss-6 there is now another 
> file-protocol, called
> >    vfs:
> >
> > Thus the error-msg above.
> >
> > I made a custom-build test and modified the method to also 
> recognize 
> > the "vfs" protocol-name, and then the application deploys 
> and runs OK 
> > on Jboss-6.
> >
> > Should I register this as a jira?
> >
> > 

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                      PD Inc. http://www.pdinc.us -
- Principal Consultant              10 West 24th Street #100    -
- +1 (443) 269-1555 x333            Baltimore, Maryland 21218   -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.

 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


RE: [struts-dev] Re: Struts2 under Jboss-6 ?

Posted by Jason Pyeron <jp...@pdinc.us>.
> -----Original Message-----
> From: Martin Gainty
> Sent: Monday, September 12, 2011 11:35
> To: dev@struts.apache.org
> Subject: RE: [struts-dev] Re: Struts2 under Jboss-6 ?
> 
> 
> Jason and Team
> 
> JB 6 is still in beta and has too many bugs to be released 
> for production applications..i would backport to JB5.1 for now

Jboss 7.0.1.Final is what I am using, and it is no longer beta.
http://www.jboss.org/jbossas/downloads

I think you are refering to the Commercial version see
http://www.jboss.com/images/Ent-Comm-Model.png

-Jason 


--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                      PD Inc. http://www.pdinc.us -
- Principal Consultant              10 West 24th Street #100    -
- +1 (443) 269-1555 x333            Baltimore, Maryland 21218   -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.

 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


RE: [struts-dev] Re: Struts2 under Jboss-6 ?

Posted by Martin Gainty <mg...@hotmail.com>.
Jason and Team

JB 6 is still in beta and has too many bugs to be released for production applications..i would backport to JB5.1 for now

Martin
______________________________________________ 
Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 Ez az
üzenet bizalmas.  Ha nem ön az akinek szánva volt, akkor kérjük, hogy
jelentse azt nekünk vissza. Semmiféle továbbítása vagy másolatának
készítése nem megengedett.  Ez az üzenet csak ismeret cserét szolgál és
semmiféle jogi alkalmazhatósága sincs.  Mivel az electronikus üzenetek
könnyen megváltoztathatóak, ezért minket semmi felelöség nem terhelhet
ezen üzenet tartalma miatt.

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.


> From: jpyeron@pdinc.us
> To: dev@struts.apache.org
> Subject: RE: [struts-dev] Re: Struts2 under Jboss-6 ?
> Date: Mon, 12 Sep 2011 11:23:04 -0400
> 
> 
> > -----Original Message-----
> > From: Maurizio Cucchiara
> > Sent: Monday, September 12, 2011 11:01
> > To: Struts Developers List
> > Subject: [struts-dev] Re: Struts2 under Jboss-6 ?
> > 
> > Hi Jason,
> > 2.2.3.1 is a fast track release. Unfortunately, as you will 
> > read from the release notes [1],  it doesn't include the fix 
> > you were talking about.
> > You have to wait until the 2.3 version.
> > 
> > [1] 
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?project
> Id=12311041&version=12317860
> > 
> 
> Thanks, a backporting I will go.
> 
> 
> > Maurizio Cucchiara
> > 
> > 
> > On 12 September 2011 16:47, Jason Pyeron <jp...@pdinc.us> wrote:
> > >
> > > > -----Original Message-----
> > > > From: Lukasz Lenart [mailto:lukasz.lenart@googlemail.com]
> > > > Sent: Friday, April 01, 2011 7:38
> > > > To: Struts Developers List
> > > > Subject: Re: Struts2 under Jboss-6 ?
> > > >
> > > > Hi,
> > > >
> > > > But this should be just a warning and your application 
> > should work 
> > > > as expected.
> > > > And it's known bug -> 
> > https://issues.apache.org/jira/browse/WW-3558
> > >
> > > How can I tell which release the patch made it into? Or in 
> > other words 
> > > did it make it into 2.2.3.1?
> > >
> > > >
> > > >
> > > > Regards
> > > > --
> > > > Lukasz
> > > > + 48 606 323 122 http://www.lenart.org.pl/
> > > > Warszawa JUG conference - Confitura http://confitura.pl/
> > > >
> > > >
> > > > 2011/4/1 rop <ro...@gmail.com>:
> > > > > Hi,
> > > > >
> > > > > I was just trying to deploy a simple HelloWorld-type
> > > > war-applicaton on
> > > > > Jboss-6.0.0.Final, and could not get it to work.
> > > > >
> > > > > After investigating, I found out what the problem was, and
> > > > as far as I
> > > > > can understand, no Struts2 application will currently run
> > > > on Jboss-6.
> > > > >
> > > > > I could also not find any existing report on this problem.
> > > > >
> > > > > I just wanted to know if there is already some activity 
> > planned, 
> > > > > to
> > > > > verify+fix Struts2 for Jboss-6?
> > > > >
> > > > > Or if this is already a "known issue", despite my failure
> > > > to verify it?
> > > > >
> > > > > The Exception you get when trying to deploy is something like:
> > > > >
> > > > > [com.opensymphony.xwork2.util.FileManager]
> > > > > Could not create JarEntryRevision!: 
> > java.io.FileNotFoundException:
> > > > >
> > > > >
> > > > 
> > vfs:\C:\program1\jboss6\server\default\deploy\myapp.war\WEB-INF\lib\
> > > > st
> > > > > ruts2-sitemesh-plugin-2.2.1.1
> > > > >
> > > > > The problem I found was in org.apache.struts.xwork :
> > > > xwork-core where
> > > > > the method URLUtil.isJboss5Url() currently recognizes Jboss
> > > > > file-protocols:
> > > > >    vfsmemory:
> > > > >    vfszip:
> > > > >    vfsfile:
> > > > >
> > > > > But apparently, in Jboss-6 there is now another
> > > > file-protocol, called
> > > > >    vfs:
> > > > >
> > > > > Thus the error-msg above.
> > > > >
> > > > > I made a custom-build test and modified the method to also
> > > > recognize
> > > > > the "vfs" protocol-name, and then the application deploys
> > > > and runs OK
> > > > > on Jboss-6.
> > > > >
> > > > > Should I register this as a jira?
> > > > >
> > > > >
> > >
> > > --
> > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > > -                                                               -
> > > - Jason Pyeron                      PD Inc. http://www.pdinc.us -
> > > - Principal Consultant              10 West 24th Street #100    -
> > > - +1 (443) 269-1555 x333            Baltimore, Maryland 21218   -
> > > -                                                               -
> > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > > This message is copyright PD Inc, subject to license 20080407P00.
> > >
> > >
> > >
> > >
> > > 
> > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For 
> > > additional commands, e-mail: dev-help@struts.apache.org
> > >
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For 
> > additional commands, e-mail: dev-help@struts.apache.org
> > 
> > 
> 
> 
> --
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> -                                                               -
> - Jason Pyeron                      PD Inc. http://www.pdinc.us -
> - Principal Consultant              10 West 24th Street #100    -
> - +1 (443) 269-1555 x333            Baltimore, Maryland 21218   -
> -                                                               -
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> This message is copyright PD Inc, subject to license 20080407P00.
> 
>  
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 
 		 	   		  

RE: [struts-dev] Re: Struts2 under Jboss-6 ?

Posted by Jason Pyeron <jp...@pdinc.us>.
> -----Original Message-----
> From: Maurizio Cucchiara
> Sent: Monday, September 12, 2011 11:01
> To: Struts Developers List
> Subject: [struts-dev] Re: Struts2 under Jboss-6 ?
> 
> Hi Jason,
> 2.2.3.1 is a fast track release. Unfortunately, as you will 
> read from the release notes [1],  it doesn't include the fix 
> you were talking about.
> You have to wait until the 2.3 version.
> 
> [1] 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?project
Id=12311041&version=12317860
> 

Thanks, a backporting I will go.


> Maurizio Cucchiara
> 
> 
> On 12 September 2011 16:47, Jason Pyeron <jp...@pdinc.us> wrote:
> >
> > > -----Original Message-----
> > > From: Lukasz Lenart [mailto:lukasz.lenart@googlemail.com]
> > > Sent: Friday, April 01, 2011 7:38
> > > To: Struts Developers List
> > > Subject: Re: Struts2 under Jboss-6 ?
> > >
> > > Hi,
> > >
> > > But this should be just a warning and your application 
> should work 
> > > as expected.
> > > And it's known bug -> 
> https://issues.apache.org/jira/browse/WW-3558
> >
> > How can I tell which release the patch made it into? Or in 
> other words 
> > did it make it into 2.2.3.1?
> >
> > >
> > >
> > > Regards
> > > --
> > > Lukasz
> > > + 48 606 323 122 http://www.lenart.org.pl/
> > > Warszawa JUG conference - Confitura http://confitura.pl/
> > >
> > >
> > > 2011/4/1 rop <ro...@gmail.com>:
> > > > Hi,
> > > >
> > > > I was just trying to deploy a simple HelloWorld-type
> > > war-applicaton on
> > > > Jboss-6.0.0.Final, and could not get it to work.
> > > >
> > > > After investigating, I found out what the problem was, and
> > > as far as I
> > > > can understand, no Struts2 application will currently run
> > > on Jboss-6.
> > > >
> > > > I could also not find any existing report on this problem.
> > > >
> > > > I just wanted to know if there is already some activity 
> planned, 
> > > > to
> > > > verify+fix Struts2 for Jboss-6?
> > > >
> > > > Or if this is already a "known issue", despite my failure
> > > to verify it?
> > > >
> > > > The Exception you get when trying to deploy is something like:
> > > >
> > > > [com.opensymphony.xwork2.util.FileManager]
> > > > Could not create JarEntryRevision!: 
> java.io.FileNotFoundException:
> > > >
> > > >
> > > 
> vfs:\C:\program1\jboss6\server\default\deploy\myapp.war\WEB-INF\lib\
> > > st
> > > > ruts2-sitemesh-plugin-2.2.1.1
> > > >
> > > > The problem I found was in org.apache.struts.xwork :
> > > xwork-core where
> > > > the method URLUtil.isJboss5Url() currently recognizes Jboss
> > > > file-protocols:
> > > >    vfsmemory:
> > > >    vfszip:
> > > >    vfsfile:
> > > >
> > > > But apparently, in Jboss-6 there is now another
> > > file-protocol, called
> > > >    vfs:
> > > >
> > > > Thus the error-msg above.
> > > >
> > > > I made a custom-build test and modified the method to also
> > > recognize
> > > > the "vfs" protocol-name, and then the application deploys
> > > and runs OK
> > > > on Jboss-6.
> > > >
> > > > Should I register this as a jira?
> > > >
> > > >
> >
> > --
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > -                                                               -
> > - Jason Pyeron                      PD Inc. http://www.pdinc.us -
> > - Principal Consultant              10 West 24th Street #100    -
> > - +1 (443) 269-1555 x333            Baltimore, Maryland 21218   -
> > -                                                               -
> > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> > This message is copyright PD Inc, subject to license 20080407P00.
> >
> >
> >
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For 
> > additional commands, e-mail: dev-help@struts.apache.org
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For 
> additional commands, e-mail: dev-help@struts.apache.org
> 
> 


--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                      PD Inc. http://www.pdinc.us -
- Principal Consultant              10 West 24th Street #100    -
- +1 (443) 269-1555 x333            Baltimore, Maryland 21218   -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.

 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Struts2 under Jboss-6 ?

Posted by Maurizio Cucchiara <mc...@apache.org>.
Hi Jason,
2.2.3.1 is a fast track release. Unfortunately, as you will read from
the release notes [1],  it doesn't include the fix you were talking
about.
You have to wait until the 2.3 version.

[1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311041&version=12317860

Maurizio Cucchiara


On 12 September 2011 16:47, Jason Pyeron <jp...@pdinc.us> wrote:
>
> > -----Original Message-----
> > From: Lukasz Lenart [mailto:lukasz.lenart@googlemail.com]
> > Sent: Friday, April 01, 2011 7:38
> > To: Struts Developers List
> > Subject: Re: Struts2 under Jboss-6 ?
> >
> > Hi,
> >
> > But this should be just a warning and your application should
> > work as expected.
> > And it's known bug -> https://issues.apache.org/jira/browse/WW-3558
>
> How can I tell which release the patch made it into? Or in other words did it
> make it into 2.2.3.1?
>
> >
> >
> > Regards
> > --
> > Lukasz
> > + 48 606 323 122 http://www.lenart.org.pl/
> > Warszawa JUG conference - Confitura http://confitura.pl/
> >
> >
> > 2011/4/1 rop <ro...@gmail.com>:
> > > Hi,
> > >
> > > I was just trying to deploy a simple HelloWorld-type
> > war-applicaton on
> > > Jboss-6.0.0.Final, and could not get it to work.
> > >
> > > After investigating, I found out what the problem was, and
> > as far as I
> > > can understand, no Struts2 application will currently run
> > on Jboss-6.
> > >
> > > I could also not find any existing report on this problem.
> > >
> > > I just wanted to know if there is already some activity planned, to
> > > verify+fix Struts2 for Jboss-6?
> > >
> > > Or if this is already a "known issue", despite my failure
> > to verify it?
> > >
> > > The Exception you get when trying to deploy is something like:
> > >
> > > [com.opensymphony.xwork2.util.FileManager]
> > > Could not create JarEntryRevision!: java.io.FileNotFoundException:
> > >
> > >
> > vfs:\C:\program1\jboss6\server\default\deploy\myapp.war\WEB-INF\lib\st
> > > ruts2-sitemesh-plugin-2.2.1.1
> > >
> > > The problem I found was in org.apache.struts.xwork :
> > xwork-core where
> > > the method URLUtil.isJboss5Url() currently recognizes Jboss
> > > file-protocols:
> > >    vfsmemory:
> > >    vfszip:
> > >    vfsfile:
> > >
> > > But apparently, in Jboss-6 there is now another
> > file-protocol, called
> > >    vfs:
> > >
> > > Thus the error-msg above.
> > >
> > > I made a custom-build test and modified the method to also
> > recognize
> > > the "vfs" protocol-name, and then the application deploys
> > and runs OK
> > > on Jboss-6.
> > >
> > > Should I register this as a jira?
> > >
> > >
>
> --
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> -                                                               -
> - Jason Pyeron                      PD Inc. http://www.pdinc.us -
> - Principal Consultant              10 West 24th Street #100    -
> - +1 (443) 269-1555 x333            Baltimore, Maryland 21218   -
> -                                                               -
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> This message is copyright PD Inc, subject to license 20080407P00.
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org