[JBoss JIRA] Created: (JBAS-8608) Launch from path with space does not work
by Max Andersen (JIRA)
Launch from path with space does not work
-----------------------------------------
Key: JBAS-8608
URL: https://jira.jboss.org/browse/JBAS-8608
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 7.0.0.Alpha1
Reporter: Max Andersen
Priority: Critical
Having a space in your download/install dir causes problem on AS 7(common on Mac for those forgetting to set simple username or on windows where "Documents and Settings" is the default - hence why I marked it critical ;):
mkdir "space launch"
cd "space launch"
unzip jboss-7.0.0.Alpha1
cd jboss-7.0.0.Alpha1
./bin/standalone.sh
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /Users/max/space launch/jboss-7.0.0.Alpha1
JAVA: java
JAVA_OPTS: -Xms64m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
=========================================================================
Exception in thread "main" java.lang.NoClassDefFoundError: launch/jboss-7/0/0/Alpha1/standalone/log/boot/log
Caused by: java.lang.ClassNotFoundException: launch.jboss-7.0.0.Alpha1.standalone.log.boot.log
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBAS-9141) handle JPA 8.2.1.6.1 Annotated Classes in the Root of the Persistence Unit
by Scott Marlow (JIRA)
handle JPA 8.2.1.6.1 Annotated Classes in the Root of the Persistence Unit
---------------------------------------------------------------------------
Key: JBAS-9141
URL: https://issues.jboss.org/browse/JBAS-9141
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: Scott Marlow
JPA 8.2.1.6.1 Annotated Classes in the Root of the Persistence Unit
All classes contained in the root of the persistence unit are searched for annotated managed persistence classes—classes with the Entity, Embeddable, or MappedSuperclass annotation—and any mapping metadata annotations found on these classes will be processed, or they will be mapped using the mapping annotation defaults. If it is not intended that the annotated persistence classes contained in the root of the persistence unit be included in the persistence unit, the exclude-unlisted-classes element must be specified as true.
The exclude-unlisted-classes element is not intended for use in Java SE environments.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBAS-9070) Support for auto-deployment by the deployment scanner
by Brian Stansberry (JIRA)
Support for auto-deployment by the deployment scanner
-----------------------------------------------------
Key: JBAS-9070
URL: https://issues.jboss.org/browse/JBAS-9070
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 7.0.0.Beta2
Add configuration options to enable the FileSystemDeploymentService to detect new content and deploy it without requiring a marker file.
Scan any zipped archives (included nested archives in other exploded deployments) to confirm they are fully copied before attempting auto-deploy.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months