Re: Struts2 Jar on JBoss

2009-06-17 Thread raja_struts

Hi,

If you still not able to fix the issue. Please try copy the struts-tags.tld
file under \WEB-INF\lib folder.

Cheers,
Raja.

Hernandez, David wrote:
> 
> Hey Guys,
> 
> I'm trying to deploy several apps built with Struts2 that share a common
> lib directory. I'm running on JBoss. If I put all the jar's in the
> server lib directory everything compiles and deploys fine. If I go to an
> action it is executed, but when it attempts to read the jsp it fails to
> find the struts tld. See an excerpt from my log below:
> 
> 
> 2008-06-23 17:12:49,085 DEBUG
> [com.opensymphony.xwork2.util.InstantiatingNullHandler] Entering
> nullPropertyValue
> [target=[com.lehman.corpsec.web.updatedailycheckoutstatusxmlserv...@150b
> 99d, com.opensymphony.xwork2.defaulttextprovi...@162ac83], property=org]
> 2008-06-23 17:12:49,280 DEBUG
> [org.jboss.web.tomcat.service.jasper.TagLibCache] Scanning for tlds in:
> file:/home/nycco2q/jboss/eap4.2/deploy/jboss-web.deployer/jsf-libs/jsf-i
> mpl.jar
> 2008-06-23 17:12:49,420 DEBUG
> [org.jboss.web.tomcat.service.jasper.TagLibCache] Scanning for tlds in:
> file:/home/nycco2q/jboss/eap4.2/deploy/jboss-web.deployer/jstl.jar
> 2008-06-23 17:12:49,513 ERROR
> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/CO2/Da
> ilyCheckout].[jsp]] Servlet.service() for servlet jsp threw exception
> org.apache.jasper.JasperException: File "/struts-tags" not found
> at
> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHand
> ler.java:51)
> 
> 
> Any Help/Advice would be appreciated.
> 
> Thanks,
> David Hernandez
> 
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> - - - - - - -
> 
> This message is intended only for the personal and confidential use of the
> designated recipient(s) named above.  If you are not the intended
> recipient of this message you are hereby notified that any review,
> dissemination, distribution or copying of this message is strictly
> prohibited.  This communication is for information purposes only and
> should not be regarded as an offer to sell or as a solicitation of an
> offer to buy any financial product, an official confirmation of any
> transaction, or as an official statement of Lehman Brothers.  Email
> transmission cannot be guaranteed to be secure or error-free.  Therefore,
> we do not represent that this information is complete or accurate and it
> should not be relied upon as such.  All information is subject to change
> without notice.
> 
> 
> IRS Circular 230 Disclosure:
> Please be advised that any discussion of U.S. tax matters contained within
> this communication (including any attachments) is not intended or written
> to be used and cannot be used for the purpose of (i) avoiding U.S. tax
> related penalties or (ii) promoting, marketing or recommending to another
> party any transaction or matter addressed herein.
> 
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Struts2-Jar-on-JBoss-tp18078684p24075906.html
Sent from the Struts - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



RE: Struts2 Jar on JBoss

2008-06-24 Thread Dave Newton
You might try talking to the JBoss folks, if you haven't already. When you do 
it'd be cool to add it to the "known issues" section of the FAQ (or whatever 
it's called).

Dave


--- On Tue, 6/24/08, Hernandez, David <[EMAIL PROTECTED]> wrote:

