[JBoss-user] [JBossCache] - Re: help with how to debug

2005-05-13 Thread jiwils
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

[JBoss-user] [JBossCache] - Re: which JbossCache version is in the main branch on cvs?

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [JBoss Getting Started Documentation] - Re: HOWTO use Oracle9i with JBoss 4?

2005-05-13 Thread dxxvi
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

[JBoss-user] [JBoss Portal] - Re: forum is strange!

2005-05-13 Thread chuka
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

[JBoss-user] [Security & JAAS/JBoss] - Re: Cannot obtain inMethodFlag for: getCallerPrincipal

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Security & JAAS/JBoss] - Re: Cannot obtain inMethodFlag for: getCallerPrincipal

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Management, JMX/JBoss] - Does JBoss 4.0.2 has full support of JSR-160 (JMX Remote API

2005-05-13 Thread qdotlu
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

[JBoss-user] [Security & JAAS/JBoss] - Cannot obtain inMethodFlag for: getCallerPrincipal

2005-05-13 Thread gdemir
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,

[JBoss-user] [JBossCache] - help with how to debug

2005-05-13 Thread plainkeyman
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

[JBoss-user] [JBossCache] - Re: which JbossCache version is in the main branch on cvs?

2005-05-13 Thread plainkeyman
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

[JBoss-user] [JBoss Portal] - Re: Install from docs using defaults doesn't work

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Using MQSeries or WebSphereMQ

2005-05-13 Thread genman
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

[JBoss-user] [JBoss Portal] - Install from docs using defaults doesn't work

2005-05-13 Thread jon.brisbin
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

[JBoss-user] [JBoss.NET] - Re: Problem accessing .NET webservice from servlets

2005-05-13 Thread Tyler Black
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

[JBoss-user] [JBoss.NET] - Re: Problem accessing .NET webservice from servlets

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [JBoss.NET] - Re: Problem accessing .NET webservice from servlets

2005-05-13 Thread Tyler Black
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

[JBoss-user] [Beginners Corner] - zzz3000

2005-05-13 Thread zzz3000
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

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Returning Parameters to a Client

2005-05-13 Thread mjchecko
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

[JBoss-user] [HTTPD, Servlets & JSP] - UnsatisfiedLink Error

2005-05-13 Thread ketan_dba
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

[JBoss-user] [Beginners Corner] - Liferay 3.2.0 and jboss 4.0.2

2005-05-13 Thread madeonmoon
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

[JBoss-user] [HTTPD, Servlets & JSP] - upLoad the file

2005-05-13 Thread carlosgyn
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

[JBoss-user] [EJB/JBoss] - Re: 4.0.2 and Spring and hot deployment of SLSB

2005-05-13 Thread memoores
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

[JBoss-user] [Management, JMX/JBoss] - Re: Broken XMBean persistence with 1.5 and org.jboss.mx.pers

2005-05-13 Thread hennejg
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

[JBoss-user] [HTTPD, Servlets & JSP] - Re: precompile jsps option on startup?

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [JBoss Getting Started Documentation] - Re: HOWTO use Oracle9i with JBoss 4?

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [JBossCache] - Re: which JbossCache version is in the main branch on cvs?

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [HTTPD, Servlets & JSP] - precompile jsps option on startup?

2005-05-13 Thread yuliya
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:

[JBoss-user] [EJB/JBoss] - Re: Habemus Papam

2005-05-13 Thread bocio
"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

[JBoss-user] [Persistence & CMP/JBoss] - Re: Hibernate 3 unable to update or delete

2005-05-13 Thread garbett
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

[JBoss-user] [Management, JMX/JBoss] - Re: Broken XMBean persistence with 1.5 and org.jboss.mx.pers

2005-05-13 Thread hennejg
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

[JBoss-user] [Management, JMX/JBoss] - Re: Broken XMBean persistence with 1.5 and org.jboss.mx.pers

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Management, JMX/JBoss] - Re: Broken XMBean persistence with 1.5 and org.jboss.mx.pers

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Management, JMX/JBoss] - Broken XMBean persistence with 1.5 and org.jboss.mx.persiste

2005-05-13 Thread hennejg
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

[JBoss-user] [JBossCache] - which JbossCache version is in the main branch on cvs?

2005-05-13 Thread plainkeyman
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

