[JBoss jBPM] - Re: Custom HBM files.
by Toriton
Before your reply,i done the test with entity class in a jar file and hbm.xml mapped in hibernate.cfg.xml in JBPM folder.
Then deploying the process, that use that entity.
This work perfectly,i got a double insert atm but perhaps could be another problem on my process definition :) i will investigate on it.
and yes hibernate is inside server lib folder not in JBPM.
can you help me about the hierarchy , that the archive must have?
This is what i have atm in my archive.
simple.par is the name of the archive.
then there are 2 folders.
classes with all packages from com. and so on.
then another folder simple,that contains :
gpd.xml
processdefinition.xml
processimage.jpg
where should be hibernate mappings files ?
and i have to place my mapping reference for my custom hbm.file in the archive or always apart?.
I want understand how have to be the structure of the par archive to get properly deployed, with more then one Hbm.xml too.
I was looking for this on manuals and googling a bit, but i don't find nothing useful :) atm.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216159#4216159
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216159
15 years, 10 months
[Installation, Configuration & DEPLOYMENT] - how to configure jboss5.0.01GA for oracle adf rich client co
by sangireddi@gmail.com
Hi All
I tried to configure Jboss 5 for supporting oracle adf rich client components but i am unable to run tutorial demo in jboss but i can do it in weblogic server.my error log is ...
oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator _setupAdfDatabindingForJsf
SEVERE:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator._setupAdfDatabindingForJsf(FacesDatabindingConfigurator.java:119)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at com.sun.faces.config.WebConfiguration.getInstance(WebConfiguration.java:123)
at com.sun.faces.application.ApplicationImpl.addPropertyEditorIfNecessary(ApplicationImpl.java:705)
at com.sun.faces.application.ApplicationImpl.addConverter(ApplicationImpl.java:673)
at oracle.adfinternal.view.faces.config.rich.AdfModelHelper.init(AdfModelHelper.java:37)
please let me know if know any step by step process to configure jboss for supportinf adf rich client components....
i think i need to add some jsf jars only.....
is there any solution..?
thanks in advance...
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216157#4216157
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216157
15 years, 10 months
[Beginners Corner] - Re: your current Jboss evaluation
by jaikiran
anonymous wrote : So we are particulary interested in failover and load balancing capacities. What can you say about it?
JBoss does have failover/load balancing capabilities. Best place to ask more about this is the clustering user forum http://www.jboss.org/index.html?module=bb&op=viewforum&f=64.
Also read the Clustering documentation and even the clustering FAQ http://www.jboss.org/community/docs/DOC-9306
anonymous wrote : And what do you think of the administration of the Jboss platform? Is it easy to manage?
You have to tell us which version of the AS are you interested in. JBoss-4.x version, by default, doesn't have much in terms of administration interface (UI) (read my comments later on, before concluding JBossAS is bad :) ). But there is Embedded Jopr http://www.jboss.org/index.html?module=bb&op=viewforum&f=294 which is very good at administrative UI. You can deploy Embedded Jopr on JBoss-4.x for administrative capabilities.
The upcoming release of JBoss-5 is going to include this administrative UI as part of the default installation http://www.jboss.org/feeds/post/jboss_as_5_0_1_ga_released
Finally, the important part, JBoss AS is the community edition. There's the JBoss EAP edition which is supported version of JBoss AS. From what i know, the EAP version already has the administrative capabilities.
anonymous wrote : I am currently working on a comparative study of Jonas, Jboss, Glassfish, Geronimo.
| ...
| For each of them, I am posting the same question on their respective forum.
For the benefit of the readers here, can you please post the thread URLs, of your question on those forums, here?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216152#4216152
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216152
15 years, 10 months