[JBoss-user] [JCA/JBoss] - Integration using JCA or Web Services

2005-06-08 Thread krueger
Hello! I'm in the middle of choosing between different strategies to integrate a couple of 3rd party systems in a middleware project based on JBoss AS 4. The systems i will integrate with will probably have only web service interfaces available. I was wondering if anyone would see a benefit in

[JBoss-user] [HTTPD, Servlets & JSP] - jsp compile and run

2005-06-08 Thread somsahi
how to use jbosside for compiling and running jsp View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880879#3880879 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880879 ---

[JBoss-user] [Installation & Configuration] - jsp configure

2005-06-08 Thread somsahi
how to configure jbosside for jsp View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880878#3880878 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880878 --- This SF.Net

[JBoss-user] [Installation & Configuration] - Re: JBOSS-IDE

2005-06-08 Thread mikehustler
It seems to only work with Eclipse 3.1M4 (as documented). See Eclipse version compatability table on: http://www.jboss.org/products/jbosside Does anyone know when a new release of the IDE will be available and working with the Eclipse 3.1 RCx? M4 is getting quite old. Has anyone got the ide w

[JBoss-user] [Management, JMX/JBoss] - Problem with stop() operation of MBean in JBoss

2005-06-08 Thread hsrock
Hi everyone, I have this problem: when I used stop() operation of a MBean managing the EJB I deployed in JBoss'JMX Console , I saw the Attribute "EnvContext": MBeanException: null Cause: javax.naming.NameNotFoundException: env not bound and in the

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with DatabaseServerLoginModule connecting to mys

