[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
[JBoss JIRA] Created: (JBIDE-3005) JBossWS Property Page isn't defined correctly
by Snjezana Peco (JIRA)
JBossWS Property Page isn't defined correctly
---------------------------------------------
Key: JBIDE-3005
URL: https://jira.jboss.org/jira/browse/JBIDE-3005
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.0.0.beta1
Reporter: Snjezana Peco
Steps to reproduce:
- create any project
- right-click some folder/file within the project and select Properties
You will get a dialog showing "The currently displayed page contains invalid values".
You will also get this error if you select Properties for some item in the Problems view.
The issue happens because this property page is defined for a project, but doesn't contain a filter.
If you want the property page to be defined for the project, you should add the following filter :
<enabledWhen>
<adapt
type="org.eclipse.core.resources.IProject">
</adapt>
</enabledWhen>
If you want the page to be defined only for projects containing the WS facet, the filter would look like as follows:
<enabledWhen>
<adapt
type="org.eclipse.core.resources.IProject">
<test
property="org.eclipse.wst.common.project.facet.core.projectFacet"
value="jbossws.core"/>
</adapt>
</enabledWhen>
--
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-3045) Smooks needs to be better to handle errors
by Max Rydahl Andersen (JIRA)
Smooks needs to be better to handle errors
------------------------------------------
Key: JBIDE-3045
URL: https://jira.jboss.org/jira/browse/JBIDE-3045
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: smooks
Affects Versions: 3.0.0.beta1
Reporter: Max Rydahl Andersen
Fix For: 3.0.0.cr1
The Smooks editor starts behaving funny if I just add simple element such as <param name="myOwnParam"/> which is perfectly valid according to the xml.
Then it just says: boolean <Can't find the class : boolean> ..no idea what the user should do about that ?
The Graph/Normal tabs (what does Normal mean anyway?) should be disabled with a message about
something is wrong and then we should have a source tab in which you can use the normal WTP XML editor to fix any possible errors AND when the errors are fixed the "broken" tabs should start working again.
--
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-2967) change sourcepath directory names to coordinate w/ seam-gen
by Dan Allen (JIRA)
change sourcepath directory names to coordinate w/ seam-gen
-----------------------------------------------------------
Key: JBIDE-2967
URL: https://jira.jboss.org/jira/browse/JBIDE-2967
Project: Tools (JBoss Tools)
Issue Type: Task
Components: Seam
Affects Versions: 3.0.0.alpha
Reporter: Dan Allen
Priority: Minor
Fix For: 3.0.0.beta1
seam-gen changed the source paths for the action and model directories as follows:
src/action -> src/hot
src/model -> src/main
The purpose of this renaming was to reflect how the two sourcepaths are compiled and not by which types of components and classes they might originally contain. Internally, we will still refer to src/hot as the action directory and src/main as the model directory, but it opens up the possibility of the user adding non-hot deployable components to src/main without feeling a semantic mismatch.
--
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