thanks yilmaz_.My problem solved.
TeÅekkürler.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112820#4112820
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112820
___
jboss
I think that it depends on internal implementation of an application server. As
I understand a SLSB should not has internal state. In this case, in theory, one
instance of the SLSB enough to serve all client's call.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
what i mean is that say for example,
i have an entity bean which contains two fields name and age,
first time it will render on the front page for user to edit,
so i would like to "save" it only when users actually have change the value.
Otherwise just abort it. So how do i track this ? thanks
Try this
| import org.jboss.resource.adapter.jdbc.WrappedCallableStatement;
| import oracle.jdbc.OracleCallableStatement;
| import oracle.jdbc.OracleTypes;
| import oracle.jdbc.pool.OracleDataSource;
| import java.lang.*;
| import java.util.*;
| import java.io.*;
| import java.sql.
Hi Ronald,
thank you very much!
So how is it possible to create an interface like the implemented one to
realise my ideas regarding the holiday demo (one user is asking for some days
off and another makes the decision if it is possible or not)?
Cheers Tina
View the original post :
http://ww
Hi Ronald,
thanks a lot for your answers!
In number 3 there is a typing error:
I would like to know how to deploy the process without eclipse.
Do you know how it is possible?
Thanks Tina
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112813#4112813
Reply
Thank you very much Tom for your advise!!!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112812#4112812
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112812
___
jboss-user
Hi All,
We are developing JBoss portal application which having multi level
hierarchy tabs. We are using JBoss portal server 2.6.1.
Our multi level hierarchy look like
- Home
-- testHome 1
-- testHome 2
- Garden
Regarding installation of JBossAS4.2.0, I had downloaded zip file from jboss
site and unzipped on my machine.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112806#4112806
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
The jbossweb-tomcat55.sar directory is getting copied from my application on
which I am working and I have removed the existing jbossweb.deployer from
JBossAS4.2.0.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112804#4112804
Reply to the post :
http://www
Sorry, i meant this wiki entry
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112803#4112803
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112803
_
See this http://www.jboss.com/search.jsp?query=jboss42faq
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112802#4112802
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112802
_
Having trouble with a NPE. I'm sure this is something simple
jboss4.2.1
seam 2.0 +
| @Stateful
| @Name("uploadAction")
| @Scope(ScopeType.SESSION)
| public class FileUploadAction implements FileUploadLocal{
|
| @PersistenceContext
| private EntityManager em;
|
Yeah, I think that the issue you linked to is the same underlying problem.
I'll add a note to that issue that this affects more than the noSelectionLabel
functionality.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112794#4112794
Reply to the post :
http:
I think what pete is getting at is that you are currently trying to outject a
Page scoped object from a session scoped bean.
By putting the outjection and factory in a separate page scoped bean (the page
scoped manager) you are splitting the problem up. Your page scoped users are
not being gene
Hi all, I guess this should be easy for some of you experts, so I hope to get
an answer here, after searching for this bug for a couple of hours now.
Here's the situation:
| @XmlJavaTypeAdapter(AbstractInodeImpl.Adapter.class)
| public interface Inode extends Serializable, Comparable, Clone
Er, not console I mean RMI adapter.
Anyway, take it step by step... first get login to work, then add the
interceptor.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112789#4112789
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
For remote access, you'd configure the security for the console.
http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoISecureTheJMXConnection
This will authenticate a remote connection, take "username+password" and create
a principal.
For fine-grained authentication, enable this interceptor:
http://jso
Redirections in pages.xml to error pages that reside anywhere besides the web
root always redirect me to a 404 page.
eg
|
|
| Gateway error, please try again
|
|
|
This issue was fixed and seems to have been broken again in 2.0GA
View the origina
but the mozilla has nothing to do with hibernate ;)
The mozilla we use is just plain mozilla so surprised locale should play a
difference here...but we'll look into it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112783#4112783
Reply to the post :
http:/
any chance your jbas 4.2 is secured and you didn't provide a username/password
for it ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112782#4112782
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112782
__
If you have a "subscription" they probably provide fancy tools for this.
But for poor people and poor businesses, you can use farmed deployments, remote
JMX access (write your own tools), use twiddle.sh, etc. There's a lot you can
do by accessing the deployment manager through JMX.
View the ori
Is it because your scheduler is deployed before the EJB is deployed? You may
want to add a "depends" to your scheduler so it appears after jboss initializes
it. Also, always post your stack traces.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112779#4112779
Does DeviceMBean extend ServiceMBean?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112778#4112778
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112778
___
jboss-user maili
Hi. I am testing a simple system which listen to updates to the cache.
The updates are trigger upon transaction-commit.
The code structure is something like below.
start() {
cache.addTreeCacheListener();
Transaction.begin();
editCache();
Transaction.commit();
Hi,
I have read the online reference "Chapter 27. Seam annotations",but I didn't
see any documentations introduce what's the exact meaning for every xml tag of
conversation control,and what attributes for them...
e.g.: etc.
Just wondering,where can I find such a documentation introducing these
I have the same problem.
Maybe the different between the JBoss implemention and Sun implemention.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112770#4112770
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112770
___
I try to adopt Myfaces work on jboss portlet ,but it aways have error on the
wep page when i open the portlet,the error is :
Cause: java.lang.NullPointerException
StackTrace:
java.lang.NullPointerException
at
org.apache.myfaces.application.DefaultViewHandlerSupport.calculateServletMapping(Defaul
I try to adopt Myfaces work on jboss portlet ,but it aways have error on the
wep page when i open the portlet,the error is :
Cause: java.lang.NullPointerException
StackTrace:
java.lang.NullPointerException
at
org.apache.myfaces.application.DefaultViewHandlerSupport.calculateServletMapping(Defaul
"IGx89" wrote : Seam's POM incorrectly has JBoss EL 2.0.1-SNAPSHOT as a
dependency (JBoss EL 2.0.1.CR1 isn't even published)
Oops, my bad. We never finalised the release proceedure for JBoss EL in our
hurry to get CR1 out. We'll try to fix this asap. Thanks for the heads up :)
View the original
Wow. The code is blatantly wrong here. Sorry about that, and thanks for
catching that. I'll see if I can get this into a point release.
http://jira.jboss.org/jira/browse/PCACHE-56
-Jason
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112765#4112765
Reply t
I'm having an issue which I think is not supposed to be happening.
I read the javadoc for PojoCacheImpl.addListener and it says "A given listener
instance can only be added once, whether or not there is a pattern. To have a
duplicate listener simply create a new instance."
I am experiencing the
Could you comment on the advantages and disadvantages of Apache HTTPD vs JBoss
Native in the context of a Seam/Facelets application that serves very little
static content?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112763#4112763
Reply to the post :
htt
perhaps the topic name was not the best, but I think its a fair question.
So far, only strategy to avoid the entity which holds the collection to get
updated is to resort to deal with id alone, a not very object-oriented way to
go, so instead of retrieving the ticket.course object fetch just the
You are missing an equals sign:
| --host=
|
"sathish.gopal" wrote : Hi all,
|
| I solved this problem by starting the server with the parameter --host .
|
| The parameter jboss.bind.address will be set to the IP Address
|
View the original post :
http://www.jboss.com/index.ht
I'm having the same issue and finally tried this solution. It did not work for
me. I would like to access the default jboss page by going to http:// instead of http://localhost (which seems to be the only way
to access it). What might be my problem?
View the original post :
http://www.jboss.com
How do I modify the run.conf file so that I do not have to start jboss with
this parameter? I would just like to issue my usual run.sh.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112758#4112758
Reply to the post :
http://www.jboss.com/index.html?module=b
There's also a guide on my blog:
http://shane.bryzak.com/blog/articles/installing_apache_httpd_and_jboss
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112755#4112755
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41127
If you browse directly to
http://localhost:8080/myapp/seam/resource/remoting/resource/remote.js does it
work?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112754#4112754
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
Jason,
Thank you for your reply and sorry for the very late response. I have been
(and still am :)) swamped.
I appreciate your adding this as a feature request. I have voted for it (hope
others will too) and am watching it eagerly.
A couple of comments:
I tried the solution you proposed, an
Turkish character set is included in ISO-8859-9.
Hibernate uses toLowerCase/toUpperCase method to generate sql queries. But when
you lowered the character "I" to lowercase it turns to "ı" (spotless i) and
hibernate generated queries doesnt works. In mozilla plugin lots of thing has
been changed
I just now ran into this exact same error message using the latest JDBC4
compliant driver for PostgreSQL. Apparently, that driver was compiled using JDK
1.6 and I was attempting to run it with JDK 1.5. I find is strange that in this
situation that the typical "bad version number" message does no
On my JBoss 4.2.2 Server I have two web services.
If I first start my JBoss server without either web service then deploy web
service A. Then deploy web service B. The following runs (as intended).
Web Service B has a ContextInitialized piece that runs when it is deployed.
Inside of Web Serv
Same as on any other system: download and unzip the zip file into a directory.
Prerequisites to running it: a JDK (1.5 preferred), JAVA_HOME set to where JDK
is installed.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112742#4112742
Reply to the post :
htt
Looks like it is in milliseconds. So you need to enter:
1000 (milli/sec) x 60 (sec/hr) x 24 (hr/day) x 7 (day/week)
Got a calculator handy?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112740#4112740
Reply to the post :
http://www.jboss.com/index.html?mod
I have build an application using PojoCache 1.4.1 SP6/7 and the leaf node has a
collection (HashSet) of objects. I need to frequently add/remove objects from
the collection. But at high load, some removed objects only exist as _lock_:
LOCK with no data attached. (See the object /2 under /transac
Are there any installation procedures available?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112736#4112736
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112736
___
jboss
|
|
|
|
| true
| org.jboss.chap10.ex2.ExSchedulable
| TheName,123456789
| java.lang.String,long
|
| NOW
| 6
| -1
|
|
|
on this code, how can
To be precise, icefaces file upload gets broken and possibly some other things
too that we haven't experienced yet.
We use seam 2.0.0GA, icefaces 1.7DR#3 from svn, jsf 1.2 on glassfish v2
When uploading file, some odd exception of "EJB not found" is thrown.
I have posted full stacktrace already
If you upgrade point releases ie. 2.0.0.GA to 2.0.1.CR1 then you can typically
just copy over the lib folder and be done with it. The problem with creating
an automated script is going from major releases like 1.2.1.GA to 2 GA, in this
case the tool would need to update all schemas and namespac
Hi,
I've been working on scheduling listeners. I need to schedule my listener to
monitor for files 1particular day. How do i do it?
The scheduler-service.xml file now currently running on my system is
true
com.bluebird.integration.warranty.actions.WarrantyAction
NOW
5000
-1
How do i c
Part of my application's requirements involve me saving the transaction id of
some operations. I am using a CMT StatelessSessionBean. I thought that I
could get the id via entityManager.getTransaction(), but that yields the
following IllegalStateException. Is there another way to get to this
We just released JBoss Messaging 1.4.0. Service Pack 3 (SP3)
This release contains one fix to a minor classLoader memory leak that could
cause issues while using the JCA adapter (or MDBs), another improvement to flow
control and a workAround to a bug found on JBossRemoting 2.2.2.SP3.
For more
I did a blank install of JBoss Tools 2.0.0.GA with a blank Eclipse EE
installation. I downloaded JBAS 4.2.2, unzipped and created a server inside
Eclipse.
When I start it, it switches to the console and shows the output as expected,
but when it finishes the startup sequence, eclipse does not au
I have done a lot of search and also have tried whatever I could fine but the
issue could not be resoved. When I run the code I get the following error:
Error in java.lang.ClassCastException:
org.jboss.resource.adapter.jdbc.WrappedCallableStatement"
Here is a part of the code:
import oracle.jd
will try it tomorrow and will let you know how i get on!!
Cheers Peter,
LL
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112719#4112719
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112719
___
You could explode the existing ear and war files.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112717#4112717
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112717
___
jboss
Its a third party lib that i use that loads the resource file so i cant change
how this works.It does this by getting hold of the class and then
class.getResourceAs().
As a work around for the moment i have copied the properties file into the
"work directory" but this would not be an ideal sol
First, do not modify jbossmq-destinations-service.xml, instead create a new
*-service.xml file, place the queue in there, and copy that file to the deploy
directory.
Second, the console output you added to your message (all text from "and the
19:50..." on) concerns an ear file being undeployed.
Hi,
Which file(s) contained the fix? I'm having an issue that sounds very similar
to this. In our system we have a parent process that has a fork that has
transitions to 4 nodes that then
transition to a join. Periodically we get a StaleObjectException when the sub
process completes, signals t
I'm new to ejbs and transactions so i was wondering how i might turn on logging
to see if i set up transactions in my ejbs correctly. Are there logs that say
when i'm in a transaction and what not?
Using JBoss4.2.2 with EJB2 unfortunately but will be using EJB3 soon.
Thanks
View the original
See that's a gentil explanation...
thanks :P
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112704#4112704
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112704
___
jboss-use
Sure, the jbpm team knows everything about the jbpm config file and how the
engine that uses it works. We are *not* specialists in configurations of
datasources the way the hibernate and even your DB2 driver behave in
maintaining connections and 'we' certainly did not provide the configfile you
Thank you. Your post help me very much !!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112694#4112694
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112694
___
jboss-user ma
"[EMAIL PROTECTED]" wrote : Oh, and you also need to override the
Seam.Remoting.resourcePath after you import the script. It defaults to
"/appname/seam/resource/remoting", so you'll need to give it an absolute url
also...
According to the Firefox javascript console, "Seam is not defined". Her
hi
with jboss 4.2, i got some problem with jsf
if i remove
myfaces-impl-1.1.4.jar
myfaces-api-1.1.4.jar
i get
| Exception sending context destroyed event to listener instance of class
| (listener) org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
| java.lang.NoClassDefFoun
Thanks, matt!
Your suggestion with "depend" annotation totally worked. And, also, it helped
me with another issue I was having:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112686#4112686
I'll definitely give the observer a try, never used any observers before.
View the original p
Black magic, it works now, even without merge :)
matt.drees gave me a hint how to @Startup application scoped components
properly and it works now
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112676#4112676
The only change I made is that now the component starts up with @Startup
what is the relation to jBPM?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112684#4112684
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112684
___
jboss-user mailing list
Thanks to those that posted. At least it helps me confirm that there is no
automated way to upgrade to new seam releases (too bad since 2.0.1 CR1 was just
released).
If someone does come up with an upgrade script or migration tool, please share
it here.
Thanks again.
View the original post
Correct That is the way releasing releases works. You have a reporting
issue where you mention in which release it has to be fixed. If an issue is
fixed it is in CVS-Head... so you can checkout that.
Besides that, there is a roadmap that shows on all issues that need to be fixed
before a r
"JUnkie" wrote : I always managed to avoid entity updates after a persist in
the same method call...
May I ask why? By itself persist() doesn't necessarily triggers DB call, just
introduces the object to the persistence context. If I make an update later,
should be fine, the important thing is
I am declaring the queue into jbossmq-destinations-service.xml,
jboss.mq:service=DestinationManager
and the 19:50:18,846 INFO [TomcatDeployer] undeploy, ctxPath=/cactustest,
warUrl=.../tmp/deploy/tmp54847cactustest.ear-contents/cactustest-exp.war/
19:50:18,924 INFO [EJBContainer] S
I'm getting this as well (intermittently and can't reproduce on demand). I
thought it had to do with adding a debug stop in a @WebRemote annotated method
but not sure exactly what's causing this behavior. I am using multiple a4j and
rich components in a single xhtml.
stack trace:
10:37:37,09
It would help if you provided some context for what it is that you are doing,
and how that particular queue name fits into it. How are you declaring the
queue? How is it packaged with the rest of the app? When is this error
happening, when you deploy the application?
View the original post :
h
If you're using an EntityManagerFactory component (i.e., you're not using the
app server's EMF), then the hbm2ddl is run by entityManagerFactory's @Create
method. So your @Startup component depends on the database, then you can
denote the dependency in the annotation:
| @Startup(depends={"y
I always managed to avoid entity updates after a persist in the same method
call... however what happens if you add
card = entityManager.merge(card);
directly after the persist call?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112674#4112674
Reply to the
Could not find the queue destination-jndi-name=queue/mfcControll2myWMS
19:10:04,394 WARN [MessagingContainer] destination not found:
queue/mfcControll2myWMS reason: javax.naming.NameNotFoundException: queue not
bound
19:10:04,394 WARN [MessagingContainer] creating a new temporary destination:
Apparently this queue is declared twice - either two times in one *-service.xml
file, or in two different files. Remove one of the declarations.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112670#4112670
Reply to the post :
http://www.jboss.com/index.htm
Hi,
I'm trying to open a report in Excel, with a specified dynamic filename
I have an xhtml page that spits out simple tabulated data. On viewing that page
ID I call a method from pages.xml that does this:
String fileName="Charity_Report"+i+".xls";
|
| HttpServletRespon
I found a solution to my particular version of this problem yesterday. What I
figured out is the hibernate Session is closed by closing the jBPM context
before the transaction is committed. In my particular scenario I had a Session
Bean backed web service (i.e. JBossWS) and an interceptor (dec
Is Datasource pooling considered a standard/default option in JBoss? I am using
JBoss 4.0.5 and I am concerned how to keep track of end users threads into the
database. If I need to kill a particular users connection will that mean taking
down everybody in the pool? is there a way to do individu
jboss.mq.destination:service=Queue,name=mfcControll2myWMS already registered
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112665#4112665
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112665
__
here my Bean.java:
package crossTable.action;
|
| import java.util.ArrayList;
| import java.util.Calendar;
| import java.util.Date;
| import java.util.Iterator;
| import java.util.List;
| import java.util.Map;
| import java.util.TreeMap;
|
| import javax.ejb.Remove;
| impor
>From my understanding it has always worked this way. Here is a JIRA issue
>that requests documentation of the subject and references some earlier
>postings (all the way back to 1.0.1GA):
http://jira.jboss.com/jira/browse/JBSEAM-1886
I wrote a blog posting last night that describes the convers
Sorry, I was hard or you.
I still recommend scanning all of the forum posts through email. It may take
time, but it will prevent problems.
You will avoid problems and also know what the latest tips and tricks are.
There are about 80-100 posts a day. After a while you will be able to weed out
Hi there,
Is there a way of stopping a message from being sent back to the queue after it
has been thrown out by the onMessage() method. I have a XML validator that
throws an exception when the XML message that is received in the queue fails
validation. Somehow, the MDB retries up to about 5 ti
dude, the problem i'm having is with the DB2, SQLServer and Hibernate
connections... and it is supposed that jbpm made jbpm Ohh let me see.. mMmmm i
gues they did.
Well i guess i should ask them about the xml file configuration cuz they built
it.
Mmm.. i dont think that venezuela (wich prod
no, ommission in the ui. It was just implemented that way for demo purposes
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112648#4112648
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112648
___
I had success using the following guide to get Apache 2 running in front of
JBoss 4.2.2.GA/Seam 2.0.0.GA:
http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss
the Seam application I installed included ajax/richfaces usage. No problems
were encountered with this.
View the origina
1: no, it does not greate an archive in a file, it deploys it to the server in
a different way (servlet)
2: since it is deployed to the server (see 1)
3: see 1
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112646#4112646
Reply to the post :
http://www.jboss
Thanks :)
Two things still though:
- Version 2.0.1.CR1 needs to be marked as "Released" in JIRA
- Seam's POM incorrectly has JBoss EL 2.0.1-SNAPSHOT as a dependency (JBoss EL
2.0.1.CR1 isn't even published)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41126
I forgot my JBoss Version. I'm using JBoss 4.2.2.GA on a windows system.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112642#4112642
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112642
_
:-) Then you should go to the Microsoft site (or maybe a linux site) since that
is where it runs on oh no, wait... Dell or Compaq or HP, or Lenovo is where
you need to be. Or maybe even Enron since they probably supplied the energy
(:-S)... A stupid me... you should go to the site of the
i solved the problem.
i started jboss with -b --host IP_LAN
in this way i can access jboss remotely but i can´t understand why.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112639#4112639
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=p
We have a single node jboss instance that uses JMS which persists messages to a
postgresql database. We would like to move this to a clustered pair, but
without using HA-JMS. Can we do this and still keep the single messages
database? Will there be collisions, and if so is there a way to make jb
Hey...
I've been bitten by http://jira.jboss.com/jira/browse/JBPM-1085 that has been
fixed in version 3.2.3 and 3.2.2 SOA1, neither of which I can find anywhere
including CVS. I'm assuming they're not available for public consumption just
yet?
Regards,
Robin
View the original post :
http:
How did you install JBossAS? Where did you get the
server/default/deploy/jbossweb-tomcat55.sar directory from? (There is no such
directory in in JBossAS 4.2.0.)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112637#4112637
Reply to the post :
http://www.jbo
Hi guys,
I´m trying configure Jboss Profiler in solaris 10, but I when tried to make the
command: "ldd libjbossInspector.so" the following error ocurried: (ldd:
libjbossInspector.so: has wrong class or data encoding)
Any idea?
[]´s
tks...
- - - - - - -
Claudemir Ferreira Franco
Analis
(similar problem:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=103248&postdays=0&postorder=asc&start=0)
I'm experiencing problems with the message redistribution between the cluster
nodes. I'm running two server nodes jboss-4.2.0.GA with
jboss-messaging-1.4.0.SP2
(http://labs.jboss
1 - 100 of 210 matches
Mail list logo