[JBoss JIRA] Created: (AS7-935) NPE in BasicComponentInstance.getInstance
by Carlo de Wolf (JIRA)
NPE in BasicComponentInstance.getInstance
-----------------------------------------
Key: AS7-935
URL: https://issues.jboss.org/browse/AS7-935
Project: Application Server 7
Issue Type: Bug
Components: EE, EJB
Affects Versions: 7.0.0.CR1
Reporter: Carlo de Wolf
Priority: Critical
{noformat}
java.lang.NullPointerException
at org.jboss.as.ee.component.BasicComponentInstance.getInstance(BasicComponentInstance.java:82)
at org.jboss.as.ee.component.ViewDescription$ComponentDispatcherInterceptor.processInvocation(ViewDescription.java:201)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:287)
at org.jboss.as.ejb3.component.session.SessionInvocationContextInterceptor.processInvocation(SessionInvocationContextInterceptor.java:66)
at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:287)
at org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(SingletonComponentInstanceAssociationInterceptor.java:53)
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (JBAS-9403) Legacy JBoss Application Server 5
by Bruce Lis (JIRA)
Legacy JBoss Application Server 5
---------------------------------
Key: JBAS-9403
URL: https://issues.jboss.org/browse/JBAS-9403
Project: Legacy JBoss Application Server 6
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Environment: Windows 2003, jdk 1.6.25, Seam 2.2, Jboss 5.1 GA
Reporter: Bruce Lis
I am novice developer and start using JBOSS as my web server for my new development. I have no issue during all project cycle except when it was deployed into production.
The only issue I am having that when I am deployed my new application for the first time it hangs out for 2-3 min until first page displayed. Then it works perfectly until the next reboot of the Windows server. There is nothing logged and no messages in the server.log. Please help
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (AS7-810) Change DeploymentRootMountProcessor To Use Marker to Determine Whether to Mount Exploded
by Benjamin Browning (JIRA)
Change DeploymentRootMountProcessor To Use Marker to Determine Whether to Mount Exploded
----------------------------------------------------------------------------------------
Key: AS7-810
URL: https://issues.jboss.org/browse/AS7-810
Project: Application Server 7
Issue Type: Feature Request
Affects Versions: 7.0.0.Beta3
Reporter: Benjamin Browning
Assignee: Jason Greene
Right now DeploymentRootMountProcessor is hard-coded to only mount .war files exploded. For TorqueBox, we have the need to mount .knob files exploded. It would be great if there was some ExplodedRootMarker that DeploymentRootMountProcessor checked instead of looking at the file extension. This would mean moving Phase.STRUCTURE_MOUNT to some value greater than 0 to allow an earlier processor to call ExplodedRootMarker.mark(...) for .war files and let TorqueBox create its own processor to do the same for .knob files.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years