2005-06-08 Thread [EMAIL PROTECTED]
Hi, I am just curious to know if anyoneelse has recently seen this problem. I get this exception only on the first login attempt. (org.jboss.resource.JBossResourceException: Apparently wrong driver class specified for URL: class: com.mysql.jdbc.Driver, url: jdbc:mysql://localhost:3306/bl5_db)

[JBoss-user] [Installation & Configuration] - JBoss 3.2.7 - Properties file in jar file loading problem

2005-06-08 Thread hendralely
Hi all, We are currently in the middle of upgrading from Jboss 3.2.0 to 3.2.7, but having this properties file loading problem which was fine in 3.2.0. We are using jive forums as part of our whole application. The jive forums library (jivebase.jar) is put in server/default/lib/. The jiveforums

[JBoss-user] [JBoss Getting Started Documentation] - JBoss 4.0.2 Start with Exception

2005-06-08 Thread yefengqian
Hi, I want to try jboss portal, i downloaded jbossportal RC2.0 and jboss4.0.2 My pc is windows 2000 server, and i download jdk1.4.2_03 from sun and install it.Then set JAVA_HOME,JBOSS_HOME,and add %JAVA_HOME%\bin to the system path. but now when i run jboss,it throw exceptions:

[JBoss-user] [Security & JAAS/JBoss] - Re: Dynamic login behavior

2005-06-08 Thread techiestuff
Did not mention explicitly in my previous post, that I used the SecurityAssociation.setSubject method so that JaasSecurityManager has an active subject. The browser still gives me the username/password popup although the jaassecuritymanager has an active subject. Do I need to set the user princi

[JBoss-user] [Beginners Corner] - Simeple J2EE client error.....

2005-06-08 Thread giscard_aioba
Hi guys... First of all, I wanna thanks all that help me with the another question, very thanks, here is another simple one.. I create a simple client to access my session bean (using a web client everything is work properly, but when I try to use a simple java application client I am get

[JBoss-user] [Messaging, JMS & JBossMQ] - Recieving message from queue when server and client both are

2005-06-08 Thread miri
Hi, I am currently using jboss327 and when client connects to the server and both are on localhost, everything works fine (client receives messages..), but if i move them to separate computers (on the same network, pings works, no firewall), client CONNECTS to the server but receives no messages

[JBoss-user] [EJB/JBoss] - ejb initial parameters

2005-06-08 Thread bap840
I would like to be able to specify some initial parameters for my ejb without putting these parameters in a deployment .xml file. Rather I would like to put a properties file in the default/conf directory or something like that. This way I can deploy the same ear to different machines but ha

[JBoss-user] [JBossWS] - Re: Using custom exception inheritance

2005-06-08 Thread dannox02
Anybody know about this? Thanks, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880866#3880866 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880866 --- This SF.Net

[JBoss-user] [Security & JAAS/JBoss] - Re: Dynamic login behavior

2005-06-08 Thread techiestuff
Hi again, I have got some parts of the problem working which is sort of a work around. I wrote my callbackhandler and customloginmodule. To the callbackhandler I pass the IP address instead of the password although the type is still PasswordCallback. In the customloginmodule(extended from Userna

[JBoss-user] [JBossCache] - Re: ad infinitum: both corr and transport are null, cannot s

2005-06-08 Thread mikaelhg
Thank you for the advice. I did this and restarted. I will report back tomorrow on whether it fixed the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880861#3880861 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Installation & Configuration] - Re: Adding Valve entry in Tomcat.sar conf/server.xml throws

2005-06-08 Thread [EMAIL PROTECTED]
Try recompiling your valve and you will see the Valve contract has changed. You need a new version of your valve for tc5.5. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880860#3880860 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread [EMAIL PROTECTED]
I created a wiki page for this: http://wiki.jboss.org/wiki/Wiki.jsp?page=WS. Could you guys do me a favor and update it as you find out how to run JBossCache in WebSphere ? Cheers, Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880859#3880859 Reply to

[JBoss-user] [Installation & Configuration] - jboss started with a lot of java -server Xms 128.........

2005-06-08 Thread hemax
JBoss is running, but open a lot of JVM in Server1 and only 1 in Server2. Why? how to solve this? Server1 -> see the 'ps -ax' result: 1506 pts/0S 0:00 /bin/sh ./run.sh -c minimal 1512 pts/0S 0:00 /opt/java/bin/java -server -Xms128m -Xmx128m -Dprogram.name=run.sh -Djava.endors

[JBoss-user] [EJB/JBoss] - Re: is possible to registry EBJ's objects under DNS servers

2005-06-08 Thread hemax
thks... and sorry, i did a stupid question.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880857#3880857 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880857 ---

[JBoss-user] [Persistence & CMP/JBoss] - Re: Sequence Access Problem when upgrading from 3.2.2 to 3.2

2005-06-08 Thread schmidts
Might be a driver issue. Did you update the JDBC driver, too? (http://jdbc.postgresql.org/download.html) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880856#3880856 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38808

[JBoss-user] [JBossCache] - Re: ad infinitum: both corr and transport are null, cannot s

2005-06-08 Thread [EMAIL PROTECTED]
Set port_range to 1 and num_initial_members to 4. I can run this on my system View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880855#3880855 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880855 --

[JBoss-user] [JBossCache] - Re: Anyone using Jbosscache as write-back cache?

2005-06-08 Thread [EMAIL PROTECTED]
You're talking about 3 different issues, which are all on the roadmap: 1: Activation&passivation: we are working on this 2: Write-behind caching. This is also on the roadmap. This will be in the form of a CacheLoader which fronts other CacheLoaders, and buffers all writes, then writes then async

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: CurrentMemoryUsage skyhigh...

2005-06-08 Thread ehansen
How much memory should a soft reference use? Using the default cache settings, my memory usage (based on the Windows Task Manager) was about 200MB more when there was 100,000 messages waiting to be consumed than when the queue was empty. The total java memory was at 300MB. So, assuming that

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread neilkong
"gdaswani" wrote : I got it working on WebSphere 5.1.1 | | Here's a couple of things you need to do | | 3) Copy your TreeCache configuration file to $WAS_ROOT/classes directory | Can you show me your configuration file? I got confused with that what folder should I set for codebas

[JBoss-user] [Messaging, JMS & JBossMQ] - How to configure JBoss 3.2.3 to connect to Oracle 8i Advance

2005-06-08 Thread joe77123
If anybody has any code samples, please sent me. My project is kind of stuck because of this. I am pretty new to JBoss. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880851#3880851 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Clustering/JBoss] - Re: embedded communication overload

2005-06-08 Thread [EMAIL PROTECTED]
Here's (http://www.mitre.org/work/tech_papers/tech_papers_04/04_0937/04_0937.pdf) a ref to JGroups running over satellite. I suggest you take a look at JGroups; its architecture allows you to match the quality of service closely to the network characteristics and/or appl requirements View the

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread neilkong
"gdaswani" wrote : "neilkong" wrote : | | anonymous wrote : | | | 1) Unjar the $WAS_ROOT/lib/jmxc.jar and MAKE SURE it's unsealed (check the MANIFEST) then jar it back up.. | | | | | What's this step for? | | | | WebSphere will throw a SEALED EXCEPTION error as J

[JBoss-user] [JNDI/Naming/Network] - Re: java.lang.lassCastException during RMI call to ejb

2005-06-08 Thread svewap
Hi, after reading a lot of articels now i new, that this is not a bug and i didn't make a mistake. the problem is, that there is a change of settings between jboss 4.0.2 RC1 and 4.0.2 Final, but i don't know what. it has something to do with classloading and virtual machines. everybody says this

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss 4.0.2 FileNotFoundException - myfaces-impl.jar

2005-06-08 Thread ayampols
"ayampols" wrote : Failed to scan: jsf-libs/myfaces-impl.jar | java.io.FileNotFoundException: | For anyone who's interested, commenting out the following block from /server//deploy/jbossweb-tomcat55.sar/conf/web.xml will prevent these error messages from cluttering your logs: |

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Delaying the delivery of message from the Queue to an MD

2005-06-08 Thread schrouf
no overhead. Just keep in mind that this is a JBoss specifc feature which might hinder a possible port to another app server (but hy should you :-) Regards Ulf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880846#3880846 Reply to the post : http://www.jbos

[JBoss-user] [Installation & Configuration] - Adding Valve entry in Tomcat.sar conf/server.xml throws exce

2005-06-08 Thread jwisetech
The following entry was working fine with 4.0.1sp1, but with 4.0.2 I am getting the following exception. Valve addition to server.xml: Exception thrown with 4.0.2 (partial) 2005-06-08 14:56:33,522 ERROR [org.apache.commons.digester.Digester] Begin event threw error java.lang.NoClassDefFound

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread gdaswani
"neilkong" wrote : | anonymous wrote : | | 1) Unjar the $WAS_ROOT/lib/jmxc.jar and MAKE SURE it's unsealed (check the MANIFEST) then jar it back up.. | | | What's this step for? | WebSphere will throw a SEALED EXCEPTION error as JBOSS-Cache has a dependency on some JMX classe

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread gdaswani
Transaction Manager Lookup - lifted off from Hibernate | import javax.transaction.TransactionManager; | | import org.apache.commons.logging.Log; | import org.apache.commons.logging.LogFactory; | import org.jboss.cache.TransactionManagerLookup; | | import com.esri.infoservices.j2e

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Delaying the delivery of message from the Queue to an MD

2005-06-08 Thread pixel
Thanks, that's great. It seems to do exactly what we need. Are there any overheads we should be aware of to this method? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880843#3880843 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread neilkong
"gdaswani" wrote : I got it working on WebSphere 5.1.1 | | Here's a couple of things you need to do | | 1) Unjar the $WAS_ROOT/lib/jmxc.jar and MAKE SURE it's unsealed (check the MANIFEST) then jar it back up.. | What's this step for? "gdaswani" wrote : 4) Create a Custom Service

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread gdaswani
example Service | import java.util.Properties; | | import javax.management.Notification; | import javax.management.NotificationFilterSupport; | import javax.management.NotificationListener; | import javax.management.ObjectName; | import javax.naming.InitialContext; | import javax

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread gdaswani
I got it working on WebSphere 5.1.1 Here's a couple of things you need to do 1) Unjar the $WAS_ROOT/lib/jmxc.jar and MAKE SURE it's unsealed (check the MANIFEST) then jar it back up.. 2) Copy the necessary TreeCache Libs on $WAS_ROOT/lib/ext directory 3) Copy your TreeCache configuration fi

