[JBoss JIRA] (AS7-5898) syntax error in vault.bat
by Bernd Eckenfels (JIRA)
Bernd Eckenfels created AS7-5898:
------------------------------------
Summary: syntax error in vault.bat
Key: AS7-5898
URL: https://issues.jboss.org/browse/AS7-5898
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.2.0.Alpha1
Environment: Windows
Reporter: Bernd Eckenfels
Priority: Critical
The vault.bat file contains a line "JAVA=java" which is missing the set command. This is triggered when no JAVA and JAVA_HOME variables is defined.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (AS7-5770) EJB2 entity bean creation exceptions are wrapped with InvocationTargetException
by Lucas Galfaso (JIRA)
Lucas Galfaso created AS7-5770:
----------------------------------
Summary: EJB2 entity bean creation exceptions are wrapped with InvocationTargetException
Key: AS7-5770
URL: https://issues.jboss.org/browse/AS7-5770
Project: Application Server 7
Issue Type: Feature Request
Components: EJB
Affects Versions: 7.1.1.Final
Environment: Mac OSX, Java 7
Reporter: Lucas Galfaso
Assignee: jaikiran pai
When ejbCreate throws an exception, the exception is wrapped in InvocationTargetException. The root cause looks like it is at
CmpEntityBeanEjbCreateMethodInterceptorFactory::invokeEjbCreate
and the line
ejbCreate.invoke(instance.getInstance(), params);
this class overrided this method from EntityBeanEjbCreateMethodInterceptorFactory that does handle this case, so it might be possible to just replace this line with
super.invokeEjbCreate(context, ejbCreate, instance, params)ejbCreate.invoke(instance.getInstance(), params);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (AS7-5552) Web console's CLI response marshelling is rounding the long values into integer values
by Ramesh Reddy (JIRA)
Ramesh Reddy created AS7-5552:
---------------------------------
Summary: Web console's CLI response marshelling is rounding the long values into integer values
Key: AS7-5552
URL: https://issues.jboss.org/browse/AS7-5552
Project: Application Server 7
Issue Type: Bug
Components: Console
Affects Versions: 7.1.1.Final
Reporter: Ramesh Reddy
Assignee: Heiko Braun
When CLI request made through web console, when response model node has "long" values such as "date" values, they are being truncated into "int" values, thus invalidating them.
Ex: teiid runtime has few places we have date returned through cli calls, those are being invalidated.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (JBJCA-923) RAR (inbound adapter) inside EAR does not see JAR files in EAR/lib
by Juan José Olmedilla Arregui (JIRA)
Juan José Olmedilla Arregui created JBJCA-923:
-------------------------------------------------
Summary: RAR (inbound adapter) inside EAR does not see JAR files in EAR/lib
Key: JBJCA-923
URL: https://issues.jboss.org/browse/JBJCA-923
Project: IronJacamar
Issue Type: Bug
Components: AS
Environment: JBoss As 7.1.2 (EAP)
Windows 7 and Windows Vista
Reporter: Juan José Olmedilla Arregui
Assignee: Jesper Pedersen
-I have a RAR file and EJB JAR inside my EAR.
The RAR includes several JAR libraries only used by it which are packed within it.
- The EJB JAR includes an MDB that receives the inbound messages from the Resource Adapter and therefore needs to have access to the same MessageListener interface which is in the common JAR file library included in EAR/lib.
- The RAR has a dependency on the common MessageListener interface included in the JAR file sitting in EAR/lib
- The project is a maven multi-module project using maven jar (for the commong library where the interface is), ejb, ear and rar plugins
- Things I have tried:
1. Including "compile" dependency to the common jar in both, the EJB JAR and RAR. It does not work because it includes two copies of the jar, one in the EAR/lib and one inside the RAR, it deploys but later it fails when a message is received because there are two different bytecodes for the same class.
2. Including a Dependency in the MANIFEST of the RAR pointing to deployment.EARNAME.ear.MYLIBNAME.jar. It does not find that dependency
3. Including a Dependency in the MANIFEST of the RAR pointing to deployment.EARNAME.ear.lib.MYLIBNAME.jar. It does not find that deployment
4. Including the dependency as "provided" in the EJB project as in the RAR, including in both MANIFEST's a dependency on "deployment.MYLIBNAME.jar" and deploying separately the MYLIBNAME.jar and EARNAME.ear. This works but I want a solution that allows me to pack everything in one single EAR file
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month