anonymous wrote :
| I placed the bundles into the deploy directory of my JBoss instance and
they are not hot deployed
|
This would be a bug. Bundles are supposed to get picked up like any other hot
deployment to the deploy directory
View the original post :
http://www.jboss.org/index.htm
Additional to watching you should also always vote if a specific issue is
important to you. This helps finding priorities.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259025#4259025
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&
>From the Tomcat log files:
| 07.10.2009 07:55:32 org.hibernate.LazyInitializationException
| SCHWERWIEGEND: could not initialize proxy - no Session
| org.hibernate.LazyInitializationException: could not initialize proxy - no
Session
| at
org.hibernate.proxy.AbstractLazyInitializer
Thank you for the info. That was really helpful...
I downloaded the JBoss Archive Tools.. But how does this thing work.. i saw the
option-Project Archives'- for creating the package for my project as
exploded... how do i deploy the same in my server
Any useful link for understanding the J
Hi all,
I am using Jboss-4.2.2.GA with AOP 1.5.5.GA. I have enabled the AOP into the
App Server successfully. Its throwing the error like as in below.
16:20:59,490 WARN RequestProcessor Unhandled Exception thrown: class
java.lang.RuntimeException
16:20:59,490 ERROR [action] Servlet.service()
Hi there,
Is there any patches I can install on 4.0.3SP1 so that I can install JBossWS on
it?
We have other constrains on the server that we can't upgrade the server for now.
Thank you very much for your help!
Waterg
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewto
Hi:
Sorry, newbie question. Trying to upgrade an app from JBossMQ to JBoss
Messaging. I can't seem to find an answer to this. In JBossMQ, QueueMBean had
a method to get the 'in-process' message count - trying to figure out what the
equivalent is in JBoss Messaging. Javadoc does not have any
Deploying java servlet code on jBoss for the first time and am having trouble
with jndi/jdbc database connection.
Code from long running Tomcat/Resin deployments look like:
Context init = new InitialContext();
| Context ctx = (Context)init.lookup("java:comp/env");
| DataSou
Hello JBoss WS fans,
In the schemas in the WSDL for my web service I need to refer to the namespace
URI http://www.w3.org/1999/02/22-rdf-syntax-ns# which ends with "#".
Unfortunately, when I do I get an error when I start the server:
Caused by: java.lang.NullPointerException
| at org.j
You know, on second thought, it was a question for the dev forum... well, kind
of... So sorry for that.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258994#4258994
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=425899
In addition to setting svn:ignore on bin and *.class, you probably don't want
to share your .settings folder/files either.
The only useful .dotfiles are .classpath and .project, IIRC. The rest are
metadata specific to your workspace that don't need to be in SVN, unless you
NEED to share that b
If there is a way, the global web.xml is not it. Think of it this way - the
configuration for a web app is the combination of the contents of the global
web.xml and the web.xml specific to that app. Thus to get the 404 page for
app1, you would have to place a copy of 404.html into app1.war (thou
The folder with classes...otherwise all are fine...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258979#4258979
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258979
___
jbo
So there is no way to configure the error pages in one central place have them
take effect for all other applications? Just confirming ...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258978#4258978
Reply to the post :
http://www.jboss.org/index.html?modu
Yep... Maybe the spring integration can be used as an example. Several concepts
are the same.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258977#4258977
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258977
I'm not sure, if it's the right place - if not, please move to the right one!
I created a Seam web project with the jboss tools wizard. Now i want to share
it with some other developers.
Which files i have to ignore before i commit?
Thanks in advance,swenu
View the original post :
http://www
Hi,
I am using JBoss 4.2.3 and "Default" configuration.
Now I have a need to do entity caching. I can see lot of documentation for
caching the entities with "All" configuration or clustered environment.
Is there a way to achieve entity caching for non-clustered environment? Or
Def
Does anyone know which system properties I need to set to use JAX-RPC in jboss
4.2.3.
I don't want to use the jboss.ws stuff that comes with JBoss I want to use teh
sun libs. I have the libs in the correct path but I am not sure of all the
System properties I need to set to get this to work co
Thank Peterj.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258960#4258960
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258960
___
jboss-user mailing list
jboss-user@lists.
Hello Everyone,
I've done some tests and realized that EJBs and Web applications always run on
different Classloaders
A static property of a class that an EJB access doesn't necessary have the same
value of the same static property of the same class that a Web applications
access.
I was expecti
Ha, indeed,
I had a look at the code but will have to spend a lot more time with iy to get
to any kind of understanding of whats required.
I imagine the way to go about this is to somehow link JBPM4 Context into
WebBeans/Weld's context.
Cheers
Pieter
View the original post :
http://www.jboss
Thank for the advice.
https://jira.jboss.org/jira/browse/JBPM-2567
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258951#4258951
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258951
___
Hi all,
We want to have jboss listening on all interfaces using 0.0.0.0 but the
bisocket configuration does not allow that.
Is there a solution to listen on all interfaces or we must use a physical
address (not localhost) ?
Thanks for your ideas.
View the original post :
http://www.jboss.org
Does your javascript function send an HTTP get (ie: window.location) or an HTTP
post (ie: dynamically set the action="" in your form)?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258947#4258947
Reply to the post :
http://www.jboss.org/index.html?module=b
anonymous wrote : If I can't increase the heapsize beyond 1700MB(including
permgen), Does that mean 2GB/4GB/8GB RAM will not make much difference?
That is correct. As long as you are using a 32-bit JVM you are limited to a
32-bit (4GB) address space for each process. Windows uses 2GB of that spac
When posting XML text, please use the [ code ] tags. To do this, select the XML
and click the Code button above the text editor box.
[quoteFailed to connect to server localhost:1099
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258945#4258945
Reply to the p
anonymous wrote : I am not sure about this lookup, will it fetch all the
mbeans.
Did you even look at the javadoc for MBeanServerConnection? Like the
queryMBeans() method? Perhaps looking at a JMX tutorial would help also.
1) What kind of connection string? Database connection?
2) JBoss AS cre
I will try to verify on a second installation and I will post the stacktrace
tomorrow.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258940#4258940
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258940
___
Hy , sorry by my english,
Meaby can you help me...
I have integrated jbpm4 with spring and hibernate, and everything work perfect,
but i have problems with the delete, i can`t delete anything from de jbpm
database, it throw me and "java.lang.NullPointerException" , i`don´t know what
hapend bec
Feedback from the dev team:
The timeperiod for the 4.2 release (due november 1st) is to short to address
these. JBPM-2568 was created as a reminder to assess the open issues for the
4.3 release.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258931#4258931
Indeed, but it only mentions non-JBoss clients.
It reads:
"In order to access JBoss Messaging from a client outside the JBoss app server,
you will need to ensure the following jar files are on the client classpath"
Since I was deploying on JBoss I expected everything was already on the
classpat
"octafiantos" wrote :
|
| i downloaded the source from
http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/jboss-5.1.0.GA-jdk6.zip/download.
|
| since there is java1.5 already, i set the JAVA_HOME to /opt/java1.5 and try
to
You downloaded the JDK 1.6 compiled AS and are
There was a typo in my earlier post regarding CPU Utilization.
It was around 60-90% during peak load
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258922#4258922
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258922
_
thank you for the reply, jaikiran.
here is my boot.log (again, since it is too long), i uploaded to
http://www.sistema.co.id/boot.log
i downloaded the source from
http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/jboss-5.1.0.GA-jdk6.zip/download.
i extract the file to /app/jboss
Then please install JBoss Tools and use that ;)
Plain Galileo does not support exploded deployment for JBoss - JBoss Tools
server adapter does.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258913#4258913
Reply to the post :
http://www.jboss.org/index.ht
Looking at the log file you uploaded, it contains a whole lot of exceptions
including Port in use errors. You need to fix that, before looking into other
issues. See this for pointers
http://www.jboss.org/community/wiki/DebugBindException
View the original post :
http://www.jboss.org/index.htm
anonymous wrote : when i compare the server.log file from ux and my fedora
testbed i find that there is nothing similar to the line "2009-09-28
16:16:32,973 INFO [org.apache.coyote.http11.Http11Protocol] (main) Initializing
Coyote HTTP/1.1 on http-127.0.0.1-8080" which i assume that this is the
anonymous wrote : there is a method to get all the Tasks, but none to just
count them.
Please file a jira issue for this. adding a .count() next to the .list() would
make sense, and maybe even add it (in combination with paging) directly to the
TaskService
View the original post :
http://www
hahaha... that is not what I said... I said historical information (not your
remaining days) e.g. how long it took to request a holiday etc is unimportant...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258899#4258899
Reply to the post :
http://www.jboss
hi all,
i try to deploy jboss-5.1.0.GA in hp-ux 11iv3 (hp bl8760c, itanium based with
8gb memory). the application server will be used for java/oracle software.
there's already java 1.4 and java 1.5 installed in ux (/opt/java1.4 and
/opt/java1.5).
i put jboss in /app/jboss-5.1.0.GA and execute
Hello,
I am developing an application embedding JBPM 4.1.
In the front end, I need to get the list of pending tasks for a given user (and
page it), as well as the total number of pending tasks ( in order, for example,
to determine the number of pages).
I am currently using the TaskQuery interf
Any feedback from experts?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258889#4258889
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258889
___
jboss-user mailing list
Hi,
Try the following links.
Instructions with screenshots
http://www.jboss.org/community/wiki/IIS7withJBOSS430
Instructions
http://www.jboss.org/community/wiki/UsingModjk12WithJBossAndIIS7
Thanks
RamkumarMP
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4
Hi,
Anybody configured/using IIS7(64bit) installed on Windows 2008(64bit) with
JBOSS 4.3.x or JBOSS 4.x?
IIS7(64bit), Windows 2008(64bit), JBOSS(64bit) - Notworking
IIS7(32bit), Windows 2008(32bit), JBOSS(32bit) - Working fine.
I have googled alot but I could find this topic. Can some one
Im just using the jboss support provided by eclipse galileo.. nothing else
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258858#4258858
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258858
__
Anybody getting a better hand on this.. Me too facing a similar issue
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258856#4258856
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258856
_
IIRC, the user manual chapter 4 explains exactly what jars you need on the
classpath, and in what order.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258855#4258855
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=42588
hey, do not let managers read that holiday requests may be unimportant !! ;-)))
> I'll ask one of the core devs to respond.
thanks! I promise I will really give at least a serious look into the code this
week
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=425
BTW, some instances of this exception are accompanied by message delivery
failures:
2009-10-06 12:42:20,704 WARN [org.jboss.jms.client.container.ClientConsumer]
Timed out waiting for last delivery 1 got 0
| 2009-10-06 12:42:20,709 ERROR
[org.jboss.jms.client.container.ClosedInterceptor]
Clo
"jaikiran" wrote :
| The jboss-classloading.xml file should be placed in WEB-INF folder and not
in WEB-INF/lib.
It was a typing error, the file jboss-classloading.xml is in WEB-INF folder.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258844#4258844
Reply
Hi,
Did you got any solution for this? If yes, then can you please mail the
solution to bharani...@gmail.com. Please.
Thanks,
Bharani
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258842#4258842
Reply to the post :
http://www.jboss.org/index.html?module=b
can any one tell me how to start and stop jboss server using ant build scripts
am using ant1.7.0
jboss : 4.0.5GA
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258841#4258841
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
- It's no 'trace' it's just the logging with level info.
- There are no errors
- It is just the part until starting your JBoss server, nothing seems to have
happened after that
- ...
Very, very difficult, impossible even, to help out here. I hope you understand
that.
View the original post :
h
anonymous wrote : suppose it should not be considered that important by BPM
experts,
|
Hmmm... Personally I think it is very important for comlpex usage like 'round
tripping'. For simple usage it is not. (like holiday requests etc ;-))
Why it is in the state it is, I'm not sure. I'll ask o
If the unit tests run, it means the processdefinition is ok, your usage of the
api is ok, your expectation of what the engine does is ok, the way the
testbaseclasses use the engine etc are ok, but it does not mean and I do not
want to do any fingerpointing whatsoever, that the console uses the a
of course I intend to have a look at the code, if I get time (hahaha ;-) (and
even more time to set up a jbpm dev environment, write tests and everything).
It is too frustrating otherwise, and probably not very complicated, as you say
but there is something else I do not really get : if jbpm 4 h
Can any one tell me how to start/stop jboss server using exec command
here is the scripts:
ant getting this in log file but the server is not stopping
top.jboss:
[echo] +-+
[echo] | |
[echo
Thanks Brian!, confirmed, by adding the AUTH to those 2 additional stacks, the
observed behavior is as expected.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258832#4258832
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
Guys (Girls?)... The history functionality, including the api are not fully
matured yet. That is what the jira issues are about. Keep a close eye on
check-ins related to those, try them out as early ass possible and comment
then. Helping out is also appreciated (if you take a look at the source,
I'm sorry if this is a common noob question, but I can't find a solution
reading FAQs and the wiki.
What I'm trying to do is writing a bean that should do some work when a new
master gets elected. I've read that the recomended way is to use a MDB with
dependency on 'jboss.ha:service=HASingleton
Correct, since your unittest ends (how can the test know it has to wait for
something. If you e.g. build in a Thread.sleep(1000) loop endlessly and
check in the loop if the task has ended (do a break then) it could work. That
is *not* the way unittests are *normally* used though. The user is
Or help out developing ;-)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258819#4258819
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258819
___
jboss-user mailing list
jbos
Hi Georg,
Thank you very much for this tip. This seems to be exactly what I'm looking
for!
Is this supported in JBoss AS 5.1.0? If not, when will it be available?
Best regards,
Dennis
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258813#4258813
Reply to t
This two url are different
1)http://host:8080/blablah - returns correct 404 page
2)http://host:8080/app1/blablah - returns a blank page ..
You must put also in app1/WEB-INF/web.xml this code
|
| 404
| /404.html
| http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258809#42588
What are you using for the packaging ? WTP ? Our server adapter or theirs ?
Project archives ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258807#4258807
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258807
___
Hi Brian ,
I found your post here:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=157684
it solved almost all my problems.
Thanks a lot
Roman
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258806#4258806
Reply to the post
Good morning folks!
Sorry but it's me pestering the forum with my questions again. ;) I tried to
implement a kind of 4-eyes-approval where the decisions of the 2 people can be
made concurrently. I had trouble with this process because when I tried to
start a new instance in the jbpm-console I d
Is it possible to get the name of the task that was finished from the history?
To be able to get the name of the finished task one have to first find the task
in the HIST_TASK table, and then look it up in HIST_ACTINST (activity_name)
table too?
E.g. is there any plans to simplify the programmi
How should be the login page for LDAPLoginmodule?. Can anybody help.
Thanks,
Abirami
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258795#4258795
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258795
_
sdfsdf
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258794#4258794
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258794
___
jboss-user mailing list
jboss-user@lists.jboss.o
Hi,
I am facing the same error. Here's my trace:
| 12:52:52,757 INFO [Server] Starting JBoss (MX MicroKernel)...
| 12:52:52,757 INFO [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build:
SVNTag=JBoss_4_2_3_GA date=200807181417)
| 12:52:52,758 INFO [Server] Home Dir:
/home/prachi/Downlo
Thanks Peter For your excellent support.
During the load test run, I saw that the CPU utilization is around 60-70%
I'm setting the PermGen Size to 512m with the params -XX:PermSize=64m
-XX:MaxPermSize=512m
If I donot set this, I'm quickly getting Out of Memory Permgen Space Error.
If I can't in
My set up is an ear with jars and wars inside. I have an eclipse project setup
and the enterprise project output is put up in exploded form(the ear is a
folder and not an archive). But whatever i do my web project inside the ear is
put to deploy as an archive. I want it to be deployed as a folde
73 matches
Mail list logo