[jbosstools-issues] [JBoss JIRA] Commented: (RHDS-314) Seam Project won't run out of the box
Samuel Mendenhall (JIRA)
jira-events at lists.jboss.org
Mon Nov 19 10:21:18 EST 2007
[ http://jira.jboss.com/jira/browse/RHDS-314?page=comments#action_12388232 ]
Samuel Mendenhall commented on RHDS-314:
----------------------------------------
Clean and publish doesn't appear to fix it.
Here are the steps I followed that led me to where I am at:
1) Install RHDS RC1 with specific JRE: /data/apps/java/jdk1.5.0_13/jre
2) Create new Seam Web Project called SeamSecurityProj All defaults on first screen, Check Java Persistence on next screen, defaults on next screen, defaults on next screen, defaults on next screen, Deploy as war on next screen defaults otherwise. Click Finish
3) Server will be stopped at this point but the SeamSecurityProj and SeamSecurityProj/res will show up under the server. Right Click publish. Start the server.
4) The war fails to publish, the relevant section of the log looks like:
10:14:51,486 INFO [TomcatDeployer] deploy, ctxPath=/SeamSecurityProj, warUrl=.../deploy/SeamSecurityProj.war/
10:14:51,645 WARN [config] Unable to process deployment descriptor for context 'null'
The tree of the war again looking like:
/data/apps/eclipse/rhdevstudio/jboss-eap/jboss-as/server/default/deploy/SeamSecurityProj.war/
|-- META-INF
|-- WEB-INF
| |-- classes
| | |-- META-INF
| | `-- org
| | `-- domain
| | `-- SeamSecurityProj
| | `-- session
| |-- dev
| | `-- org
| | `-- domain
| | `-- SeamSecurityProj
| | `-- session
| `-- lib
|-- img
|-- layout
`-- stylesheet
> Seam Project won't run out of the box
> -------------------------------------
>
> Key: RHDS-314
> URL: http://jira.jboss.com/jira/browse/RHDS-314
> Project: Red Hat Developer Studio
> Issue Type: Bug
> Components: seam
> Affects Versions: 1.0.0.CR1
> Reporter: Samuel Mendenhall
>
> I just installed RHDS RC1, right click New -> Seam Web Project input the name, keep all defaults (ear or war, doesn't matter) finish let it deploy and I get a simple 404 when my project loads, because it really isn't deployed by JBoss.
> So, it looks like creating a simple Seam project, both Seam 1.2 AP and Seam2 either ear or war is foobar with RC1?
> The war dir structure created in my project looks like:
> SeamSecurityProj.war/
> |-- META-INF
> |-- WEB-INF
> | |-- classes
> | | `-- org
> | | `-- domain
> | | `-- SeamSecurityProj
> | | `-- session
> | `-- lib
> |-- img
> |-- layout
> `-- stylesheet
> Which obviously is a problem, it should have a lot more files than this, am I missing some flag somewhere?
> Deploying looks like so:
> 19:11:13,932 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=SeamSecurityProjDatasource' to JNDI name 'java:SeamSecurityProjDatasource'
> 19:11:13,941 INFO [TomcatDeployer] deploy, ctxPath=/SeamSecurityProj, warUrl=.../deploy/SeamSecurityProj.war/
> 19:11:14,088 WARN [config] Unable to process deployment descriptor for context '/SeamSecurityProj'
> no suprise there since no files are in the war, only the directory structure.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jbosstools-issues
mailing list