[JBoss Microcontainer Users] - Re: VFS outside of AS
by alesj
"bob.mcwhirter" wrote :
| Has anyone inspected the actual dependencies on these jars to determine if we could remove or lessen them?
|
I doubt it.
I think the easiest way to determine this would be to run Tattletale.
The common-core usage I can think off the top of my head:
* VFSCache mostly relies on the existing common cache
* Legacy usage of JarUtils
"bob.mcwhirter" wrote :
| Or, all else failing, would it be possible for VFS to ship a jboss-vfs-with-deps.jar which includes the other bits all together in a single package?
|
You're free to add any assembly to the project.
(the stable version is atm Branch_2_1)
e.g. use Tattletale to determine what you need from common-core
and merge only those classes into single jboss-vfs-all.jar.
If there is some mechanism in place to make this consistent
(e.g. I need some new class from common-core or other ext lib),
I'll make sure the rules are followed and your -all.jar is not broken.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256533#4256533
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256533
16 years, 7 months
[jBPM Users] - Re: Problems with process definition: JpdlProcessDefinition
by sebastian.s
Hi Ronald,
Shame on me that I did not search in JIRA before but I was absolutely convinced it's my fault and not jBPM's one. However, I cannot find anything related in JIRA. Yesterday I removed the cycles in the process definition because I was not sure about them but they should be no problem.
I examined my Tomcat logs and finally found that the decision handlers used in the process definition cannot be found. So maybe the error message is just misleading.
| org.jbpm.pvm.internal.wire.WireException: couldn't create object: couldn't load class AuthorityChecker
|
AuthorityChecker is the implementation for one of my decision nodes in my process definition.
There is an ant script to deploy a process and its classes to JBoss. Right now I am using the ant task to deploy my process to Tomcat. Is there such a place like userlibs on JBoss? Where to put the created jar with the decision handler classes and further ones (like for java nodes).
Bye,
Sebastian
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256529#4256529
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256529
16 years, 7 months
[Installation, Configuration & Deployment] - Re: Jboss 4.2.3 GA upgrade
by rasa
"PeterJ" wrote : Are you sure this is the first error message? The text of this error states that there were prior errors.
Yes this are the first errors. But before that i am getting some warnings.
| Bean : AppsCache
| Method : public abstract String getMenuPath(String) throws Exception
| Section: 7.10.5
| Warning: The methods in the remote interface must include java.rmi.RemoteException in their throws clause.
|
| 12:48:18,171 WARN [verifier] EJB spec violation:
| Bean : ManualUpdateFacade
| Section: 22.2
| Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods in the <ejb-class> element.
| Info : Class not found on 'com.apps.ejb.manager.EmployeeFacadeEJB': No ClassLoaders found for: com.apps.ejb.manager.EmployeeFacadeEJB
|
| 12:48:18,171 WARN [verifier] EJB spec violation:
| Bean : ApplicationFacade
| Method : public abstract ApplicationFacadeLocal create() throws CreateException
| Section: 7.10.8
| Warning: All the exceptions defined in the throws clause of the matching ejbCreate(...) method of the enterprise bean class must be included in the throws clause of a matching create(...) method.
|
|
But the same code is working in jboss 3.2.5
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256523#4256523
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4256523
16 years, 7 months