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

2005-05-12 Thread twundke
Actually, I have a possible bug to report. I thought I'd check here first. The bug occurs when using TreeCacheAOP. I put an object into the cache, which is then replicated to other nodes. This all works fine. One node then calls removeObject(), which removes the FQN and cache interceptor on the

[JBoss-user] [Security & JAAS/JBoss] - Re: jboss4.0.2 web-service auth and non-java clients

2005-05-12 Thread singular_droid
Everything is ok. I have found an answer in the source of org.jboss.webservice.handler.ClientLoginHandler. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877579#3877579 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

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

2005-05-12 Thread cg24
They are in a jar file in the application's ear file. ehcache is also in a jar in the same ear. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877577#3877577 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877577

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

2005-05-12 Thread worldheart
where have you placed spring-related jars? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877576#3877576 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877576 --- Th

[JBoss-user] [Beginners Corner] - problem with 4.0.2 and standalone tomcat

2005-05-12 Thread fmorton
Previously happily running standalone tomcat 5.0.18 with jboss 3.2.3. Upgraded jboss to 4.0.2. That transition was smooth and easy (hats off to jboss developers). But, replaced the jbossall-client.jar in the standalone tomcat common/lib directory with the new version. Would not start up, compla

[JBoss-user] [Beginners Corner] - J2EE Bookstore Tutorial Deployment Problem

2005-05-12 Thread lnorth
I am using JBoss 1.0.4sp1 to learn J2EE by doing the Sun's J2EE tutorial (http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.html). All was going well until the bookstore1 and bookstore2 tutorials in chapter 12. Each works if its WAR is deployed without the other's. If both WARs are deploye

Re: [JBoss-user] [Beginners Corner] - Re: Configuring JBoss to existing tomcat

2005-05-12 Thread Frank Morton
We ended up having to add the following to the startup on the server side as part of the JAVA_OPTS: -Djava.rmi.server.useLocalHostname=true -Djava.rmi.server.hostname=appserver.domain.com where "appserver.domain.com" is the hostname of the jboss server. Then, on the client side added the foll

[JBoss-user] [Beginners Corner] - 4.0.2 directory structure recommendation

2005-05-12 Thread jeichels
I just started learning JBoss (with 4.0.2) this last day or two and I am muddled in all the documents. My biggest problem is understanding how a complex deployment should look. I have a highly trafficed system currently in production using Tomcat 5.5.9, Struts, Velocity, OJB, MySql and some ot

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

2005-05-12 Thread cg24
We've just updgraded from jboss 4.0.0 to 4.0.2. Previously in 4.0.0 hot deployment was working fine, but now it fails. When hot deploying the bean, the deployment seems fine. But when attempting to create it, everything falls over. Here is the relevant stack trace: 10:21:41,256 INFO [SessionFa

[JBoss-user] [Beginners Corner] - WebCalendar version -1.orc3

2005-05-12 Thread kouriemn
What PHP and MySQL versions do I need to use with WebCalendar version -1.orc3 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877569#3877569 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877569 --

[JBoss-user] [EJB/JBoss] - Why is there a @5345345 on the end of my entity bean jndi na

2005-05-12 Thread gmatthews
Hi Guys, I just tried upgrading from 4.0.1 to 4.0.2 and now my local entity beans have a @345354 or similar memory address attached to the end of their name. Instead of local/myapp/mybean I see local/myapp/[EMAIL PROTECTED] in the jmx-console. Why is the memory address being tacked on the end?

[JBoss-user] [HTTPD, Servlets & JSP] - Servlet Database Access

2005-05-12 Thread Bertsura
Hi! I'm having trouble accessing a database from a servlet. I checked the log and I got this error: 2005-05-13 10:37:34,187 INFO [STDOUT] java.lang.NullPointerException 2005-05-13 10:37:34,187 INFO [STDOUT] at java.lang.Class.forName0(Native Method) 2005-05-13 10:37:34,187 INFO [STDOUT] at

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

