[JBoss JIRA] (FORGE-1675) ClassNotFoundException for the class javax.rmi.CORBA.Tie
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1675?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-1675.
----------------------------------
Resolution: Done
Fixed
> ClassNotFoundException for the class javax.rmi.CORBA.Tie
> --------------------------------------------------------
>
> Key: FORGE-1675
> URL: https://issues.jboss.org/browse/FORGE-1675
> Project: Forge
> Issue Type: Bug
> Components: Furnace (Container)
> Affects Versions: 1.4.4.Final, 2.2.0.Final
> Environment: SAP NetWeaver
> Reporter: Ivan St. Ivanov
> Assignee: George Gastaldi
> Fix For: 2.2.1.Final
>
>
> Forge 1 plugin that uses SAP's APIs to deploy ear files to the NetWeaver server fails with ClassNotFoundException for the class javax.rmi.CORBA.Tie. It is used by those APIs for performing remote connections.
> The same plugin was rewritten to Forge 2 addon and it got the same exception. Here is the JBoss Modules specific part of the exception trace:
> Caused by: java.lang.ClassNotFoundException: javax.rmi.CORBA.Tie from [Module "com.sap.nw.deploy.forge.nwdeploy:1.0.0-SNAPSHOT_d5a54a79-5d83-4f31-bc98-1d6384c4df1c" from AddonModuleLoader]
> at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:197)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:443)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:431)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:373)
> at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:118)
> ... 83 more
> The SAP code that blows up contains at the row where the exception is the following:
> this.out = new MarshalOutputStream(new ByteArrayOutput(this.offset));
> The MarshalOutputStream class is from SAP APIs as well and it has in its imports javax.rmi.CORBA.Tie.
--
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
[JBoss JIRA] (FORGE-1675) ClassNotFoundException for the class javax.rmi.CORBA.Tie
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1675?page=com.atlassian.jira.plugin... ]
George Gastaldi reassigned FORGE-1675:
--------------------------------------
Assignee: George Gastaldi
> ClassNotFoundException for the class javax.rmi.CORBA.Tie
> --------------------------------------------------------
>
> Key: FORGE-1675
> URL: https://issues.jboss.org/browse/FORGE-1675
> Project: Forge
> Issue Type: Bug
> Components: Furnace (Container)
> Affects Versions: 1.4.4.Final, 2.2.0.Final
> Environment: SAP NetWeaver
> Reporter: Ivan St. Ivanov
> Assignee: George Gastaldi
> Fix For: 2.2.1.Final
>
>
> Forge 1 plugin that uses SAP's APIs to deploy ear files to the NetWeaver server fails with ClassNotFoundException for the class javax.rmi.CORBA.Tie. It is used by those APIs for performing remote connections.
> The same plugin was rewritten to Forge 2 addon and it got the same exception. Here is the JBoss Modules specific part of the exception trace:
> Caused by: java.lang.ClassNotFoundException: javax.rmi.CORBA.Tie from [Module "com.sap.nw.deploy.forge.nwdeploy:1.0.0-SNAPSHOT_d5a54a79-5d83-4f31-bc98-1d6384c4df1c" from AddonModuleLoader]
> at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:197)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:443)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:431)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:373)
> at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:118)
> ... 83 more
> The SAP code that blows up contains at the row where the exception is the following:
> this.out = new MarshalOutputStream(new ByteArrayOutput(this.offset));
> The MarshalOutputStream class is from SAP APIs as well and it has in its imports javax.rmi.CORBA.Tie.
--
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
[JBoss JIRA] (FORGE-1675) ClassNotFoundException for the class javax.rmi.CORBA.Tie
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1675?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-1675:
-----------------------------------
Affects Version/s: 2.2.0.Final
1.4.4.Final
> ClassNotFoundException for the class javax.rmi.CORBA.Tie
> --------------------------------------------------------
>
> Key: FORGE-1675
> URL: https://issues.jboss.org/browse/FORGE-1675
> Project: Forge
> Issue Type: Bug
> Components: Furnace (Container)
> Affects Versions: 1.4.4.Final, 2.2.0.Final
> Environment: SAP NetWeaver
> Reporter: Ivan St. Ivanov
>
> Forge 1 plugin that uses SAP's APIs to deploy ear files to the NetWeaver server fails with ClassNotFoundException for the class javax.rmi.CORBA.Tie. It is used by those APIs for performing remote connections.
> The same plugin was rewritten to Forge 2 addon and it got the same exception. Here is the JBoss Modules specific part of the exception trace:
> Caused by: java.lang.ClassNotFoundException: javax.rmi.CORBA.Tie from [Module "com.sap.nw.deploy.forge.nwdeploy:1.0.0-SNAPSHOT_d5a54a79-5d83-4f31-bc98-1d6384c4df1c" from AddonModuleLoader]
> at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:197)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:443)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:431)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:373)
> at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:118)
> ... 83 more
> The SAP code that blows up contains at the row where the exception is the following:
> this.out = new MarshalOutputStream(new ByteArrayOutput(this.offset));
> The MarshalOutputStream class is from SAP APIs as well and it has in its imports javax.rmi.CORBA.Tie.
--
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
[JBoss JIRA] (FORGE-1675) ClassNotFoundException for the class javax.rmi.CORBA.Tie
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1675?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-1675:
-----------------------------------
Fix Version/s: 2.2.1.Final
> ClassNotFoundException for the class javax.rmi.CORBA.Tie
> --------------------------------------------------------
>
> Key: FORGE-1675
> URL: https://issues.jboss.org/browse/FORGE-1675
> Project: Forge
> Issue Type: Bug
> Components: Furnace (Container)
> Affects Versions: 1.4.4.Final, 2.2.0.Final
> Environment: SAP NetWeaver
> Reporter: Ivan St. Ivanov
> Fix For: 2.2.1.Final
>
>
> Forge 1 plugin that uses SAP's APIs to deploy ear files to the NetWeaver server fails with ClassNotFoundException for the class javax.rmi.CORBA.Tie. It is used by those APIs for performing remote connections.
> The same plugin was rewritten to Forge 2 addon and it got the same exception. Here is the JBoss Modules specific part of the exception trace:
> Caused by: java.lang.ClassNotFoundException: javax.rmi.CORBA.Tie from [Module "com.sap.nw.deploy.forge.nwdeploy:1.0.0-SNAPSHOT_d5a54a79-5d83-4f31-bc98-1d6384c4df1c" from AddonModuleLoader]
> at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:197)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:443)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:431)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:373)
> at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:118)
> ... 83 more
> The SAP code that blows up contains at the row where the exception is the following:
> this.out = new MarshalOutputStream(new ByteArrayOutput(this.offset));
> The MarshalOutputStream class is from SAP APIs as well and it has in its imports javax.rmi.CORBA.Tie.
--
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
[JBoss JIRA] (FORGE-1675) ClassNotFoundException for the class javax.rmi.CORBA.Tie
by Ivan St. Ivanov (JIRA)
Ivan St. Ivanov created FORGE-1675:
--------------------------------------
Summary: ClassNotFoundException for the class javax.rmi.CORBA.Tie
Key: FORGE-1675
URL: https://issues.jboss.org/browse/FORGE-1675
Project: Forge
Issue Type: Bug
Components: Furnace (Container)
Environment: SAP NetWeaver
Reporter: Ivan St. Ivanov
Forge 1 plugin that uses SAP's APIs to deploy ear files to the NetWeaver server fails with ClassNotFoundException for the class javax.rmi.CORBA.Tie. It is used by those APIs for performing remote connections.
The same plugin was rewritten to Forge 2 addon and it got the same exception. Here is the JBoss Modules specific part of the exception trace:
Caused by: java.lang.ClassNotFoundException: javax.rmi.CORBA.Tie from [Module "com.sap.nw.deploy.forge.nwdeploy:1.0.0-SNAPSHOT_d5a54a79-5d83-4f31-bc98-1d6384c4df1c" from AddonModuleLoader]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:197)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:443)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:431)
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:373)
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:118)
... 83 more
The SAP code that blows up contains at the row where the exception is the following:
this.out = new MarshalOutputStream(new ByteArrayOutput(this.offset));
The MarshalOutputStream class is from SAP APIs as well and it has in its imports javax.rmi.CORBA.Tie.
--
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
[JBoss JIRA] (FORGE-1674) Forge should add EJB 3.1 dependency
by Ivan St. Ivanov (JIRA)
[ https://issues.jboss.org/browse/FORGE-1674?page=com.atlassian.jira.plugin... ]
Ivan St. Ivanov updated FORGE-1674:
-----------------------------------
Attachment: testcase.txt
> Forge should add EJB 3.1 dependency
> -----------------------------------
>
> Key: FORGE-1674
> URL: https://issues.jboss.org/browse/FORGE-1674
> Project: Forge
> Issue Type: Bug
> Components: Java EE
> Affects Versions: 2.2.0.Final
> Reporter: Ivan St. Ivanov
> Priority: Critical
> Attachments: testcase.txt
>
>
> When I install the EJB facet in a Java EE project and I choose version 3.1 of the EJB spec, Forge adds the following managed dependency:
> javax.ejb:ejb-api:jar::3.0-alpha-1
> This is EJB 3.0, however, so I cannot have things like Singleton EJBs in my project. Adding this dependency would fix the issue:
> org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec:jar::1.0.1.Final
> I have attached a [failing] test case. Just add it to org.jboss.forge.addon.javaee.ejb.EJBFacetTest and you can simulate the issue.
--
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
[JBoss JIRA] (FORGE-1674) Forge should add EJB 3.1 dependency
by Ivan St. Ivanov (JIRA)
Ivan St. Ivanov created FORGE-1674:
--------------------------------------
Summary: Forge should add EJB 3.1 dependency
Key: FORGE-1674
URL: https://issues.jboss.org/browse/FORGE-1674
Project: Forge
Issue Type: Bug
Components: Java EE
Affects Versions: 2.2.0.Final
Reporter: Ivan St. Ivanov
Priority: Critical
Attachments: testcase.txt
When I install the EJB facet in a Java EE project and I choose version 3.1 of the EJB spec, Forge adds the following managed dependency:
javax.ejb:ejb-api:jar::3.0-alpha-1
This is EJB 3.0, however, so I cannot have things like Singleton EJBs in my project. Adding this dependency would fix the issue:
org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec:jar::1.0.1.Final
I have attached a [failing] test case. Just add it to org.jboss.forge.addon.javaee.ejb.EJBFacetTest and you can simulate the issue.
--
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