[JBoss-user] [Installation & Configuration] - Re: Recommended OS versions for JBoss installation

2005-06-08 Thread reddyvaribabu
hi, u guys, help me out here...may i know if i can work with jboss in windows xp home edition? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880836#3880836 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880836 ---

[JBoss-user] [JBossWS] - Call to Web Service works on 4.02, but not on 4.0.1SP1

2005-06-08 Thread jpkresho
I have a web service that runs fine when it is deployed using the JBOSS 4.0.2 default installation. I have a requirement to also deploy this web service in a JBOSS 4.0.1sp1 installation. When I try to call the writeHashResults method, I receive the following error: Invalid Element in hash_r

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread neilkong
sounds good. Any contribution will be welcome and appreciated. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880833#3880833 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880833 -

[JBoss-user] [Security & JAAS/JBoss] - Re: Flex + JBoss

2005-06-08 Thread jwisetech
I'm curious if anyone has tried flex+JBoss (w/ tomcat login classes, valve, etc.) with the latest release 4.0.2. Same configuration from 4.0.1sp1 works, but I am now getting the following exceptions during startup of my 4.0.2 instance... 2005-06-08 14:56:32,991 DEBUG [org.jboss.web.tomcat.tc5.

[JBoss-user] [Installation & Configuration] - unable to configure solution

