[JBoss-user] [EJB/JBoss] - Re: CMR field

2005-08-11 Thread beffe
I think you have to define your relationship also in jbosscmp-jdbc.xml. See http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch11.chapter.html#ch11.cmr.sect for details. Regards, Beffe View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889687#3889687 Reply to

[JBoss-user] [Beginners Corner] - How can we know Jboss Server started Successfully using API

2005-08-11 Thread sivakumar_n
I Need to know Whether JBOSS Server started or not ,using API. Is there any API call to know server started or not ? Siva View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889677#3889677 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Installation, Configuration & Deployment] - Stand-alone Twiddle?

2005-08-11 Thread mwooller
Love Twiddle an' all. Great for the project I am working on - but does anyone have any documentation or instruction on how to create and deploy a stand-alone installation of Twiddle - ie on a box WITHOUT a full JBoss installation. If anyone could see their way fit to imparting such knowledge I w

[JBoss-user] [Installation, Configuration & Deployment] - jboss-4.0.2 start fails with DB2

2005-08-11 Thread sirajm
Hi All, Getting following error when starting jboss with DB2 20:48:13,193 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined 20:48:21,884 ERROR [HiLoKeyGeneratorFactory] Starting failed jboss:service=KeyGeneratorFactory,type=HiLo com.ibm.db2.jcc.c.SqlExce

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jboss-4.0.2 throws exception with MS SQL server

2005-08-11 Thread sirajm
Jim, you make sure that you provide connection URI, user name and password are correct in the mysql-ds.xml in the deploy folder. I dont think renaming the hsqldb-jdbc2-service.xml to mysql-jdbc-service.xml will work. what could you do that you copy the relavant files from jboss-4.0.2\docs\exampl

[JBoss-user] [JBossWS] - Re: Clarification - is anybody successfully using JSR-181 an

2005-08-11 Thread [EMAIL PROTECTED]
Try to get junit.jar in your test build path | | | | | If you have the whole sourcecodebase, then junit.jar is available in the thirdparty directory View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889668#3889668 Reply to the pos

[JBoss-user] [JBossWS] - Re: jbossws tools configuration/setup/usage

2005-08-11 Thread [EMAIL PROTECTED]
Please give me a couple of weeks. I will get the public, an early bird release of jbossws tools including shell scripts, user guide etc. Tools code is in a lot of flux right now. We are working on JBossWS and JAXB contract. If you cannot wait: Currently tools code is sitting in the jbossws.

[JBoss-user] [Security & JAAS/JBoss] - Re: Simple JAAS Configuration ?

2005-08-11 Thread niwhsa
have you made an entry in the login-config.xml for the overdrive security domain? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889666#3889666 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889666 --

[JBoss-user] [Clustering/JBoss] - Are EJB timers in Jboss 4.0.2 compliant with EJB 2.1 spec?

2005-08-11 Thread viswaprasad
excerpt from EJB 2.1 Spec section 22.4.2 (last para) anonymous wrote : | Timers are persistent objects. In the event of a container crash, any single-event timers that have expired | during the intervening time before container restart must cause the ejbTimeout method to be invoked | upon

[JBoss-user] [JNDI/Naming/Network] - Re: JavaMail session lookup gives java.lang.ClassCastExcepti

2005-08-11 Thread aows
I figured out that the problem was being caused by api version conflicts. My webapp had a mail.jar api and jboss was giving me a session throug jndi with it's own version... removing the one in the app solved the problem... View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [JBossCache] - BerkeleyDB grows when I keep putting the same key/object in

2005-08-11 Thread roginsky
Hi, I apologize if this question doesn't belong on this forum. If so, could you please point me in the right direction? Here it is anyway: When I add exactly the same key/object pair to the TreeCacheAop, the backstore BDB file keeps growing. There is only one node in the cache, the cache doesn'

[JBoss-user] [Performance Tuning] - httperf and EJB

2005-08-11 Thread spelux
Hi i'm testing my jboss (4.0.2) with an EJB implementation of the TPC-W with httperf; these are my machines: - pIV 2.8 (mysql) - centrino 1.5 (client - httperf) - pIV 1.7 (jboss/tomcat). I noticed that the server makes few replies with a workload of only 10 req/s I even tried to swap the pc

