[JBoss JIRA] Created: (JBIDE-1303) New Seam Web Project Wizard: make automatic replacement for chars that aren't allowed to be used in package name
by Victor Rubezhny (JIRA)
New Seam Web Project Wizard: make automatic replacement for chars that aren't allowed to be used in package name
----------------------------------------------------------------------------------------------------------------
Key: JBIDE-1303
URL: http://jira.jboss.com/jira/browse/JBIDE-1303
Project: JBoss Tools
Issue Type: Feature Request
Affects Versions: 2.0.0.CR1
Environment: Win2k, Red Hat Developer Studio Build id: 1.0.0.CR1
Reporter: Victor Rubezhny
Priority: Minor
Make automatic replacement for chars that can be used in project name but aren't allowed to be used in package name. For example: '-' (minus) char is valid to be used in project name but not in package name.
Test Case:
---------------
EXECUTE: Open New Seam Web Project Wizard due to create a project
EXECUTE: Type in a project name that contains '-' chars, for example: "my-first-seam-project"
EXECUTE: Press "Next >" button untill the "Seam Facet" wizard page leaving the other fields with their default values.
ASSERT: See the package names in "Code Generation" facet are fulfiled with incorrect package names: "org.domain.my-first-seam-project.session", "org.domain.my-first-seam-project.entity" and "org.domain.my-first-seam-project.test"
ASSERT: "Next >" and "Finish" buttons are disabled, Error message appeared in the title: "Package name for tests is not valid"
--
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
17 years, 4 months
[JBoss JIRA] Created: (JBIDE-2709) Checking out projects using Subclipse voids certain Eclipse files
by Chris Simons (JIRA)
Checking out projects using Subclipse voids certain Eclipse files
-----------------------------------------------------------------
Key: JBIDE-2709
URL: https://jira.jboss.org/jira/browse/JBIDE-2709
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 2.1.2
Environment: JBoss Tools 2.1.2.GA; Eclipse 3.3.4; Windows XP SP2
Reporter: Chris Simons
Priority: Minor
When checking out a project from SVN for the first timeusing Subclipse, I have to "fix" the following files:
/workspace/project/.project
/workspace/project/.settings/jboss....wst.xml
Reason: Even if these two files are checked-into the project/branch, these will be "hard-coded" for the previous project. Therefore, I have to go into the two files above and replace project names. Also, the JSF Capabilities are removed from .project. What I normally do w/ this file is copy/paste from a good .project into the new .project file.
Before I do any of this, I notice a few things about this newly checked out project:
1) Right-click, Properties...
a) "Java Compiler" is not available.
b) Seam settings is set to null even though the file should show that it is Seam 2.0
After I set Seam settings properly, custom Seam components do not get recognized until I restart the project and fix the above two files.
I hope this makes some sense. I can attach .project and .xml files if you'd like.
Thanks.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months
[JBoss JIRA] Created: (JBIDE-2968) jboss-seam.jar could not be opened, does it exist?
by Luciano Borges (JIRA)
jboss-seam.jar could not be opened, does it exist?
--------------------------------------------------
Key: JBIDE-2968
URL: https://jira.jboss.org/jira/browse/JBIDE-2968
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 2.1.2
Environment: OS: Window XP SP2
Eclipse Europa (eclipse-jee-europa-winter-win32.zip)
JDK 5.0 Update 16
JBoss AS 4.2.3.GA
JBossTools 2.1.2.GA
JBoss Seam 2.0.2.SP1
PostgreSQL 8.3
Reporter: Luciano Borges
I set up a datasource for my database, I set up a server JBoss 4.2, that runs well when I start it by the Eclipse.
I created a project called calendar, the eclipse already automatically synchronizes with the server, when they run the project or start the server appears the error below:
21:33:38,046 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
21:33:38,078 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
21:33:38,234 INFO [EARDeployer] Init J2EE application: file:/D:/Java/jboss-4.2.3.GA/server/default/deploy/agenda-ear.ear/
21:33:38,265 ERROR [MainDeployer] Could not initialise deployment: file:/D:/Java/jboss-4.2.3.GA/server/default/deploy/agenda-ear.ear/
org.jboss.deployment.DeploymentException: url file:/D:/Java/jboss-4.2.3.GA/server/default/deploy/agenda-ear.ear/jboss-seam.jar could not be opened, does it exist?
at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:214)
at org.jboss.deployment.EARDeployer.init(EARDeployer.java:288)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months