2005-06-08 Thread anupama
Hi, I run JBoss and launch browser at localhost:8100 it gave me list of options. When I click on JMX Console,Jboss Web Console it gave me following exception I already set environment varaible Java-HOME to point to JDK directory. type Exception report | | message | | description The ser

[JBoss-user] [Installation & Configuration] - HINT: Telling JavaService+JBoss about the config to use

2005-06-08 Thread awesomejt
Just wanted to pass on a trick I just figured out. I was using the -params to pass in the "-c configname" to specify which server config to use but ran into problems with spaces in the file paths of the files JBoss was attempting to load and read. The way I solved this problem was to use JBoss's

[JBoss-user] [Beginners Corner] - Re: Fibo Tutorial on JBoss 4.0.2

2005-06-08 Thread fred2210
The solution I know, and what I have done, is to use the version 4.0.1 ! Good luck ;-) Fred. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880829#3880829 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880829 --

[JBoss-user] [JBossWS] - Re: DESPERATE: trying to get axis ws deployed automatically

2005-06-08 Thread mschwarz
Okay, I finally managed to deploy the ws on the clients system. I created a small script which is run on the system and calls the local AdminService with a wsdd-File. What's still confusing to me is the fact that I had to "enableRemoteAdmin" for the AdminService. This is also the reason why I'm

[JBoss-user] [Installation & Configuration] - Re: Run On Startup

2005-06-08 Thread awesomejt
Since JBoss uses Tomcat as the servlet container, load-on-startup in the web.xml should work. It is a J2EE standard feature. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880827#3880827 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Installation & Configuration] - Re: Recommended OS versions for JBoss installation

2005-06-08 Thread awesomejt
I have personally tested the following: JBOSS 4.0.1 SP 1: Windows 2000 JDK 1.4.2 Linux, Fedora Core 3 + JDK 1.4.2 Linux, Fedora Core 3 + JDK 1.5 I'm sure Windows 2000, XP, and 2003 will work with either JDK 1.4.2 or 1.5. I'm fairly certain FC1-3 work as well as RHEL 3 & 4. I haven't tested other

[JBoss-user] [Beginners Corner] - Re: Fibo Tutorial on JBoss 4.0.2

2005-06-08 Thread ssteph
I have the same problem here with 4.0.2. -- Stephan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880825#3880825 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880825 ---

[JBoss-user] [Beginners Corner] - Re: Extending Classes on JBoss

2005-06-08 Thread leeand00
Please Help! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880824#3880824 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880824 --- This SF.Net email is sponsored b

[JBoss-user] [Beginners Corner] - Extending Classes on JBoss

2005-06-08 Thread leeand00
I have two classes and one extends the other: com.mobilvox.lexiconservice.common.LexiconValueObject com.mobilvox.lexiconservice.client.LexiconSessionObject extends LexiconValueObject When I try to call a method such as LexiconSessionObject.loadDefaultLexicon(), I get an error like: anonymous w

[JBoss-user] [JBossCache] - Re: Anyone using Jbosscache as write-back cache?