[JBoss-user] [JBoss Getting Started Documentation] - HOWTO use Oracle9i with JBoss 4?

2005-05-13 Thread dxxvi
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

[JBoss-user] [Security & JAAS/JBoss] - Re: Propagating Permissions, please help

2005-05-13 Thread fgonc
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

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging in J

2005-05-13 Thread msaringer
"[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

[JBoss-user] [JNDI/Naming/Network] - How to open 1099 for access over network

2005-05-13 Thread richiethom
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

[JBoss-user] [JCA/JBoss] - JBoss closes (jms) connections for me

2005-05-13 Thread robinroos
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

[JBoss-user] [JBoss Portal] - Re: the link JBoss Portal RC1 + JBossAS 4.0.1sp1 Bundle => j

2005-05-13 Thread tomerbd2
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

[JBoss-user] [JBoss Getting Started Documentation] - Re: Problem with Dukes Bank section 5.2

2005-05-13 Thread lm28ness
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.

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-13 Thread Traveldoo2
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 ?

[JBoss-user] [JBossCache] - Re: JBoss Cache able to set cache size limit based on memory

2005-05-13 Thread sean_gildea
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

[JBoss-user] [Beginners Corner] - Re: JBoss Security: how to implement security in a web app r

2005-05-13 Thread Koudry
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

[JBoss-user] [Persistence & CMP/JBoss] - Re: Hibernate 3 unable to update or delete

2005-05-13 Thread [EMAIL PROTECTED]
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=

[JBoss-user] [JBossCache] - Re: JBoss Cache able to set cache size limit based on memory

2005-05-13 Thread [EMAIL PROTECTED]
"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 | |

[JBoss-user] [EJB/JBoss] - Re: 4.0.1 to 4.0.2 ClassCastException on PortableRemoteObjec

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Persistence & CMP/JBoss] - Re: Hibernate 3 unable to update or delete

2005-05-13 Thread [EMAIL PROTECTED]
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 );

[JBoss-user] [JBossCache] - Re: JBoss Cache able to set cache size limit based on memory

2005-05-13 Thread sean_gildea
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:

[JBoss-user] [EJB/JBoss] - a way to find a Clustered StatefulSessionBean with its sessi

2005-05-13 Thread Lviz
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

[JBoss-user] [JBoss.NET] - How can I switch off multirefs in soap messages

2005-05-13 Thread dfreer21
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

[JBoss-user] [JBossCache] - Re: remove leaves the caches consistent in clustered environ

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [JBossCache] - Re: JBoss Cache able to set cache size limit based on memory

2005-05-13 Thread [EMAIL PROTECTED]
// 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

[JBoss-user] [JBossCache] - Re: JBoss Cache able to set cache size limit based on memory

2005-05-13 Thread sean_gildea
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

[JBoss-user] [Beginners Corner] - Jboss 4.0.2 and Java2WSDL problem

2005-05-13 Thread simon.hjorth
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

[JBoss-user] [Management, JMX/JBoss] - Re: JBoss 3.2.4 Mysql autocommit Problem

2005-05-13 Thread [EMAIL PROTECTED]
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.

[JBoss-user] [JBossCache] - JBoss Cache able to set cache size limit based on memory usa

2005-05-13 Thread sean_gildea
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

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging in J

2005-05-13 Thread [EMAIL PROTECTED]
"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'

[JBoss-user] [Persistence & CMP/JBoss] - Re: Hibernate3

2005-05-13 Thread garbett
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

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging in J

2005-05-13 Thread bocio
"[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

[JBoss-user] [Management, JMX/JBoss] - Re: JBoss 3.2.4 Mysql autocommit Problem

2005-05-13 Thread martl777
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

[JBoss-user] [JBoss Getting Started Documentation] - Re: Problem with Dukes Bank section 5.2

2005-05-13 Thread [EMAIL PROTECTED]
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://

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging in J

2005-05-13 Thread [EMAIL PROTECTED]
"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

[JBoss-user] [Beginners Corner] - Re: [b]JasperException: Unable to compile class for JSP[/b]

2005-05-13 Thread eMPy
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

[JBoss-user] [Persistence & CMP/JBoss] - Re: Oracle-xa-ds

2005-05-13 Thread garbett
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