> From: Hernandez, David <[EMAIL PROTECTED]>
> Subject: RE: Struts2 Jar on JBoss
> To: "Struts Users Mailing List" 
> Date: Tuesday, June 24, 2008, 9:08 AM
> So does anyone know how to get JBoss to look inside the jar
> (which isn't
> in WEB-INF/lib, but the JBoss Server lib) for the struts
> tld?
> 
> David Hernandez
> 
> -Original Message-
> From: Musachy Barroso [mailto:[EMAIL PROTECTED] 
> Sent: Monday, June 23, 2008 5:50 PM
> To: Struts Users Mailing List
> Subject: Re: Struts2 Jar on JBoss
> 
> Yes, that's what I meant, but not what I said, that
> happens when there
> is too much multitasking going on :)
> 
> musachy
> 
> On Mon, Jun 23, 2008 at 5:47 PM, Hernandez, David
> <[EMAIL PROTECTED]> wrote:
> > That's not the case. If the jar isn't present
> then the deployment
> fails upon reading struts.xml because the FilterDispatcher
> cannot be
> found. The classes are being loaded from the jar however
> it's not
> looking in the jar for the TLD.
> > Regards,
> > --Original Message--
> > From: Musachy Barroso
> > To: Struts Users Mailing List
> > ReplyTo: Struts Users Mailing List
> > Sent: Jun 23, 2008 5:32 PM
> > Subject: Re: Struts2 Jar on JBoss
> >
> > The taglib is in core, so somehow it is not finding
> struts-core jar.
> >
> > musachy
> >
> > On Mon, Jun 23, 2008 at 5:15 PM, Hernandez, David 
> > <[EMAIL PROTECTED]> wrote:
> >> Hey Guys,
> >>
> >> I'm trying to deploy several apps built with
> Struts2 that share a 
> >> common lib directory. I'm running on JBoss. If
> I put all the jar's in
> 
> >> the server lib directory everything compiles and
> deploys fine. If I 
> >> go to an action it is executed, but when it
> attempts to read the jsp 
> >> it fails to find the struts tld. See an excerpt
> from my log below:
> >>
> >> 
> >> 2008-06-23 17:12:49,085 DEBUG
> >>
> [com.opensymphony.xwork2.util.InstantiatingNullHandler]
> Entering 
> >> nullPropertyValue 
> >>
> [EMAIL PROTECTED]
> >> 50b 99d,
> [EMAIL PROTECTED], 
> >> property=org]
> >> 2008-06-23 17:12:49,280 DEBUG
> >> [org.jboss.web.tomcat.service.jasper.TagLibCache]
> Scanning for tlds
> in:
> >>
> file:/home/nycco2q/jboss/eap4.2/deploy/jboss-web.deployer/jsf-libs/js
> >> f-i
> >> mpl.jar
> >> 2008-06-23 17:12:49,420 DEBUG
> >> [org.jboss.web.tomcat.service.jasper.TagLibCache]
> Scanning for tlds
> in:
> >>
> file:/home/nycco2q/jboss/eap4.2/deploy/jboss-web.deployer/jstl.jar
> >> 2008-06-23 17:12:49,513 ERROR
> >>
> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/CO2
> >> /Da ilyCheckout].[jsp]] Servlet.service() for
> servlet jsp threw 
> >> exception
> >> org.apache.jasper.JasperException: File
> "/struts-tags" not found
> >>at
> >>
> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorH
> >> and
> >
> > --Original Message Truncated--
> >
> > David Hernandez
> >
> > - - - - - - - - - - - - - - - - - - - - - - - - - - -
> - - - - - - - - 
> > - - - - - - - - -
> >
> > This message is intended only for the personal and
> confidential use of
> the designated recipient(s) named above.  If you are not
> the intended
> recipient of this message you are hereby notified that any
> review,
> dissemination, distribution or copying of this message is
> strictly
> prohibited.  This communication is for information purposes
> only and
> should not be regarded as an offer to sell or as a
> solicitation of an
> offer to buy any financial product, an official
> confirmation of any
> transaction, or as an official statement of Lehman
> Brothers.  Email
> transmission cannot be guaranteed to be secure or
> error-free.
> Therefore, we do not represent that this information is
> complete or
> accurate and it should not be relied upon as such.  All
> information is
> subject to change without notice.
> >
> >
> > 
> > IRS Circular 230 Disclosure:
> > Please be advised that any discussion of U.S. tax
> matters contained
> within this communication (including any

RE: Struts2 Jar on JBoss

2008-06-24 Thread Hernandez, David
So does anyone know how to get JBoss to look inside the jar (which isn't
in WEB-INF/lib, but the JBoss Server lib) for the struts tld?

David Hernandez

-Original Message-
From: Musachy Barroso [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 23, 2008 5:50 PM
To: Struts Users Mailing List
Subject: Re: Struts2 Jar on JBoss

Yes, that's what I meant, but not what I said, that happens when there
is too much multitasking going on :)

musachy

On Mon, Jun 23, 2008 at 5:47 PM, Hernandez, David
<[EMAIL PROTECTED]> wrote:
> That's not the case. If the jar isn't present then the deployment
fails upon reading struts.xml because the FilterDispatcher cannot be
found. The classes are being loaded from the jar however it's not
looking in the jar for the TLD.
> Regards,
> --Original Message--
> From: Musachy Barroso
> To: Struts Users Mailing List
> ReplyTo: Struts Users Mailing List
> Sent: Jun 23, 2008 5:32 PM
> Subject: Re: Struts2 Jar on JBoss
>
> The taglib is in core, so somehow it is not finding struts-core jar.
>
> musachy
>
> On Mon, Jun 23, 2008 at 5:15 PM, Hernandez, David 
> <[EMAIL PROTECTED]> wrote:
>> Hey Guys,
>>
>> I'm trying to deploy several apps built with Struts2 that share a 
>> common lib directory. I'm running on JBoss. If I put all the jar's in

>> the server lib directory everything compiles and deploys fine. If I 
>> go to an action it is executed, but when it attempts to read the jsp 
>> it fails to find the struts tld. See an excerpt from my log below:
>>
>> 
>> 2008-06-23 17:12:49,085 DEBUG
>> [com.opensymphony.xwork2.util.InstantiatingNullHandler] Entering 
>> nullPropertyValue 
>> [EMAIL PROTECTED]
>> 50b 99d, [EMAIL PROTECTED], 
>> property=org]
>> 2008-06-23 17:12:49,280 DEBUG
>> [org.jboss.web.tomcat.service.jasper.TagLibCache] Scanning for tlds
in:
>> file:/home/nycco2q/jboss/eap4.2/deploy/jboss-web.deployer/jsf-libs/js
>> f-i
>> mpl.jar
>> 2008-06-23 17:12:49,420 DEBUG
>> [org.jboss.web.tomcat.service.jasper.TagLibCache] Scanning for tlds
in:
>> file:/home/nycco2q/jboss/eap4.2/deploy/jboss-web.deployer/jstl.jar
>> 2008-06-23 17:12:49,513 ERROR
>> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/CO2
>> /Da ilyCheckout].[jsp]] Servlet.service() for servlet jsp threw 
>> exception
>> org.apache.jasper.JasperException: File "/struts-tags" not found
>>at
>> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorH
>> and
>
> --Original Message Truncated--
>
> David Hernandez
>
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
> - - - - - - - - -
>
> This message is intended only for the personal and confidential use of
the designated recipient(s) named above.  If you are not the intended
recipient of this message you are hereby notified that any review,
dissemination, distribution or copying of this message is strictly
prohibited.  This communication is for information purposes only and
should not be regarded as an offer to sell or as a solicitation of an
offer to buy any financial product, an official confirmation of any
transaction, or as an official statement of Lehman Brothers.  Email
transmission cannot be guaranteed to be secure or error-free.
Therefore, we do not represent that this information is complete or
accurate and it should not be relied upon as such.  All information is
subject to change without notice.
>
>
> 
> IRS Circular 230 Disclosure:
> Please be advised that any discussion of U.S. tax matters contained
within this communication (including any attachments) is not intended or
written to be used and cannot be used for the purpose of (i) avoiding
U.S. tax related penalties or (ii) promoting, marketing or recommending
to another party any transaction or matter addressed herein.
>



