Re: RXlaqa
by Ashlyn Graig
Hi,
Go m od news for you.
P o HARMA e CY d q irect k ly from the m q anufa d cture y r,
Ec i onomi u ze u e p to 60 z % wi r th us http://ebokinlderunkdasn.com
, h
, d
, a
I turned and strolled diffidently down the hall. Had taker. three
steps before reality penetrated his sluggish synapses.
Come back here, you!
19 years, 8 months
[JBoss Portal] - Re: Problem to add portlet to ANY pages.
by yyuan98
Here is additional information about this problem:
The binary code was downloaded from jboss website:
Version: jboss-portal-2.4.0-GA
"JBoss Portal + JBoss AS 2.4 Production 62 MB 2006-08-19"
JBoss started with no any changes made.
The OS is Windows XP
Error messages from log file.
==================
16:48:15,468 INFO [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBos
s_4_0_4_GA date=200605151000)] Started in 47s:375ms
16:49:00,828 ERROR [STDERR] Aug 26, 2006 4:49:00 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: jar:file:/C:/jboss-portal-2.4.0/server/default/tmp/dep
loy/tmp34784jsf-facelets.jar!/META-INF/jsf-core.taglib.xml
16:49:00,875 ERROR [STDERR] Aug 26, 2006 4:49:00 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: jar:file:/C:/jboss-portal-2.4.0/server/default/tmp/dep
loy/tmp34784jsf-facelets.jar!/META-INF/jstl-core.taglib.xml
16:49:00,875 ERROR [STDERR] Aug 26, 2006 4:49:00 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: jar:file:/C:/jboss-portal-2.4.0/server/default/tmp/dep
loy/tmp34784jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml
16:49:00,921 ERROR [STDERR] Aug 26, 2006 4:49:00 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: jar:file:/C:/jboss-portal-2.4.0/server/default/tmp/dep
loy/tmp34784jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml
16:49:00,937 ERROR [STDERR] Aug 26, 2006 4:49:00 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from: jar:file:/C:/jboss-portal-2.4.0/server/default/tmp/dep
loy/tmp34784jsf-facelets.jar!/META-INF/jsf-html.taglib.xml
16:49:01,796 ERROR [STDERR] Aug 26, 2006 4:49:01 PM com.sun.facelets.tag.jsf.ComponentRule warnAttr
WARNING: /WEB-INF/jsp/management/plugins/properties.xhtml @54,54 border="0" Property 'border' is not on type: javax.faces.component.html.HtmlGraphicImage
16:49:01,796 ERROR [STDERR] Aug 26, 2006 4:49:01 PM com.sun.facelets.tag.jsf.ComponentRule warnAttr
WARNING: /WEB-INF/jsp/management/plugins/properties.xhtml @63,54 border="0" Property 'border' is not on type: javax.faces.component.html.HtmlGraphicImage
16:49:13,046 WARN [HtmlLabelRenderer] Unable to find component 'name' (calling
findComponent on component 'page_form_4:jbp15f0ce3b_id196')
16:49:45,625 WARN [HtmlLabelRenderer] Unable to find component 'name' (calling
findComponent on component 'page_form_4:jbp15f0ce3b_id196')
==============
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967674#3967674
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967674
19 years, 8 months
[JBoss jBPM] - Re: how to save data to my existed table but not jbpm_variab
by stibrian
yeah, so everything was working fine with the unit tests (transactions are not being simulated perfectly apparently), as in the actual web app there is a problem with the jBPM perfectly recognizing the "hibernateable" types and doing the right thing.
Long story short, my domain class is serializable, so there is a problem as hibernate updates the serialized instance, not the instance in the domain model. As I work through this I'll post an update... seee the reference guide 10.6 for more information... I'm working with customizing the variable instance mapping to get the engine to correctly recognize my type and "do the right thing", where the "right thing" is what is intuitive...
more on this one later - and yes, I'm going to dig into the source to figure out what's going on.
That is one thing about jBPM - the source is nice and clean - easy to get set up in eclipse and get a debugger going quite quickly so it's easy to figure out what's going on at the very least :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967671#3967671
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967671
19 years, 8 months
[JBoss jBPM] - Re: how to save data to my existed table but not jbpm_variab
by stibrian
I agree that you don't want to be using the jBPM tables in your domain, I'd encourage you to look at either writing converters OR switching to jBPM 3.1.
You can write converters in either version, allowing you to reference full domain objects in the process (including in scripts via the context) while storing said objects in your own domain tables.
In 3.1 this is transparent and quite wonderful assuming your object is "hibernatable". That is, if the hibernate configuration tells the engine that it knows how to persist your type, you can use it as a variable in your process and jBPM via hibernate will handle persisting the object and loading it when you reference it. I'm pretty sure there are some boundaries related to the use of complex keys etc, but for most things with a "standard" single field primary key jBPM will handle this for you.
That said, I'm not aware of this feature in 3.0 - please correct me if I'm wrong, but 3.0 IIRC wanted you to supply converters (tiny little things really), but 3.1 just makes things cleaner.
Short of that - the standard jBPM<-> UI responses apply - write one :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967667#3967667
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967667
19 years, 8 months