[JBoss-user] [Installation, Configuration & Deployment] - jdom.jar issue

2005-08-11 Thread chwang
Hi Folks, I am buidling an ear file in my applcaion my ear file struture is like this: /lib/jdom.jar /lib/*.jar /META-INF/applcaion.xml /META-INF/jboss-app.xml /dataobjects.har /myapp.war my applcaion.xml look like this: lib/jdom.jar lib/jess

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: HSQLDB 1.8 + SELECT * FROM SYSTEM_TABLES not working

2005-08-11 Thread lpiccoli
i dunno if this is the correct forum for my question since i have no replies. This means either no one has come across this problem ( unlikey) or this is the wrong forum. I have posted on the installation/beginners/ejb3 and this one. Any suggestions please? -lp View the original post : http:/

[JBoss-user] [JBossWS] - Re: How report performance issues?

2005-08-11 Thread omatzura
ok thanks! The fixes are so far pretty obvious stuff (i.e. caching of objects, etc..) so you should be able to follow my line of thought fairly easy ;-) regards! /Ole View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889606#3889606 Reply to the post : http:

[JBoss-user] [JBossWS] - Re: How report performance issues?

2005-08-11 Thread [EMAIL PROTECTED]
Post individual patches on JIRA using context diffs against the latest codebase e.g. cvs diff -U 5 Include any benchmarks (explanations or preferably code) so we can evaluate in what context you claim these improvements ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [JBossWS] - How report performance issues?

2005-08-11 Thread omatzura
Hi all! I have a question regarding how to "report" performance bottlenecks (and their patches).. a short background; I'm responsible for the creation of a fairly large SOA built entirely on jboss 4 and web-services.. We use XmlBeans for all databinding and thus make use of the nodatabinding op

[JBoss-user] [JBossWS] - Failed to create factory: org.jboss.webservice.client.Servic

2005-08-11 Thread meixi
Can someone tell me what jar files that I needs for ServiceFactoryImpl serviceFactory = (ServiceFactoryImpl)ServiceFactory.newInstance(); I add jars to the java build path: axis-ws4ee.jar, jboss-ws4ee.jar, wsdl4j.jar, jboss-ws4ee.war, commons-discovery.jar, jaxrpc-spi.jar and jaxrpc-impl.jar.

[JBoss-user] [JBossWS] - Failed to create factory: org.jboss.webservice.client.Servic

2005-08-11 Thread meixi
I am View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889601#3889601 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889601 --- SF.Net email is Sponsored by the Better

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Disabling Tomcat embbeded

2005-08-11 Thread tfdias
thank you, but there isn't material about this on documentation site. Best regards... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889600#3889600 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889600

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Disabling Tomcat embbeded

2005-08-11 Thread Ronny-UK
You can find this answer on documentation site. http://www.jboss.com/docs/index Regards. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889598#3889598 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889598 ---

[JBoss-user] [Beginners Corner] - Re: Logging on JBoss using Contextual Repository Selector

2005-08-11 Thread zambak
anonymous wrote : If you really have bug in JBoss (read the link) you should post your own JIRA issue | (after you have searched to see what else is already reported/scheduled). I was trying to report on a issue which I thought was relevant to the allready open one. Hence the comment. It was

[JBoss-user] [Beginners Corner] - Re: Logging on JBoss using Contextual Repository Selector

2005-08-11 Thread [EMAIL PROTECTED]
I've pretty much stopped trying to moderate these forums (it is a waste of time) but I don't want JIRA turning into a dumping ground as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889594#3889594 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Beginners Corner] - Re: Logging on JBoss using Contextual Repository Selector

2005-08-11 Thread [EMAIL PROTECTED]
If you really have bug in JBoss (read the link) you should post your own JIRA issue (after you have searched to see what else is already reported/scheduled). http://jira.jboss.com/jira/browse/JBAS-1853[/url] | If you want that bug/feature you should vote for it. Not post "ME TOO" or | anonymo

[JBoss-user] [Beginners Corner] - Re: Logging on JBoss using Contextual Repository Selector

2005-08-11 Thread zambak
First of all, at this point, I am not asking for help. If you read my comment in JIRA, I mentioned that all my apps are working and that log trace shows JBoss complaining. Second, by adding a comment in JIRA, It was not my intention to hijack anyone's issue or to divert attention. Reference to f

[JBoss-user] [Clustering/JBoss] - Re: Transaction locking issue on JBoss 3.2.6 under heavy loa

2005-08-11 Thread rcostanzo
One other observationafter seeing the lock contention warnings for a few minutes, that instance receives an EXIT message and leaves the cluster. All of the other boxes then start displaying warnings about discarded NAKACK messages from the locked instance, and then finally the locked instanc

[JBoss-user] [EJB/JBoss] - Signed Applet gets AccessControlException calling EJB

2005-08-11 Thread mboni
I'm trying to use a Signed Applet to invoke a EJB3.0 Stateless Session Bean under JBoss 4.0.3rc1. I have signed all the .jar files the Applet uses, including jbossall-client.jar, the applet jar, and the jar containing the ejb3 remote interface. I know my applet has been granted signed permissi

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Disabling Tomcat embbeded

2005-08-11 Thread tfdias
Ok, it works but, Ican't make Jboss works with a external Tomcat. Do you know how? Best regards Thiago View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889587#3889587 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889

[JBoss-user] [Beginners Corner] - Re: Logging on JBoss using Contextual Repository Selector

2005-08-11 Thread [EMAIL PROTECTED]
DO NOT USE BUG REPORTS TO ASK FOR HELP OR HIJACK OTHER PEOPLE'S ISSUES TO GET ATTENTION. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889586#3889586 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Distributed Destinations

2005-08-11 Thread malmit
Currently the application is sending finger print images via JMS. Never thought about the hybird approach. I will definitely go this route! Thanks again for all the helpful input! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889585#3889585 Reply to the

[JBoss-user] [JBoss Portal] - Re: User Portlet and Page Menu portlet on all pages

2005-08-11 Thread mholzner
the layout is defined as part of the portal properties (see default-portal.xml) , and in portal-layouts.xml ; the default layout does not use the RegionTagHandler, so you must have created your own layout and configured the portal to use it. The error message is logged when the region tag is as

[JBoss-user] [Clustering/JBoss] - Transaction locking issue on JBoss 3.2.6 under heavy load in

2005-08-11 Thread rcostanzo
Hi, I am running JBoss 3.2.6 in a 5 instance cluster. I am using the container configuration cmp2.x jdbc2 pm with cache invalidation. I am NOT doing any HTTP session replication. When my servers are under heavy load, I experience the following issue: One instance will start logging errors like

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Invalid parameter binding(s) with a declared sql statment

2005-08-11 Thread haschibaschi
Hello Together I have trouble with a declared sql statment. When I execute my Code I become following Exception: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Invalid parameter binding(s). Here is my Code: The EJB with the XDoclet tags: **

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Distributed Destinations

2005-08-11 Thread [EMAIL PROTECTED]
"genman" wrote : hybrid approach where files are stored in a content management system, and use pointers to the files inside the message. Exactly. It is even worse when you see people trying to propogate these large messages through the jms "chain of responsibility" anti-pattern. :-) View the or

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Distributed Destinations

2005-08-11 Thread [EMAIL PROTECTED]
"malmit" wrote : Would JMS distributed destinations help Hmm I swamped my network so lets add more traffic to the network to implement "clustering". Of course, this really depends upon your network topology and the quality of the router. :-) This is also another one of my favourite "bug bea

[JBoss-user] [JCA/JBoss] - Re: Rollback when no work has been done

2005-08-11 Thread rworsnop
Thanks for the quick response! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889577#3889577 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889577 --- SF.Net email i

[JBoss-user] [JCA/JBoss] - Re: Rollback when no work has been done

2005-08-11 Thread [EMAIL PROTECTED]
Bug report: http://jira.jboss.com/jira/browse/JBAS-2115 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889576#3889576 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889576 -

[JBoss-user] [JCA/JBoss] - Rollback when no work has been done

2005-08-11 Thread rworsnop
Using: JBoss 4.0.2, Hibernate 3.0.5, jTDS. I am getting connections via a JBoss data source (no-tx-datasource). I am handling transactions manually. If my code throws an exception, I am calling Connection.rollback in the catch. In the code that catches the exception and calls rollback, I don't

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Disabling Tomcat embbeded

2005-08-11 Thread Ronny-UK
You just need to turn it off setting the server.xml... Regards. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889574#3889574 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889574

[JBoss-user] [EJB/JBoss] - CMR field "is not a cmr field". What did I do wrong?

2005-08-11 Thread Caidence
I have this really really simple and small project with some CMR relationships, but when I try to create a simple EJB-QL query, JBoss says that my CMR field "is not a cmr field". I don't know why, I did everything my books told me. I have my code below, and this is the error it gives me: org.

[JBoss-user] [Clustering/JBoss] - EJB Timer service in a cluster

2005-08-11 Thread viswaprasad
How do the EJB timers behave when JBoss instances are clustered ? Do the timers get invoked on only one bean across all the clustered JBoss instances.. I have a setup where I implemeneted a stateless session bean, MySLSB that extends the TimedObject. And implemented the ejbTimeout() method.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Distributed Destinations

2005-08-11 Thread genman
Well, Gigabit ethernet would give you enough bandwidth, then you'll have to look at faster disks, etc. Out of curiosity, what is your application doing that requires so much bandwidth? You might want to go with a hybrid approach where files are stored in a content management system, and use p

[JBoss-user] [JBoss Portal] - Re: Java 1.5

2005-08-11 Thread darranl
patrickdalla, How did you obtain the code you are trying to compile? At the weekend I compiled cvs co -r JBoss_Portal_Branch_2_0 jboss-portal-2.0 and cvs co jboss-portal-2.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889567#3889567 Reply to the post

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jboss-4.0.2 throws exception with MS SQL server

2005-08-11 Thread JimDwyer
I am getting the same error but the above fixes don't work. The original deploy/jms has hsqldb-jdbc2-service.xml and hsqldb-jdbc-state-service.xml files. Do I need to change both to mysql files? It seems that I do. My mysql-jdbc files deploy on a Microsoft box but not on Fedora. Any though

[JBoss-user] [JBossWS] - Re: ws4ee-client not bound

2005-08-11 Thread hsutarwala
Thanks Tom for pointing me to the tutorials. Well I am following the same examples but "there is no instructions on how to package a WS client" and that is what I am looking for? There are no instructions in the WS client for Doc/literal tutorial. View the original post : http://www.jboss.org/

[JBoss-user] [JBossWS] - Re: Clarification - is anybody successfully using JSR-181 an

2005-08-11 Thread msell
It seems as if the JUnit tests are not able to execute, at least with the posted instructions: @lincoln:[test] (0) $ /usr/development/ant/bin/ant -Dtest=jsr181 test Buildfile: build.xml init: [echo] --- [echo] java.home = /usr/java/jdk1.5.0_

[JBoss-user] [EJB/JBoss] - Re: javax.naming.NoInitialContextException

2005-08-11 Thread darranl
You need to create the jndi.properties file yourself and put it on the classpath of the client. http://wiki.jboss.org/wiki/Wiki.jsp?page=AccessEJBsRemotely View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889563#3889563 Reply to the post : http://www.jboss.or

[JBoss-user] [JNDI/Naming/Network] - Re: 3.2.3 to 4.0.2 upgrade - NameNotFoundException / not bou

2005-08-11 Thread darranl
The reason the error message says 'GEN-SiteEJB' not found and not 'local/GEN-SiteEJB' is because it has been able to find the local context it just can't find the GEN-SiteEJB under the local context. Regarding accessing the local home see: - http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIAccess

[JBoss-user] [Security & JAAS/JBoss] - Re: Problems initializing LoginModule

2005-08-11 Thread alexandre_correa
Sorry guys ... I've found the problem, and it was me. I was trying to get information directly from my callbackHandler. The problem doesn't have nothing to do with JBoss, but bad comprehension about JAAS login schema. Alexandre View the original post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - exception conversion to javax.servlet.ServletException

2005-08-11 Thread tremalnaik
Hi folks, I have recently upgraded from jboss 4.0.0RC1 to 4.0.2 and I noticed a strange (well, strange for me) behaviour in exception handling. please have a look at the following code, it's a struts action: public ActionForward execute() | { | //... | ibsd.saveUserPassword(...

[JBoss-user] [JBoss Portal] - Re: How can I customise UserPortlet Profile / Registration ?

2005-08-11 Thread naili_d_reda
I have a serious problem ! when i try to compile the UserPortlet.java and put the the new UserPortlet .class in the portal-core-lib.jar ,it doesn't work ! why ! If anyone have customize the userportlet! please tell me how ! View the original post : http://www.jboss.org/index.html?module=b

[JBoss-user] [JBoss Portal] - Re: How to use CMSPortlet to display a page

2005-08-11 Thread yxyang
After 5 hours, i found the solution. As an example for other people who has the same requirement. https://www.mobmeee.com/index.html?ctrl:id=window.default.MobmeeeCMSPortletWindow&ctrl:type=action&org.jboss.portal%23PATH=/test.html THe key is the ctri:id and the ctrl:type=action and request para

[JBoss-user] [Installation, Configuration & Deployment] - How to test the Mail Service

2005-08-11 Thread yantriki
I have changed the mail-services.xml file to appropriate values, I however would like to test it and make sure that it works. How can I do that? Please don't ask me to write programs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889551#3889551 Reply to the

[JBoss-user] [JBoss Portal] - Re: User Portlet and Page Menu portlet on all pages

2005-08-11 Thread yantriki
I get the following message on the JBoss logs: 11:17:34,390 WARN [RegionTagHandler] requested page has no region [left] Also I tried to minimize the forum portlet, but that's the only portlet on the page. Where is the page layout defined? View the original post : http://www.jboss.org/index.ht

[JBoss-user] [JBossWS] - Re: Clarification - is anybody successfully using JSR-181 an

2005-08-11 Thread hubbardt
Not sure if this will be of any help, but I've been using http://incubator.apache.org/beehive/index.html with a great deal of success. regards, Travis View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889549#3889549 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [JBossWS] - Re: Error: getSOAPBody must be overridden in subclasses of S

2005-08-11 Thread msell
Thanks for the tip, Thomas. I might have classpath problems on my end - it wouldn't be the first time I've made that mistake. My guess is an incompatible version of the referenced JAR on my classpath, or a client posting strange envelopes. If I find anything important I'll post the results. Tha

[JBoss-user] [JBossWS] - Axis 1.2 Client

2005-08-11 Thread paper57
I'm trying to deploy a web service client generated with Axis 1.2 into an EAR along with the appropriate versions of axis, httpclient, etc, to deal with some specific requirements of the target web service. The version of axis I distribute with my EAR seems to be picked up with no problem, how

[JBoss-user] [JBossWS] - Re: Anybody successfully using JBoss WS Early Access?

2005-08-11 Thread msell
At the time I was getting those errors I was using a version of JBoss compiled from the "JBossWS 1 EA" tagged release (using cvs co -r JBossWS_1_0EA jboss-head). I was having better luck (no startup or deployment errors) using a version compiled from "jboss-head" (no release tag) sources on Mon

[JBoss-user] [JBoss Portal] - Re: User Portlet and Page Menu portlet on all pages

2005-08-11 Thread martingi
The reason for this is, that the link to the forums calls the Forumsportlet in maximised mode - no other portlets can be displayed View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889541#3889541 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [JBoss Portal] - User Portlet and Page Menu portlet on all pages

2005-08-11 Thread yantriki
Is there a way that I can configure the JBoss Portal so that the page menu portlet and the User Portlet is displayed on all the pages. I have installed JBoss forum portlet and when I access the forum, I want to still have access to the user and menu portlets. View the original post : http://ww

[JBoss-user] [JBossWS] - jbossws tools configuration/setup/usage

2005-08-11 Thread fernir
Hello , can you point me out to information about use of jboss tools ? I am interested in environment setup (classpath, path),jdk version, required third party libraries, required xsd, dtd, and etc. I tried to do xsd to java programmatically, but got exceptions (ClassNotFound) Bellow is a code snip

[JBoss-user] [JBoss Portal] - Re: Java 1.5

2005-08-11 Thread [EMAIL PROTECTED]
I fixed the 1.3 problem a while ago. It compiles fine like Darran Said Make sure to have the 1.3 version of tools/etc/buildfragments/defaults.ent You should have the following lines in it: | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=388

[JBoss-user] [JBoss Portal] - Re: Java 1.5

2005-08-11 Thread patrickdalla
There is another problem in build script. When the JDK is installed in a directory which name has spaces it doesn't function. Someone could solve this problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889529#3889529 Reply to the post : http://www.jb

[JBoss-user] [Security & JAAS/JBoss] - Exception thrown whil using CustomLoginModule

2005-08-11 Thread juserp
I programmed a custom login module for JBoss (it extends org.jboss.security.auth.spi.AbstractServerLoginModule) and defined in login-config.xml: the flow here is: I have valve: 1. reads REMOTE_USER 2. OSSOUsernameHandler handler = new OSSOUsernameHandler

[JBoss-user] [JBoss Portal] - Re: Java 1.5

2005-08-11 Thread patrickdalla
No, it didn't work. it says the target of the code is 1.3. (or a message like this). I'm in home and downloading the code. Then I will try again and I'll post the real message here. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889527#3889527 Reply to the

[JBoss-user] [Security & JAAS/JBoss] - Users don't log out

2005-08-11 Thread tremalnaik
Hello folks, I'm using Jboss 4.0.2. I still have some problems with login modules. My login-config.xml follows: | | | MD5 | base64 | | | | The LogoutAction is invalidating the session in its execute() method: httpServletRequest.getSession().invalidate();

[JBoss-user] [JBoss Portal] - Re: Roles and LoginModule

2005-08-11 Thread patrickdalla
How I configure this feature??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889525#3889525 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889525 --- SF.Net email

[JBoss-user] [Beginners Corner] - Re: JAVA HOME PROBLEM

2005-08-11 Thread Caidence
Java development kits (those from which you can compile code) all come with a tools.jar file in the lib/ directory of the kits. JBoss needs that file to run. First, make sure your JAVA_HOME points to the directory of a development kit. That directory's "lib" sub directory will have a tools.jar

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Disabling Tomcat embbeded

2005-08-11 Thread tfdias
Hi, I'd like to know if anyboy has disabled Tomcat in Jboss and show cound i make it. Thanks a lot, Thiago View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889523#3889523 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [EJB/JBoss] - Re: javax.naming.NoInitialContextException

2005-08-11 Thread rrawasi
I have the same problem I try to find jboss.jcml or jndi.properties file but I don't find them, please help me. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889518#3889518 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Clustering/JBoss] - Re: java.lang.IllegalArgumentException: object is not an ins

2005-08-11 Thread anjani_srikanth
yes you are right. We don't have to define any new key/value pairs in the jndi.properties file. Even after making changes to that file still I'm facing the same problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889516#3889516 Reply to the post : htt

[JBoss-user] [JNDI/Naming/Network] - Re: 3.2.3 to 4.0.2 upgrade - NameNotFoundException / not bou

2005-08-11 Thread gardon
I have the same problem. I'm trying to upgrade from 4.0.1sp1 to 4.0.2. Does anybody know the answer? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889514#3889514 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889514

[JBoss-user] [JBoss Portal] - Active Directory

2005-08-11 Thread hkuegel
Hello, i want to use Active Directory with JBoss Portal. I have checked the forum and the wiki and only found these 2 posts: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=66907 http://www.jboss.com/index.html?module=bb&op=viewtopic&t=64616 Maybe someone can answer the following quest

[JBoss-user] [JBossCache] - how to access jboss cache from client code

2005-08-11 Thread nithinnambiar
hi, i have used jboss cache to implement the cache in standalone mode. i want to access the cache from my client code to retrieve and update the cache. can anybody explain me how to access the cache from a remote client. i have created the cache in a similar way. TreeCache tree = new TreeCache();

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Distributed Destinations

2005-08-11 Thread malmit
Thanks for all of the great input! I did try sending non-persistent messages as genman suggested and it increased the number of messages sent from 60 to about 100, but that doesn't help me any since the application requires persistent message handling. And adrian you made a good point about th

[JBoss-user] [Installation, Configuration & Deployment] - Problem with .war file

2005-08-11 Thread gayathiri
Hi, I have created a .war file when i extracted the war file the directory structure looks liks this ( mywar .war ) --jsp files --WEB-INF -- classes --- app.conf and i have deployed it. I want to load the property file app.conf This is the code i have given getClass()

[JBoss-user] [Security & JAAS/JBoss] - Simple JAAS Configuration ?

2005-08-11 Thread curtisb
I have been trying to get a JAAS configuration running and am having alot of problems. I am using JBoss 4.0.2 which is configured as was when installed other than addition of lines below. Right now, I have the following and the code is below as well. I have just a simple JSP login page which

[JBoss-user] [Clustering/JBoss] - Re: java.lang.IllegalArgumentException: object is not an ins

2005-08-11 Thread anjani_srikanth
You mean to say that jndi.properties is used by the jboss application server only, then my question is where do i specify the different servers running on in a clustered environment. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889487#3889487 Reply to

[JBoss-user] [Installation, Configuration & Deployment] - jboss-tomcat version

2005-08-11 Thread gayathiri
HI, Can anyone tell me where to download this jboss -tomcat version... I have searched in source forge.net ...couldnt find jboss-3.0.7-tomcat-4.0.3 Thanks in Advance Gayathri View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889486#3889486 Reply to the po

[JBoss-user] [JBossWS] - Re: Clarification - is anybody successfully using JSR-181 an

2005-08-11 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] /cygdrive/d/projects/jboss-archive/jbossws-1.0EA/webservice/test $ ant -Dtest=jsr181 test tests-main: [junit] Running org.jboss.test.ws.jsr181.webservice.JSR181WebServiceEJB21TestCase [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 10.062 sec [junit] Run

[JBoss-user] [Installation, Configuration & Deployment] - Accesssing a image file in a jsp resent outside the war fold

2005-08-11 Thread preeti12
Hi, I want to access a image file present outside my war folder in my jsp page.I tried a lot.But i didn't find any solution to this.I will tell the problem in brief. My image file is present in a folder which is like this: opt/seps/nb123/global/image.gif and my jsp is present in a folder l

[JBoss-user] [JBossWS] - Re: Clarification - is anybody successfully using JSR-181 an

2005-08-11 Thread [EMAIL PROTECTED]
It's not too early. If HEAD is not working for you, I shall hit whoever broke it with a large trout. The tagged EA release is a defined starting point. | cvs co -r JBossWS_1_0EA jboss-head | Do you compile with jdk1.5? | [EMAIL PROTECTED] /cygdrive/d/projects/jboss-archive/jbossws-1.

[JBoss-user] [Clustering/JBoss] - Re: java.lang.IllegalArgumentException: object is not an ins

2005-08-11 Thread darranl
You should not be changing the file in the conf folder, that is used by JBoss internally to find itself. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889481#3889481 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38894

[JBoss-user] [JBossWS] - Re: data unmarshalling error

2005-08-11 Thread [EMAIL PROTECTED]
This is likely to be a client side parser issue, which is addressed by the FAQ wiki. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSFAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889480#3889480 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [Beginners Corner] - Re: EJB3 stateless session bean not deploying correctly

2005-08-11 Thread perfectionist
This turned out to be a problem with the configuration xml files. When I narrow the exact cause down I will post. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889479#3889479 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBossWS] - Re: Error: getSOAPBody must be overridden in subclasses of S

2005-08-11 Thread [EMAIL PROTECTED]
The implementation of javax.xml.soap.SOAPMessage is not from our code base. http://anoncvs.forge.jboss.com/viewrep/JBoss/jboss-j2ee/src/main/javax/xml/soap/SOAPMessage.java?r=1.5 It seems that it comes from another SOAP stack. View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Clustering/JBoss] - java.lang.IllegalArgumentException: object is not an instanc

2005-08-11 Thread anjani_srikanth
Hi all, I'm working on a clustered environment and my server details are given below a) jboss-4.0.2 b) J2SDK-1.4.2_09 I have modified the jndi.properties file in all/conf folder and placed the below content in that file java.naming.provier.url=112.16.4.72:1100,112.16.6.112:1100 In my jboss.xml

[JBoss-user] [JBossWS] - Re: ws4ee-client not bound

2005-08-11 Thread [EMAIL PROTECTED]
The samples should be a good starting point. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889475#3889475 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889475 ---

[JBoss-user] [JBossWS] - Re: JNDI Lookup not returning 'javax.xml.rpc.Service'

2005-08-11 Thread [EMAIL PROTECTED]
You could checkout the samples, any of the test deployments, read the spec, etc What is the issue? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889474#3889474 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889474 -

[JBoss-user] [JBoss Portal] - Deleting users

2005-08-11 Thread martingi
I'm doing some tests with the forums and one scenario is actually to see what happens with a forum, if a user who has posted to that forum gets deleted by the admin. But I can't find the possibility to delete a user or to disable the account. Is this possibile with the UserPortlet? I tried to

[JBoss-user] [EJB/JBoss] - Re: Howto register a Message Driven Bean for a topic on anot

2005-08-11 Thread beffe
Thanks! That's what i was looking for. Regards, Beffe View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889472#3889472 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889472 --

[JBoss-user] [JBossWS] - Re: Anybody successfully using JBoss WS Early Access?

2005-08-11 Thread [EMAIL PROTECTED]
| export [EMAIL PROTECTED]:/cvsroot/jboss | cvs co jboss-head | is working for me. What do you use? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889470#3889470 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [JBossWS] - Re: problem with babelfish

2005-08-11 Thread [EMAIL PROTECTED]
It is responding for me | [EMAIL PROTECTED] /cygdrive/d/projects/jboss-head/testsuite | $ wget --post-data=HiThere http://services.xmethods.net:80/perl/soaplite.cgi | --12:45:48-- http://services.xmethods.net/perl/soaplite.cgi |=> `soaplite.cgi' | Resolving services.xmethod

[JBoss-user] [JBossWS] - Re: Support for custom SOAP headers

2005-08-11 Thread [EMAIL PROTECTED]
Have a look at | ant -Dtest=org.jboss.test.webservice.header.HeaderEndpointTestCase one-test | Howto build and run the tests is explained in the FAQ wiki. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSFAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [JBossWS] - Re: JAXB UnMarshalling error com/sun/msv/datatype/xsd/DateT

2005-08-11 Thread [EMAIL PROTECTED]
javax.xml.bind.JAXBException must be loadable by the LoaderRepository that is used for your deployment. If have not configured scoped class loading than there is only one LR in your server. server/yourconfig/lib is a good place View the original post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [JBossWS] - Re: Namespace problem with JBossWS generated SOAP

2005-08-11 Thread [EMAIL PROTECTED]
You need to show us the unpatched wsdl, then we can work out which SOAP message is the correct one. You can use the [ code ] marker when you post XML. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889464#3889464 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [JBossWS] - Re: webservice client error SAXException

2005-08-11 Thread [EMAIL PROTECTED]
I added this to the FAQ wiki Q: What client parser do I need? A: You should use xerces and not crimson, which is the default in the jdk. |-Djava.endorsed.dirs=$JBOSS_HOME/lib/endorsed | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889462#3889462

[JBoss-user] [Installation, Configuration & Deployment] - what does the jboss version JBoss contains Tomcat 5.5.7?

2005-08-11 Thread ghostwx
another question where can I found history of jboss integration with tomcat? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889463#3889463 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889463 ---

[JBoss-user] [EJB/JBoss] - Re: Howto register a Message Driven Bean for a topic on anot

2005-08-11 Thread jaikiran
Have a look at this link: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnMDBToTalkToARemoteQueue View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889461#3889461 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [JBossWS] - Re: Access to Soap Header from Generates EJB

2005-08-11 Thread [EMAIL PROTECTED]
Have a look at | ant -Dtest=org.jboss.test.webservice.header.HeaderEndpointTestCase one-test | Howto build and run the tests is explained in the FAQ wiki. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSFAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

  1   2   >