--
"Hey you! Would you help me to carry the stone?" Pink Floyd

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

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - -

This message is intended only for the personal and confidential use of the 
designated recipient(s) named above.  If you are not the intended recipient of 
this message you are hereby notified that any review, dissemination, 
distribution or copying of this message is strictly prohibited.  This 
communication is for information purposes only and should not be regarded as an 
offer to sell or as a solicitation of an offer to buy any financial product, an 
official confirmation of any transaction, or as an official statement of Lehman 
Brothers.  Ema

Re: Struts2 Jar on JBoss

2008-06-23 Thread Musachy Barroso
Yes, that's what I meant, but not what I said, that happens when there
is too much multitasking going on :)

musachy

On Mon, Jun 23, 2008 at 5:47 PM, Hernandez, David
<[EMAIL PROTECTED]> wrote:
> That's not the case. If the jar isn't present then the deployment fails upon 
> reading struts.xml because the FilterDispatcher cannot be found. The classes 
> are being loaded from the jar however it's not looking in the jar for the TLD.
> Regards,
> --Original Message--
> From: Musachy Barroso
> To: Struts Users Mailing List
> ReplyTo: Struts Users Mailing List
> Sent: Jun 23, 2008 5:32 PM
> Subject: Re: Struts2 Jar on JBoss
>
> The taglib is in core, so somehow it is not finding struts-core jar.
>
> musachy
>
> On Mon, Jun 23, 2008 at 5:15 PM, Hernandez, David
> <[EMAIL PROTECTED]> wrote:
>> Hey Guys,
>>
>> I'm trying to deploy several apps built with Struts2 that share a common
>> lib directory. I'm running on JBoss. If I put all the jar's in the
>> server lib directory everything compiles and deploys fine. If I go to an
>> action it is executed, but when it attempts to read the jsp it fails to
>> find the struts tld. See an excerpt from my log below:
>>
>> 
>> 2008-06-23 17:12:49,085 DEBUG
>> [com.opensymphony.xwork2.util.InstantiatingNullHandler] Entering
>> nullPropertyValue
>> [EMAIL PROTECTED]
>> 99d, [EMAIL PROTECTED], property=org]
>> 2008-06-23 17:12:49,280 DEBUG
>> [org.jboss.web.tomcat.service.jasper.TagLibCache] Scanning for tlds in:
>> file:/home/nycco2q/jboss/eap4.2/deploy/jboss-web.deployer/jsf-libs/jsf-i
>> mpl.jar
>> 2008-06-23 17:12:49,420 DEBUG
>> [org.jboss.web.tomcat.service.jasper.TagLibCache] Scanning for tlds in:
>> file:/home/nycco2q/jboss/eap4.2/deploy/jboss-web.deployer/jstl.jar
>> 2008-06-23 17:12:49,513 ERROR
>> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/CO2/Da
>> ilyCheckout].[jsp]] Servlet.service() for servlet jsp threw exception
>> org.apache.jasper.JasperException: File "/struts-tags" not found
>>at
>> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHand
>
> --Original Message Truncated--
>
> David Hernandez
>
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
> - - - - -
>
> This message is intended only for the personal and confidential use of the 
> designated recipient(s) named above.  If you are not the intended recipient 
> of this message you are hereby notified that any review, dissemination, 
> distribution or copying of this message is strictly prohibited.  This 
> communication is for information purposes only and should not be regarded as 
> an offer to sell or as a solicitation of an offer to buy any financial 
> product, an official confirmation of any transaction, or as an official 
> statement of Lehman Brothers.  Email transmission cannot be guaranteed to be 
> secure or error-free.  Therefore, we do not represent that this information 
> is complete or accurate and it should not be relied upon as such.  All 
> information is subject to change without notice.
>
>
> 
> IRS Circular 230 Disclosure:
> Please be advised that any discussion of U.S. tax matters contained within 
> this communication (including any attachments) is not intended or written to 
> be used and cannot be used for the purpose of (i) avoiding U.S. tax related 
> penalties or (ii) promoting, marketing or recommending to another party any 
> transaction or matter addressed herein.
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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