2005-05-12 Thread [EMAIL PROTECTED]
The container has to be in control of authentication to allow propagation to other secured web resources. You would have to create a custom tomcat valve or authenticator to change the behavior at the container level. You probably just want to implement custom security in a standard filter though

[JBoss-user] [JBoss Portal] - Workflow in Portal

2005-05-12 Thread Kavitha
We have a customer who needs the workflow in the portal. When is the jBPM integration with portal available. What are the alternatives until then. Thanks Kavitha View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877566#3877566 Reply to the post : http://www.jbo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message selector performance

2005-05-12 Thread [EMAIL PROTECTED]
Contested Queues + messageSelector should have a surgeon general's health warning in the spec. It is a BAD anti-pattern. Topics + messageSelectors works just fine. I'm suprised this not an FAQ, it is now: http://wiki.jboss.org/wiki/Wiki.jsp?page=IGetSlowPerformanceWithMessageSelectors though the

[JBoss-user] [JBoss Portal] - Re: Workflow in Portal

2005-05-12 Thread [EMAIL PROTECTED]
unfortunately, it is not planned fro right now but is mentionned in the next items of the roadmap View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877567#3877567 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877567 --

[JBoss-user] [JCA/JBoss] - Re: ManagedConnection shared by multiple Connections

2005-05-12 Thread [EMAIL PROTECTED]
What you really want is a custom pool which has a pooling strategy of "Don't Pool - Share". The only mechanism in JBoss to use your own custom pool is to deploy using the MBeans directly rather than using the -ds.xml (see previous posts for examples). But the MBean api is not guaranteed to be sta

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Fail to acknowledge a JMS message

2005-05-12 Thread [EMAIL PROTECTED]
Genman, the first part of your answer is correct. "Suck it and see", or just read the spec. HINT: JMSMessage.getJMSRedelivered() The second part is not correct/misleading. Though it is quite hard for a BMT MDB to signal a NACK/rollback, short of crashing the server :-) See the FAQ or the dozens o

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

2005-05-12 Thread [EMAIL PROTECTED]
You need to have a loadbalancer to keep your session id the same during fail over. Check the wiki page for example of mod_jk. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877558#3877558 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [JCA/JBoss] - Re: ManagedConnection shared by multiple Connections

2005-05-12 Thread [EMAIL PROTECTED]
"camueller" wrote : According to the spec, chapter 6.5.4.2, multiple Connections sharing a ManagedConnection should be supported. | Yes, in the same transaction for example, the connection handles share the same real managed connection: | UserTransaction ut = ... | ut.begin(); | Connec

[JBoss-user] [JBoss Portal] - Re: Bundle links not working

2005-05-12 Thread [EMAIL PROTECTED]
Its up again, but you need jdk5 until we can get it to work with jdk1.4 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877557#3877557 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877557 -

[JBoss-user] [Clustering/JBoss] - Re: Can we use

2005-05-12 Thread [EMAIL PROTECTED]
You still need to run "all" and weed out the unnecessary services. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877556#3877556 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877556

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

2005-05-12 Thread [EMAIL PROTECTED]
try it again. you will need jdk5 for now, until we can rebuild in jdk1.4 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877559#3877559 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877559

[JBoss-user] [JBossCache] - Re: question on Node class

2005-05-12 Thread [EMAIL PROTECTED]
No, you should not. put(fqn, key, value) is all you need to care. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877554#3877554 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877554 -

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

2005-05-12 Thread garbett
I turned on debuging by editing the conf/log4j.xml file. I changed this: | | | | | To this: | | | | | Now there is volumes of output to look at. The | 16:20:42,301 INFO [STDOUT] class org.centerstone.admin.TupleSaveActio

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

2005-05-12 Thread garbett
I got rid of the 'ignoring persistent instance' by removing a lock call and just calling saveOrUpdate. However the same problem still remains. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877545#3877545 Reply to the post : http://www.jboss.org/index.html?m

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

2005-05-12 Thread garbett
Similar problem on my configuration. I set ShowSqlEnabled to true and no SQL is being generated. I suspect something in the transaction management. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877541#3877541 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Beginners Corner] - Timer for reloading properties?

