[JBoss Seam] - Suggestion for Seam Release packaging
by tim_ph
I'd like to make a suggest to include any future Seam release the build/support libs of any third-party framework that Seam uses.
For instance, with Drools, Seam (2CR1) only includes 4 lib jars:
antlr-3.0b7.jar drools-compiler-4.0.0.MR2.jar drools-core-4.0.0.MR2.jar janino-2.5.6.jar mvel14-1.2beta16.jar
But, when users like myself needs to use the rest of the drools jar like drool-decisiontables, drools-jsr94, and other compatible lib package, we have to go search and retrieve these old build/parts one by one. It's tedious and lots of trials and errors to get all these things together.
Lots of other project won't keep their old drop for long. So the need to keep these things together with Seam is real. You can make it build a lib directory after download just like Spring Framework.
Thanks,
I found the only update that works with my Seam CR1: Drools 4.0.0, mvel14-1.2rc1, jxl2.4.2
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114306#4114306
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114306
18 years, 4 months
[Clustering/JBoss] - Incomplete Deployment - Clustered Mbeans
by reeherj
I am getting the following error in my JBOSS startup. This is on a machine which was previously working, and I didn't configure it originally.
I don't think I'm reading this right, seems as though the last object depends on the first two, which didn't start because the last object failed to *boggle*.
Anyone have any advice as to where to begin troubleshooting this, I'll provide additional material/details as needed.
Thanks In advance!
John
11:46:14,419 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.ha:service=HASingletonDeployer
State: CONFIGURED
I Depend On:
jboss:service=DefaultPartition
jboss.system:service=MainDeployer
ObjectName: jboss:partition=DefaultPartition,service=FarmMember
State: CONFIGURED
I Depend On:
jboss:service=DefaultPartition
jboss.web:service=WebServer
jboss.system:service=MainDeployer
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss:service=DefaultPartition
State: NOTYETINSTALLED
Depends On Me:
jboss.ha:service=HASingletonDeployer
jboss:partition=DefaultPartition,service=FarmMember
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114299#4114299
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114299
18 years, 4 months
[JBoss Seam] - Integration test - PROVIDER_URL not provided in jndi.proper
by piotr.porzucek
Hi,
I'm using Seam 2.0.1.CR1. I've encountered a strange exception while running very simple integration test:
Caused by: org.jboss.seam.InstantiationException: Could not instantiate Seam component: menadzerKonta
| at org.jboss.seam.Component.newInstance(Component.java:1970)
| at org.jboss.seam.Component.getInstance(Component.java:1873)
| at org.jboss.seam.Component.getInstance(Component.java:1840)
| at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:55)
| at (...)
| ... 36 more
| Caused by: java.lang.RuntimeException: PROVIDER_URL not provided in jndi.properties. Automatic discovery not implemented yet.
| at org.jboss.naming.JBossRemotingContextFactory.getInitialContext(JBossRemotingContextFactory.java:158)
| at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
| at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
| at javax.naming.InitialContext.init(InitialContext.java:223)
| at javax.naming.InitialContext.<init>(InitialContext.java:197)
| at org.jboss.seam.util.Naming.getInitialContext(Naming.java:37)
| at org.jboss.seam.util.Naming.getInitialContext(Naming.java:50)
| at org.jboss.seam.Component.instantiateSessionBean(Component.java:1287)
| at org.jboss.seam.Component.in
I added an entry "java.naming.provider.url" in the jndi.properties but it resulted in other types of exceptions...
Piotr
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114296#4114296
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114296
18 years, 4 months