Re: Struts2 Jar on JBoss

2008-06-23 Thread Hernandez, David
That's not the case. If the jar isn't present then the deployment fails upon 
reading struts.xml because the FilterDispatcher cannot be found. The classes 
are being loaded from the jar however it's not looking in the jar for the TLD. 
Regards,
--Original Message--
From: Musachy Barroso
To: Struts Users Mailing List
ReplyTo: Struts Users Mailing List
Sent: Jun 23, 2008 5:32 PM
Subject: Re: Struts2 Jar on JBoss

The taglib is in core, so somehow it is not finding struts-core jar.

musachy

On Mon, Jun 23, 2008 at 5:15 PM, Hernandez, David
<[EMAIL PROTECTED]> wrote:
> Hey Guys,
>
> I'm trying to deploy several apps built with Struts2 that share a common
> lib directory. I'm running on JBoss. If I put all the jar's in the
> server lib directory everything compiles and deploys fine. If I go to an
> action it is executed, but when it attempts to read the jsp it fails to
> find the struts tld. See an excerpt from my log below:
>
> 
> 2008-06-23 17:12:49,085 DEBUG
> [com.opensymphony.xwork2.util.InstantiatingNullHandler] Entering
> nullPropertyValue
> [EMAIL PROTECTED]
> 99d, [EMAIL PROTECTED], property=org]
> 2008-06-23 17:12:49,280 DEBUG
> [org.jboss.web.tomcat.service.jasper.TagLibCache] Scanning for tlds in:
> file:/home/nycco2q/jboss/eap4.2/deploy/jboss-web.deployer/jsf-libs/jsf-i
> mpl.jar
> 2008-06-23 17:12:49,420 DEBUG
> [org.jboss.web.tomcat.service.jasper.TagLibCache] Scanning for tlds in:
> file:/home/nycco2q/jboss/eap4.2/deploy/jboss-web.deployer/jstl.jar
> 2008-06-23 17:12:49,513 ERROR
> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/CO2/Da
> ilyCheckout].[jsp]] Servlet.service() for servlet jsp threw exception
> org.apache.jasper.JasperException: File "/struts-tags" not found
>at
> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHand

--Original Message Truncated--

David Hernandez

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
- - - -

This message is intended only for the personal and confidential use of the 
designated recipient(s) named above.  If you are not the intended recipient of 
this message you are hereby notified that any review, dissemination, 
distribution or copying of this message is strictly prohibited.  This 
communication is for information purposes only and should not be regarded as an 
offer to sell or as a solicitation of an offer to buy any financial product, an 
official confirmation of any transaction, or as an official statement of Lehman 
Brothers.  Email transmission cannot be guaranteed to be secure or error-free.  
Therefore, we do not represent that this information is complete or accurate 
and it should not be relied upon as such.  All information is subject to change 
without notice.



IRS Circular 230 Disclosure:
Please be advised that any discussion of U.S. tax matters contained within this 
communication (including any attachments) is not intended or written to be used 
and cannot be used for the purpose of (i) avoiding U.S. tax related penalties 
or (ii) promoting, marketing or recommending to another party any transaction 
or matter addressed herein.


Re: Struts2 Jar on JBoss

2008-06-23 Thread Musachy Barroso
The taglib is in core, so somehow it is not finding struts-core jar.

musachy

On Mon, Jun 23, 2008 at 5:15 PM, Hernandez, David
<[EMAIL PROTECTED]> wrote:
> Hey Guys,
>
> I'm trying to deploy several apps built with Struts2 that share a common
> lib directory. I'm running on JBoss. If I put all the jar's in the
> server lib directory everything compiles and deploys fine. If I go to an
> action it is executed, but when it attempts to read the jsp it fails to
> find the struts tld. See an excerpt from my log below:
>
> 
> 2008-06-23 17:12:49,085 DEBUG
> [com.opensymphony.xwork2.util.InstantiatingNullHandler] Entering
> nullPropertyValue
> [EMAIL PROTECTED]
> 99d, [EMAIL PROTECTED], property=org]
> 2008-06-23 17:12:49,280 DEBUG
> [org.jboss.web.tomcat.service.jasper.TagLibCache] Scanning for tlds in:
> file:/home/nycco2q/jboss/eap4.2/deploy/jboss-web.deployer/jsf-libs/jsf-i
> mpl.jar
> 2008-06-23 17:12:49,420 DEBUG
> [org.jboss.web.tomcat.service.jasper.TagLibCache] Scanning for tlds in:
> file:/home/nycco2q/jboss/eap4.2/deploy/jboss-web.deployer/jstl.jar
> 2008-06-23 17:12:49,513 ERROR
> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/CO2/Da
> ilyCheckout].[jsp]] Servlet.service() for servlet jsp threw exception
> org.apache.jasper.JasperException: File "/struts-tags" not found
>at
> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHand
> ler.java:51)
> 
>
> Any Help/Advice would be appreciated.
>
> Thanks,
> David Hernandez
>
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
> - - - - -
>
> This message is intended only for the personal and confidential use of the 
> designated recipient(s) named above.  If you are not the intended recipient 
> of this message you are hereby notified that any review, dissemination, 
> distribution or copying of this message is strictly prohibited.  This 
> communication is for information purposes only and should not be regarded as 
> an offer to sell or as a solicitation of an offer to buy any financial 
> product, an official confirmation of any transaction, or as an official 
> statement of Lehman Brothers.  Email transmission cannot be guaranteed to be 
> secure or error-free.  Therefore, we do not represent that this information 
> is complete or accurate and it should not be relied upon as such.  All 
> information is subject to change without notice.
>
> 
> IRS Circular 230 Disclosure:
> Please be advised that any discussion of U.S. tax matters contained within 
> this communication (including any attachments) is not intended or written to 
> be used and cannot be used for the purpose of (i) avoiding U.S. tax related 
> penalties or (ii) promoting, marketing or recommending to another party any 
> transaction or matter addressed herein.
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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