2005-05-12 Thread hhendler
Hello, My app loads properties from a '.properties' file, and I would like to set a timer with a configurable refresh period to reload without stopping/starting the entire app. Is there a non-code way to do this, or must I look into something like what log4j does (http://www.cenqua.com/clover

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

2005-05-12 Thread biteme
I'm having the same problem. Being a clueless newbie to JBoss/Hibernate, I'm poking around trying to find a debug mode that would produce some output about the state of things. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877539#3877539 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Accessing the file system

2005-05-12 Thread efreed
Arg, never mind. My regex was causing an exception to be thrown before the file was even opened up, and I was silently dropping to caught exception. So I thought I could not open the directory, and was thinking EJB (which can't access the file system through regular io) View the original post

[JBoss-user] [JBoss Portal] - Bundle links not working

2005-05-12 Thread sven.schulz
It looks like the links for the bundled packages (Portal RC + AS 4.0.1sp1) not working. Anybody knowing the correct URL? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877537#3877537 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

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

2005-05-12 Thread novice user
the link to download JBoss Portal RC1 + JBossAS 4.0.1sp1 Bundle => jboss_portal_2.0_RC1-jboss_4.0.1sp1.zip is broken... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877535#3877535 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [Security & JAAS/JBoss] - How to obtain the user roles with DatabaseServerLoginModule

2005-05-12 Thread mstampella
I can autorize a user based in his roles. But i cant obtain the list of his roles !!! This is my login-config.xml jboss.jca:service=LocalTxCM,name=OracleDS java:OracleDS Select Password from

[JBoss-user] [JBoss Portal] - Re: JBoss Portal vs. LifeRay and eXo

2005-05-12 Thread scrut
Thanks That was very helpful. Looks like JBoss Portal can essentially do what I want. I will certainly consider using it for our project. scrut View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877531#3877531 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Beginners Corner] - Accessing the file system

2005-05-12 Thread efreed
I know how to access files stored in my .sar file, but I need to read ( and delete) external files, and a directory. Specifically, I have a reg ex to match against the files in the directory, but I can't find a way to list the files in the directly. File f = new File("path"); String[] listOfF

[JBoss-user] [JBoss Portal] - Re: JBoss Portal vs. LifeRay and eXo

2005-05-12 Thread [EMAIL PROTECTED]
"scrut" wrote : I need a portal system that provides me, out of the box, with | - a Wiki | - a Forum | - a News System | - a Blog | I don't have an ETA right now on the XWiki portlet. I was migrating it over, but had to drop it for this release cycle. Forums we have. News, someone need

[JBoss-user] [JBoss Portal] - Re: does jboss 3.2.1 or 3.2.5 support portals

2005-05-12 Thread [EMAIL PROTECTED]
No. Use 4.0.0 or above. We recommend 4.0.1sp1, btw. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877527#3877527 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877527 -

[JBoss-user] [JBoss Portal] - AdminCMS portlet documentation - reply 1

2005-05-12 Thread guest
This is actually a reply to another post I made at http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63885 but because I can't seem to post a reply to that thread I have to create a new one. (When I try to reply I get the following error message: "Cannot invoke the operation : the module

[JBoss-user] [Clustering/JBoss] - Can we use

2005-05-12 Thread [EMAIL PROTECTED]
We are migrating from Weblogic to JBoss 4.0.1SP1 but we get into a fail-over issue. We have two Apache servers and two JBoss servers. To setup fail-over between Apache and JBoss, we read "http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss"; All we need is fail-over, NOT HTTP Ses

[JBoss-user] [Installation & Configuration] - How can I deactivate Tomcat

2005-05-12 Thread yxcvb33
Hi, I use JBoss3.2.3 and 3.2.7 and I want deactivate the Tomcat. How can I do that? Any suggestion ? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877524#3877524 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Testimonials] - Re: JBoss at ChemConnect

2005-05-12 Thread JeffGordon
- Original Post - I know this is kind of an obscure area of the forums but these are questions and responses based on a request from the JBoss PR folks quite some time ago and since nothing ever became of it I thought I would share it here. JBoss has been an absolutely outstanding produ

[JBoss-user] [Security & JAAS/JBoss] - AuthenticationCacheTimeout effecting one session bean but no

2005-05-12 Thread jeeads
JBoss 3.2.3 in production. I have two session beans using the same SecurityDomain and AuthenticationCache. After logging in under srp I allow the timeout period to expire. The MapperBean is always called with a remote call and the calls to the FGMapperBean are always called from the MapperBea

[JBoss-user] [Testimonials] - Re: JBoss at ChemConnect

2005-05-12 Thread JeffGordon
Archives of the original post which somehow was deleted from the forum. http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg42793.html http://www.junlu.com/msg/72959.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877521#3877521 Reply to the

[JBoss-user] [JBoss Portal] - Portal navigation

2005-05-12 Thread guest
Why do I see the same page sometimes when I click the back button of my browser? Shouldn't I see the previous page? Instead I see the same portlet no matter what the URL says in my browser. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877520#3877520 Reply

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

2005-05-12 Thread fmaredia
We migrating from Hibernate 2 to Hibernate 3. We upgraded JBoss to version 4.02. Our old version with Jboss 4.0.1 with Hibernate 2 worked fine with no errors. When we migrated everything works fine, except that we can not update or delete. It makes no sense! There is no error produced eithe

[JBoss-user] [JBoss Portal] - AdminCMS portlet documentation

2005-05-12 Thread guest
Hi, I am trying out JBoss Portal 2.0 RC1 and I can't find the AdminCMS portlet. The documentation at http://docs.jboss.org/jbportal/v2.0RC/user-guide/en/html/admincmsPortlet.html says to point your browser to http://localhost:8080/nukes/index.html?page=admin but this results in a 404 error. I'

[JBoss-user] [JBoss Portal] - Re: Novell's involvement in JBoss... What? When?

2005-05-12 Thread mholzner
anonymous wrote : What is the timeline for Novell to release this stuff to JBoss and the OSS community? Novell is actively contributing to several JBoss projects. The contributions are primarily new code. This is a gradual process that will continue , and probably grow over time. anonymous wr

[JBoss-user] [JBoss Portal] - Re: How to assemble portlet pages?

2005-05-12 Thread mholzner
As of 2.0 there is no such UI. Pages can only be created via xml files. This is in the feature list for the next version under the topc 'dynamicity' View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877514#3877514 Reply to the post : http://www.jboss.org/index.

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

2005-05-12 Thread nitin888
Hi, Thanks a lot. It worked for me. Regards, Nitin. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877511#3877511 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877511 ---

[JBoss-user] [JBossWS] - Re: 16:22:50,265 ERROR [SOAPElementAxisImpl] Cannot convert

2005-05-12 Thread danoakland
I ran into this same problem -- it occurs when parsing a SOAP response and there is an attribute with a URI. The JBoss code that causes the exception is in the org.jboss.axis.message.SOAPElementAxisImpl at line 724. The 4.0.2 source code I downloaded shows this (starting with line 712): | if

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot send a message to the JMS Server

2005-05-12 Thread bkmenon
Hi darranl, I have to use JBoss 3.2.3 version, coz its a standard on which my framework has been built. Hi genman, I do have a clue. I think it is because of the hectic transfer of messages back and forth between the java client and the server. Apart from this I dont have a clue. What Say? Th

[JBoss-user] [Messaging, JMS & JBossMQ] - Message selector performance

2005-05-12 Thread jplsaez22
Hello. I've been searching for information about the possible drawbacks of using a message selector to consume some specific messages from a queue. I haven't found any clear answer to my doubts. I'm thinking in two scenarios: - Creating just one queue and configuring some mdbs with different m

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

2005-05-12 Thread optimusprime
Helo there. It's been almost a week that I've been reading tutorials, google, and jboss code... I don't want to use j_security_check. So after my LoginModule log-me-in I'm unable to propagate the permission... LoginContext lc = new LoginContext("myLogin",(CallbackHandler)myHandler); lc.login();

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

2005-05-12 Thread g.ambrozio
Some new tests: First, I modified the first sleep to: | //Util.sleep((long) (Math.random()*5000)); | Util.sleep((long) (id*2000)); | id is now an integer, rather than a String. So now I have the first thread starting after 2 seconds, the second after 4 and the third after

[JBoss-user] [Persistence & CMP/JBoss] - EJBQL ORDER BY with boolean

2005-05-12 Thread [EMAIL PROTECTED]
I'm trying to use a dynamic EJBQL/JbossQL expresssion that involves an ORDER BY of a boolean CMP attribute: SELECT OBJECT(o) FROM UserBean AS o ORDER BY o.active Where UserBean.active is a CMP2 boolean attribute (extract from UserBean.java, using XDoclet) /** * @ejb.persistent-field * @ej

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

2005-05-12 Thread g.ambrozio
Did you modify something else?? I'm running on my machine and I still geet inconsistent results: ended 2 26 ended 1 29 ended 3 23 using vsync.xml: | | | | | | | | | | | | | | | | Can it be b

[JBoss-user] [Performance Tuning] - Re: Monitoring recommendations?

2005-05-12 Thread Traveldoo2
I believe JBoss WebConsole can do what you want, gshifrin. You access it at the URL : http://hostname/web-console More info here : http://jboss.org/wiki/Wiki.jsp?page=WebConsole By the way, i'm also very interested into relevant MBeans to monitor : for now I just monitor FreeMemory and ActiveThr

[JBoss-user] [HTTPD, Servlets & JSP] - Good advise about paging data !

2005-05-12 Thread warx_sg
Hi all, i would need a good advise about paging data. My application is made up of layers : presentation and business. The presentation ( Struts ) calls method from business when it needs lists of data which are created executing SELECT queries. All the list are put in the session and then it is

[JBoss-user] [Beginners Corner] - NoClassDefFoundError: org/jdom/Text jdk1.5 JB3.2.7

2005-05-12 Thread EricT2004
I was wondering if anyone has had problems with jaxen in ver 3.2.7. I'm getting the following error: root cause java.lang.NoClassDefFoundError: org/jdom/Text org.jaxen.jdom.JDOMXPath.(JDOMXPath.java:100) Thanks, Eric View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [JBoss Getting Started Documentation] - Re: Where is org.jboss.util.ChapterExRepository [JBoss Admin

2005-05-12 Thread [EMAIL PROTECTED]
You should use the provided any scripts to build the example code. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877496#3877496 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877496 --

[JBoss-user] [JBoss Portal] - jboss forums don't build

2005-05-12 Thread sviluppatorefico
II have a problem to build the last versions of jboss-forums .i've downloaded it from sourceforge and I had to configure the portal_home to build jboss-forums, then download the dbunit libraries and to configure in .ent of porta_thirdparty and now I don't to find the class org.jboss.po

[JBoss-user] [Beginners Corner] - Re: Probs with SP2???

2005-05-12 Thread PeterJ
I have been using SP2 for a long time and have never experienced a BSOD when closing JBoss. Out of curiousity, what DLLs are being loaded into the JVM? One way to find this out is to download and run the listdlls.exe program from www.sysinternals.com (at a command prompt, enter "listdlls java.

[JBoss-user] [Javassist user questions] - Re: jdk 1.5 JBoss 3.2.7 / Error NoClassDefFoundError...

2005-05-12 Thread EricT2004
sorry. i'll repost in another forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877495#3877495 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877495 --- This SF

[JBoss-user] [Beginners Corner] - Probs with SP2???

2005-05-12 Thread smitz
Everytime i close JBoss i get a BSOD. Has anyone ever came across this before, its getting really annoying. Theres other people using XP Pro SP1 and they are fine, but theres a few of us got new machines with SP2 and its happening to us all. Any help would be much appreciated! D View the orig

[JBoss-user] [JBoss Getting Started Documentation] - Re: Where is org.jboss.util.ChapterExRepository [JBoss Admin

2005-05-12 Thread solkwong
Where I can find org.jboss.util.ChapterExRepository? what is the jar file for this package? Please View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877492#3877492 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877492 -

[JBoss-user] [EJB/JBoss] - Re: Stateless bean Deployment in Jboss4.0.1sp1

2005-05-12 Thread darranl
It means that an item you are attempting to lookup in JNDI is not bound to JNDI. This could be caused by a failed deployment or possibly using the wrong name. If this relates to using a session bean the exception is the wrong place to start diagnosing the problem, you should follow the following

[JBoss-user] [Installation & Configuration] - Re: MissingResourceException calling ResourceBundle.getBundl

2005-05-12 Thread [EMAIL PROTECTED]
Issue report with an example deployment that illustrates the problem is the next step. http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877490#3877490 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [Installation & Configuration] - Re: MissingResourceException calling ResourceBundle.getBundl

2005-05-12 Thread karmen38
Scott, Thank you for your answer. I agree that the problem is in Tomcat. I realized that JBoss 4.0.2 has Tomcat 5.5 embedded while JBoss 4.0.1sp1 had Tomcat 5.0. Tomcat claims that JDK 1.5 should be used with 5.5. I switched the JDK to 1.5 and still get the same problem with getBundle. I unde

[JBoss-user] [Installation & Configuration] - Installing beans with same name twice

2005-05-12 Thread fgutierrez
I have to deploy 2 applications (2 different ears) wich uses the same bean names. how can i achieve this? do i have to make another installation and change all ports used by the first one in order to avoid an "Address already in use Exception", if so, which files do i have to change? thanks

[JBoss-user] [Clustering/JBoss] - javax.naming.CommunicationException: Failed to retrieve stub

2005-05-12 Thread ashankerdas
Hi, I am having a problem using InitialContext for lookup of EJB in a JBoss Cluster. The code works fine when clustering is not used. I am working on JBoss-3.2.3. The problem is as follows: Context ctx = new InitialContext(); Then i lookup some bean. The code works fine in case clustering is

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Error in initialization of DLQ

2005-05-12 Thread MarkSigEp
check the hajndi-jms-ds.xml file in ${jboss.home}/server//deploy/jms. look at the Properties attribute of the jboss.mq:service=JMSProviderLoader,name=HAJNDIJMSProvider mbean. your Properties attribute probably has java.naming.provider.url=localhost:1100 when it should look like below:

[JBoss-user] [Clustering/JBoss] - Re: Client code of Clustered EJB must run in ALL-module?

2005-05-12 Thread MarkSigEp
check the hajndi-jms-ds.xml file in ${jboss.home}/server//deploy/jms. look at the Properties attribute of the jboss.mq:service=JMSProviderLoader,name=HAJNDIJMSProvider mbean. your Properties attribute probably has java.naming.provider.url=localhost:1100 when it should look like below:

[JBoss-user] [EJB/JBoss] - Stateless bean Deployment in Jboss4.0.1sp1

2005-05-12 Thread deepc
Hi, Can anyone please tell me when does JNDI Not Bound exception occur?. and what are the possible solutions. Thanks Deep View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877486#3877486 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: http-il servlet : can it be used to post a message via a

2005-05-12 Thread [EMAIL PROTECTED]
You need to write your own servlet to do this as the http invoker deals with marshalled java object streams, not a java agnostic format. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877483#3877483 Reply to the post : http://www.jboss.org/index.html?module

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

2005-05-12 Thread [EMAIL PROTECTED]
The XML fragment didn't show correctly. But if you download JGroups, you'll find vsync.xml in JGroups.conf. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877482#3877482 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

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

2005-05-12 Thread [EMAIL PROTECTED]
Two things: #1 Starting all instances at the same time might get you into merge situations. Merging different states is not (yet) implemented in JBossCache. #2 You are running the default protocol. This is *not* using virtual synchrony, so at the end we're *not* running a flush to flush all pe

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot send a message to the JMS Server

2005-05-12 Thread genman
bkmenon - You have "no clue" about OutOfMemoryError? What part of OutOfMemoryError don't you understand? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877478#3877478 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Fail to acknowledge a JMS message

2005-05-12 Thread genman
Well, obvious you test for this sort of case. But AFAIK, JBoss won't send duplicate messages. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877479#3877479 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877479 --

[JBoss-user] [JCA/JBoss] - ManagedConnection shared by multiple Connections

2005-05-12 Thread camueller
We are developing a J2EE application where multiple clients (EJBs) can connect simultanously to a device connected via single TCP-style connection. The communication protocol _does_ support concurrent communication of clients over this single connection. Using JCA (NoTransaction, Managed) we dec

[JBoss-user] [Beginners Corner] - binding jboss to specific network interface

2005-05-12 Thread golubec
i have jboss runnig at host with several network interfaces(ip addresses) , so how could i choose interface jboss will listen to requests from ? By default , it start at localhost. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877476#3877476 Reply to the po

[JBoss-user] [Installation & Configuration] - binding jboss to specific network interface

2005-05-12 Thread golubec
i have jboss runnig at host with several network interfaces(ip addresses) , so how could i choose interface jboss will listen to requests from ? By default , it start at localhost. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877475#3877475 Reply to the po

[JBoss-user] [News & Announcements] - Re: CVS/Forum/Mailing List Changes

2005-05-12 Thread [EMAIL PROTECTED]
Use the [EMAIL PROTECTED] mailing list given the CVSRepository wiki, not this forum. Problems reports here will be deleted. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877473#3877473 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Beginners Corner] - Using MySql

2005-05-12 Thread jonghun95
I am trying to use MySql as DB. But I do not want CMP so there will be no jbosscmp-jdbc.xml. Then how do I configure to use MySql in my project? Which file should I modify and how? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877471#3877471 Reply to the po

[JBoss-user] [Security & JAAS/JBoss] - jboss4.0.2 web-service auth and non-java clients

2005-05-12 Thread singular_droid
I have a merely simple web-service under jboss4.0.0 and now moving it on 4.0.2. this is the part of my login-config.xml: | | | | java:/OracleDS | SELECT PASS FROM trate.dilers_auth WHERE LOGIN=? | SELECT role,'Roles' FROM

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

2005-05-12 Thread gustavo.ambrozio
I'm new to JBossCache and I can't see what I'm doing wrong. Basically, I'm testing JBossCache to verify if it's behaviour can solve my problem. I wrote the following class (simplified): | public class TreeCacheTest implements Runnable | { | private static boolean testEnds = false;

[JBoss-user] [Javassist user questions] - Re: jdk 1.5 JBoss 3.2.7 / Error NoClassDefFoundError...

2005-05-12 Thread darranl
What is Javaassist? Javassist (Java programming assistant) is a class library for editing Java bytecode in Java; View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877466#3877466 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot send a message to the JMS Server

2005-05-12 Thread darranl
3.2.3 is quite an old version of JBoss, if you need the 3.2.x series have you tried this with the latest to see if it still a problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877465#3877465 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Beginners Corner] - JBoss 4.01 SP1 problem deploying war file

2005-05-12 Thread bconnell
I am trying to get an application called Vernon Browser working on JBoss 4.01 SP1 running on a Windows 2003 server, with a SQL Server 2000 database behind it. I have installed the JDK Version 1.5.0.02, SQL Server 2000 Driver for JDBC Service Pack 3, and JBoss 4.0.1 SP1. JBoss is installed and i

[JBoss-user] [Javassist user questions] - jdk 1.5 JBoss 3.2.7 / Error NoClassDefFoundError... org

2005-05-12 Thread EricT2004
I was wondering if anyone has had problems with jaxen in ver 3.2.7. I'm getting the following error: root cause java.lang.NoClassDefFoundError: org/jdom/Text org.jaxen.jdom.JDOMXPath.(JDOMXPath.java:100) Thanks, Eric View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot send a message to the JMS Server

2005-05-12 Thread bkmenon
Hello is there anyone, who is watching these posts? Or nobody is interested in replying for messages? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877462#3877462 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877462

[JBoss-user] [Beginners Corner] - Empty web-console navigation tree

2005-05-12 Thread Hacki.Wimmer
Hi, I have installed jboss-4.0.1sp1. Most will be fine. I can deploy EJBS, start and stop the server, an so on. But if if want to view the web-console (http://localhost:8080/web-console) the left navigation tree will be an empty gray frame (The right frame will be displayed correct). Whats goin

[JBoss-user] [JBossWS] - Re: .NET calling WebService

2005-05-12 Thread Scharlau
Hi, here's the example as mentioned. It calls a basic hello world service, which returns a Person object with their name and age. First, use wsdl.exe, which I call from a bat file, and which generates the appropriate cs file for me, which I then use in the client. anonymous wrote : \..\..\Prog

[JBoss-user] [Installation & Configuration] - Re: Mutual authentication with JBOSS (CLIENT-CERT configuart

2005-05-12 Thread HuntEthan
I've downloaded the source file jboss-4.0.2.tar.bz2 and extracted it. Then I've ececuted the file build.bat in the folder build. The build was succesfull after 4 minutes calculating. What I've to do now? I've tried to execute the file build.bat in the testsuite folder, but build failed (...\tes

[JBoss-user] [Messaging, JMS & JBossMQ] - http-il servlet : can it be used to post a message via a non

2005-05-12 Thread elmizmo
Hi, because the documentation about the http-il servlet is limited, I would like to ask whether or not this servlet can be used to post a message to a queue. We need to connect non-java programs to the messaging system. Via a url this would be easy. I can write my own servlet that does this, b

[JBoss-user] [HTTPD, Servlets & JSP] - JBoss4.0.2 use invalidated session id for new session

2005-05-12 Thread tsangcn
I am using firefox 1.0.3 on Fedora Core 3 linux. I just try JBoss 4.0.2 and found that after I logout using session.invalidate() and revisit my webapp without closing the web browser, jbossweb is using the old session id for the newly created session. In JBoss 4.0.1sp1, a new session id is gen

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

2005-05-12 Thread adrian.bigland
I'm playing around with different approaches to dealing with isolated EARs, and I get this error when: a) I've scoped the classloader for the EAR: Cyrus.classloading:loader=application registry java2ParentDelegation=true b) set JNDI to ca

[JBoss-user] [Persistence & CMP/JBoss] - Re: Get the right result after an insert with an entity CMP

2005-05-12 Thread warx_sg
Hello, reading the message with the title : "Mixed JDBC and CMP access within a single session method". I cleared my mind about my doubts. Cheers. Stefano View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877450#3877450 Reply to the post : http:

[JBoss-user] [News & Announcements] - Re: CVS/Forum/Mailing List Changes

2005-05-12 Thread garu
The anonymous CVS looks to have the same problems as before. Update is still getting "No space left on device" messages related to /tmp dir where CVS allocates its temp files. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877449#3877449 Reply to the post :

[JBoss-user] [Messaging, JMS & JBossMQ] - Fail to acknowledge a JMS message

2005-05-12 Thread jplsaez22
Hello everbody. Just suppose a message-driven bean using bean-managed transactions, with the acknowledgment mode set to AUTO_ACKNOWLEDGE. If the onMessage finish successfully, the consumed message should be acknowledged, so that it is removed from the queue. What will happen if the underlying

[JBoss-user] [Clustering/JBoss] - Re: Tomcat-LoadBalancer-Jboss problem

2005-05-12 Thread cristibuta
Hello, maybe you can check your mod_jk log (I assume you have mod_jk for Apache - Tomcat load balancer). I think it would be useful if you post the jk.conf, workers.properties and the mod_jk log file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877445#3877

  1   2   >