2005-06-08 Thread [EMAIL PROTECTED]
This is the overflowing (or passivation) policy. we have that in roadmap (and currently have someone looking at it now) but not yet implemented. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880822#3880822 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [JBoss Portal] - JBoss Forum Portlet crashes without hibernate2.jar, then can

2005-06-08 Thread Egal
I installed JBoss AS 4.02 and JBoss Portal 2 RC2 from binary distributions on Windows XP. I use MySQL 4.1.10 and MySQL Connector/J version 3.1.7. I have tried using Sun JDK 1.4.2_08 and IBM JDK 1.4.2, just in case there was a JVM dependency. [Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem when publish MapMessage!

2005-06-08 Thread [EMAIL PROTECTED]
The following unit test works fine for me. You need to track down the source of the invalid org.jboss.util.Primitives class in your classpath. |public void testMapMessage() throws Exception |{ | log.info("+++ testMapMessage"); | MapMessage sent = session.createMapMess

[JBoss-user] [HTTPD, Servlets & JSP] - Caching jsp pages on jboss

2005-06-08 Thread moacsjr
Hi! I´m having some problems with jsp cache on jboss. When I deploy the web app in a war file into jboss and try to load some jsp pages, the resulting pages aren't the same version of the deployed ones. It seams that the old pages are cached. I´ve deleted the content of jboss temp dir but witho

[JBoss-user] [JBossCache] - Re: ad infinitum: both corr and transport are null, cannot s

2005-06-08 Thread mikaelhg
Yes, the problem still persists after changing the TCP1_4 transport to TCP. Any ideas? JBossCache is being used on top of Hibernate here. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880818#3880818 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [HTTPD, Servlets & JSP] - Caching jsp pages on jboss

2005-06-08 Thread moacsjr
Hi! I´m having some problems with jsp cache on jboss. When I deploy the web app in a war file into jboss and try to load some jsp pages, the resulting pages aren't the same version of the deployed ones. It seams that the old pages are cached. I´ve deleted the content of jboss temp dir but witho

[JBoss-user] [HTTPD, Servlets & JSP] - Caching jsp pages on jboss

2005-06-08 Thread moacsjr
Hi! I´m having some problems with jsp cache on jboss. When I deploy the web app in a war file into jboss and try to load some jsp pages, the resulting pages aren't the same version of the deployed ones. It seams that the old pages are cached. I´ve deleted the content of jboss temp dir but witho

[JBoss-user] [EJB/JBoss] - EJB deployment problem

2005-06-08 Thread alexl22
Sorry if this has been posted before! I'm using JDeveloper and when trying to deploy my application I got this error from JBoss: javax.naming.NamingException: ejb-ref: ejb/EmployeeSessionEJB, no ejb-link in web.xml and no jndi-name in jboss-web.xml JDeveloper generate an ejb-jar.xml with descr

[JBoss-user] [JBossCache] - Anyone using Jbosscache as write-back cache?

2005-06-08 Thread gagangoel
As far as I have read (I am new to Jbosscache :-)..), it seems that Jbosscache has been written with write-through policy in mind(i.e. on write, changes are also transfered to persistent store through cacheloader). The application that we are running has significantly large number of writes tha

[JBoss-user] [Installation & Configuration] - SQL Server JDBC Netowrk Disconnect

2005-06-08 Thread safrye
Running JBoss and SQL Server 2000 on XP. So far just running on localhost. However, if I disconnect the network cable - without rebooting - subsequent database access via jboss all fails - with no errors posted to the server. If I leave the network cable disconnected and reboot, it all works

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Sending one message, receiving two?

2005-06-08 Thread tieTYT
thanks for all the help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880809#3880809 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880809 --- This SF.Net email is

[JBoss-user] [Installation & Configuration] - Re: [Microsoft][SQLServer 2000 Driver for JDBC]Error establi

2005-06-08 Thread safrye
With SP3 on Xp Pro, this works fine - though I had to tweak SQl Server a little. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880808#3880808 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880808

[JBoss-user] [Clustering/JBoss] - embedded communication overload

2005-06-08 Thread alendo
We are going to develop an architecture based on different links (radio, cable, satellite...) and we are evaluating jboss as infrastructure, but we would like to know if there benchmarks to evaluate the extra band requirement and the associated driving factors. View the original post : http://

[JBoss-user] [JBoss Getting Started Documentation] - Re: Getting Started Guide - Release 4

2005-06-08 Thread [EMAIL PROTECTED]
For 4.0.1, you need an older version of the getting started guide. There have been some WS changes. Try running with 4.0.2. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880801#3880801 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [JBossCache] - Re: How to use JBossCache within WebSphere?

2005-06-08 Thread [EMAIL PROTECTED]
We get this question a lot, and I know people are running JBossCache under WebSphere. It would be nice if someone who successfully has JBossCache running in WS, could put together a short list of steps to do this. This could e.g. be on the wiki. Cheers, View the original post : http://www.jb

[JBoss-user] [JBossCache] - Re: LockInterceptor.transactions - why a synch List?

2005-06-08 Thread [EMAIL PROTECTED]
It is on the roadmap :-) I know, excuses left and right ... (overworked) Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880799#3880799 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880799 -

