[JBoss JIRA] Created: (JBIDE-694) JBoss runtimes are not complete
by Juergen Zimmermann (JIRA)
JBoss runtimes are not complete
-------------------------------
Key: JBIDE-694
URL: http://jira.jboss.com/jira/browse/JBIDE-694
Project: JBoss Tools
Issue Type: Bug
Components: ejb3
Environment: JDK 1.6.0_02, Eclipse 3.3, WTP 2.0, JBossTools-Core-200708040214-nightly
Reporter: Juergen Zimmermann
Assigned To: Max Andersen
The following JARs are missing from JBoss Runtimes when a "JBoss EJB 3.0 Project" is created:
commons-logging.jar contains org.apache.commons.logging.Log
jboss-j2ee.jar contains javax.ejb.EJBException
jbosssx-client.jar contains org.jboss.security.SecurityAssociation
contains org.jboss.security.Util.createPasswordHash
ejb3-persistence.jar contains JPA annotations
jbossws-client.jar contains classes for JBossWS
jboss-jaxws.jar contains standardized part of JBossWS
jboss-ejb3-client.jar instead of jboss-ejb3.jar for JBoss 4.2.1
Thus, jboss-ejb3.jar is obsolete for JBoss 4.2.1
--
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
18 years, 7 months
[JBoss JIRA] Created: (JBIDE-804) Red Hat Properties Editor does not maintain extra delimiters
by Devon Hillard (JIRA)
Red Hat Properties Editor does not maintain extra delimiters
------------------------------------------------------------
Key: JBIDE-804
URL: http://jira.jboss.com/jira/browse/JBIDE-804
Project: JBoss Tools
Issue Type: Bug
Affects Versions: 2.0.0.Beta3
Environment: OS X 10.4.10, JDK 1.5, Eclipse 3.3
Reporter: Devon Hillard
Priority: Minor
I'm basically asking that the editor not replace the delimiters, or strip out extra ones.
Please see the referenced forum thread, and this blog entry:
http://www.digitalsanctuary.com/tech-blog/java/jboss/jboss-tools-properti...
"Basically the resource bundle editor uses a space-equals-space to separate keys from values. " = ". This is how Sun's examples of resource bundle properties file look so that seems reasonable. However, the Red Hat editor goes by the strict definition of a Java Properties file, which lets you use spaces as the delimiter, and ignore any immediately subsequent delimiters. It then rewrites the delimiter to only the first valid delimiter it finds, which in this case is a space " ".
Then, the resource bundle editor apparently can't handle spaces as delimiters, in violation of the spec apparently, and can't handle the newly formatted properties files."
--
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
18 years, 7 months