[JBoss-user] [JNDI/Naming/Network] - Client should not connect to the Remote JBoss server on LAN

2005-06-09 Thread veerala_in
hi, How can we stop the Client from connecting to the remote instance of JBoss server and force it to connect to only JBoss running on localhost. What is happenning for me is even when I do not run JBoss on localhost on localhost the Client is getting connected to any server running on LAN , wh

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

2005-06-09 Thread yefengqian
Hi, I have found the solution in one pc but on anohter i don't know how to do yet. I unset JBOSS_HOME and JBoss server starts ok,but there have something wrong about portal.I will get on View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881039#388

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

2005-06-09 Thread [EMAIL PROTECTED]
I saw you were able to attach the XML file though View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881038#3881038 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881038 ---

[JBoss-user] [Persistence & CMP/JBoss] - EJB Relationsship for remote and local interfaces

2005-06-09 Thread monecke
Hello, sorry if this FAQ, i have searched with no satifised result, probaly wrong search words.. I use JBoss 4.0 and ejb 2 and cmp. I have two entities Project (classes: ProjectLocal, ProjectLocalHome, ProjectEJB) and User (classes: UserLocal, UserLocalHome, UserEJB). The one to many releatio

[JBoss-user] [JBossCache] - Re: Problem while using system property in variable

2005-06-09 Thread nohwal
Thanks bela. It worked fine with the workaround. Your help is greatly appreciated. Regards, Deepak. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881034#3881034 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881034

[JBoss-user] [JBossCache] - Receiving error message : Node not found

2005-06-09 Thread nohwal
Hi, I am using hibernate with JBoss TreeCache (ver 1.2) as second level cache in JBoss 3.2.7. I am seeing following types of error messages in my logs: ERROR [TreeCache] node /com/myPackage/sso/jaas/PermissionAdapter not found I found the following related problem on Hibernate discussion forum.

[JBoss-user] [HTTPD, Servlets & JSP] - Re: ServletException - VelocityServlet is not a servlet

2005-06-09 Thread transactive.ryan
After much googleing, a thread I saw at theserverside.com helped me out, I had to change the PortableRemoteObject call and replace it with this line: | LoanSubmitHome home = (LoanSubmitHome) ctx.lookup("LoanSubmit"); //PortableRemoteObject.narrow(ctx.lookup("LoanSubmit"), LoanSubmit.class);

[JBoss-user] [HTTPD, Servlets & JSP] - Re: ServletException - VelocityServlet is not a servlet

