[JBoss OSGi] - Re: OSGi features
by trouby
Eh, pity, I think that this is strength of OSS over commercial development,
Nuxeo's projects are all LGPL, which exactly the same license Jboss uses,
Seems like they are planning A LOT with their new Runtime environment related to OSGI,
Take a look:
http://www.nuxeo.org/sections/about/roadmap/
Anyway, they are going to integrate with JBossAS 5.0 and release their new version on dec 2007,
So they are actually working in parallel with you guys but you'r not communicating each other? heh, funny,
Anyway I will try to contact them myself, maybe I'll be lucky and get some response,
Asaf.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105573#4105573
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105573
18 years, 8 months
[JBoss Seam] - Re: Unable to bootstrap testNG...
by itpolnyi
Hi
I am experiencing the same problem. Would you please share your solution with me?
java.lang.RuntimeException: Unable to bootstrap:
at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:167)
at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201)
at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214)
at org.jboss.seam.mock.EmbeddedBootstrap.startAndDeployResources(EmbeddedBootstrap.java:11)
at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:1006)
at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:931)
at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:580)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:397)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:145)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:82)
at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:166)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:103)
at org.testng.TestRunner.runWorkers(TestRunner.java:689)
at org.testng.TestRunner.privateRun(TestRunner.java:566)
at org.testng.TestRunner.run(TestRunner.java:466)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:301)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:296)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:276)
at org.testng.SuiteRunner.run(SuiteRunner.java:191)
at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:808)
at org.testng.TestNG.runSuitesLocally(TestNG.java:776)
at org.testng.TestNG.run(TestNG.java:701)
at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:73)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)
Caused by: org.jboss.kernel.spi.registry.KernelRegistryEntryNotFoundException: Entry not found with name: MainDeployer
at org.jboss.kernel.plugins.registry.AbstractKernelRegistry.getEntry(AbstractKernelRegistry.java:89)
at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:163)
... 33 more
===============================================
Custom suite
Total tests run: 1, Failures: 0, Skips: 1
Configuration Failures: 1, Skips: 3
===============================================
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105572#4105572
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105572
18 years, 8 months
[EJB/JBoss] - Re: SFSB and Serialization/Passivation problem with log4j
by asookazian
yesterday's server.log output:
| 09:16:16,589 INFO [NoteAction] getRenderRadioButtons(): rowIndex = 4
| 09:25:42,447 INFO [NoteAction] in prePassivate
| 09:25:42,540 INFO [SecurityAuditAction] in prePassivate
today's server.log output in regards to the two SFSB's in question:
08:37:38,817 INFO [LoggerInterceptor] *** Entering method: getExistingNoteText
| 08:37:38,833 INFO [NoteAction] in getExistingNoteText: rowIndex = 2 colName = adjLimitApproved
| 08:37:48,128 INFO [LoggerInterceptor] *** Entering method: getRenderRadioButtons
| 08:37:48,128 INFO [NoteAction] getRenderRadioButtons(): rowIndex = -1
| 08:37:48,128 INFO [LoggerInterceptor] *** Entering method: getRenderRadioButtons
| 08:37:48,128 INFO [NoteAction] getRenderRadioButtons(): rowIndex = -1
| 08:37:48,159 INFO [lifecycle] WARNING: FacesMessage(s) have been enqueued, but may not have been displayed.
| sourceId=a4jMainForm2:securityAuditRowNum2[severity=(ERROR 2), summary=(/adminSecurityAudit.xhtml @82,88 value="#{myAuditList.getRowIndex()}": Illegal Syntax for Set Operation), detail=(/adminSecurityAudit.xhtml @82,88 value="#{myAuditList.getRowIndex()}": Illegal Syntax for Set Operation)]
| 08:39:22,990 INFO [SecurityAuditAction] in prePassivate
| 08:39:23,396 INFO [NoteAction] in prePassivate
| 08:44:23,255 INFO [SecurityAuditAction] in prePassivate
| 08:44:23,412 INFO [SecurityAuditAction] in prePassivate
| 08:44:23,568 INFO [NoteAction] in prePassivate
| 08:44:23,630 INFO [NoteAction] in prePassivate
one day's case there was a 9 min lag to passivation, today's there was about 2 min's...
how does JBoss's ejb container know when to passivate these SFSB's?? Is it implemented differently by each EJB AS vendor?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105564#4105564
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105564
18 years, 8 months