There's an open JIRA task for adding a sharable session type: see
http://jira.jboss.com/jira/browse/JBAS-1909
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926320#3926320
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
have the following in jbosscmp-jdbc:
| java:/InfosysDS
| mySQL
| true
|true
|
|
where InfosysDS points to a mysql database. Never the less, database was
created under hypersonic.
Is there something else that needs to be set?
View the original post :
Ok it appears as if the session has made it to the server but the values are
null. This has happened on 1 of the 5 servers approx 500 times in one day so
you can imagine how big this problem is for me. Please excuse the long log
file but please if anybody can advice me in why a call to a sessi
Set attribute EvictionPolicyClass to an empty value to turn off eviction.
If your question is how to turn off the logging, see http://log4j.apache.org
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926322#3926322
Reply to the post :
http://www.jboss.com/inde
I'm doing something similar to what you describe by running an action on the
node-leave event that changes the "to" node of the transition that will be used
to point to whatever arbitrary node I need to send the token to. Then when the
token reaches the destination node, the "to" of the transiti
I need a way to record a node's participation in work, as well as be able to
ping that node routinely to see if it's still alive once work has been
assigned. There's a couple of candidates for IDs that I've been able to find
through JMX, but my google-fu is not strong today -- thus my post here
No, the ServletContext isn't replicated. This is an interesting idea though.
Interface ServletContextAttributeListener makes it possible to register for
notifications of attribute changes, which would allow replication.
Can you open a JIRA feature request for this? http://jira.jboss.com
View
It's the same for JBoss 4.0.4RC1.
I used the installer to install EJB3.
Regards Peter
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926321#3926321
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926321
--
Can you someone explain how the changes made through management portlet get
reflected in the *-object.xml?
It seems that you can define your portal pages (layout, etc) through
(-object.xml, then you can create new pages through management portlet as well.
Will the xml file updated with the chan
Joining with a script is an experimental feature. Its definitive shape has not
been decided yet. That's why you don't see a related item in the jPDL schema.
If you want to play with this feature, you can set the script programatically,
with something like this:
// retrieve the join node from the
The 3.2 series includes a very useful HTML/SVG representation of the JBoss DTDs
in JBOSS_HOME/docs/dtd/html-svg.
Would love this for 4.0, but have searched and searched to no avail. Any way
to get this great HTML/SVG representation of the JBoss 4.0 DTDs?
View the original post :
http://www.jb
Are objects in the web container's application scope replicated? If not there
are several alternatives from persistent POJOs (EJB 3.0) to JBoss Cache (a POJO
cache) but it would be useful to transparently replicate the application scope
of a web application, automagically.
TIA
View the origin
If the hibernate-annotations patch I submitted is incorporated, here is the
patch to seam for this fix:
Index: ValidationInterceptor.java
| ===
| RCS file:
/cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/interceptors/Validatio
Look at the code below. It works perfectly but only without Facelets. With
Facelets page is not generated correctly.
|
|
|
|
|
|
|
|
|
|
|
|
|
HTML generated correctl
"beyarecords" wrote : Hi,
| as org.apache.axis is no longer supported, i'm running Jboss 4.0.2 (OS X),
could someone please tell me what has become of:
|
| import org.apache.axis.message.MessageElement;
| import org.apache.axis.message.PrefixedQName;
| import org.apache.axis.message.SOA
Hi,
as org.apache.axis is no longer supported, i'm running Jboss 4.0.2 (OS X),
could someone please tell me what has become of:
import org.apache.axis.message.MessageElement;
import org.apache.axis.message.PrefixedQName;
import org.apache.axis.message.SOAPHeaderElement;
I changed them to:
impor
Hello,
According to the code of Join Node, you can specify a scirpt that evaluates to
a boolean value, so that when a token reaches the join node, JBPM executes the
script and activates the parent token when the script evluates to true.
My question is: How can I add this script to the Join? The
Pass in a instance of a Map to createEntityManagerFactory. The code is broken
and expects a map. This will be fixed in next release.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926303#3926303
Reply to the post :
http://www.jboss.com/index.html?module=bb
I have the problem that the java applet to the left in the webconsole is not
loading..
In the lower left corner of Internetexplorer :
"java.lang.NoClassDefFoundError:org/jboss/util/stram/IMarshalledValue."
Anyone know what could be wrong?
View the original post :
http://www.jboss.com/index.ht
We are using Jboss 4.0.3 and we encountered a strange problem.
We ran our application on a new AMD Opteron 64 machine with Sun jre 1.5.0_06 64
bit installed and noticed problems with MDBs. On the previous machine, there
were no such problems. We tried various JVMs of both IBM and SUN, both 32bit
I would be great if the "ifInvalid" interceptor annotation could take a
severity so that it would not default to FacesMessage.INFO. I would rather have
hibernate validation issues as error.
Here is a patch to IfInvalid.java:
Index: IfInvalid.java
|
The whole idea is to remove all the lookups and bootstrap code you have to do
to obtain and send a message and receive and dispatch a JMS message. With
regular JMS you have to
1) Get a connectionfactory
2) Get a connection
3) Get the destination
4) ... and so on.
The idea with MDP's are
1) G
My problem is that setFile(UploadedFile file) is never called and file remains
null. I tried both tomahawk and adf.
The valueChangeListener version also never activates any bean method.
I can select a file, and after pressing the submit button I am asked by the
browser if I really want to submit
Hi Justin,
Everything above the line
at
org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.java:183)
comes from the server (MultipleInvokerServer), so changing Client2Server1 isn't
the problem. Is there anything different about your server environment?
View the original po
I am still a beginner in JBPM, but I will try to answer. When the token reaches
the fork, the fork send child token to each transition with the name of the
transition. Thus, in order to continue the process execution, you need to
signal the child token.
This could be done by typing the line:
in
HAJMS does not work with RC3. I had to fix a bug within it for RC5. it was
not handling disconnects very well. SorryThe Wiki has a bunch of
information for migrating, or you can just answer questions here.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
How do I get the TCP/IP Monitor to appear in the Window-Preferences of Eclipse?
I am using WebServices v1.0 Jboss-ide libraries (not AXIS v1.2).
Eclipse v3.1.2, Jboss-IDE v1.5, jdk/jre1.5.0_06.
Any suggestions would be helpful.
Thanks...John
View the original post :
http://www.jboss.com/index.ht
You have to pay money to get the version that supports more than 3 MDBs at a
time.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926301#3926301
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926301
-
You can add a delay to redelivery. Check the wiki.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926300#3926300
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926300
The way Bernd proposes is the right one. You can use an assignment handler
which jBPM will invoke at runtime so that you can assign your task to suit your
needs.
The jBPM user guide, section 11.3, Assignment describes the jBPM task
assingment model in detail. Please take a look at it and let us
I'm trying to get a @MessageDriven solution to work with HAJMS, and haven't had
much luck. I have each node configured for clustering, and HASingletonDeployer
is working correctly.
Our project is utilizing EJB3RC3, so I've patched 4.0.3RC1's "all" server
profile with the ejb.deploy directory.
21:32:48,687 WARN [JSR109ServerMetaDataBuilder] Cannot obtain SEI mapping for:
com.acs.arcos.ws4ee.evh.EventHandler
any ideas ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926298#3926298
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=p
It is not a real solution, but doing the remove operation outside of a
transaction avoids the bug.
I'll keep working on this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926292#3926292
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
Is this normal behavior with our setup? That a user would log into one
machine, and then on a given request afterwards could be redirected to a new
machine, when the original machine was not down?
I have one production machine in debug, and here is the log. At the end of
this, the user fails
FYI - found a workaround. t:messages has a summaryFormat property that allows
me to do what I need it to do. So this is very low priority for me.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926293#3926293
Reply to the post :
http://www.jboss.com/index.htm
Why not send the task to a node that approves the account. That is, break the
task into two?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926290#3926290
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926290
--
Update: I found out how to return the new ID that was created by MS SQL.
Simply replace:
return null;
with:
return this.getCheckInHistoryID();
View the original post :
http://staging.jboss.com/index.html?module=bb&op=viewtopic&p=3890787#3890787
Reply to the post :
http://staging.jboss.com
2006-02-25 20:01:34,015 DEBUG [org.jboss.cache.eviction.LRUAlgorithm]
processing the node events in region: Regions--- fqn: /_default_/ maxNodes
100 TimeToIdleSeconds 300 maxAgeSeconds 0 current eviction queue size is 0
| 2006-02-25 20:01:34,015 DEBUG [org.jboss.cache.eviction.LRUAlgorithm]
why does it not seam sufficient? Do you get errors?
This is the way I did it too, locally, and it works (although with mysql).
Another option is to use jndi and configure a datasource.
Ronald
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926285#3926285
R
t:messages (the messages tomahawk component) has the functionality to render
the summary with the label for description by replacing the component's id in
the message summary with the label name. What I have noticed is that the
validation interceptor tag doesn't add the component ID to the messa
Mennen,
The configuration of the businessday is in a property file. jbpm.cfg.xml
contains this line:
|
|
You can configure it anyway you like it, but currently it is
| hour.format=HH:mm
| #weekday ::= [ [& ]*]
| #daypart ::= -
| #start-hour and to-hour must be in the hour.form
If I comment the section no exception is thrown.
Try this config-section
org.jboss.cache.loader.bdbje.BdbjeCacheLoader
| location=../bdbje
|
So it looks like something in the cacheloader is going wrong. I have used a
JDBC-loader, too.
If you must use a DB I have some changes for the class I
I have succesfully installed JBoss Portal 2.2 and configured it to work with
MySQL 5.0.
I want to try it with SQL Server 2000 but I have a lot of problems:
All tables it needs are created but it seem to be not able to insert data.
I receive these errors during deploy:
16:59:56,218 WARN [JDBCEx
I've created one. Pleas let me know if you have an idea what's going wrong.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926280#3926280
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926280
-
Ah, thanks for the reply. I was using 403. Now that 've upgraded I can get all
of the demos to run properly.
Thanks for the reply.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926277#3926277
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
where did you read ending a task might invoke 'a handler' and why do you think
it should be an assignmenthandler? The only handler ending a task could invoke
is one on an event and that is not an assignmenthandler (although you can do an
assingment in there yourself)
Ronald
View the original p
I'm looking at the 2.4 portal now. The Management Instances Preferences for a
CMS portlet I've instantiated has
Key Description ReadOnlyValue InstancePortlet
indexpage Description false %2Fdefault%2Findex.html Create
%2Fdefault%2Findex.html
How do I use
Why should ending a task activate an assignmenthandler? The task is finished
and noone has to act upon it. Ending a task does not automatically mean that
the tasknode is completed. It could be that there are more tasks in the same
tasknode. Depending on the configuration of the tasknode (should
I've spent many many hours fighting to be able to insert a record into an MSSQL
Server 2000 table that has an auto-incrementing "identity" pk field. There
were many solutions offered on the net such as creating a separate entity to
keep track of PK's, and other stuff I can't remember. Some of
All good and realy valid arguments.
anonymous wrote : This behaviour is implemented as the default because the
person that takes a task to fulfilling a certain process role will have the
knowledge of that perticular process. So all subsequent assignements of task
instances to that swimlane are
I still haven't reproduced with running it as part of a unit test.
I'll try using your cach-config file next.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926267#3926267
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
I'm trying to run embedded EJB 3.0 as an eclipse plugin, and I'm having a
problem with the EntityManager.
Here is the setup:
Plugin com.osc.core.ejb:
I created a plugin project and copied the entire lib drectory from the EJB 3.0
embedded download into the root of that project. I added every j
There is an additional complexity to this. It seems that on loading, seam looks
for the validation messages in "messages.properties", but during runtime, it
looks at "ValidatorMessages.properties". To get it working, I had to use the
concat ant task to concat ValidatorMessages.properties to the
No, it's the same as before.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926266#3926266
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926266
---
This SF.Net emai
Great news, I enabled the Sleepycat based classloader and can now reproduce the
error.
Can you create a jira for this and reference this forum thread?
Thank you!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926279#3926279
Reply to the post :
http://www.j
Dear gang,
I have recently completed some work in this area that may be of interest. In
my environment, users can be authenticated (in the web domain) by the presence
of a specific cookie generated by an centralized authentication web application
(i.e. the IDP). I had no involvement in develo
Hmm, last post didn't look so good.
My cache config section for CacheLoaderCache looks like this
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926274#3926274
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
In the web case, the problem; as i understand it, is that cvs has some
conflicts updating the jboss-web.xml. If you delete it before running xdoclet
the security domain specified in the xdoclet-build.xml (the project's xdoclet
preferences in the ide) should be ported.
One solution is to set th
"two-way SSL handshake" with certificate from both sides is handled at lower
level.
Ain't to be reinvented!
bye
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926271#3926271
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
I'm using your cache configuration now and not seeing the problem. I did make
one change that I would like you to make also.
I took a shortcut and commented out the database loader config. Could you also
try commenting out the following in your cache config file. If this
worksaround the issu
| 16:39:52,968 WARN [JSR109ServerMetaDataBuilder] Cannot obtain SEI mapping
for: com.acs.arcos.ws4ee.evh.EventHandler
| 16:39:52,968 WARN [JSR109MetaDataBuilder] Cannot obtain java type mapping
for: {http://www.w3.org/2001/XMLSchema}string
| 16:39:52,968 WARN [JSR109MetaDataBuilder] Can
I spoke too soon, I misread my debug output information.
I noticed in the test code that you put the POJO in the cache but you don't
retrieve it. I think you should try retrieving it after putting it in and use
the retrieved copy instead of the original.
I believe that once you put the POJO i
If a task is assigned to a ROLE, that means every user who has the role can do
this task. While an user dealing with the task, however another user maybe do
the same thing. So there is a conflict between the two users's work.
How can JBPM avoid this conflict?
View the original post :
http://ww
Hello
I have a problem with the Mailer1.1 Taglib from the Jakarta project. I want to
use it in a jsf- portlet, but no mail is sent. I have no errors in the
JBoss-logs and no exception is thrown. If I deploy the war without portlet
specific descriptors to Tomcat 5.5.15 with MyFaces, everything w
If a task is assigned to a ROLE, that means every user who has the role can do
this task. While an user dealing with the task, however another user maybe do
the same thing. So there is a conflict between the two users's work.
How can JBPM avoid this conflict?
View the original post :
http://ww
Mahesh,
The best way (AFAIK) to handle this situation is to put all the jsp's you want
security contraints on in a subdirectory of root. For example you can use
'secured'. Then leave any pages that do not have constraints in root. Your
web.xml will then look like this...
| ...
|
|
Can you create a Jira issue for this? I've recreated a failure with the remove
operation but haven't gotten the same exception as you.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926260#3926260
Reply to the post :
http://www.jboss.com/index.html?modu
If I add jboss-net-client.jar to the classpath I get the following error logs:
anonymous wrote :
| 12:46:08,772 WARN [EngineConfigurationFactoryFinder] Factory
org.apache.axis.configuration.EngineConfigurationFactoryServlet Ignored:
missing required method: public static EngineConfigurationF
The method taskInstance.end() says it will end a task and might invoke the
handler . what does that mean?
Currently its not invoking the handler.
Below is the code I'm using to assgn a task AssignTask.java
The Handler class is ApproveAccount.java.
The taskcontroller params are not accesible due
Hello:
We had come across multipe times for the need for session sharing among
multiple web apps (usually modules of the same app in separeate wars in same
ear). If this feature is present as a configurable item, then it will be very
useful.
thanks and regards,
-- Kannan.
View the original p
I've the same opinion as you and I'm facing a problem in invoking the
assignment handler through taskinstance.end(). Its that while token.signal()
invokes the assignment handler class taskinstance .end does not.
can any one explain me.
View the original post :
http://www.jboss.com/index.htm
Hello,
How can I use the Hibernate3 or EJB3 in my portlet ?
Is there any mechanism to get the portal's datasource, Hibernate session, or
EJB3 PM ?
Eric
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926253#3926253
Reply to the post :
http://www.jboss.com
Thanks in advance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926252#3926252
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926252
---
This SF.Net email is spons
|
|
|
|
|
|
|
| jboss.jca:service=RARDeployer
| jboss.jca:service=LocalTxCM,name=home
|
|
| java:/hibernate/SessionFactory
|
|
| java:/home
| org.hibernate.dialect.MySQLDialect
|
|
|
hi,all.
When I use hibernate3 har deployment wiht jboss portal 2.21RC2,
a exception is thrown.
jboss:jboss 4.30sp1
jdk:1.42_07
hibernate:3.11
jboss portal:2.21RC2
Ater I deployed the portal,I deploy a new project which use hibernate3 har
deployment.
The Exception :
|
| 17:29:15,281 ERROR
I'm using the default conf in Jboss 4.0.2 (OS X 10.4.5) and am trying to access
the paypals webservice. From earlier replies here it seems i'm having an axis
issue as well. What do I need to do to resolve this?
anonymous wrote :
| 09:20:51,610 WARN [EngineConfigurationFactoryFinder] Factory
In Version 1.3 DR1 it's the same. If you have a clean started DB you'll get the
a stacktrace similar to the first one.
Exception in thread "main" org.jboss.util.NestedRuntimeException:
InternalDelegate.resetRefCount(). Ref counter not -1 but 0 at fqn:
/pojo/list/1; - nested throwable: (java.lang
With REPL_ASYNC those kinds of messages are normal.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926245#3926245
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926245
-
Please use the .zip installation with the 3 configurations
(all/default/minimal). The installer version has some issues.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926244#3926244
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
I have used all versions of 1.2.4, it's the same even with sp2.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926243#3926243
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926243
-
80 matches
Mail list logo