2005-06-09 Thread transactive.ryan
I found out what the issue was. | public LoanSubmitServlet() throws NamingException | { | javax.naming.Context ctx = new InitialContext(); | LoanSubmitHome home = (LoanSubmitHome) PortableRemoteObject.narrow(ctx.lookup("LoanSubmit"), LoanSubmit.class); | try | { |

[JBoss-user] [JBossWS] - Can't find serializer...

2005-06-09 Thread kanno
Heya all, I followed all the instructions on the wiki page to create a document literal web service. I've wrapped my original interface and I'm returning an array of objects in a bean. The web service call comes in a-ok, but when trying to write the response, I get the message: java.io.IOExc

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

2005-06-09 Thread reinerka
I'm getting the exact same error in my application using 4.0.2. Using JBoss 3.2.6 everything is working fine in there. The problem occurs everytime the Session Bean is trying to access one of the CMP EJB's. Doesn't matter which one. Any help is appreciated since I want to migrate over to the 4.0

[JBoss-user] [Messaging, JMS & JBossMQ] - Number of Acknowledgements to a message sent to TOPIC

2005-06-09 Thread koganty
If I have request message that is sent on a Topic And there is various subscribers to the topic, how can I find out how many Subscribers received the message. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881022#3881022 Reply to the post : http://www.

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

2005-06-09 Thread giscard_aioba
Hi guys!!! I really fix the problem, but unhappy I don't know why it means.. I just get the j2ee.clientName=AnyName, and erase it! My jboss-client.xml and application-client.xml continues the same last one, but the j2ee.clientName is just "" nothing What is going on?!?! Why I ne

[JBoss-user] [Persistence & CMP/JBoss] - Re: HAR deployment problem in JBoss 4.0.2

2005-06-09 Thread d-rock
Make sure your ear does not contain the hibernate jar or dependency libs (cglib, dom4j, etc). It appears to be a classloader issue that ends up generating more than one singleton to map the SessionFactory. Derek View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Persistence & CMP/JBoss] - Re: Jboss4.0.2 and Hibernate3 problem

2005-06-09 Thread d-rock
Removing all of the hibernate classes + dependencies solved this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881014#3881014 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881014 ---

[JBoss-user] [JBossCache] - Re: HashMap get method - invocation time

2005-06-09 Thread [EMAIL PROTECTED]
Do you mean each getObject() call? If it is, then I have created a Jira issue for that. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880914#3880914 But pojo.getxxx() should not trigger a network call though. Can you elbaorate? -Ben View the original post : http://www.jboss.org/in

[JBoss-user] JBoss sending packet every second via udp port 5555 to the broadcast

2005-06-09 Thread Puddle
I'm trying to figure this out, but JBoss is sending a udp packet over source / destination port 555 to the broadcast address of 224.1.9.1 Any ideas why or how to disable this? -William __ Discover Yahoo! Have fun online with music videos, cool

[JBoss-user] [Messaging, JMS & JBossMQ] - UserTransaction Started, but JMS Session is sending messages

2005-06-09 Thread vummarao
Jboss Version: 4.0.2 I have this code in my servlet. InitialContext ctx = new InitialContext() ; UserTransaction utxn = (javax.transaction.UserTransaction)ctx.lookup("java:comp/UserTransaction"); utxn.begin(); -- Some DB related Code here -- XAQueueConnectionFactory jobsQCF = (XAQueueConnecti

[JBoss-user] [HTTPD, Servlets & JSP] - ServletException - VelocityServlet is not a servlet

2005-06-09 Thread transactive.ryan
Hi all, We have successfully deployed some servlets using JBoss 4.0.1. We are now trying to use the Velocity template engine (which we have used running just tomcat and apache). When accessing the servlet all we get is the exception below, saying that the class is not a servlet. | javax.ser

[JBoss-user] [Security & JAAS/JBoss] - JBoss 4.0.2 support in new JOSSO Single Sign-On 1.3 release

2005-06-09 Thread gbrigand
JOSSO, or Java Open Single Sign-On, is an open source J2EE-based SSO infrastructure aimed to provide a solution for centralized platform neutral user authentication. The 1.3 release includes the following significant changes : * Support for JBoss 4.0.2 application server * Support for Jakarta

[JBoss-user] [HTTPD, Servlets & JSP] - Context problem !

2005-06-09 Thread mtigua
Hi everyone ! I have this problem with JBOSS 4: I have two context: deploy/ /context1.war index.jsp META-INF WEB-INF - classes/com/cees/edu/Class1.class /context2.war index.jsp META-INF WEB-INF - classes/com/cees/edu/Class1.class where index.jsp is same for two contexts, but Class1 is differ

[JBoss-user] [Beginners Corner] - JBOSS Context problem !

2005-06-09 Thread mtigua
Hi everyone ! I have this problem whith JBOSS 4: I have two context: deploy/ /context1.war index.jsp META-INF WEB-INF - classes/com/cees/edu/Class1.class /context2.war index.jsp META-INF WEB-INF - classes/com/cees/edu/Class1.class where index.jsp is same for two contexts, but Class1 is differen

[JBoss-user] [Installation & Configuration] - Context problem !

2005-06-09 Thread mtigua
Hi everyone ! I have this problem: I have two context: deploy/ /context1.war index.jsp META-INF WEB-INF - classes/com/cees/edu/Class1.class /context2.war index.jsp META-INF WEB-INF - classes/com/cees/edu/Class1.class where index.jsp is same for two contexts, but Class1 is different. index.j

[JBoss-user] [Security & JAAS/JBoss] - Re: Custom Login Module Config

2005-06-09 Thread tcherel
I believe that if you are doing your own login code in your servlet, it is already too late to get the proper user from the HTTP request object (and it is not getRemoteUser but getUserPrincipal that should be called). You need to let the web container (tomcat) do the authentication for you in

[JBoss-user] [Beginners Corner] - struts & ejb

2005-06-09 Thread zzz3000
Hello! I 'am using struts with stateful session bean. In first Action class I create stateful session bean How i can get access to this bean from other Action classes Sorry for english Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880997#3880997 Rep

[JBoss-user] [Persistence & CMP/JBoss] - How store a big file in postgresql without breaking the EJB

2005-06-09 Thread rpa_rio
Hi, I need to store a big file in my postgresql table using my entity bean deployed in JBOSS, what's the best way? When i try to use oid the driver says "expression of type bytea", and when i use bytea as collumn type the driver says "expression of type oid". What can i do? Thanks for any answ

[JBoss-user] [JBossCache] - Re: Error upgrading to latest jgroups in latest JBossCache 1

2005-06-09 Thread youngm
Thanks for your help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880993#3880993 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880993 --- This SF.Net email is sp

[JBoss-user] [Management, JMX/JBoss] - Re: JMX/SNMP newbie question

2005-06-09 Thread [EMAIL PROTECTED]
There is actually such an MBean: (look in deploy/monitoring-service.xml) | | | 17m | 16m | | There is a problem with it, if you want to use it in conjuction with the snmp-adaptor, in that it produces the same notification type (jboss.alarm.memory.low)

[JBoss-user] [JBossWS] - Porting Axis/Tomcat Web Services Across to JBoss 4

2005-06-09 Thread philmcc
I know how to create a web application (say a simple servlet and jsp), war it and deploy it on JBoss 4??and I know how to create a web service and deploy it on JBoss by creating the following JBoss specific files: jaxrpc-mapping.xml | jboss-web.xml | web.xml | webservices.xml | | ...w

[JBoss-user] [Beginners Corner] - Advice - JBoss 4 on Solaris 8

2005-06-09 Thread pbailey
I'm a total noob in this world, so please forgive my potential stupidity. I have a client running solaris 8 on Sun hardware. They have iPlanet v6 at the moment for their app servers. We are going to be writing some jsps to run on Tomcat/apache on a Solaris 8 web server, and I am contemplating tr

[JBoss-user] [Persistence & CMP/JBoss] - Auto Key Sequence problem - Entity does not get the generate

2005-06-09 Thread scswarga
I am using JBoss 3.2.7 with MySQL 4.1.9 & Connector/J 3.1. I use auto increment on the MySQL database. I have applied the entity command using xdoclet * @jboss.entity-command name="mysql-get-generated-keys" The record gets created correctly in the database. However, the entity local returned fr

[JBoss-user] [Management, JMX/JBoss] - Re: JMX/SNMP newbie question

2005-06-09 Thread mlybarger
i'm also interested in using snmp for monitoring the jboss server's "health". one thing that has been mentioned as interesting to watch are free memory levels. if the free memory gets above say 90%, i'd like to send an snmp trap to the snmp manager. i haven't really worked much with snmp as

[JBoss-user] [Beginners Corner] - Re: ClassCastException

2005-06-09 Thread shanthir
Anil, thanks I set up the classpath properly and now it is working fine. Shanthi View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880985#3880985 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880985 --

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

2005-06-09 Thread gdaswani
Bela, I tried modifying the wiki page (and made sure I saved the changes) yet the modifications aren't showing up. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880984#3880984 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [HTTPD, Servlets & JSP] - Re: redirect port 80 to 8080 on macintosh

2005-06-09 Thread fmorton
Found a good option to do this without running apache for the proxy. There is a "redir" utility that simply redirects. At startup, I'm doing: redir --lport=80 --cport=8080 & redir --lport=443 --cport=8443 & Found the source at http://sammy.net/~sammy/hacks/index.html Would like to hear from any

[JBoss-user] [Security & JAAS/JBoss] - Custom Login Module Config

2005-06-09 Thread luiz.santanna
Hello, I need to build a LoginModule from scratch, so I extended the AbstractServerLoginModule and implemented the necessary methods, and I setup a application-policy in the login-config.xml. I've also included the jboss-web.xml in my WEB-INF folder with the tag pointing to the app policy I de

[JBoss-user] [JBossCache] - Re: Surpassing configured max nodes for a region doesnt limi

2005-06-09 Thread bishopknight
Ok, The problem is still occuring. My xml config settings are as follows | | 10 | | | 20 | 28800 | | If I run my 21 node insertion unit test with th

[JBoss-user] [JBossCache] - Re: Error upgrading to latest jgroups in latest JBossCache 1

2005-06-09 Thread [EMAIL PROTECTED]
You have other apps running on the same multicast address and port in the same network, change your config and this will go away View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880979#3880979 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [Clustering/JBoss] - Problem creating a new partition

2005-06-09 Thread dpasiuk
Hello, Friends, This is probably a simple question, but I haven't found the answer, even in the well-written JBoss Clustering doc (Edition 6). All I want to do is create a second partition for one of my servers. In its cluster-service.xml I created the name: It starts out OK, then... --- M

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

2005-06-09 Thread gdaswani
example - SYNC REPL cache.. | | | | | | | | | | | | | | | | | | | jboss:service=Naming | jboss:service=TransactionManager | | | org.jboss.cache.GenericTran

[JBoss-user] [JBossCache] - Re: Problem while using system property in variable

2005-06-09 Thread [EMAIL PROTECTED]
Here's a comment/workaround Scott posted on the case: A double replacement is occurring for a service attribute of type java.util.Properties. Once by the ServiceConfigurator, and again by the PropertyEditor. You can work around this issue by disabling the property replacement at the ServiceConfi

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

2005-06-09 Thread gdaswani
Okay, that reply didn't work - lol. unar the jmxc.jar that comes with WebSphere.. then modify it's META-INF/MANIFEST.MF change the attribute that states Sealed: true to Sealed: false then jar it back up as jmxc.jar then copy it to the $WAS_ROOT/lib dir (overwritting the original). View

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

2005-06-09 Thread gdaswani
"neilkong" wrote : | You mean there should be different version of jmxc.jar? I checked mine and that's a sealed jmxc.jar. Shall I get some unsealed version from somewhere? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880974#3880974 Reply to the post :

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Tomcat 5.5.9 Case-Sensitivity

2005-06-09 Thread shamunda
It may appear that JBoss 4.2 no longer supports 'global' context settings Therefore you must specifically set context within your deployment descriptors' directory ex: /WEB-INF/context.xml Thus the correct statement should be: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880972#3

[JBoss-user] [Installation & Configuration] - Re: org.jboss.logging.util.OnlyOnceErrorHandler no longer im

2005-06-09 Thread netcetera
Do you have a log4j.jar included in your WAR file? This may be the cause of the trouble - try removing it and redeploy. See this for an article pointing in that direction: http://www.myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&p=35304 cu Stefan View the original post : http://ww

[JBoss-user] [Installation & Configuration] - Re: JBoss and PropertyConfigurator of log4j

2005-06-09 Thread netcetera
You probably have a log4j.jar in your ear file (as I had). Remove it and you will get your logging up and running. cu Stefan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880970#3880970 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [JBossCache] - Error upgrading to latest jgroups in latest JBossCache 1.2.3

2005-06-09 Thread youngm
When I upgraded to 1.2.3 with the new version jgroups I get periodic exceptions: 11:29:56,205 ERROR [UDP] exception in processing incoming packet | java.lang.NegativeArraySizeException | at org.jgroups.Message.readFrom(Message.java:634) | at org.jgroups.protocols.UDP.bufferToMessage(

[JBoss-user] [Clustering/JBoss] - problem calling a remote ejb from a servlet in a cluster env

2005-06-09 Thread gdevito
I've three jboss instances on different machine in the same network: 1. Jboss (A) running a web application 2. Jboss (B) running some ejbs 3. Jboss (C) running some ejbs Jboss (B) and Jboss (C) are in the same partition. In a servlet, running in the first jboss intance (A), I call an ejb deploy

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

2005-06-09 Thread mackenna
I am using an ant script to create a jar file that contains the session bean based rpc web service. I am using an EJB 2.0 based session bean. I added on a javax.xml.rpc.Service derived interface and a Remote derived interface to the remote , home and bean classes. assembled them into a di

[JBoss-user] [Security & JAAS/JBoss] - Roles don't make it into Tomcat when using Windows

2005-06-09 Thread javajedi
JBoss 4.0.1 This is really bizarre. We've been using JAAS authentication with a variety of login modules for quite a while. Everything works fine under Linux. We have a new web app that needs to run on Windows. When we deploy the app on JBoss under Windows, the users can authenticate fine in

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

2005-06-09 Thread rubnix
I have the files correspoding to the JMS stored in the folder for the queue, /jboss/server/default/data/jbossmq/file/QUEUE.queue The messages that werent consumed before the server crash are still stored in that folder... and after the restart, are "consumed" because the queue configuration file

[JBoss-user] [JBossCache] - Re: Problem while using system property in variable

2005-06-09 Thread [EMAIL PROTECTED]
This is a bug: I created a bug report in JIRA (JBAS) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880957#3880957 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880957

[JBoss-user] [Performance Tuning] - Re: Jboss hangs

2005-06-09 Thread [EMAIL PROTECTED]
It is hard (read: almost impossible) to know if there is a bug until you provide a full stack dump trace. cheers, sacha View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880956#3880956 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [HTTPD, Servlets & JSP] - redirect port 80 to 8080 on macintosh

2005-06-09 Thread fmorton
What is the best way to redirect ports (such as 80 to 8080 or 443 to 8443) on the macintosh platform? Used ipchains/iptables on linux for years, but need to do it using macos x now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880955#3880955 Reply to the

[JBoss-user] [Messaging, JMS & JBossMQ] - Urgent Help Required!!!

2005-06-09 Thread joe77123
Has anyone tried to configure JBoss 3.2.3 to connect to Oracle 8i Advanced Queue. Could anyone sent me some code samples. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880954#3880954 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

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

2005-06-09 Thread [EMAIL PROTECTED]
I think the referenced wiki page is a sufficient starting point. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880953#3880953 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880953

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

2005-06-09 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=402UpgradeIssues View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880952#3880952 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880952 --

[JBoss-user] [Performance Tuning] - Jboss hangs

2005-06-09 Thread vzcc
Hi all, I am having problem with jboss 4.0. It hangs -- means user could not even login, after running for certain time(sometime 1 day, some time over a week). When it happens, it seems happened after the session timed out, and user click the logout button which is to get the session and invali

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss-4.0.2 AccessLocalException - Security Propogation

2005-06-09 Thread johann.evans
Great! Thx - that fixed it! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880950#3880950 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880950 --- This SF.Net email

[JBoss-user] [JBossCache] - Re: Error in capacity warning calculation in Region.putNodeE

2005-06-09 Thread bdueck
Jira issue http://jira.jboss.com/jira/browse/JBCACHE-184 created. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880949#3880949 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880949 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss-4.0.2 AccessLocalException - Security Propogation

2005-06-09 Thread [EMAIL PROTECTED]
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=64868 If that is not the issue create a bug report with an example testcase. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880948#3880948 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Security & JAAS/JBoss] - JBoss-4.0.2 AccessLocalException - Security Propogation issu

2005-06-09 Thread johann.evans
Hi, I'm using 4.0.2 with my application - I have upgraded from 4.0.0. I have created Junit test cases and are using them to access the container as a client to run the tests. Each test case does its own authentication using JAAS and the EJB Module uses DatabaseLogin. Under 4.0.0 everything wor

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

2005-06-09 Thread gobrien
Thanks for the response. Is there a list of issues for the File PM. The problems listed above are quite vague. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880946#3880946 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

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

2005-06-09 Thread [EMAIL PROTECTED]
You can submit a patched file pm with the reliability enhancements discussed in this thread that performs better than the existing hsqldb solution with tuning so that we can evaluate support for it. We are currently pursuing investigation of hsqldb tuning as I suggested earlier. View the origi

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

2005-06-09 Thread jwisetech
Thanks Scott...I've been searching the javadocs and others for a deprecated list between tc5.0 and tc5.5... Example is org.apache.catalina.HttpRequest was in 5.0 but is no longer in 5.5 (at least not in catalina.jar)...I would think release notes, etc. would mention these changes...any clues...

[JBoss-user] [Installation & Configuration] - Help requried for JBoss 3.2.5 behind Firewall

2005-06-09 Thread sanketdesai
Hi all, My problem is regarding configuration of JBoss 3.2.5 behind Firewall. I went through so many posts regarding this type of issue, but still I haven't got any solution. Problem goes like this. I have installed JBoss 3.2.5. It is behind firewall. According to various articles,

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

2005-06-09 Thread gobrien
Is there a resolution to this issue? Answer 1. Its Slow now and always will be. Answer 2. v4.0.x will support a fast message persistence method (for large messages) in release 4.0.xx (may be using the file system to peristence messages)? Answer 3. Here are the some tuning parameters to JDBC w

[JBoss-user] [Clustering/JBoss] - Re: Problem with AutoDiscovery in JBoss-4.0.2 (on RH EL 3.0)

2005-06-09 Thread [EMAIL PROTECTED]
Yes. What does the multicast routing table look like for the 192.168.0.1 interface? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880941#3880941 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880941 ---

[JBoss-user] [Installation & Configuration] - transaction went crazy

2005-06-09 Thread mmeyer
Hi, recently I had some severe troubles with JBoss 2.4.4 trying to recover after an OutOfMemoryError. It seemed like a transaction got into an inconsistent state so that it was repeated every time JBoss restarted but never was marked as finished. The same piece of data was written repeatedly in

[JBoss-user] [Security & JAAS/JBoss] - Re: classic

2005-06-09 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=LoginInitialContextFactory http://wiki.jboss.org/wiki/Wiki.jsp?page=JndiLoginInitialContextFactory View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880939#3880939 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [JBossCache] - In which file there is "org.jboss.mx.util.JBossNotificationB

2005-06-09 Thread neilkong
For JBossCache with WebSphere, I got such error. Anyone knows this class can be found in which JAR? [6/9/05 10:37:51:764 EDT] 7d426d82 ServletInstan E SRVE0100E: Did not realize init() exception thrown by servlet init: javax.servlet.ServletException: Error while defining class: org.jboss.cache.

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

2005-06-09 Thread gobrien
Instead of:- TextMessage message = session.createTextMessage(); | | for (int i = 0; i < 10; i++) { | message.setText("This is message " + (i + 1)); | System.out.println("Sending message: " + | message.getTex

[JBoss-user] [Installation & Configuration] - Unable to resolve JSP compilation error

2005-06-09 Thread bapparoy
I am building a struts application using Eclipse 3.0 IDE and JBOSS 4.0.1. While running the application, I am receiving a JSP compilation error. Any help will be much appreciated. 09:55:36,570 ERROR [Engine] StandardWrapperValve[action]: Servlet.service() for servlet action threw exception org.

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

2005-06-09 Thread mschwarz
Main entry: desperation Pronunciation: "des-p&-'rA-sh&n Function: noun 1. hacking your web service into the server-config.wsdd file in order to get it deployed automatically View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880935#3880935 Reply to the post : h

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

2005-06-09 Thread gobrien
I've had problems using the JDBC persistence methods with 3.2.x and used the File Persistence method, its reliable and quite fast (unless you puts 1,000's of messages in the queue, which you can use MaxDepth to restrict the queue size). The most reliable solution we use is 3.2.3 RMIConnectionFa

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

2005-06-09 Thread JetSnail
Hi Scott, Thank you very much for your response. Finally it turned out that that was my mistake. Yes, you are right, old version of Primitives was used in my programm. the package was not added to CLASSPATH but defined in manifest of other jar file. So it was tricky to find. Thanks for your

[JBoss-user] [HTTPD, Servlets & JSP] - Re: myfaces with jboss4.0.2 not working, on 4.0.2RC1 its fin

2005-06-09 Thread [EMAIL PROTECTED]
It's probably irrelevant to 4.0.2, but there is a new feature that was left in but not documented which allows the loading of taglibs that are globally available. This will be tested and documented in 4.0.3. It shouldn't make any difference, but I was going to ask you to disable it if setting

[JBoss-user] [HTTPD, Servlets & JSP] - Re: jdk1.5.0 and tomcat 5.5.9

2005-06-09 Thread sviluppatorefico
I resolved..tomcat 5.5.9 uses for default the eclipse jdt compilerit's very fast but it no supports jdk 1.5 and therefore 1.5 canot to be used..it needed to back to the library used by previous versions of tomcat. Previously tomcat uses ant instead of jdt and obviously it supports 1.

[JBoss-user] [JCA/JBoss] - Re: Try to insert null into a non-nullable column: column

2005-06-09 Thread fabinou77
have you found any solutions ? I have exactly the same problem ... thx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880926#3880926 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880926 -

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Blocking threads or deadlock

2005-06-09 Thread mroennau
It seems (I hope), we solved it. After changing jvm, hardware and others we switched to JBoss 4.0.2 and now it's running for four days without complaints. Still crossing fingers... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880924#3880924 Reply to the po

[JBoss-user] [JBossCache] - Problem while using system property in variable

2005-06-09 Thread nohwal
Hi, We were planning to upgrade to JBoss 3.2.7 from 3.2.6. With this, we have to upgrade to JBoss Cache 1.2 as well. Earlier in 3.2.6, my configuration xml file for TreeCache contained the following entry: ${jboss.server.data.dir}/myCache This was working fine. However in 1.2, this property is

[JBoss-user] [JBossCache] - Re: Error in capacity warning calculation in Region.putNodeE

2005-06-09 Thread [EMAIL PROTECTED]
Excellent ! Yes, please create a JIRA issue. Ben's going to look into this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880922#3880922 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880922

[JBoss-user] [Installation & Configuration] - JBoss+IntelliJ

2005-06-09 Thread alexbecks
Hi guys, I attempt to integrate Jboss AS with IntellJ Ide. I have downloaded the plugin and insert it into plugins Ide directory, but this causes the crash of intellij at new startup. what's the problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38809

[JBoss-user] [JBossCache] - Error in capacity warning calculation in Region.putNodeEvent

2005-06-09 Thread bdueck
Hi; I've found a problem with the formula used to calculate whether or not a Region's nodeEventQueue is approaching capacity. According to my calculation, the following line from putNodeEvent, would actually mean the user would never see a warning (which was my observation). if( nodeEventQueue

[JBoss-user] [Messaging, JMS & JBossMQ] - Problems in picking the messages

2005-06-09 Thread vidyao
Hi, We have two jboss-3.2.1_tomcat-4.1.24. servers each in different machines bo1 and bo2 with Win2000 OS. Two mdbs of each server ie bo1 and bo2 listen to a single queue present in bo1 server.All the messages are posted to a single queue in server bo1. But when there are messages more than th

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

2005-06-09 Thread schrouf
A queue does not 'comsume' any messages by itself. Maybe you do not use persistent messages, so these in-memory-only messages get lost in case of a server crash. Regards Ulf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880918#3880918 Reply to the post

[JBoss-user] [Management, JMX/JBoss] - Re: MBean depends on Topic

2005-06-09 Thread holodok
I tried jboss.mq.destination:service=Topic,name=CheslaLogTopic and then J2EEApplication=null,J2EEServer=Local,ServiceModule=jbossmq-cheslalogtopic-service.xml,j2eeType=MBean,name=jboss.mq.destination:name=CheslaLogTopic,service=Topic but I have the same problem View the original post : http://ww

[JBoss-user] [JBossCache] - Re: HashMap get method - invocation time

2005-06-09 Thread [EMAIL PROTECTED]
This is almost certainly a bug, can you create a JIRA bug report ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880914#3880914 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880914 --

[JBoss-user] [HTTPD, Servlets & JSP] - JBoss 4.0.2 breaks my web app

2005-06-09 Thread adrianwilford
Hi all, I am trying to upgrade my JBoss installation to 4.0.2, and I am having a problem because my app deploys fine on JBoss 4.0.2RC1, but when I try to deploy the same .ear file in the release version 4.0.2, I get the following Exception: 12:20:10,200 INFO [EARDeployer] Init J2EE application:

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

2005-06-09 Thread domingochavez
Hey, can you please write your ejb-jar.xml, web.xml and jboss-web.xml. Greetings! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880912#3880912 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880912

[JBoss-user] [JBossCache] - HashMap get method - invocation time

2005-06-09 Thread yos_titi
Hi, I'm using replicated cache and I noticed that if I put HashMap in the TreeCacheAOP and then invoke the get method, in each get invocation the callRemoteMethods is called. I can't understand why in "get" operation there is a call to the network why isn't it just return the object from the loc

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

2005-06-09 Thread jwisetech
I'm recompiling MM's Tomcat Valve against the new catalina libraries...apparently the valve contract has changed with TC55...will advise on results. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880910#3880910 Reply to the post : http://www.jboss.org/index

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

2005-06-09 Thread rubnix
Hi all, i have seen this post and i have a question... As you have a MDB associated to the queue... what happens if the server crash and there are still messages in the queue for processing? i have a similar achitecture in my application and i have that problem... the messages are consumed becaus

[JBoss-user] [Persistence & CMP/JBoss] - default column values

2005-06-09 Thread jjgabios
i have the following sql table: create table portalComponent ( id integer unsigned not null auto_increment, name varchar(60), type smallint unsigned not null default 1, defaultFontName varchar(50) not null default 'Verdana', defaultFontSize smallint unsigned not null default 12, defaultFgColor char

[JBoss-user] [HTTPD, Servlets & JSP] - jdk1.5.0 and tomcat 5.5.9

2005-06-09 Thread sviluppatorefico
hi.I've installed jboss 4.0.2 with jdk 1.5.0_03 and I dont't succeed to use the jdk1.5 features in my JSP while the servlets accept finely them .when I use autoboxing in a jsp I've this error. It seems that jasper compiler is back to jdk1.4: | 11:27:35,095 ERROR [[jsp]] Servlet.

[JBoss-user] [Messaging, JMS & JBossMQ] - No message found after publishing on a topic

2005-06-09 Thread tsimplice
I wrote a simple program which publish a message on a remote topic. All is right on windows system. When I publish on Redhat AS there is no error during publishing but I don't found the message on the topic? I need help please. I use jboss4.0.1sp1. View the original post : http://www.jboss.org

[JBoss-user] [Security & JAAS/JBoss] - Re: classic

2005-06-09 Thread svandenbussche
"[EMAIL PROTECTED]" wrote : There never has been any statement about using the JNDI InitialContext as the means of providing the user login info. JBoss has always used JAAS and this is in complete accord with the specs. I didn't say it wasn't. however, many large projects use JBoss only for deve

[JBoss-user] [Persistence & CMP/JBoss] - Re: Does Sybase DB support

2005-06-09 Thread tgprivate
"adellechiaie" wrote : Which version of Sybase ASE (I suppose) are you using??? | Until ASE 11.9.2 only TransactSQL left outer join syntax is supported (t1*=t2), from 12.0 and after (12.5.x) also the ANSI syntax is supported (left outer join t1 on t2.id=t1.id). | Ciao | Thank you very muc

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

2005-06-09 Thread clairecostello
Hi, Thanks for that. I will be installing 4.0.2 soon. Another thing, do you happen to know was this means: [JavaWsdlMapping] Cannot find jaxrpc-mapping for type: {http://ebank.jboss.com}AccountList It occurs when deploying the WS. Many thanks, Claire View the original post : http://www.jbo

[JBoss-user] [Persistence & CMP/JBoss] - Re: Does Sybase DB support

2005-06-09 Thread adellechiaie
Which version of Sybase ASE (I suppose) are you using??? Until ASE 11.9.2 only TransactSQL left outer join syntax is supported (t1*=t2), from 12.0 and after (12.5.x) also the ANSI syntax is supported (left outer join t1 on t2.id=t1.id). Ciao View the original post : http://www.jboss.org/index.

[JBoss-user] [EJB/JBoss] - Re: Deployment problem due to session facade

2005-06-09 Thread svandenbussche
"maruthi_cse" wrote : Hi svandenbussche, | Thank u for ur reply.So u mean to say that we must use value objects in between struts form and session facade?. Is there exist an example for using this along with struts and session facade? | | Thanks | maruthi | Using Struts formbeans wit

  1   2   >