[JBoss JIRA] (RF-12677) Showcase - deploying from eclipse - update docs
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12677?page=com.atlassian.jira.plugin.s... ]
Juraj Húska updated RF-12677:
-----------------------------
Description:
I found deploying showcase from eclipse non trivial and IMHO it should be documented in docs somewhere. Good place is readme.md of showcase repository I think.
There is mentioned how to deploy from CLI and how to import showcase to eclipse but it misses info how to deploy from eclipse.
To deploy from eclipse on jboss as 7.1.x one needs to:
# set maven profile to {{jbas71}}
# alter deployment assembly to contains {{resources-jbas71}}, {{webapp-jbas71}}, {{wepapp}}, {{resources}}
# start container with {{standalone-full.xml}} configuration
# be aware of the fact that eclipse likes to add empty persistent.xml by default if it is there, so one need to check it and remove it
# eclipse tool ignores context root from jboss-web.xml, so it loads {{richfaces-showcase}} instead of correct showcase context root (I believe it is caused by JBIDE-473).
Feel free to ask me for pull request or reject it if you found it too much detailed for that {{readme.md}}.
was:
I found deploying showcase from eclipse non trivial and IMHO it should be documented in docs somewhere. Good place is readme.md of showcase repository I think.
There is mentioned how to deploy from CLI and how to import showcase to eclipse but it misses info how to deploy from eclipse.
To deploy from eclipse on jboss as 7.1.x one needs to:
# set maven profile to {{jbas71}}
# alter deployment assembly to contains {{resources-jbas71}}, {{webapp-jbas71}}, {{wepapp}}, {{resources}}
# start container with {{standalone-full.xml}} configuration
# be aware of the fact that eclipse likes to add empty persistent.xml by default if it is there, so one need to check it and remove it
# eclipse tool ignores context root from jboss-web.xml, so it loads {{richfaces-showcase}} instead of correct showcase context root (I believe it is caused by JBIDE-473).
Feel free to ask me for pull request or reject it if you found it too much detailed for that one {{readme.xml}}.
> Showcase - deploying from eclipse - update docs
> -----------------------------------------------
>
> Key: RF-12677
> URL: https://issues.jboss.org/browse/RF-12677
> Project: RichFaces
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: doc, showcase
> Affects Versions: 4.3.0.M3
> Reporter: Juraj Húska
> Priority: Minor
>
> I found deploying showcase from eclipse non trivial and IMHO it should be documented in docs somewhere. Good place is readme.md of showcase repository I think.
> There is mentioned how to deploy from CLI and how to import showcase to eclipse but it misses info how to deploy from eclipse.
> To deploy from eclipse on jboss as 7.1.x one needs to:
> # set maven profile to {{jbas71}}
> # alter deployment assembly to contains {{resources-jbas71}}, {{webapp-jbas71}}, {{wepapp}}, {{resources}}
> # start container with {{standalone-full.xml}} configuration
> # be aware of the fact that eclipse likes to add empty persistent.xml by default if it is there, so one need to check it and remove it
> # eclipse tool ignores context root from jboss-web.xml, so it loads {{richfaces-showcase}} instead of correct showcase context root (I believe it is caused by JBIDE-473).
> Feel free to ask me for pull request or reject it if you found it too much detailed for that {{readme.md}}.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months