[JBoss-user] [Persistence & CMP/JBoss] - ejbStore() is not called when a new instance is created, onl

2005-06-08 Thread smeier
Hi all, I have the following problem with JBoss 3.2.7: When I create a new instance of an entity bean, it is written to the database without the ejbStore() method being called. I verified this by inserting debug messages in my ejbCreate() and ejbStore() method. As I'm setting the value of one

[JBoss-user] [Messaging, JMS & JBossMQ] - Persistence Manager Issue - Help/Advice Please!

2005-06-08 Thread mstennett
I?m new to JBoss. I?ve tried to do my research but could use some help. Currently I?m working on a system that uses queues with the MySQL persistence manager with JBoss 3.2.5. We are currently running into the defect JBAS-1336 URL: http://jira.jboss.com/jira/browse/JBAS-1336. The defect simpl

[JBoss-user] [Performance Tuning] - Re: JkCoyoteHandler error ! DESPERATE

2005-06-08 Thread arashsun
I believe something between apache and jboss happens, because when I run jboss without apache I do not get that error. ANYONE? do you guys have a suggestion as to how to setup virtualhost in my apache config file so I do not get this problem? View the original post : http://www.jboss.org/inde

[JBoss-user] [JBossCache] - How to use JBossCache within WebSphere?

2005-06-08 Thread neilkong
Hi, I'm newby of JBossCache. Anybody know how to use JBossCache within WebSphere? I need instructions of configuration for JBossCache within WebSphere. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880795#3880795 Reply to the post : http://www.jboss.org/in

[JBoss-user] [JBoss Getting Started Documentation] - Re: Getting Started Guide - Release 4

2005-06-08 Thread clairecostello
Hi, A possible answer to my question? Originally, to get rid of errors arising from the ant package-ws task (see Sec 5.2 of Getting Started Guide v 4) being unable to find org.jboss.axis.wsdl.Java2WSDL to create the WSDL file for the Duke's bank example, I copied axis. jar into the /lib direct

[JBoss-user] [Installation & Configuration] - Re: JBoss Optimization Problem

2005-06-08 Thread PeterJ
The changes you have made affect the Java heap, specifically in the area of the heap where static class information is kept. To read more about this, look at http://developers.sun.com/techtopics/mobility/midp/articles/garbagecollection2/ or just go to Sun's web site (http://java.sun.com) and se

[JBoss-user] [JBossCache] - Re: LockInterceptor.transactions - why a synch List?

2005-06-08 Thread bdueck
OK, thanks. I'll try to find fc-fast.xml myself. As a small suggestion it might make sense for you to check-in a JBossCache sample config with your recommended settings for sustained cluster throughput. Thanks again, Brian. View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [JBoss Portal] - Difference between Nukes and Portal

2005-06-08 Thread tcomtcom
Hi all, After one day looking around, I'm still confuse with the difference between JBoss Nukes and JBoss Portal. I find in a web site that Portal is the succesor of Nukes, is that right? Can we use all modules of nukes in JBoss Portal? I have already devellop nukes'module. Can they be easily t

[JBoss-user] [JBossCache] - Re: LockInterceptor.transactions - why a synch List?