[JBoss-user] [Beginners Corner] - [b]JasperException: Unable to compile class for JSP[/b] afte

2005-05-13 Thread eMPy
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

[JBoss-user] [JBossCache] - Re: Problem with cluster under same VM

2005-05-13 Thread g.ambrozio
"[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

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging in J

2005-05-13 Thread msaringer
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

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging in J

2005-05-13 Thread [EMAIL PROTECTED]
"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

[JBoss-user] [Management, JMX/JBoss] - JBoss 3.2.4 Mysql autocommit Problem

2005-05-13 Thread martl777
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

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging in J

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [JBossWS] - Re: Problem creating port-component in webservices.xml

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [JBoss Portal] - Why my TLD does not work??

2005-05-13 Thread abrhaao
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

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-13 Thread [EMAIL PROTECTED]
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 -

[JBoss-user] [EJB/JBoss] - Re: 4.0.1 to 4.0.2 ClassCastException on PortableRemoteObjec

2005-05-13 Thread bocio
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 --

[JBoss-user] [EJB/JBoss] - Re: 4.0.1 to 4.0.2 ClassCastException on PortableRemoteObjec

2005-05-13 Thread bocio
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&

[JBoss-user] [JNDI/Naming/Network] - JNDI Configuration in JBoss 4.0

2005-05-13 Thread deepc
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

[JBoss-user] [JBoss Portal] - Display of German characters

2005-05-13 Thread martingi
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

[JBoss-user] [Installation & Configuration] - Re: starup error: can't find data source

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [Management, JMX/JBoss] - WebConsole : making snapshots persisted - issues with deploy

2005-05-13 Thread Traveldoo2
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

[JBoss-user] [Installation & Configuration] - starup error: can't find data source

2005-05-13 Thread tommyyan
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

[JBoss-user] [JBossWS] - SOAP Attachment do not works in jboss4.0.2 final

2005-05-13 Thread marcotombesi
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

[JBoss-user] [Beginners Corner] - Re: Can I use nested query in ejb finders?

2005-05-13 Thread amit10may
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

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss 4.0.1 -> 4.0.2. Hibernate app. has stopped working

2005-05-13 Thread jukvaa
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 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Using MQSeries or WebSphereMQ

2005-05-13 Thread CBE317
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

[JBoss-user] [Persistence & CMP/JBoss] - JBoss 4.0.1 -> 4.0.2. Hibernate app. has stopped working

2005-05-13 Thread salgiza
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

[JBoss-user] [Security & JAAS/JBoss] - Re: LoginModule blocks server activity

2005-05-13 Thread emailmsgbox
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

[JBoss-user] [Installation & Configuration] - SMTP Authentication

2005-05-13 Thread kirillp
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

[JBoss-user] [EJB/JBoss] - 4.0.1 to 4.0.2 ClassCastException on PortableRemoteObject.na

2005-05-13 Thread tigerreef
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

[JBoss-user] [JBoss Portal] - Re: forum is strange!

2005-05-13 Thread [EMAIL PROTECTED]
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 -

[JBoss-user] [JBoss Portal] - forum is strange!

2005-05-13 Thread chuka
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

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging in J

2005-05-13 Thread bocio
"[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

[JBoss-user] [JBossCache] - Re: Is Jboss Cache Transactions in Sink with EJB Transaction

2005-05-13 Thread [EMAIL PROTECTED]
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

[JBoss-user] [JBoss Getting Started Documentation] - Re: Problem with Dukes Bank section 5.2

2005-05-13 Thread l3sad0
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

[JBoss-user] [Clustering/JBoss] - Re: Session not replicated in JBoss 3.2.6

2005-05-13 Thread cristibuta
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

[JBoss-user] [Clustering/JBoss] - Re: Session not replicated in JBoss 3.2.6

2005-05-13 Thread cristibuta
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 | |

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: queue/testQueue, Message Driven Bean don't receive messa

2005-05-13 Thread fabrefumi
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

[JBoss-user] [EJB/JBoss] - Anybody help me with exception "Could not activate; failed t

2005-05-13 Thread can_i
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

[JBoss-user] [JBossCache] - Is Jboss Cache Transactions in Sink with EJB Transactions?

2005-05-13 Thread ashishdahiya
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   2   >