It is unlikely that something other than your code is making changes to your
objects.
You could implement a TreeCacheListener or use one of the pre-existing
TreeCacheListener implementations such as TreeCacheView, TreeCacheView2, or
ConsoleListener to give you a peek into cache events. Check o
No, use the CVS I listed above
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877732#3877732
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877732
---
This SF.Net em
Thanks Norman. I can use Oracle9i with JBoss using oracle-ds.xml. It's very
simple. I wrote it down here so that newbies like me can take a look.
- change oracle-ds.xml and copy the changed version to deploy directory
- set Pad in jboss-service.xml to true
- copy Oracle driver to lib directory
yeah think so :-)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877730#3877730
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877730
---
This SF.Net email is spons
No, actually I'm wrong. Stateless session beans are not allowed to call
getCallerPrincipal from the ejbCreate/ejbRemove as there is no guarentee of a
security context. Stateful session beans are allowed to use getCallerPrincipal
from ejbCreate/ejbActivate/ejbPassivate/ejbRemove.
It is the chang
What has changed is that there is now a valid session ctx for the home
invocation. Previously this was not created until needed. This is a bug in the
assertion being made to what methods are allowed to invoke the
getCallerPrincipal that has not shown up until the change in the session ctx
creat
As title. Thanks.
-qdotlu
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877726#3877726
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877726
---
This SF.Net email
Hi,
I have a custom security implementation that works well in previous JBoss
versions. However, with JBoss 4.0.2 it gives the following exception. I tried
(with full rebuild of my own lib) both with jdk 1.5 and jdk 1.4 (latest
versions). What might be going mistakenly here?
Thanks in advance,
here's my problem:
some objects that i'm putting into jboss cache are changing values without my
consent. but i cannot tell what it changing them. it is not reliable, but i
can reproduce it with my code. basically they change after a significant
amount of time, with several accesses of other
i'm using sourceforge--- should i not be?
here's my command:
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jboss-cache
if this is the wrong command-- which should i use, or where should i look to
find the correct username/pass/host/path?
View the original post :
http://www.jboss.org
Jon,
JBoss Portal will not run on AS4.0.2 as that version of AS uses Hibernate3. We
recommend 4.0.1sp1, as we mainly develop on that version containing Hibernate2.
We hope to have it running on 4.0.2 for our Final in June.
I will modify the docs and make it clearer that we do not support 4.0.2
Anything is possible.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877720#3877720
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877720
---
This SF.Net email is sp
JBos 4.0.2 (installed yesterday), WinXP (yuck, but I have to), Postgres 8 on
SUSE 9
I tried installing the latest jboss-portal, downloaded from sf.net, using the
documentation both in the downloads and online (pretty much the same, I know).
The portal service doesn't appear to be working becaus
Ah, see that's the point. jboss-ws4ee-client.jar has this class
org.jboss.webservice.handler.ClientLoginHandler
which is not the same as
org.jboss.webservice.client.ClientLoginHandler
The latter class is the cause of the problem. Why is this older class still
being called and how can I fix i
client/jboss-ws4ee-client.jar
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877714#3877714
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877714
---
This SF.Net ema
I can appreciate that, Anil. Speaking of stack traces...
Using a default jboss configuration, I have an issue currently that a web
service which we used before (JBoss 4.0.1sp1) will now puke an exception as
follows:
|org.jboss.axis.ConfigurationException:
java.lang.ClassNotFoundExce
where i can dowload file jbossj2ee-src.zip(for update sun examples)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877712#3877712
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877712
I figured out the problem, I wasn't doing anything with the values returned. I
needed the following:
response.setContentType( "text/html" );
| PrintWriter out = response.getWriter();
| out.println( );
Hope this helps someone else one day.
- Matt
View the original post :
http://www.jboss
i am developing web application using java.
i am using ant builder for build the java project.
i am creating .ear file through ant build.xml and deploy this .ear file on
jboss application server.
for running some java program i have to use shared library...so at run time i
have to pass
java.libra
Hey all,
Has anyone gotten the two (Liferay 3.2.0 ent. and jboss 4.0.2) working
together? are there any docs on getting liferay working with jboss 4.x?
Thanks a lot
james
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877707#3877707
Reply to the post :
htt
I have a problem. I am developing a corporative solution for upLoad of
archives, I do not want to use the method ENCTYPE="multipart/form-data"
therefore I go to have an amount of users making upload this can very degrade
the memory of the server.
For security reason I cannot use Applet.
I would
I just upgraded to 4.0.2 from 4.0.1 because my SAR was unable to load jdom.jar
(issue with manifest in jdom, i found a forum thread on that..). That problem
was fixed when i moved to 4.0.2, but now I'm also stuck on ehcache with a class
not found error..
my SAR has the jar.. see below..
Caused
As an afterthought and to clarify: as you can see in the stack trace, this time
I tested with the example.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877705#3877705
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=387
No. Jasper performance has to be improved before such an undertaking can be
done. Why dont u make precompilation part of ur build process?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877703#3877703
Reply to the post :
http://www.jboss.org/index.html?modu
XA for oracle may require a couple of other steps. Do you really need XA? Try
the normal oracle driver first. You'll find it much easier to get going.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877702#3877702
Reply to the post :
http://www.jboss.org/i
The CVS head says 1.2.3beta.
cvs.forge.jboss.com:/home/cvs, co module JBossCache
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877701#3877701
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877701
Hi,
Is there a setting of JBoss/Tomcat I can set to precompile all the jsps on
startup to improve performance (as opposed to using ant tasks for that)?
thanks,
--Yuliya
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877700#3877700
Reply to the post :
http:
"msaringer" wrote :
| With that piece of information as well as the proper entries in
jboss-app.xml and jboss-web.xml (see one of bocio's posts above resp.
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration) my
application works fine again.
|
In short, Habemus Papam! ;-p
As I mentioned above, I fixed the ignore by getting rid of a extra lock call.
I'm working on a simple reproducible test case.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877698#3877698
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posti
Strange. It doesn't work for me.
This test was using:
- a stock JBoss 3.2.7, virgin "default" server, except for the deployed example
- JDK 1.5.0_03
- XP
java.io.FileNotFoundException: file:\C:[EMAIL
PROTECTED]@3DPersistentServiceExample.xml (Die Syntax fÃr den Dateinamen,
Verzeichnisnamen oder
I just checked and it works for me on 3.2.7, i.e. deploy the example at
docs/examples/jmx/persistent-service.sar
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877696#3877696
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
I just fixed that for 4.0.2:
http://wiki.jboss.org/wiki/Wiki.jsp?page=WhyMyPersistentMBeanFailsToRedeployOnJBossV4.0.2
But I thought it was working ok with 3.2.7?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877695#3877695
Reply to the post :
http://www.j
If I try to persist an XMBean using the
org.jboss.mx.persistence.ObjectStreamPersistenceManager under Java 5.0 and
JBoss 3.2.7, I get lots of exceptions of this kind:
java.io.FileNotFoundException:
file:\C:\workspace\jboss-3.2.7\server\ceptix\data\xmbean-attrs\NFSServer.xml
(Die Syntax fÃr den
currently the latest release is 1.2.2.
in cvs, the file called "Version.java" says 1.2.2. does this mean that
developement is on a different branch/server? or is this really the latest code
which will be released next?
sorry if this is a stupid question... i'm a little new with this kindof st
I tried to use Oracle9i with JBoss 4 and faced some problems. This is what I've
done:
- copied docs/examples/jca/oracle-xa-ds.xml to server/default/deploy. Changed
the values of , , to the proper ones.
- in the ejb jar file of my application, I had the jbosscmp-jdbc.xml file like
this:
| h
I' ve the same problem. I've implemented a custom login module extending the
org.jboss.security.auth.spi.UsernamePasswordLoginModule. I've implemented the
methods getUsersPassword and getRoleSets. The authentication process runs well,
but the authorization does not. After logon using JAAS I make
You can't automagically call startSnapshot() :(
And especially for SnapshotRecordingMonitorMBean I see, there is no method
void setEnabled(boolean start);
This one exists in the other 3 monitors and would cause the effect you want, so
I guess somebody forgot to add it...
View the original post
"[EMAIL PROTECTED]" wrote :
| If you have things from different classloaders calling one another,
| don't deploy the classes in both classloaders without enabling
call-by-value.
|
How I love precise statements ... digging into all that class loading stuff
prescinded me from basic aspec
Hi,
I have a client which worked in 3.2.x, but now that I'm on 4.x the client isn't
able to connect. It seems that port 1099 is closed.
On the machine running JBoss, I can telnet into port 1099, but I can't from the
client machine. Both machines are running WindowsXP and the firewalls are
turn
Hi Folks
I have a session EJB which sends messages. In ejbCreate() I establish all the
objects necessary to support publication of messages to a queue. i.e. I have
the QueueSession and QueueSender objects.
A "business method" of this session bean sends messages. This works for one
invocatio
its ok now thanks...
(im using jdk1.5 anyway so it suits me)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877684#3877684
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877684
I too am having problems with chapter 5 but when I try to build the web service
with the ant command i get this instead
[java] log4j:WARN No appenders could be found for logger
(org.apache.axis.i18n.ProjectResourceBundle).
[java] log4j:WARN Please initialize the log4j system properly.
Thank you very much, the deployment is now ok.
By the way, as the Reccording attribute is read-only, I had to remove it from
my xml.
But I'm having another problem now : I want the Snapshot to be started
automagically, thus needing to execute startSnapshot() after deployment.
How can I do that ?
Thanks Bela!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877681#3877681
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877681
---
This SF.Net email is sponsored b
Dear colleagues,
This is to let you know that I have now managed to implement a simple security
in my webapp. I have followed the starting guide that came with JBoss 4 and to
do some guess works which have paid off.
I have used 4 steps to solve the problem:
Step 1: entries in the web.xml fil
Do you think your Tuple#1 and Tuple#2 are really in detached or persistent
state when this processing occurs?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877679#3877679
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=
"sean_gildea" wrote : Thanks Bela!
|
| Do you know how JBoss Cache handles or has the ability for these as well?
|
| 1. duplicate requests
| 2. load on start up option
| 3. warm cache on start up option
| 4. turning off of distributed cache features such as multicasting
|
|
The only difference between 4.0.1 and 4.0.2 is 4.0.2 JBoss has changed to the
Servlet spec classloading model, i.e. it uses the Tomcat classloader.
But I don't see why this should break the working application. How have you
done the packaging of war and ear file?
View the original post :
http
The message 'ignoring persistent instance' simply means that Hibernate
encountered an entity instance during save/update (or cascade) that is already
in a persistent state (i.e., associated with the session).
For example:
| MyEntity myEntity = ( MyEntity ) session.load( MyEntity.class, id );
Thanks Bela!
Do you know how JBoss Cache handles or has the ability for these as well?
1. duplicate requests
2. load on start up option
3. warm cache on start up option
4. turning off of distributed cache features such as multicasting
Best Regards,
Sean Gildea
View the original post :
http:
hello list.
is there a way to find a Clustered StatefulSessionBean with its session id?
eg. all i have is the session id as a string from a servlet.
any hints welcome ;)
cheers
lviz
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877671#3877671
Reply to the
How can I switch off multirefs in soap messages ?
We are using JBoss 3.0.x to expose web services and are not allowed to use
multirefs.
The parameter sendMultiRefs=false seems to be ignored in the web service
configuration.
View the original post :
http://www.jboss.org/index.html?module=bb
Tim,
Looks like this is a bug. Can you open a Jira issue under JBossCache and assign
it to me?
Thanks,
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877669#3877669
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
// Q: Is JBoss Cache able to set cache size limit based on
// memory usage instead of quantity of objects?
A: Not yet, but it is on the roadmap:
http://jira.jboss.com/jira/browse/JBCACHE-11
// Q: Also, does anyone know how JBoss Cache handles
// locking of the cache when a load for a key is in
I found the answer to my first question on these forums here:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=61990
I am still trying to find out how Jboss cache handles locking of the cache when
a load for a key is in progress.
As well as how JBoss Cache handles these as well:
1. dup
When going through the JBoss Getting Started Guide 4.0 (v3), in chapter 5
you're requested to run the following command ant -f jboss-build.xml wsdl,
which is supposed to use the Java2WSDL to generate the wsdl file. However the
following error occurs when trying to run the command:
[EMAIL PROTEC
It seems you are in the wrong forum.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877665#3877665
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877665
---
This SF.
I would really appreciate it if anyone could answer this question. I've looked
thru the documentation and cant find the answer.
Q: Is JBoss Cache able to set cache size limit based on memory usage instead of
quantity of objects?
Q: Also, does anyone know how JBoss Cache handles locking of the c
"msaringer" wrote :
| What I really need is more detailled information on how to organize complex
deployments so that they work properly with the default JBoss (4.0.2) settings.
The answer is simple and mentioned above.
If you have things from different classloaders calling one another,
don'
I'm using 4.0.2 and the EJB3.0 Preview 5. Hibernate 3 is bundled with this it
appears. The first problem I faced was not updating the mapping files to the
3.0 DTD when upgrading to Hibernate 3. See
http://www.jboss.org:8080/index.html?module=bb&op=viewtopic&t=63656
for more details.
Right now e
"[EMAIL PROTECTED]" wrote :
| To (ab)use your analogy, you are complaining about where you previously
| bought a car. You then update to this year's model and the maker has
| decided to enable an annoying alarm when you don't put your seatbelt on.
|
| It was still a problem before when
name="jboss.jca:service=LocalTxCM,name=mysqlds">
mysqlds
jdbc:mysql://localhost:3306/db
com.mysql.jdbc.Driver
jboss.jca:service=RARDeployment,name=JBoss
LocalTransaction JDBC Wrapper
0
50
5000
15
ByContainer
jboss.jca:service=CachedConnectionManager
jboss.security:se
The getting started guide you are using is for 4.0.1. There were changes in
web services in 4.0.2 that make things not work. There should be a 4.0.2
version shortly.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877655#3877655
Reply to the post :
http://
"adrian.bigland" wrote :
| When I try setting ...true...
I've raised a bug report for this. It could be that this is broken.
http://jira.jboss.com/jira/browse/JBAS-1813
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877653#3877653
Reply to the post :
htt
I forgot:
I am using jboss 3.2.5
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877652#3877652
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877652
---
This SF.Ne
You'll need the ojdbc14.jar in the 'lib' directory. Then copy the file
'docs/examples/jca/oracle-xa-ds.xml' to 'server/your config/deploy' and edit
the contents to match your configuration. That's all there is too it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtop
Hi to everybody,
I am upgrading my webapp to Java 1.5 and myfaces 1.0.9.
Compiling woks fine and I only needed to rearange some import of myfaces(from
net.sourceforge... to org.apache...).
But when I deploying the app and accessing the first jsp, I get errors like
| org.apache.jasper.JasperEx
"[EMAIL PROTECTED]" wrote : Well, if the members are in different clusters,
then you will always get different results.
| I suggest you don't start all 3 threads concurrently. Have at least 1
member in the cluster, before you start the others.
| Otherwise, they will need a merge, and the MERG
I do have exactly the same problem.
After reading the messages here as well as the manual and the wiki entries, I'm
just able to revert to the pre 4.0.2 configuration.
What I really need is more detailled information on how to organize complex
deployments so that they work properly with the defau
"bocio" wrote :
| Now As Adrian previously stated on the Jira task:
|
| anonymous wrote : P.S. It is a good idea to provide an example than
actually works out-of-the-box.
|
| Bye form a monkey
That is a misrepresentation I what I said.
I was complaining about a submitted test where
Hi,
i have a problem to set my mysql datasource connections to autocommit=false.
Following situation:
i moved my Application from JBoss 3.2.6 to JBoss 3.2.4
At Jboss 3.2.6 i configured my datasource in mysq-ds.xml. I had no problems.
Jboss 3.2.4 wasn't able to deploy this file, so i configured a
The TROLL comment was aimed at "[EMAIL PROTECTED]"
A "TROLL" is somebody that has nothing useful to add and just wants to start an
argument.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877642#3877642
Reply to the post :
http://www.jboss.org/index.html?mo
Thanks,
I will give it a try. Here is the complete set of xdoclet tags. I already had
the servic-endpoint-class. I handcoded and got it to work for the time being.
I am currently wrestling with trying to get a documentliteral service working.
jboss4.0 is a currently a lot harder to work wi
I have a project here over Jboss4, and always when I try to access a specific
TLD, by
"jsp" wrote :
| <%@ taglib uri='/WEB-INF/tld01.tld' prefix='prefixo'%>
i receive a JBoss message, when the program try to enter in the JSP.
"JBoss Message" wrote :
| 10:21:55,250 ERROR [Compiler] Javac
Since your deployment contains mbeans, it should be named:
snapshots-service.xml
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877639#3877639
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877639
-
Sorry was:
To revert to pre-4.0.2 config use:
| true
| true
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877638#3877638
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877638
--
Sad to say the misused RTFM:
anonymous wrote :
| To revert to pre-4.0.2 config use:
| true
| true
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877637#3877637
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&
hi,
Can someone pleas tell me how to configure a new jndi say beanjndi in
Jboss 4.0.I have finished searching the whole site for this. Any help is highly
appreciated.Please
Thanks
Deep
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877634#3877634
Rep
Hello, I have a problem to display German umlauts in a portlet running on JBP
Beta 1 (sources from the zip-file), JBoss 4.01sp1 and Fedora Core 2.
I tried to fix it by setting the JBossRenderResponse ContentType to UTF-8 and
after that to ISO-8859-1 - with little success.
I could imagine that
I see that you have 'medrec ' word specified in between
medrec and 50 . Is your
*-ds.xml getting deployed properly?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877627#3877627
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode
I'd like to make persisted snapshots, just like the monitors can be.
In order to do that, I'm trying to deploy some Mbeans at the start of JBoss, by
adding an xml file in the default/deploy directory.
The xml file looks like :
--
|
|
| Snapshot de t
Hi,
I'm trying to deploy Medrec application to jboss4. After copying ear and other
requested files to deploy folder. I added a mysql-ds.xml.
medrec
jdbc:mysql://localhost/medrec
com.mysql.jdbc.Driver
medrec
medrec
50
20
0
true
I've a stateless session bean implementing a web-service.
The following code works only in jboss 4.0.1sp1 and correctly return an
InputStream of 17MB but returns an exception in jboss4.0.2final: "No cache"
Message msg = MessageContext.getCurrentContext().getRequestMessage();
Ite
Yes it works.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877622#3877622
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877622
---
This SF.Net email is sponsored
commons-collections jar can be found in:
http://jakarta.apache.org/commons/collections/
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877619#3877619
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877619
---
Hello,
I'm porting a prototype from Websphere Application Server 5 to JBoss 4.0.2, and
I need help to configure JMS to use WebsphereMQ messaging.
Is it possible ?
Cedric.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877618#3877618
Reply to the post :
htt
I'm having exactly the same problem that singular_droid had in this post:
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876764#3876764
I'm developing an application that works perfectly on JBoss 4.0.1, but when I
try to deploy it on JBoss 4.0.2, I get the following error:
12:49:08,5
Well I'm having the same problem
The is not a major bug but a fatal one, which makes the JBoss JAAS model
useless!!
Any progress ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877616#3877616
Reply to the post :
http://www.jboss.org/index.html?mod
Hello,
is there a way to configure a plain text smtp authencation in mail-service.xml?
Thanks,
Kirill.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877614#3877614
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=387761
Hello,
Firstly I know there is a lot of discussion on this point, but I can't find
anything that describes my problem exactly.
To emphasize up front:
1. My app is not distributed between two ears (I don't have a hot deploy of
partial app issue)
2. The EXACT same ear works in 4.0.1 but not in 4
Hello Chuka,
it is a navigation issue, feel free to enhance it by submitting a patch.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877610#3877610
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877610
-
i can't believe that there's no back link or any link to the previous portlet
in the forum portlet! doesn't it?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877609#3877609
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
"[EMAIL PROTECTED]" wrote : What can I say, people don't care about flexibility
to configure it the way the need apparently.
|
Geee Scott & Adrian!
I'm not a troll but please stop to treat us like monkeys.
I do care about flexibility and I do care about Jboss givena that I have
various applic
yes
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877605#3877605
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877605
---
This SF.Net email is sponsored by Oracle
got the same error:
windows xp sp2
sun jdk 1.5.0_02-b09
jboss-4.0.2
j2ee tutorial update 4
altough this error did not ocurred while using jboss-4.0.1
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877604#3877604
Reply to the post :
http://www.jboss.org/index
Perhaps I should mention that I'm using Fedora Core 2. Could this be a problem
? (I readed somewhere that nobody made a cluster work on FC3. I don't know if
this is true or false and if it also apply for FC2 ).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38
Hi Ben, and thank you for your answer.
I have a load balancer in front of the cluster. Using Apache 2.0.54 with mod_jk
1.2.12, and this is my configuration:
jk.conf:
| LoadModule jk_module modules/mod_jk.so
|
| # The workers.properties
| JkWorkersFile conf.d/workers.properties
|
|
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877595#3877595
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877595
---
This SF.Net email is sponsored by Orac
I invoked a method (which does not exist) on a statefule session bean, An
exception will be thrown out.
And then I invoke another method which does exist. but the exception "Could
not activate; failed to restore state" is thrown.
How come the second exception is thrown out?
Thanks,
View t
Hi All,
Can anyone tell me that if Jboss cahche updated from EJB Transaction, and if
the transaction rolled back then will the changes in the cache remains or the
newly added data will be removed.
If not then how can we achieve such scenario i.e. on EJB transaction rolled
back the changes in ca
1 - 100 of 105 matches
Mail list logo