2005-06-08 Thread [EMAIL PROTECTED]
Note that when you use replication, you want to use fc-fast.xml (from the JGroups distro, but I can also send it to you), rather than the default properties. The default properties tolerate bursty traffic well, but they are not suited for high sustained throughput. View the original post : htt

[JBoss-user] [Installation & Configuration] - Recommended OS versions for JBoss installation

2005-06-08 Thread alfredobianco
Hi Everyone, I am absolutely new to JBoss and I would like to know if there is an official recommendation for minimum Operating System versions for installing JBoss. I would need this for Windows, Linux and Solaris. In the case of Linux the recommended "flavor" would be important too. Thanks in

[JBoss-user] [Security & JAAS/JBoss] - Re: Running a standalone program to access JBoss application

2005-06-08 Thread [EMAIL PROTECTED]
You should be using the auth.conf on the client as the examples do. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880785#3880785 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880785 -

[JBoss-user] [Javassist user questions] - Re: Problem with Verify Error Inconsistent stack height 0 !=

2005-06-08 Thread chiba
Can you tell us about the method parseText()? What kind of code did you generate? (please don't post 2500 lines of code... only overview is fine.) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880784#3880784 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Installation & Configuration] - Re: favicon.ico error messages

2005-06-08 Thread lpmon
JBOSS 3.2.3 I have a favicon.ico in my root of the web app for which I am seeing the error messages. I understand the concept of what it is. I just do not understand where in the JBOSS folders I need to place the file. Placing it in the root of the web app does not fix the problem. View the

[JBoss-user] [Javassist user questions] - Re: how to insert an 'assert' instruction ?

2005-06-08 Thread chiba
One more thing. Calling Foo.class.desiredAssertionStatus() would take time. The bytecode generated by javac calls this method in a static initializer and the result is cached in a private static field. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880781#3880

[JBoss-user] [Management, JMX/JBoss] - Re: JSR88 problems

2005-06-08 Thread fabcipriano
I had to change the MainDeployer to export a MBean stop(String urlspec) method so that the implementation of JSR-88 stop method works now. It was necessary to change the getRunning etc, to return only the ModuleTypes required by the JSR-88. But I´m still have problems with this. I think that t

[JBoss-user] [Installation & Configuration] - Re: dealing with slow hot deployments

2005-06-08 Thread schmidts
scp to a different directory and then move/rename the file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880777#3880777 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880777 -

[JBoss-user] [Installation & Configuration] - Re: JBOSS-IDE

2005-06-08 Thread netfever_at_ba
Intalling the Visual Editor plugins generate the same error. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880775#3880775 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880775

[JBoss-user] [JBossCache] - Re: LockInterceptor.transactions - why a synch List?

2005-06-08 Thread bdueck
Please disregard my last post re CVS, I found the new jforge stuff and am now synched up with the changes you checked in. Brian. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880774#3880774 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Security & JAAS/JBoss] - To encrypt the password

2005-06-08 Thread soussou
Hi; I would like to change the algorithm to encrypt the password into the JBoss config file which to allows to configure a datasource. I would like to have your opinion on the most effective algorithm : DES, Triple DES, HMAC-MD5, and HMAC-SHA1 algorithms ? Regards; View the original post :

[JBoss-user] [Management, JMX/JBoss] - stop() operation of MBean that manage a deployed EJB???

2005-06-08 Thread hsrock
Hi everyone, I want to manage my application like: start, stop...my services (stateless session bean ---> CMP). I used an EJB to manage MBeans that manage my deployed EJBs, when I called stop() method, I also could use that EJB. Why? Please give me an answer. Thanks. Rock. View the original

[JBoss-user] [JBossWS] - Problem deserializing custom exception

2005-06-08 Thread ${bb.Guest}
Hello, (jboss 4.0.2, wscompile generated doc/lit style WSDL from SEI) This is not an jboss problem, more a wscompile problem, but maybe anyone of you here has had the same problem... I get an exception when my java client receives an exception from my server. The message is the following:

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS File Persistence (Fast) vs JDBC Persistence (Slow)

2005-06-08 Thread gobrien
Typical Failure Scenario A typical failure scenario is JBoss crashing, or getting outofmemory, in this scenario File PM recovers fine (in 3.2.3). 3.2.7 I recently looked at using 3.2.7 because of some fixes to JMS since 3.2.3 (UIL2 leak and some other bits), but 3.2.7 seemed unable to recover

[JBoss-user] [Installation & Configuration] - Re: favicon.ico error messages

2005-06-08 Thread darranl
You might notice that your web browser sometimes displays icons in the address bar or with the name of a bookmark in the bookmarks list. The messages you are seing are because the web browser is attempting to download the icon file if it is available. I do not know which JBoss version you are u

[JBoss-user] [Installation & Configuration] - Re: jboss shutting down

2005-06-08 Thread darranl
Your code contains the lines 'System.exit()' what do you expect the JVM to do if you tell it to exit? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880767#3880767 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=388076

[JBoss-user] [Installation & Configuration] - favicon.ico error messages

2005-06-08 Thread lpmon
What do I do to get rid of these messages? Where, exactly do I put favicon.ico? 08:03:15,921 INFO [Engine] StandardHost[localhost]: MAPPING configuration error for request URI /favicon.ico View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880766#3880766 Rep

[JBoss-user] [JCA/JBoss] - Re: Database creation error on the start

2005-06-08 Thread darranl
The error is just a debug message (You can see in the log it is logged as default). Every time JBoss starts is tries to create the JMS tables, if the table already exists JBoss just outputs the debug message and continues as normal - this is to be expected. View the original post : http:/

[JBoss-user] [JBossWS] - Re: Regarding UDDI Registry

2005-06-08 Thread [EMAIL PROTECTED]
Starting with JBoss 4.0.2, Apache jUDDI has been integrated into JBoss to provide JAXR compliance as part of J2EE 1.4. http://wiki.jboss.org/wiki/Wiki.jsp?page=JAXR There are testcases in the testsuite that show how Apache Scout and jUDDI are used. I will create a wiki entry in the next few day

[JBoss-user] [JBossCache] - Re: LockInterceptor.transactions - why a synch List?

2005-06-08 Thread bdueck
Will do, we're hammering JBossCache pretty hard right now. Doing large scale single VM testing on a 32-way Unix system. Following that we'll be trying a 4 way cluster. On other note, I tried to pick up the changes you made to CVS and I don't see them. In fact, even if I look at http://cvs.sour

[JBoss-user] [JBossCache] - Re: LockInterceptor.transactions - why a synch List?

2005-06-08 Thread [EMAIL PROTECTED]
Let me know what else you discover. We have performance tests on the roadmap, but haven't gotten to it yet. I'm perf testing JGroups first, then JBossCache. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880760#3880760 Reply to the post : http://www.jboss.o

[JBoss-user] [Installation & Configuration] - JBoss Optimization Problem

2005-06-08 Thread prajal
I'm running jboss 3.2.6 on linux ES 3.0. Few days ago while running application i was getting OutOfMemory error in jboss log and also my site was not working at all. One of my frind suggested me that this is problem due to jboss optimization. So he suggested me to make changes in run.sh file of

[JBoss-user] [Javassist user questions] - Re: how to insert an 'assert' instruction ?

2005-06-08 Thread Nadz
Thanks you very much ! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880758#3880758 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880758 --- This SF.Net email is

[JBoss-user] [Management, JMX/JBoss] - MBean server name

2005-06-08 Thread sasi2103
Hi, Wanted to know how i can get the server name with MBean? In the site theres demo with MBeanServer mbeanServerConnect = (MBeanServer) MBeanServerFactory. findMBeanServer(null).get(0); but i couldn't find how to get the name of the server, Help Thanks View the original post : http://

[JBoss-user] [Installation & Configuration] - Re: JBOSS-IDE

2005-06-08 Thread netfever_at_ba
I think it is 3.1 that is the problem (well they seems incompatible). I used JBOSS IDE 1.4 on 3.0.2 and it works, I now got the same error message on 3.1 with JBOSS IDE 1.5... Sorry same question but no answer... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [Management, JMX/JBoss] - LifeCycle events

2005-06-08 Thread George80
I'am porting an application from weblogic to jboss, and I have a problem with the lifecycle events. Weblogic has a feature for handling lifecycle management. This feature is called "Application lifecycle listener events" and it provide handles on which developers can control behavior during

  1   2   >