i aslo have this problem, do you have the solution?
my timer is aslo can't interrupt the action handler execution if it running for
a long time.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219360#4219360
Reply to the post :
http://www.jboss.org/index.html
If you're using the UnifiedInvoker, which is based on JBossRemoting, then you
can go to $JBOSS_HOME/server/$CONFIG/conf/jboss-service.xml and update the
"jboss.remoting:service=Connector,transport=socket" MBean with a "timeout"
parameter:
|
|
|
|
|
|
Hi all
I have a webservice hosted and can view the details of MBean in JMX-console.
Under jboss.ws
anonymous wrote :
| context=SampleWebService,endpoint=SampleWebService
|
The attributes listed includes request, response counts
So, I tried to use loggingmonitor to get these values.
my x
I have a question.
On the server side, there is an org.jboss.remoting.Lease which, if it doesn't
receive pings from the client in a timely fashion, will declare that a
connection is broken and inform any registered listeners. Now JBossMessaging
registers a listener, so it should be informed
There is further discussion about this issue on the thread "Messaging blocked
by long time-out" on the Remoting forum at
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219345#4219345 .
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219348#4219348
"rtm333" wrote :
| Any chance that this problem of very long timeouts in spite of being
configured as much shorter is related to (and hopefully solved with) JIRA
JBMESSAGING-1482 ("Client remoting configuration not properly passed to jboss
remoting")?
|
JBMESSAGING-1482 is specific to co
There is further discussion about this issue on the thread "Messaging blocked
by long time-out" on the Remoting forum at
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219345#4219345.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219346#4219346
R
Hi guys,
First, a little background. JBossMessaging sends messages to a consumer by
calling
org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(),
which, in the case of the bisocket transport. results in a call to
org.jboss.remoting.Client.invoke(), which eventually leads
I don't see anything too unusual here, since
sun.net.www.protocol.http.HttpURLConnection.getInputStream() and
java.io.BufferedInputStream.read() are both synchronized methods. Rather than
a lock problem, I would guess that jrockit.net.SocketNativeIO.readBytesPinned()
is hanging, waiting for so
Hi all,
I have several questions about the deployment of a web application. Thanks for
any help.
1. If I want to re-deploy the web application directly, I know that I just put
the new war file in the "deploy" folder. It can re-deploy itself. My question
is how about the transaction is handled
I faced a similar problem when I was trying to use Oracle TABs for data
insertion through JNDI.
Can some one help me out?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219338#4219338
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&
Hi Endy,
I am doing the job as same as you (migrating to a new server). Still study at
how to use JBoss AS 5.0.
As our existing site is a single site for different applications, Apache is the
front end and application server and java site are the back end. The Apache
works as the single entry
Thanks for Wolfgang.
The following link for full picture and more information about the login module
:
http://www.jboss.org/community/docs/DOC-10760
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219329#4219329
Reply to the post :
http://www.jboss.org/index
even
fork 1
fork 2
join 2
join 1
is ok
(fork/join 2 is fully inside fork1/join1
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219321#4219321
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219321
_
All transitions from a fork have to end in the same join. If there is no
additional fork in between it has to be the join they encounter.
Fork 1
Join 1
Fork 2
Join 2
is ok
Fork 1
Join 2
Fork 3
Join 1
is not
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewto
"kukeltje" wrote : forks/joins have to be fully nested, from what I quickly
scanned they are not in your case
What does that mean to be fully nested
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219313#4219313
Reply to the post :
http://www.jboss.org/index.
http://www.mastertheboss.com/en/jbpm/106-jbpm-best-practices.html
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219308#4219308
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219308
_
forks/joins have to be fully nested, from what I quickly scanned they are not
in your case
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219307#4219307
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219307
___
1: it is not ignored by hibernate, hibernate can not look into the process
classloader afaik
2: Correct, access is the problem.
A (not specifically the best) solution is to use the war for this if
versioninig of this UrlLock class is not needed.
View the original post :
http://www.jboss.org/i
press enter before leaving the field
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219304#4219304
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219304
___
jboss-user mailing
Here is the relevant code used:
import java.util.Hashtable;
import java.util.Properties;
import javax.management.MBeanServerConnection;
import javax.management.MBeanServerInvocationHandler;
import javax.management.ObjectName;
import javax.naming.Context;
import javax.naming.InitialContext;
import
"bdlink" wrote : Before I get started, congratulations to the JBT team on their
3.0 GA release! That is quite a milestone.
Thanks! :)
anonymous wrote :
| 1. Last I looked, seam-gen had a few more features than JBT version (such
as allowing generating the model separately from the UI CRUD)
Here is the relevant code used:
import java.util.Hashtable;
import java.util.Properties;
import javax.management.MBeanServerConnection;
import javax.management.MBeanServerInvocationHandler;
import javax.management.ObjectName;
import javax.naming.Context;
import javax.naming.InitialContext;
import
https://jira.jboss.org/jira/browse/JBPORTAL-2349
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219287#4219287
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219287
___
jboss-
I can't complain with vague statements about stuff not compiling or running,
and have moved on to JBoss AS 5.X plus stand-alone Eclipse. So probably I won't
have any more feed back on JBoss-Tools for a while.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4
This conversation is moving too fast, with new issues being brought out every
few minutes, making what I just typed of dubious help. I am not even sure of
where you stand and what is working and what is not working. My take on your
last post is that you brought in a new IDE and Tomcat and after
"jChela" wrote : Hi,
|
| I am using JBossCache as standalone and just want to use eviction policy.
|
| Can I turn off TransactionManager? What changes do I need to do in the
config file below?
|
| My app is running in JBoss App and has distribution transactions but I
don't want JB
Hi,
I am using JBossCache as standalone and just want to use eviction policy.
Can I turn off TransactionManager? What changes do I need to do in the config
file below?
My app is running in JBoss App and has distribution transactions but I don't
want JBoss cache to be part of it. My cache is al
I concur with your assumption that some code somewhere "swallowed" the
ClassNotFoundException, and just returned an invalid result which then caused
this error. Sometimes the server.log file provides more information about such
errors. But I always hate it when code does things like this - makes
Hi,
I am using JBossCache as standalone and just want to use eviction policy.
Can I turn off TransactionManager? What changes do I need to do in the config
file below?
My app is running in JBoss App and has distribution transactions but I don't
want JBoss cache to be part of it. My cache is al
Not all the answers you are looking for, but a few observations:
1) Based on the last line that appears in the console (the
"[Log4jservice$URLWatchTimerTask] " line), it appears that the app server is
configured to not log to the console after bootstrap (that is the last
bootstrapping log entry
Ok, this has just gone from strange to very wierd. In an attempt to figure this
out, or out of pure fustration, I went to a competing product (not to be named)
and set up a small test app. I installed tomcat 6 and using the other tool
created and deployed a small app to tomcat. I did not change
Hello,
I'm trying to learn SEAM, and am having trouble deploying my SEAM web
application EAR on JBoss 4.2.3.GA. This is not a SEAM question, though! This
question is about learning to diagnose web application deployment problems in
general.
Because the deployment error with my SEAM app w
Hi All,
I am using Servlet at startup to kick my startTimer(). But when startTimer()
method is called its throwing error. I am attaching error Log...
2009-03-18 15:17:35,783 ERROR [org.jboss.ejb.txtimer.TimerServiceImpl] Cannot
create txtimer
| java.lang.IllegalStateException: Unable to persi
I have the attached process definition and "FF Join" acts in a strange way. If
I execute the "UploadMediaFile" first, everything is OK, but if
"UploadMetadata" executes first, it does not wait for "UploadMediaFile" and
executes the join right away.
any thoughts?
|
|
|
|
|
|
Is there a way from the header.jsp to display the family name of the user? I
am trying to customize the portal-core.war and need to display the first and
last name of the user.
Also what about getting the role? Let's say I only want to display a link in
the header.jsp based on a role of admin
Interesting find.
I opened a new workspace and created a new JSF project, I used:
JSF Environment = JSF1.2withFacelets
Template= FaceletsKickStartwithoutLibs
I made sure it was deployed on the server. When I started the server, I looked
at the console log and I saw this:
14:40:31,287 ERROR [ma
To understand the locking discussion you'd need to have a look at the classes
in
https://svn.jboss.org/repos/jbosscache/core/trunk/src/main/java/org/jboss/cache/util/concurrent/locks/
particularly PerElementLockContainer.
The lock striping issue in general is that instead of having a lock per F
Yes, the issue you describe is the core reason for HHH-3818.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219216#4219216
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219216
__
It seems like the problem is broader than that. It occurs whenever hibernate
wishes to alter cache in Synchronization.afterCompletion() - i.e. whenever
Hibernate chooses to execute
org.hibernate.action.BulkOperationCleanupAction.evictEntityRegions(). In our
specific case this happened against *
I am using JBoss remote JMX object invocation via RMIAdaptor:
jmx/invoker/RMIAdaptor which is obtained via JNDI. I run into a problem time to
time with NoSuchObjectException when I look up for RMIAdaptor and could not
recover from it. I have a couple of JBoss servers: one is primary and the othe
I am using JBoss remote JMX object invocation via RMIAdaptor:
jmx/invoker/RMIAdaptor which is obtained via JNDI. I run into a problem time to
time with NoSuchObjectException when I look up for RMIAdaptor and could not
recover from it. I have a couple of JBoss servers: one is primary and the othe
I have attempted to run Jboss from the command prompt (RUN.bat). When I tried
to run the the "run.bat" I received an error message saying the -server was not
found in the JVM. I upgraded the JVM and ran the "run.bat" again, this time it
started the batch file but the command window frose after
is it fixed in a later portletbridge? is there a JIRA for the issue?
and, would you share the workaround?
thanks ^_^
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219197#4219197
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posti
I think there are several issues here, but I am reinstalling everything at the
moment and trying a Linux 64 stack so I am not sure of the situation since
3.0.GA (have been using the nightlies). When I was driving to work today, I
was thinking that JBT/seam-gen integration was a big remaining is
Hello,
I am interested in the topics Enterprise Service Repository and Service
Registry. Can you tell me if JBoss has a repository to store its services? And
JBoss`s Service Registry is part of the JBoss ESB, isn't it?
Thanks for the information!
View the original post :
http://www.jboss.org
Chapter 11 has a very poor choice of wording. The docs/examples directory does
contain examples, but the chapter 12 example is not in there. The examples
contained in the docs/examples directory are mainly configurations files for
things such as messaging and data sources - there are no example
As I responded to DeanoUK, who had this same problem, you need to ask about
this in the JBoss Transactions forum, or search that forum to see if DeanoUK
already asked the question there and see what answer he(?) got.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopi
Hi,
the "Installation and getting started guide", chapter 11 mentions sample
applications that should have come with the distribution under
JBOSS_Home/docs/examples. The first example t5hen in chapter 12 is a Sample
JSF-EJB3 application, which is a Todo list that gets saved in a rel. DB.
But wh
Hi,
with jbpm-3.2.6.SP1, JBoss AS 4.2.3.GA I got a simple process working in a unit
test and on the application server where it can be examined in the jbpm-console.
Problems arise however as soon as I try to use my own hibernate classes with
the jbpm hibernate session like this:
| Session
Hi,
I'm a newbie of JBPM. I'm creating my first process with
jbpm-jpdl-designer-site-3.1.6 in Eclipse Ganymede, following a tutorial.
I choose a task of my process definition, on the Diagram panel, then in bottom
part of Eclipse I choose the Properties folder. In this folder there are some
sect
sorry for triple post.. anyway found it using expression...
#{variablename}
You can configure a mail node :
|
|
NOTE: don't use "-" char in the name -_-' , i'm noob and i know :).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219171#4219171
R
Oh, one more thing. Go into the default command prompt properties and change
the buffer height to a large number (mine is at 9000). This way less text will
scroll off of the buffer.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219168#4219168
Reply to the
I am looking for advice on how to map a properties table. Assume a schema such
as:
Objects_Table
ObjectID
ObjectName
ObjectType
Properties_Table
ObjectID
PropertyID
PropertyValue
Assuming that for OID 12 there are 2 properties (NAME and Descripti
I don't think Manik's intent was to say "RTFM, JBC 3 details are covered in the
guide." Rather its just that the info in the hibernate-jbosscache-guide works
with JBC 3 as well. If you use the jboss-cache.jar from JBC 3 instead of the
one from JBC 2, everything covered in the guide will work.
Also, I noticed that you started the app server using "-b my-ip". If you do
that, you cannot use http://localhost:8080 because the app server is not
binding to localhost. Instead, you must use http://my-ip:8080.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4
Sorry Alejandro but, after more accurate checks, it looks like it was my
mistake.
In fact, I forgot to attach the source code in the src folder to the jBPM.jar
file during the installation, and now that I've done it, it looks like it works.
Thus, the first consequence for this installation erro
just because is anyway in time on mail-node there is a way to configure a node
like this:
where "mail-advise" is a variable in JBPM context, and JBPM will evaluate the
variable automatically?
considering the example posted before,
stateA set a variable named "mail-advise" in the context that ha
So I've created the Jira and it should be fixed in JBoss_Portal_Branch_2_7
https://jira.jboss.org/jira/browse/JBPORTAL-2348
Could you please validate the fix ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219157#4219157
Reply to the post :
http://www.j
Actually, I am rethinking the usefulness of the process composition feature.
I have several processes that share some elements. I thought factoring the
shared elements out would work
What I need is this:
1. The parent process and child process must be identifiable by the same id.
2. Assignments
For the parameter issue, this looks like a Portlet Bridge issue. I have a work
around that would solve the issue in Portal but I'd rather have the issue
addressed at the Portlet Bridge level where it should really be fixed.
View the original post :
http://www.jboss.org/index.html?module=bb&op=v
I never said to look in the examples in svn, I said to look at the jbpm
testcases which can be seen as examples of how to do things
http://fisheye.jboss.com/browse/JbpmSvn/jbpm3/trunk/modules/core/src/test/java/org/jbpm
View the original post :
http://www.jboss.org/index.html?module=bb&op=v
anonymous wrote :
| 1. Once I successfully logged in to the application, if I open a new Brower
and access the same application, it asks for login again.
| Is there a way to make the sso cookie persistent for a certain time and
reused by all browser sessions from same machine?
|
JBoss S
thanks for reporting back with sound additional info..
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219147#4219147
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219147
___
Hi,
I am having an application with implements JSF with EJB3.0 and Shale as the
controller. I am using Jboss 4.2.3 to implement JAAS feature. I have the
required configuration like login-config.xml, jboss-web.xml and web.xml. I am
using org.jboss.security.auth.spi.DatabaseServerLoginModule for
Done !! ^_^
Timer every 30 sec send the mail to my account.
this is the definition:
|
|
|
|
|
|
|
|
|
| pippo
|
|
| TEST
|
Yes expiration key and value is set on the node. See my 2nd comment on this
post as to why i think it doesnt get evicted from the cache. Expiration key and
data item exist on the gravitated node but it looks like the gravitated node
never gets registered thus never getting evicted.
View the ori
Hello PeterJ,
I have exactly the same issue as you.what I have seen is that there are a lot
of I/O operations under the following path:
"$JBOSS_HOME/server/default/data/tx-object-store/HashedActionStore/defaultStore/StateManager/BasicAction/TwoPhaseCoordinator/AtomicAction".
These I/O operations
Thanks for the reply, i changed server :)
BTW if anyone will need to use GMAIL this example could Help :)
http://blogs.dfwikilabs.org/pigui/2008/02/15/jbpm-mail-nodes-development/
With a custom mail class to do the TLS work and other.
View the original post :
http://www.jboss.org/index.html?m
Hi, I have a jboss.net app that i am trying to redo in jboss 4.3. i need to log
the soap messages to check what is the actual structure of the incoming sopa
message. i tried setting the org.jboss.net category to debug in log4j.xml but
this didnt seem to work. does anyone know how i can accomplis
In the logs, i don't see any classloading related issues.
anonymous wrote : java.lang.IllegalArgumentException: Servlet mapping specifies
an unknown servlet name IncomingMessageExecServlet
|
Looks like your web.xml contents are incorrect. I think you have a
servlet-mapping which points to a
Your config looks fine.
You need to provide a lot more context about what is going on. A one line
snippet from an exception stack trace with no real information about what your
app is doing at the time is useless.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&
Is there anybody who knows the answer?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219123#4219123
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219123
___
jboss-user m
Hi,
I'm new to JBoss, and till now only I've used Tomcat.
However I wanted to deploy some application on JBoss, which I've previously
deployed successfully on Tomcat.
The simple servlet/Jsp based application, I can engage on IBoss.
But any of my other application, inside what I use additional tech
Can you open a JIRA for it, please?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219121#4219121
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219121
___
jboss-user mailing
See your other thread about this for an answer:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=152382&start=10
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219118#4219118
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
"jaikiran" wrote : The exception stacktrace, that you posted, doesn't show
anything actually :)
|
| Can you please post the entire exception stacktrace.
|
ok sorry :)
anonymous wrote : JAVA_HOME is not set. Unexpected results may occur.
| Set JAVA_HOME to the directory of your local J
Swap the lines "provider" and "jta-data-source".
Do you use an IDE to develop your app? If the IDE provides XML validation,
errors like this are detected much earlier ;-).
Best regards
Wolfgang
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219114#4219114
thanks for reply..!
yes i was running the jsp by publishing it on the server.
any ways ..problem is solved
web.xml entry was not correct.
Thanks a ton for help..!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219112#4219112
Reply to the post :
http
indeed, as a workaround it would probably work if you use uppercase:
| PRIVATE
|
Could you open a Jira please ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219109#4219109
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting
I forgot to post the entire error log but here it goes:
2009-03-18 09:38:05,595 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/carlosv25].[invoker]]
(http-0.0.0.0-8080-1) Servlet.service() for servlet invoker threw exception
| javax.servlet.ServletException: java.lang.E
Thank you for answering so quickly.
I will RTFM some more and come back with a better question. (I still persist
that MVCC is not mentioned in the referenced document.)
regards / Niklas
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219104#4219104
Reply to
+1
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219097#4219097
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219097
___
jboss-user mailing list
jboss-user@lists.jboss.org
h
Hi!
I'm trying the Portlet-2.0-Features in JBOSS 2.7.2 and I've declared a public
render parameter along with a description in a portlet.xml:
|
|foo is not bar
|foo
|ff:foo
|
|
If I now examine a portlet using this public-render-parameter on the
po
What for do you need the socket server? What does this socket server do that
cannot be handled by JBoss services?
If JBoss cannot handle your request: I think you should encapsulate it in a
MBean service, which can be started/stopped by the server. The MBean should
keep track of all threads and
Before Send
before ConnectionFactory lookup
log4j:WARN No appenders could be found for logger
(org.jboss.mq.referenceable.SpyConnectionFactoryObjectFactory).
log4j:WARN Please initialize the log4j system properly.
after ConnectionFactory lookup
before topic lookup
after topic lookup
org.jboss.mq.S
Even I tried having mail node instead of task-node to send mail. I am able to
see the log in the node-entered event but the mail is not sent.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219085#4219085
Reply to the post :
http://www.jboss.org/index.html?mo
There won't be any pre-compilation. The compilation will have when you access
the jsps.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219082#4219082
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219082
_
The exception stacktrace, that you posted, doesn't show anything actually :)
Can you please post the entire exception stacktrace.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219081#4219081
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=
Those are DEBUG level logs which you can ignore.
anonymous wrote : I am using JBoss Developer Studio 2.0.0.CR2.
Can you try starting the server from the command prompt using the run.bat (or
run.sh depending on your OS) in the %JBOSS_HOME%/bin folder?
The console logs that i asked for are the o
You are mixing up a couple of things here ;)
1) ICEFaces support - tell me who you know who will maintain and QA this and it
will be done. Right now icefaces is totally separate config and setup from
Richfaces and similar Seam-gen projects does not comply with WTP projects or
maven or anything
Hi!
If I set an expiration-cache in a portlet and deploy it to the new
2.7.2-server, an exception occurs during deploying.
Excerpt from portlet.xml:
| CachePortlet
| CachePortlet
| 60
| private
| ...
|
Resulting Stacktrace:
| 3:34:49,421 ER
When i said
anonymous wrote : I have jbpm.3.2.6.SP1 with a directory named "examples".
|
| In this directory, i have 8 processdefinitions:
assignment/businesstrip/door/raise/rulesaction/simple/taskinstance/websale.
=> The directory is "jbpm-3.2.6.SP1 directory"/examples/src/test/resources
...there is very seldom *any* reason to put jars into server lib's directory
(except maybe additional jdbc drivers) - so don't do that :)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219071#4219071
Reply to the post :
http://www.jboss.org/index.html?modu
Thanks for the reply, I am using JBoss Developer Studio 2.0.0.CR2. The URL I
am using is: http://localhost:8080/test.
It looks like something happened when it was setting up the Messaging Queue.
The logs look normal until the following:
.
2009-03-18 08:26:11,544 DEBUG [org.jboss.system.Se
Sorry kukeltje but i don't understand... I found SVN, but examples are the same:
http://anonsvn.jboss.org/repos/jbpm/jbpm3/trunk/modules/examples/
Could you give me the other link that you are talking about?
Thx.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p
Hello everyone,
I have the impression that resource injection (using @Resource annotation) is
not executed when using shared library (in common/lib folder).
I have created a HttpSessionListener, with a datasource declared like this:
@Resource(mappedName = "java:DefaultDS")
| private DataSourc
My timer works fine, I am able to see the Log in the node-entered event getting
printed on the task-node but the assignment handler attached to that task-node
is not executed since I am not seeing the Log from that handler class from
where I am setting the actorId to send mail.
When I looked at
The problem seems to be that JBoss5.0.1.GA precludes the use of libraries
loaded in $JAVA_HOME/jre/lib/ext folder. I just discovered that in
JBoss5.0.1.GA, I can get eh code to work by uploading the JAI libraries
(jai_codec.jar and jai_core.jar) in the lib folder of the war deployment.
JBoss4
Ahhh SVN :-)
Ok thx.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219054#4219054
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219054
___
jboss-user mailing list
jboss-user
1 - 100 of 165 matches
Mail list logo