[JBoss JIRA] Created: (JBAS-5024) AbstractMethodError
by Frank Cornelis (JIRA)
AbstractMethodError
-------------------
Key: JBAS-5024
URL: http://jira.jboss.com/jira/browse/JBAS-5024
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: ClassLoading
Affects Versions: JBossAS-4.2.2.GA
Environment: Linux, Sun JVM 1.5.0_14
Reporter: Frank Cornelis
Assigned To: Scott M Stark
We're using the JBoss Seam Scanner class to iterate over all my beans in search for a certain annotation.
To do so we had to create a class within the org.jboss.seam.deployment Java package since the handleItem method is package visible.
This class is packaged in my EJB 3.0 JAR as part of an EAR application.
When deploying the application I get the following exception:
Caused by: java.lang.AbstractMethodError
at org.jboss.seam.deployment.Scanner.handleArchive(Scanner.java:139)
at org.jboss.seam.deployment.Scanner.scan(Scanner.java:118)
The jboss-seam.jar lives in $JBOSS_HOME/server/default/lib. So AFAIK the org.jboss.seam package has two classloaders, one pointing to jboss-seam.jar and the other to my EAR classloader. Could this be the cause of that exception?
--
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
17 years, 1 month
[JBoss JIRA] Created: (JBPORTAL-1824) admin console: problem with deletion (portlet,page) and browser back button
by Prabhat Jha (JIRA)
admin console: problem with deletion (portlet,page) and browser back button
---------------------------------------------------------------------------
Key: JBPORTAL-1824
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1824
Project: JBoss Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Portal Core Admin
Affects Versions: 2.6.3 Final
Reporter: Prabhat Jha
Assigned To: Thomas Heute
Fix For: 2.6.3 Final
1. Add a portal, add a page and add some portlets. I added Netvibes calendar portlet.
2. Click on the page on admin console so that you see list of portlet in a window.
3. Delete one of the portlets and confirm deletion. It takes you back to the page showing Window and its portlets.
4. Hit back button in the browser. It prompts you to delete another portlet. This should not happen.
5. Either you hit Cancel/Delete on the previous (4), it takes you to the page asking if you want to delete the entire page and then to deleting portal itself.
--
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
17 years, 1 month
[JBoss JIRA] Created: (JBFORUMS-266) static context path into forums
by Luca Stancapiano (JIRA)
static context path into forums
-------------------------------
Key: JBFORUMS-266
URL: http://jira.jboss.com/jira/browse/JBFORUMS-266
Project: JBoss Forums
Issue Type: Bug
Components: Forum View Layer
Affects Versions: 1.1.0 RC
Reporter: Luca Stancapiano
Assigned To: Ryszard Kozmik
Fix For: 1.1.0 GA
in some codes there is hard coded '/portal-forums' ....if someone need to change context path, he could to get graphic problems and not to see several graphic features. I modified:
forums/src/main/org/jboss/portlet/forums/properties/TCCLXProperties.java : 82
JSFUtil.getContextPath() + "/" + ForumsConstants.THEMENAME + "/" + entry.getValue());
forums/src/resources/portal-forums-war/views/topics/attachmentsview.xhtml : 52
<h:outputLink value="#{forums:contextPath()}/downloadAttachment">
forums/src/resources/portal-forums-war/views/topics/attachmentsview.xhtml : 87
<h:outputLink value="#{forums:contextPath()}/downloadAttachment" styleClass="genmed">
forums/src/resources/portal-forums-war/views/common/common.xhtml : 39
href='#{forums:contextPath()}/default_graphics/forums_styles.css'
/forums/src/resources/portal-forums-war/views/common/common_noMenu.xhtml : 36
href='#{forums:contextPath()}/default_graphics/forums_styles.css'
--
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
17 years, 1 month