[Design of JBoss jBPM] - Re: Web console enhancements
by tom.baeyens@jboss.com
Works out of the box for me now. Thanks.
Awsome look and feel ! A core developer with a great sense for colors: that is unique and just what we needed.
This is the start we needed in order to transform the web console into a full blown product. Keep going.
One thing i would do different was the filtercriteria on the task lists; i would put that underneath or at the right of the actual list.
A planning note: In this month, we should try to finish a certain the feature set we have now and decorate all the loose ends that we've got. So that after this month, there is a web app in which simple navigation, doesn't lead to stack traces. I don't mind if there are: "this page is not yet implemented" kind of pages.
Then in december we should go for stabilization and bug fixing.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982327#3982327
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982327
18 years, 2 months
[Design of EJB 3.0] - Why is this ejb2 deployer failing with an annotation signatu
by scott.stark@jboss.org
The jsr77 MEJB is failing to deploy with the following exception:
| 20:58:26,704 INFO [MCKernelAbstraction] installing bean: jboss.j2ee:jar=ejb-management.jar,name=MEJB,service=EJB3 with dependencies:
| ...
| Caused by: java.lang.RuntimeException: @javax.ejb.PostActivate annotated method
| has the wrong signature - public void org.jboss.management.mejb.MEJBSession.ejbA
| ctivate() throws javax.ejb.EJBException
| at org.jboss.ejb3.interceptor.InterceptorInfoRepository$ContainerInitial
| iser.resolveLifecycleMethod(InterceptorInfoRepository.java:754)
| at org.jboss.ejb3.interceptor.InterceptorInfoRepository$AnnotationInitia
| liser.resolvePostActivate(InterceptorInfoRepository.java:685)
| at org.jboss.ejb3.interceptor.InterceptorInfoRepository$AnnotationInitia
| liser.getInfo(InterceptorInfoRepository.java:654)
| at org.jboss.ejb3.interceptor.InterceptorInfoRepository.initialiseFromAn
| notations(InterceptorInfoRepository.java:479)
| at org.jboss.ejb3.interceptor.InterceptorInfoRepository.getOrInitialiseF
| romAnnotations(InterceptorInfoRepository.java:464)
| at org.jboss.ejb3.interceptor.InterceptorInfoRepository.getBeanClassInte
| rceptors(InterceptorInfoRepository.java:159)
| at org.jboss.ejb3.interceptor.InterceptorInfoRepository.getBeanClassArou
| ndInvokes(InterceptorInfoRepository.java:134)
| at org.jboss.ejb3.interceptor.EJB3InterceptorsFactory.createPerJoinpoint
| (EJB3InterceptorsFactory.java:99)
| ... 48 more
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982281#3982281
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982281
18 years, 2 months
[Design of JBoss IIOP on JBoss] - Is jacorb going to drop this obsolete avalon dependency?
by scott.stark@jboss.org
So I have to debug this problem I'm seeing in head:
| 2006-10-31 16:54:47,600 DEBUG [org.jboss.iiop.CorbaORBService] Starting failed jboss:service=CorbaORB
| java.lang.NullPointerException
| at org.apache.avalon.framework.logger.Log4JLogger.isDebugEnabled(Log4JLogger.java:115)
| at org.jacorb.poa.RPPoolManagerFactory.<init>(RPPoolManagerFactory.java:50)
| at org.jacorb.orb.ORB.configure(ORB.java:251)
| at org.jacorb.orb.ORB.set_parameters(ORB.java:1429)
| at org.omg.CORBA.ORB.init(ORB.java:337)
| at org.jboss.iiop.CorbaORBService.startService(CorbaORBService.java:297)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
| at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
| at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:167)
| at $Proxy0.start(Unknown Source)
|
and it brings up the question of fixing this silly dependency. It was an obsolete codebase when we certified 2 years ago. Is JacORB going to be dropping this avalon dependency?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982253#3982253
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982253
18 years, 2 months