Can someone help/guide me please. Your help will be much appreciated. Our
project is currently stuck due to this.
I would like to attach a new URL
http://mina.apache.org/documentation.html#Documentation-Examples which gives
the example of how MINA achieves the same objective.
Thank you,
Patric
Thanks for attention!
I've post my config in another
post:http://jboss.org/index.html?module=bb&op=viewtopic&t=130898
Now I have another fatal problem ,and I am working with it.
If i have time later, i'll have you to reproduce it.
Thank you !
View the original post :
http://www.jboss.com/inde
I'm running JBoss 4.2.2. I have an MDB that I want to control programmatically.
Specifically I do not want the MDB to start automatically when the application
server starts up, but instead start it programmatically.
I can think of a few different strategies by which this might be accomplished,
changing the name of the ejb jar to Z..jar worked! Thanks for the idea and
thanks for the clarification on defining queues.
Anyone know if this has been filed as a bug and/or is there anything I can do
to help get it fixed?
roy
View the original post :
http://www.jboss.com/index.html?module
That fragment for jboss-log4j.xml was mean to come out like:
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133399#4133399
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133399
__
Thank for your prompt reply.
I was able to turn on logging to see SpringParserDeployer and
ApplicationContextDeployer being picked up by editing */conf/jboss-log4j.xml
and adding:
Also for interest with those reading this thread (as of this time) Spring 2.0
is shipped with JBos
The Seam reference explains how to configure and package a Seam EAR to support
JBossWS web services. That worked great.
However, I have not been able to get JBossWS to work with a Seam WAR deployment.
I have Seam 2.0.1, JBoss AS 4.2.2 GA and JBossWS 2.0.3 GA
I created this service interface:
Could you double check if the line bellow is in your mbean deployment
descriptor.
org.jboss.chap10.ex2.ExSchedulable
You might have it as
ejb.ExSchedulable
But that's just my guess :)
Cheers
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133378#4133378
R
Thanks for the answers, Chris. Yes, I meant to say, Portlets and not Portal. My
bad!
regards,
-Amol
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133377#4133377
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133377
"dlmiles" wrote :
| I am correct in thinking the above version is for JBoss AS 4.2.x and older
? But should not be used wit JBoss AS 5 ?
|
Yes, only JBossAS 4.x.
"dlmiles" wrote :
| Should something appear in the JBossAS console log ?
|
If you use trace log for deployers packages, th
Please see discussion thread in JBoss Transactions forum, here.
Essentially, the issue is this:
We had a project where we converted from a Swing Client-Server App from
WebLogic 8.1 (EJB2) to JBoss 4.2 and were advised by JBoss Consultants onsite
that Socket connectors perform better than RMI and
Interestingly, I ran into this problem again. I thought I didn't have to worry
about this anymore. I'm still trying to render multiple headers. I have the
portal1.war and i would like to have all customizations for this portal in this
file. Customizing the interceptor is an idea but that wil
I'm working on a project where, at run time, my application needs to create a
connection to a database that can be specified by the user. I don't want to go
through the process of creating infrastructure to manage connections and prefer
to use JBoss to manage these connections.
Is it possible,
I'm happy to announce EmForge-0.21: http://www.emforge.org/news
After almost 2 years of development the first public version of EmForge has
been released.
I want specially say big "thank you" to jBPM team - major part of EmForge -
related to workflow management are done based on jbpm, and, than
I think you will have better chance to get some help if you open a new thread
as it seems like a different issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133366#4133366
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
I don't get the context menu when I right-click a node.
Running eclipse on linux:
Eclipse Platform
Version: 3.3.1.1
Build id: M20071023-1652
Fedora 8
Tested GPD 3.1.1 and GPD 3.1.2
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133365#4133365
Reply to th
What are you trying to do exactly, i.e. why do you need to access the
InstanceContainer? Any reason you are using 2.6.1 and not 2.6.4?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133362#4133362
Reply to the post :
http://www.jboss.com/index.html?module=bb
"[EMAIL PROTECTED]" wrote :
| 1. Can JBoss Portal consume WSDL web services? how? any samples?
|
Portal does not consume web services per se (apart from WSRP that is)... Your
portlets do. Anything you want to do with respect to web services has to be
done in the context of portlets as Por
Well i solve with this
DataSource ds = (DataSource) ic.lookup("java:comp/env/jdbc/APAESP");
thankz 4 help
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133360#4133360
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=413
It appears as if this page may hold the answer to my question:
http://docs.jboss.com/jbportal/v2.6.4/javadoc/org/jboss/portal/core/admin/ui/PortalObjectManagerBean.html#getPortalObjectContainer()
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133353#4133353
R
Use the JMC console to get a listing of the jndi tree, and make sure htat the
data source name appears as expected. See
http://wiki.jboss.org/wiki/Wiki.jsp?page=DisplayTheJDNITreeWithTheJMXConsole
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133351#413335
Thank you for your response. It gives me confidence that I will be able to
figure out how to do this in a timely fashion.
Now I just have to figure out how to get a handle to the PortalObjectContainer
that you're talking about.
I just looked and I don't see exactly how one does that. I see a
I see there is: Spring Deployer 2.1 (in 2.5/2.5.x and 2.0.8 forms) this is a
JAR and contains no implementation of Spring and no JBOSS5 style
META-INF/spring-deployers-beans.xml.
I am correct in thinking the above version is for JBoss AS 4.2.x and older ?
But should not be used wit JBoss AS 5
We have WS deployed on jboss-4.2.2 using JBOss ws2.01 and client is running in
.NET and during out testing we started getting same exception. On further
analysis we found out that issue was on .NET code and not our WS.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
jbossas 5.0 beta4 uses JBoss Messaging 1.4.1.beta1. If you download the source
for that version of JBoss Messaging, and look in the
src/etc/server/default/deploy directory you will see an example
destinations-service.xml file. It would be nice if that file was provided as
part of jbossas, perh
Hello there,
1. Can JBoss Portal consume WSDL web services? how? any samples?
2. What are the steps to get it working. Assume, I just have base JBoss Portal
installed and a provider WSDL.
3. Which JBossWS should I download? jbossws-native?
Any help on available online resources is appreciated.
That's in process currently, right? What about remote invocations? I.e. ESB and
jBPM on different hosts?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=417#417
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41333
"trouby" wrote : (although I'm pretty sure in the doc it is written that it is
possible to add new nodes easily)
This is where you learn that 'easy' is a relative term - no doubt whoever wrote
that does consider it 'easy' - doesn't mean it actually is easy. LOL.
View the original post :
http://
Should I be able to throw an exception from a web service back to the client? I
am trying to do this and I get a bunch of stacktraces in the server.log, which
is not what I want at all.
Thanks,
Ken
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=413#41333
I have a question regarding the interaction between and
properties.
The JBossJCAPooling documentation says:
anonymous wrote : Should closing idle connections cause the pool to fall below
the min-pool-size, new/fresh connections are created.
Doesn't this create unnecessary churning of conne
Sorry, EJB3_RC9_Patch_1_EJBTHREE1-1191
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133325#4133325
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133325
___
jboss-user maili
SVN tag is EJB3_RC9_Patch_1_EJBTHREE1-1091
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133324#4133324
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133324
___
jboss-user m
For reference, in case anyone else is having the same problem.
The misbehavior of EJB3 in a NAT/SSL environment is caused by a combination of
two bugs:
http://jira.jboss.com/jira/browse/EJBTHREE-1190
http://jira.jboss.com/jira/browse/EJBTHREE-1191
The bugs have been fixed around Feb 16 2007 (I
Hi,
i have issues with the wsconsume tool (with JBossWS native 2.0.3)
I need to import in my WSDL an external schema file that is included in a jar
file.
In my WSDL, i declared the types using the following statements:
http://www.w3.org/2001/XMLSchema";
elementFormDefau
Hello,
If anyone can point me in the right direction, I would greatly appreciate it. I
have a -ds.xml datasource setup for my AS and I would like to configure the
timeout for obtaining a connection if the database is offline. Does anyone know
where I can change this setting?
Thank you in adva
thanks for the replies all.! I'll give the naming order a try.
A related question -- I've only been able to find examples for queue definition
for jboss 4.
Is something like this still correct for jboss5 and should it go in a
-service.xml file in \deploy?
|
|
|
|
| j
Yes, follow part of exception when i run client
| 2008-02-29 14:21:57,034 DEBUG
[org.jboss.remoting.transport.socket.ClientSocketWrapper] reset timeout: 6
| 2008-02-29 14:21:57,050 ERROR [STDERR] javax.naming.NameNotFoundException:
APAESP not bound
| 2008-02-29 14:21:57,050 ERROR [STD
"unknown source" means that the code in question was not compiled with the
debugging option, therefore a line number cannot be reported.
Are you seeing any exceptions on the server?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133305#4133305
Reply to the p
Q: Is there any way of accessing the SessionContext object of a session bean,
which has created (in whatever way) an entity, from within the actual entity
object?
Background:
In my app, when I insert or update rows via a entity created from a session
EJB, I'd like to set a column to a user id d
Yes, this a client.
About unknow source, the line was at
| br.com.gcm.ejb.sb.SitesSBBean.makeConnection(Unknown Source)
br.com.gcm.proxy.SitesProxy.selectSite(SitesProxy.java:50)
|
public SitesVO selectSite(String siteId) throws
br.com.gcm.exceptions.ProxyCallException {
|
|
I haven't tried this before. Maybe someone else has an can post a reply.
Possible long shot: add an error-page tag to the globla
server/xxx/deploy/jboss-web.deployer/conf/web.xml file, and place the
referenced html file in the server/xxx/deploy/jboss-web.deployer/ROOT.war
directory.
View the o
Funny, this stack trace does not mention anything about "UNKNOWN SOURCE", which
is the error message you posted with your original post.
Also, this looks like a stack trace from the client, not from the server, which
is where the data source is located.
Finally, the stack trace is about EJBs, n
What version of Tomcat is JBOSS 4.2.2GA base on?
The reason for my question is because some Security Vulnerabilities have been
identified in Tomcat and we need to know if upgrading to a later version of
JBOSS will fix our problem. Here is a description of the vulnerabilities:
7.1 (U) Apache
Thanks, I solved the problem. Something wrong with the JAVA_HOME set up.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133294#4133294
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133294
__
Follow the stacktrace
| java.rmi.ServerException: EJBException:; nested exception is:
| javax.ejb.EJBException
| at
org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:365)
| at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:209)
|
Cool,
btw, the reason I was trying to do everything through different type of nodes
is the designer,
At the end, I would like to see a designer with different type of nodes that
are draggable, and have different behavior,
With the suggested way here, in the future, the designer will still on
Please post the full stack trace for the exception you are getting.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133288#4133288
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133288
___
Increasing the RAM to 2GB will help. Right now, the OS is using about 1/2GB and
the app server is using another 1/2GB, which leaves nothing for postgresql. So
I imagine you are doing a lot of page swapping.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=413328
Here are my descriptors:
|
|
| false
| false
|
|
|
|
| XmlfeedrequestsBean
| java:xmlbaseDS
| Oracle8
| ctms.xmlfeedrequests
|
|
|
|
|
|
|
|
I also have the experienced same problem. My solution is to bring the server up
and then deploy the mdb. Hopefully this will be fixed by CR1.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133281#4133281
Reply to the post :
http://www.jboss.com/index.html?mo
Hey Davide,
"Artec" wrote :
| at org.hsqldb.jdbcDriver.connect(Unknown Source)
|
This cleary indicates that there is some problem in HSQL , you can verify this
by writing a simple jdbc application if you don't feel lazy :)
"Artec" wrote :
| I must change "DefaultDS" (in standardjbossc
It looks like Mr. Diesler has put some good information in the bug
http://jira.jboss.org/jira/browse/JBWS-1172 on how to do this, probably better
than the implementation I built. It also looks like he is starting to develop
it, so you might just wait to see his implementation.
View the origin
In further digging, this seems to be what BAM is. Is this correct? Is it passed
the development stage?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133273#4133273
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133273
Sorry Peter, the properties I set for the portal are
|
| control.portal.access_denied
| jsp
|
|
and
|
| control.portal.resource_uri
| /WEB-INF/jsp/error/portal.jsp
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133271#4133271
R
I don't see you extracting the salt in preDigets or postDigest methods.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133272#4133272
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133272
___
Hey all. I have been looking for a few days now at documentation and can't seem
to be able to do something I thought would be quite simple.
Here is the business problem: my client is interested in tracking who made what
decision and when. They also want to incorporate the diplay of that history
EvictionPolicyConfig the answer itself is, in the examples.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133265#4133265
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133265
___
Could someone please direct me to some documentation for the proper setup of
JBoss 4.2.2 using MySQL 5.0?
I am currently running JBoss 4.0 using MySQL 5.0.
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133267#4133267
Reply to the post :
http://ww
Thanks Peter. I think this is the way I have to follow. I did a prototype on
this and its working good. But I have an issue, if user who doesnt have access
to a portal trying access it I am getting Access denied: HTTP 403 Forbidden
response error page. I need change that to a custom jsp page. I
Hello all,
i would like to ask you, how is it possible to invalidate an object in the
cache under some time restrictions in order to force a new fresh copy to be
retrieved.
Is any configuration in order to force the cache to drop all the objects which
are for example 2ms old?
I know that yo
Hi vicky,
i've read something on google...if i don't use hypersonic, i must change my
conf file ??
My conf directory is
standardjaws.xml
server.policy
login-config.xml
jndi.properties
jbossmq-state.xml
jboss-minimal.xml
jboss-service.xml
standardjbosscmp-jdbc.xml
log4j.xml
standardjboss.xml
I mu
I did look in the archives and saw a previous reference to this but it was
logged against a 4.0.x series and had appeared to be resolved. It was in
reference to the query generator creating malformed queries. I want to post
this just to make sure the problem has not cropped back up.
We are in t
Hi guys,
I have a problem to locate datasource, when I run a ejb a i got a error :
UNKNOW SOURCE. I am doing any mistake ?
DataSource ds = (DataSource) ic.lookup("java:jdbc/APAESP");
mssql-ds.xml
|
|
| jdbc/APAESP
| false
|
jdbc:microsoft:sqlserver://dbdesenv:1433;Dat
Hi
I am using stateful session bean in which a method gets call [EMAIL PROTECTED]
| @Scope(ScopeType.APPLICATION)
| @Name("myBean")
this bean is loaded on
in my pages.xml
|
| the load method gets call twice when page is loaded!!
|
| Why is it so???
|
| Any Help Please
|
Hi,
I have searched the forums and the JBoss Clustering documentation for a while,
but could not find the information I needed.
We intend to use two servers in our partition and for that, we intend to keep
each client on the same server it first connected.
1) For that, I intend to use the
org
you can use JBoss Embedded or the other alternative is to use spring framework.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133244#4133244
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133244
___
Hi,
Can someone help with following?
I am trying to use IBM MQ resource adapter and I got this error when I deploy a
MDB instance:
09:31:18,830 INFO [EjbModule] Deploying MDB
09:31:18,959 WARN [JMSContainerInvoker] JMS provider failure detected for MDB
org.jboss.deployment.DeploymentException
Just started using EJB3.0
Does any one know how to Unit test EJB3.0 components deployed in Jboss server
outside the container?
Any resource links
Thanks
JY
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133239#4133239
Reply to the post :
http://www.jboss
Hello
I have generated codesuing seam gen and it has generated all the JSF files and
Java persistence classes. e.g.
package com.test.seam.sessionbeans;
import com.test.seam.entitybeans.*;
import java.util.ArrayList;
import java.util.List;
import org.jboss.seam.annotations.Name;
import org.jboss.
Hi guys,
I've got a question regarding the configuration files of JBPM:
I am using
jpdl-suite-3.2.2
eclipse3.3.1.1
When using hibernate I had to modify the hibernate.cfg.xml within the
jbpm-console.war because adding a modified copy of the file to the classpath
does not affect anything.
The sam
I only need read only operations like getting list of role, user, etc...
I notice that in order for a "MBeanProxy" to works, the call must be done
inside a session (ok) but into a transaction too (?)
here a working code :
| Session session = null;
| Transaction t = null;
| try {
|
plz send me any solution to this problem I am using jse endpoints in
jse end points how to do this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133222#4133222
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41
ok i really understand those reasons. they will give me good arguments for our
sales department
but suppose there will be only little changes...can i do for example a simple
db update to make all processes the same version?
View the original post :
http://www.jboss.com/index.html?module=bb&op=
I convert a project from "form" submit based to dwr (ajax) submit. both work
fine together.
At the top security(login, portlet access) level i will use jboss.
Like in any project :-) some actions must be valid only to some users. Since
dwr is just servet, i must check user right here too.
>Fr
correct and String blob can also be a List, Map, Document, whatever see the
unittests for all kinds of examples
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133216#4133216
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
when i use the graphical designer to design a workflow. i could define
swimlanes.
how can i assign in jboss configured users to a swimlane?
or further more
i got a list of entries defined in a table.
a process variable should be one item of the list. depending on which entry
the process
jBPM does not provide migrating processes to newer versions of a definition
*out of the box* for various reasons:
- it does not know how to map ALL existing nodes to new ones, since a lot can
change
- it does not know how to map ALL existing variables to new ones since a lot
can change
- it does
I've made another experiment: using an AnnotationsWriter as follows does not
work too:
|
| ByteArrayOutputStream aos = new ByteArrayOutputStream();
| AnnotationsWriter aw = new AnnotationsWriter(aos,
constantPool);
| aw.nu
Sorry for assignment ;)
OK, I've checked up your proposal workaround and made following changes:
own schedule manager:
| public class ScheduleManagerExt extends ScheduleManager{
|
|private boolean started = false;
|
|@Override
|public boolean isStarted(){
| retur
business process automation and the process design that is part of it is about
thinking out of the box, the box in this case being the processes as people
*perceive* them. Most of the time you cannot do this without business process
redesign.
Glad to hear I'm an 'inspirator' :-)
View the origi
sorry, I compiled jboss-5.0.0-Beta2 and used it as server, but at client side,
I just installed jboss-5.0.0-Beta3. So that caused the problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133180#4133180
Reply to the post :
http://www.jboss.com/index.html?m
"kukeltje" wrote : See
http://docs.jboss.com/jbpm/v3/userguide/jpdl.html#configurationofdelegations
|
| How you parse the content of what is in there is completely up to the
developer
I had another look at that and came up with the following:
|
|
|
|
|
Thank U sir
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133170#4133170
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133170
___
jboss-user mailing list
jboss-user@lists.jb
Well, I ended up with our own implementation of the NamingContextFactory.
I think this should be the appropriate way to handle this at all ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133167#4133167
Reply to the post :
http://www.jboss.com/index.html?m
"[EMAIL PROTECTED]" wrote : "Artec" wrote : Hi vickyk, and thanks for your
answer.
| | Ok for the first question !
| | For the second instead i attach you the part of the stacktrace above
the error that i've past yesterday
| |
| | 2008-02-29 00:00:36,823 INFO
[org.jboss.resourc
It's already fixed in trunk. Try an update
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133162#4133162
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133162
___
jboss-user m
"Artec" wrote : Hi vickyk, and thanks for your answer.
| Ok for the first question !
| For the second instead i attach you the part of the stacktrace above the
error that i've past yesterday
|
| 2008-02-29 00:00:36,823 INFO
[org.jboss.resource.connectionmanager.TxConnectionManager] Star
Sorry for bad subject, the forums cut it off...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133157#4133157
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133157
___
jboss-u
Being discussed at
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=130962
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133155#4133155
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133155
_
anonymous wrote : 2008-02-28 21:18:13,952 DEBUG
[org.jboss.invocation.http.servlet.InvokerServlet] Invoke threw exception
| java.io.InvalidClassException:
org.jboss.security.plugins.JBossSecurityContext; class invalid for
deserialization
Did you use the same JBoss jar files which are on the
Hi All,
I am using Tibco EMS as JMS engine. In this setup all messages come with
id=null (I have no control over this). I have a workaround in which I assign a
message id when the message reception is rolled back, so DLQ handling itself
isn't a problem here.
Problem comes when the message is j
the faq says
Can you transfer a running process to a newly deployed process definition?
No, you have to end that process and start it again in order to use the new
process definition
i can't believe that. is there really no way? i don't think that's very
practical.
View the original post :
The following is a code snippet which works without error, but does not return
any details in the QueueBrowser, I cannot fathom out why this could be.
A number of messages get placed on the queue, and if I stick a debug breakpoint
within the onMessage process, I can see these persisted in the da
I tried putting a condition on a leaving transition - but that just complicates
matters.
"kukeltje" wrote : Why not simply introduce things like 'prepare shipment' that
is where the ship item is now and move the ship item below the join
Interesting thought - I could have a 'start' even befor
On the current system where the jboss is running there is no -ds.xml (if i
looked right) file and its running fine.
I copied the whole directory including subdirectory to the new server. if there
is a -ds.xml file, it should be on the new system too.
where can i find this -ds.xml file?
View
anonymous wrote : yes, i deployed the datasource. This is the content of the
datasource.
|
| my db2-service.xml
Actually, this is not how a datasource is deployed. You have to create a file
named *-ds.xml with a < datasource> element. See these for details:
http://wiki.jboss.org/wiki/Wiki
2. Is the setting of portlet instance prefs via the InstanceContainer bound to
the admin user?
3. Am i missing some service?
4. What am i doing wrong ;-) Reading seems to work
Thanks in advance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133126#413
anonymous wrote : "trouby" wrote:
| What about extending the default node, but having more tags specified in
its body?
|
| You could, but that'll still mean changing the core jBPM source to have
them parsed.
No not needed. just add an action to the node to give it the behaviour you
want
Answered at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=130955
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133120#4133120
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133120
___
Hi using this development setup:
| * Version: jboss-portal-2.6.1.GA
| * Download Version
| * JBoss AS Version: 4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA
date=200707131605)]
| * Database: Mysql 5.0.51a-community-nt
| * JDBC Connector and Version: mysql-connector-java-5.0.5-bin.jar
| * O
1 - 100 of 115 matches
Mail list logo