[Design of AOP on JBoss (Aspects/JBoss)] - Re: JarJaring MC artifacts in jboss AS 4.2 installer script
by flavia.rainone@jboss.com
I also have to rename the org.jboss.beans package:
Caused by: java.lang.RuntimeException: Unable to create a KernelInitializer based on the specified KernelConfig
| at org.jboss.kernel.KernelFactory.createKernelInitializer(KernelFactory.java:156)
| at org.jboss.kernel.KernelFactory.assembleNewKernel(KernelFactory.java:99)
| at org.jboss.kernel.KernelFactory.newInstance(KernelFactory.java:67)
| at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.bootstrap(AbstractBootstrap.java:122)
| at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.run(AbstractBootstrap.java:91)
| at org.jboss.kernel.deployment.jboss.JBossBeanDeployment.getKernel(JBossBeanDeployment.java:126)
| ... 96 more
| Caused by: java.lang.NoSuchMethodError: org.jboss.beans.info.spi.BeanInfoFactory.getBeanInfo(Ljava/lang/ClassLoader;Lorg/jboss/classadapter/spi/ClassAdapter;)Lorg/jboss/beans/info/spi/BeanInfo;
| at org.jboss.kernel.plugins.config.AbstractKernelConfig.getBeanInfo(AbstractKernelConfig.java:60)
| at org.jboss.kernel.plugins.config.property.PropertyKernelConfig.getImplementation(PropertyKernelConfig.java:155)
| at org.jboss.kernel.plugins.config.property.PropertyKernelConfig.createKernelInitializer(PropertyKernelConfig.java:123)
| at org.jboss.kernel.KernelFactory.createKernelInitializer(KernelFactory.java:150)
| ... 101 more
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202998#4202998
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202998
17 years, 2 months
[Design of JBoss Tools (dev)] - Incorporate Hibernate Search into Hibernate Tools idea
by vyemialyanchyk
Hi. I have an idea to incorporate Hibernate Search into Hibernate Tools.
Of cause I'm intresting to get some feedback about it... What do you think?
There are several propositions for startup:
1) Hibernate Cosole Cofiguration:
a) possible to configure (view/edit) "hibernate.search.default.IndexBaase"
b) possible to view list of entities for the index (@Indexed), possible to view hierarchy of index entities relation (@ContainedIn and @IndexedEmbedded)
c) add possibility to display objects for some query (seems be usefull for testing)
2) automatic annotation creation for some entity/entities - at least in the simplest case - @Indexed & @Field, in more complex - @ContainedIn and @IndexedEmbedded, may be some other?
3) may be there is a sense to create for Eclipse plugins which will incorporate some Luke functionality? - may be not all of it, but functions to index manage, simplest search and some statistics;
4) as one more idea - it would useful if all of these has some common switch in interface which is not very bind to Lucene;
5) may be some functions which will help adjust index for better search result and performance - it is similar for clause 3 but not exactly the same;
may be something other? your opinion?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202996#4202996
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202996
17 years, 2 months