[jboss-user] [EJB 3.0] - Re: requiered libraries

2006-09-07 Thread heinrich
Hi micho, there is a "client" directory in your jboss installation. It contains nealry all needed libs for your client. Needles to say, that you do not need all of them, except you are using all kind of possible clients =) Additionally there are some libs, that are not in this folder: - cglib.ja

[jboss-user] [EJB 3.0] - Re: org.jboss.remoting.CannotConnectException: Can not get c

2006-09-07 Thread romanchr
I finally find out what the problem is: It is a damned annoying bug in JBoss. JBoss version 4.0.4GA RC8 can't handle different ports settings other the ports-default. The bug will be fixed in RC9. See http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3969990#3969990 if you want to know m

[jboss-user] [EJB 3.0] - Re: org.jboss.remoting.CannotConnectException: Can not get c

2006-09-07 Thread ALRubinger
and you're not using @Service? That's what the issue you've linked to involves. If you find me on this AIM screen name you can send me your EJB. I'll see if it's related to that same issue, and if so, send you a patched EJB3 JAR for 4.0.4GA that corrects the JBoss bug until Bill-n-co rele

[jboss-user] [JBossCache] - Re: Performence

2006-09-07 Thread lior.dra
Hey, "Use your own example and do inspect the log file (under DEBUG). If you only do field update, you should see only _put() but no putObject(). Does that make sense?" The is the DEBUG log print out, for the code in my prev message: 07/09 09:43:37,607 [main] DEBUG org.jboss.cache.TreeCache

[jboss-user] [JCA/JBoss] - inbound activation

2006-09-07 Thread zsotott
Hello, I maneged to create an inbound resource adapter; as I deployed the message driven bean the endpointActivation method was called well. (So it is working.) My problem is that after redeployment the adapter the inbound connection does not build up automatically. I have to redeploy the messa

[jboss-user] [EJB 3.0] - EJB Inheritance - Incorrect types

2006-09-07 Thread CarstenRudat
I just used the new inheritance feature of EJB3 with the InheritanceType.SINGLE_TABLE strategy. There is a column for the type of the entity and each entity has a @DiscriminatorValue. My entities are like: | @Entity | @DiscriminatorColumn(name = "INHERITANCETYPE", discriminatorType = Discr

[jboss-user] [JBoss Seam] - Re: ejb-jar.xml in examples

2006-09-07 Thread mzeijen
I created an issue for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969998#3969998 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969998 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Portal] - Re: Deep linking into JBoss Portal from ouside the portal

2006-09-07 Thread [EMAIL PROTECTED]
URLs are subject to change per the spec. That's why within a portal you need to use the API to create the URLs. In your case Apache rewriting is the best thing IMO. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=396#396 Reply to the post : http://www

[jboss-user] [EJB 3.0] - Re: NOTYETINSTALLED + JBoss-4.0.4.GA + dependency

2006-09-07 Thread lpiccoli
ok with some more digging around it seems the problems has been documented and solved in http://www.jboss.com/index.html?module=bb&op=viewtopic&t=86472 it seems i was using the old entitymanager tag in persistence.xml. When i used the follow all is good again. | | | | |

[jboss-user] [JBoss Seam] - Re: forces conversationId in URL?

2006-09-07 Thread mzeijen
"rpiaggio" wrote : Hi, | It is kind of annoying since the id increases in each page rendered, making the whole site look quite unprofessional. | Why would a parameter in the url make the site look unproffesional? Normal users don't look at the parameter list... And developers will appreciat

[jboss-user] [JBoss Portal] - Re: Howto create a link to another web site

2006-09-07 Thread [EMAIL PROTECTED]
I'm not sure to understand your question, but have a look at the PortletBridge here: http://labs.jboss.com/portal/portletswap/portlets_misc.html I think it does what you are looking for View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970001#3970001 Reply to t

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-07 Thread mzeijen
I just don't succeed getting another portal server working in JBoss that supports EAR deployment for portlets. So I created an issue in Jira about this exception. Hopefully Gavin fixes the problem, if it is a problem from Seam, in Seam 1.1 Jira issue: http://jira.jboss.org/jira/browse/JBSEAM-34

[jboss-user] [JBossWS] - Re: Newbie question: Just a first webservice client

2006-09-07 Thread dirkschmitz
Hi all, i found out what the problem was. You have to set the following jars of the Java Webservice Development Pack into the classpath. jaxrpc-impl.jar saaj-impl.jar FastInfoset.jar Then it works! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970004#39700

[jboss-user] [EJB/JBoss] - Reusing EJB-module in different EARs

2006-09-07 Thread boobalan_kj
Hi everyone, How to reuse EJB-module in different EARs...I created one EJB Module wich shd be shared by multible EAR file.. Anyone can help with this... Thanks Bala View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970005#3970005 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: ejb-jar.xml in examples

2006-09-07 Thread Eekboom
Me too :-( You've beat me by one minute, so now there are JBSEAM-345 and JBSEAM-346. BTW: JetBrains already resolved there Jira Issue and even have a new EAP version out that includes the fix: http://www.jetbrains.net/jira/browse/IDEADEV-9090 View the original post : http://www.jboss.com/index

[jboss-user] [JBossWS] - Multiple virtual host and soap:address problem and our patch

2006-09-07 Thread maeste
I have just submitted a patch to jbossws jira solving a problem in generating soap:address element in wsdl: http://www.javalinux.it/blogs/media/blogs/legolas/jbws103.patch You can find brief description of the problem in jira and a complete one with deep detail of our environment on my blog: h

[jboss-user] [JCA/JBoss] - Re: OracleExceptionSorter and CLOSED CONNECTION exception

2006-09-07 Thread ldevallonne
We use the ojdbc14.jar 10.2.0.1.0 from Oracle. The modification could look like : if( ( error_code < 2 || error_code >= 21000 ) && ( (error_text.indexOf("SOCKET") > -1) //for control socket error || (error_text.indexOf("CONNECTION HAS ALREADY BEEN CLOSED") > -1) || (error_text.indexOf("BRO

[jboss-user] [JBoss Seam] - Re: Step-by-step localization guide

2006-09-07 Thread lcoetzee
For those guys out there using postgresql this is how to create a UTF-8 db: #On linux su to postgres user su -c "su -s /bin/sh postgres" #Create the db user createuser -d -P -E dbUser #create the instance createdb -E UNICODE instance -O dbUser #To see if it worked: psql -l #Results in ins

[jboss-user] [JBoss Portal] - Picture in login.jsp

2006-09-07 Thread martin911
I have changed the login.jsp and inserted a picture as follow: <%@ taglib uri="/WEB-INF/theme/portal-layout.tld" prefix="p" %> http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> body { background-color: #FF; } td { color: #00; font

[jboss-user] [JBossWS] - Re: ejb3.0 implementation production ready?

2006-09-07 Thread maeste
I think it isn't the right forum... Anyway for us it is production ready since November 2005 (just few services went in production on that date, but a lot of services are going in production in these months) Stefano View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss AOP] - compiling aop with jbosside

2006-09-07 Thread sviluppatorefico
hi...I use jbosside 1.6.0on eclipse 3.1.2. I compile classes using this script: | | | | | | I have three classes : segnalazioni.util.model.DomandaIscrizione segnalazioni.util.model.DomandaVariazione segnalazioni.util.model.DomandaCancellazione theese three

[jboss-user] [JBoss Portal] - Re: Picture in login.jsp

2006-09-07 Thread [EMAIL PROTECTED]
Please use [ code ] [ / code] (with no spaces) when entering HTML or any code that you don't want to be formatted. You can also use "Preview" before submitting to make sure it displays correctly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970014#39700

[jboss-user] [JBoss Portal] - Picture in login.jsp

2006-09-07 Thread martin911
I have inserted a picture-tag with a relative path to images/login_header.gif into the login.jsp! After then i made a directory images and copied the picture to it. But when I login, I don't see any image! What do I wrong?? Thank's for help! View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: Injecting @Unwrap'ed component

2006-09-07 Thread dgallego
Thanks. Finally I could inject it. Should I use ManagedJbpmContext to get the tasks of my current Actor? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970016#3970016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39700

[jboss-user] [EJB 3.0] - Re: requiered libraries

2006-09-07 Thread micho
thanks, and what jarĀ“s do I need to build the server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970017#3970017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970017 ___

[jboss-user] [JBoss and NetBeans] - Re: Jboss Netbeans IDE

2006-09-07 Thread lkotouc
The persistence providers/libraries are automatically found in the JBoss installation directory. Hibernate is a part of the JBoss EJB3 support and is therefore available wherever it is needed, e.g. in the Persistence Unit wizard/editor. View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - hbm2ddl update problem

2006-09-07 Thread prot
i am using seam with jboss & hibernate for an EJB3 based portal .. we are using 8 databases here with the same schema ...and pls dont ask me why ;) and the problem is: if i add one field to an entity the first two schemas are updated, the rest of them are not ... persistence.xml looks like below

[jboss-user] [Installation, Configuration & Deployment] - Re: Deploying an application outside \server\default\deploy

2006-09-07 Thread funnyname
I had already tried modifying the conf/jboss-service.xml. But it seems to always pick up the path relative to "server\default". For e.g., I made an entry - deploy/,file:C:/Program Files/myApp/www/webapps/app1/ and it was searching for "C:/Program Files/myApp/www/webapps

[jboss-user] [EJB 3.0] - @Stateless JNDI bindings

2006-09-07 Thread lpiccoli
hi all, since migrating to 4.0.4 GA my stateless session beans are nolonger bound to the same JNDI name as before. Previously i could do the following. I assume the default JNDI name was the interface class name. | //jb = (Job) ctx.lookup(Job.class.getName()); | However this is no longe

[jboss-user] [JBoss jBPM] - Re: Possible bug in fork-joins

2006-09-07 Thread gmournos
Hi Jerwah, Good work. I cannot understand what the class is doing cos I am new to this project, but it is passing my testcase and joining all parents, and this is great. One comment, the line: executionContext.getJbpmContext().save(executionContext.getProcessInstance()); was throwing a null po

[jboss-user] [JBoss Portal] - Re: Problem about Management Portlet

2006-09-07 Thread gruenewa
Hi, I also faced the error in the managment portlet when running JBoss Portal 2.4 with the Java 6 beta version. Using Java 5 everything works fine. Is there a schedule to fix this bug? Maybe with the release of Java 6? Best regards, Alexander View the original post : http://www.jboss.com/inde

[jboss-user] [JBossWS] - Java Web Service from a .NET generated WSDL

2006-09-07 Thread alanjonesbath
OK, some of you will have seen the problem I posted about here: http://jboss.org/index.html?module=bb&op=viewtopic&t=89498 regarding an encoding problem I was having with a web service we were developing. After some investigation, I think I may have narrowed down the problem. The web service is

[jboss-user] [EJB 3.0] - Re: Cannot deploy EJB because ...-ds.xml file

2006-09-07 Thread gaeoepag
Thanks a lot, I've done it in this way and now is working! Best Regards, Andru View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970029#3970029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970029 __

[jboss-user] [EJB 3.0] - Re: @Stateless JNDI bindings

2006-09-07 Thread snau2005
Try: | //jb = (Job) ctx.lookup("yourearname/JobBean/local"); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970030#3970030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970030 __

[jboss-user] [JBossWS] - wscomple--> generate wsdl for all simpletype minOccurs=0

2006-09-07 Thread jelda
Hi, How to generate also minOcccurs=0 for all simple/complex types in wsdl.? I am using wscompile to generate wsdl from java in our environment. I am severely facing problems in keeping compatible with my old versions of applicaitons. Because lets say, I have a complext type as follows generated

[jboss-user] [EJB 3.0] - Multiple Persistent Units

2006-09-07 Thread mleichter
In my application i have a coredb.jar with all basic entities and a persistence.xml including a persistent-unit "core-db". In my second jar (myapp.jar) there are my specific entites and a persistence.xml with a persistent-unit "app-db". My app specific entites have an one-to-one memeber to a co

[jboss-user] [JBoss and NetBeans] - Re: Jboss Netbeans IDE

2006-09-07 Thread [EMAIL PROTECTED]
...so hibernate entity manager is not available in netbeans standalone ? how do we get it in there in the same way the reference impl is ? would make very much sense. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970033#3970033 Reply to the post : http://w

[jboss-user] [JBoss Portal] - Creating new users as administrator

2006-09-07 Thread hauch
Hi, As far as I can see, the only way to create users today, is to let them register themselves (using the UserPortlet). As administrator you can edit existing users, but is it possible in any way to let an administrator create new users? If not: is it considered to be included in later versio

[jboss-user] [JBossWS] - Re: wscomple--> generate wsdl for all simpletype minOccurs=0

2006-09-07 Thread jelda
Hi, Sorry here it is again. Can not edit my first post... How to generate also minOcccurs=0 for all simple/complex types in wsdl.? I am using wscompile to generate wsdl from java in our environment. I am severely facing problems in keeping compatible with my old versions of applicaitons. Because

[jboss-user] [EJB 3.0] - JNDI Problems by deploying an EJB 3 stateless session bean

2006-09-07 Thread gaeoepag
Hello! If I'm deploying a stateless session bean it works fine at first, there is no problem during the deployment. But I cannot access it!! If I'm looking on the JNDIView using the JMX Console so I have the following: +- testejb301-0.1 (class: org.jnp.interfaces.NamingContext) | +- UsersDao

[jboss-user] [JBoss Portal] - Re: Creating new users as administrator

2006-09-07 Thread [EMAIL PROTECTED]
This is actually not planned but wouldn't be difficult to add. Contributions are welcomed ;) You can add a JIRA feature request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970038#3970038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [EJB/JBoss] - Re: Implementing AspectJ in JBoss/EJB

2006-09-07 Thread mad11max
You can even use the lib directory in WEB-INF, so you dont have to put in the lib directory of the server ( I use Jboss 4.0.1) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970039#3970039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - Re: The link element of an RSS feed does not get rendered pr

2006-09-07 Thread Basel
Okay, but where should I report this issue? Do they have a forum, JIRA or something similar. Please don't tell me that the only thing they have is the mailing lists. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970040#3970040 Reply to the post : http://ww

[jboss-user] [Clustering/JBoss] - turning replication off

2006-09-07 Thread michalzel
Hello! I try to make my application distibutable. I got lots of java.io.NotSerializableException. As far as it is concerned with JSF bindings, I have no possibility to make my java beans serializable. Is it possible to have clustering without session replication (only load-balancing with mod_jk

[jboss-user] [Security & JAAS/JBoss] - Re: Password is changed after login

2006-09-07 Thread atamur
Well, I believe that's not the problem. If I flush cache (or disable it) the problem will appear instantly, because saved by jboss credentials are no longer valid =( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970042#3970042 Reply to the post : http://www

[jboss-user] [Installation, Configuration & Deployment] - Re: Problem in deploying web modules

2006-09-07 Thread JagaG
It's just a sample application... It's jst 1KB. Takes few seconds to deploy... I have tried the solution u have given too... But still getting the same error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970043#3970043 Reply to the post : http://www.jboss.

[jboss-user] [EJB 3.0] - Re: Query parameter is modified and return as null

2006-09-07 Thread urswag
It seems to be a bug. I have the a similar problem in a other table. The workaround that I use now. I call anonymous wrote : createNativeQuery instead of anonymous wrote : createQuery or anonymous wrote : find of the anonymous wrote : EntityManager. The consequence is the field is not set to nu

[jboss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-09-07 Thread MarcReis
Hi Manik, Thanks for your reply and for pointing to the SP1, sorry it took me a bit to use the 1.4.0SP1 and reply, since I needed to recompile and deploy the AS. The last posted error vanished and I am able to use the cache now (partially). The before mentioned "[CacheLoaderInterceptor]" trouble

[jboss-user] [EJB/JBoss] - Synchronization of Statefull Session Beans - problems with A

2006-09-07 Thread chenkel
Hi, is it really guaranteed, also under very heavy load, that a client has exclusive access to a statefull session bean? Or might it be a problem to use ArrayLists as local variables in a method of a stateless session bean? I use a stateless session bean in the context of a container managed

[jboss-user] [JBoss Portal] - Re: Too many errors cant get JBoss Portal to work

2006-09-07 Thread endremr
I have now restored the folder "portal-wsrp.sar" and restarted JBoss. This gives me the following stacktrace: 12:22:22,321 ERROR [MainDeployer] Could not start deployment: file:/opt/java/jboss-4.0.4.GA/server/portal/deploy/jboss-portal.sar/portal-wsrp.sar/portal-wsrp-client.jar org.jboss.deploym

[jboss-user] [JBoss Seam] - Re: Seam with Spring?

2006-09-07 Thread [EMAIL PROTECTED]
Do you have an example of integration between seam and spring?!??!?! Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970052#3970052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970052 ___

[jboss-user] [JCA/JBoss] - Re: OracleExceptionSorter and CLOSED CONNECTION exception

2006-09-07 Thread [EMAIL PROTECTED]
Correct. Note, some of this stuff (ExceptionSorter/ValidationChecker) is being reworked but the concepts remain the same. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970053#3970053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBossWS] - jbossws - multiple wsdl / webservices.xml

2006-09-07 Thread MmarcoM
hi all, i am exposing 2 ejbs as webservices using latest jbossws i am using two different wstools-config files JIRA JbossWS-1090 contained a fix in the sense that the webservice.xml does not get overridden by one of hte two services.. however, if my two services have different namespace

[jboss-user] [JBoss Seam] - Shared PersistenceContext possible ?

2006-09-07 Thread balamg
Currently, I am using SFSBs that use an extended PC. However, multiple users logging in will result in multiple PCs, each with their own copy of data. The two issues with this is 1. Increased memory usage -- each logged in user adds a significant memory overhead 2. Need for frequent refreshes -

[jboss-user] [Security & JAAS/JBoss] - Re: An example of using CSIv2 by a CORBA service?

2006-09-07 Thread kc7bfi
I resorted to using the SAS interceptors written for JacORB. To do this, I had to write a small modification to the JBoss launcher to run under a kerberos login. For the modification see the attached file on JIRA issue JBAS-3538. View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [EJB 3.0] - Re: Detach entities - Obtaining a clear pojo

2006-09-07 Thread fatbatman
anonymous wrote : Which got me to thinking. Why, if we're using EJB3 to manage our POJO Entities, it is acceptable to return an object with Hibernate classes to the client in the first place? JBoss itself is requiring EJB3 clients to know Hibernate's involved?! Shouldn't the container be remo

[jboss-user] [JBoss Portal] - Is the header a portlet?

2006-09-07 Thread AndrewBoyd
Hi All, A quick question: Is the area behind the tabs a portlet? If so what Class is it? I'm trying to get some dynamic content there and Don't know how if it is just one big image. Thanks, andrew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39700

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-07 Thread [EMAIL PROTECTED]
Yes it is the NavigationPortlet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970060#3970060 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970060 ___ jboss-user mailing list

[jboss-user] [Management, JMX/JBoss] - New management alarm console by misge

2006-09-07 Thread misge
A new management alarm console is available under http://wiki.jboss.org/wiki/Wiki.jsp?page=AGWTWebBasedGui Source code and the ready to deploy war file is included. Make your self free to use it and make your remarks jiorgos View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [EJB 3.0] - EJB3 Soft Delete

2006-09-07 Thread mjrother
I am attempting to accomplish a soft delete of entities without much luck. I have constructed each table to have a column indicating "deleted". I would like to be able to mark the object as deleted instead of the DB removal. How can this be accomplished? View the original post : http://www.j

[jboss-user] [EJB/JBoss] - Loading different classloader

2006-09-07 Thread boobalan_kj
Hi, I created 2 different version of EJB Applications sharing the same EJB Modules..Both are need to be deployed.To avoid class name conflict I need to load different classloader for each applications.Where to do this?Is thr any option to mention the classloader? Thanks Bala. View the origina

[jboss-user] [JBoss Eclipse IDE (users)] - Configure JBoss AS in Eclipse 3.2

2006-09-07 Thread ssrrini
Hi, I am working with Eclipse 3.2 and just wanted to try JBoss IDE. I updated my eclipse through Help -> Software Update -> Find & Install and the remote site url being http://download.jboss.org/jbosside/updates/stable , I tried to configure JBoss server through run -> debug option, but when I

[jboss-user] [Messaging, JMS & JBossMQ] - How to find out how many MDB instances created in pool?

2006-09-07 Thread kingofhawks
Hi ALL: Could anyone give me some hint to get MDB instance number from JMX-Console? Thanks! Kingofhawks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970068#3970068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=397

[jboss-user] [JBoss jBPM] - Re: Can't deploy hello.war for Bpel w/ patch on 4.0.3SP1, Un

2006-09-07 Thread nivin
Actually no I had used the standard JBoss install via the installer, but it turns out for whatever reason certian key jar files either did not get installed or were removed by someone after the fact. I've since tracked down all the needed Jars and everything works properly. Thanks for your hold

[jboss-user] [JBoss Messaging] - Re: Configuring Destinations

2006-09-07 Thread Ensonik
Hi. It starts up the example queues and topics fine: 07:50:50,404 INFO [Queue] Queue[/queue/C] started, fullSize=75000, pageSize=2000, downCacheSize=2000 I then copy the definition for one of those topics to my deployment file: | jboss.messaging:service=ServerPeer |

[jboss-user] [JBossWS] - Re: Newbie: How do you modify the java package/namespace map

2006-09-07 Thread jpremji
I am having the same issue. It would seem that even after specifying the target namespace, the wsdl that is generated contains 2 complex elements of the same java type. This then causes confusion to the client when calling the method that would return or accept this type. View the original pos

[jboss-user] [Security & JAAS/JBoss] - LDAP Security Domain - Mapping DN ?

2006-09-07 Thread rsoika
Hi, I have successfull configured a JBoss Security Domain for IBM Lotus Domino using the org.jboss.security.auth.spi.LdapLoginModule. I can authenticate to my Demo WebApp and also searching for roles (isUserInRole) works correct. My question is how to map the CallerPricipal to the DN. My users

[jboss-user] [JBoss Eclipse IDE (users)] - Configure JBoss AS in Eclipse 3.2

2006-09-07 Thread ssrrini
adding the log. !ENTRY org.eclipse.ui 4 4 2006-09-07 17:45:07.843 !MESSAGE Unhandled event loop exception !ENTRY org.eclipse.ui 4 0 2006-09-07 17:45:07.858 !MESSAGE org/eclipse/jdt/internal/debug/ui/launcher/JavaLaunchConfigurationTab !STACK 0 java.lang.NoClassDefFoundError: org/eclipse/jdt/int

[jboss-user] [JBossWS] - jbossws / problem in generating client. NoSuchMethod

2006-09-07 Thread MmarcoM
hi all, i m trying to generate a client using jbossws wstools ant task (within maven2).. here's my task | | | | | | | |

[jboss-user] [JBoss Seam] - How to get request object, for example the servletPath

2006-09-07 Thread juan_uy
Hi All, This question is pretty trivial from the old model (Servlet or Struts). I'm moving to JSF because of the component model, but I need to retrieve the current path of the page, because of the permission mapped to this page in the database. So, how to get the current path inside seam compo

[jboss-user] [JBoss Portal] - Re: Too many errors cant get JBoss Portal to work

2006-09-07 Thread anthon.r
Does anyone had any idea on how could I possibly solve my problem to my recent posts in this thread? Here is my configuration of my datasource: | | | | PortalDS | jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=jbossportal;SelectMethod=cursor,"portal","portalpasswo

[jboss-user] [JBoss jBPM] - Re: Bizarro jBPMException when trying to create a new JbpmCo

2006-09-07 Thread cpob
Because you are using the JbpmContextFilter, which opens and closes the context for you in your servlet. Your servlet should not create a context, but should get the current context. JbpmConfiguration jc = JbpmConfiguration.getInstance();JbpmContext jbpmContext = jc.getCurrentJbpmContext(); V

[jboss-user] [JBossCache] - Re: JBossCache 2.0.0 and JMX: Design ideas

2006-09-07 Thread [EMAIL PROTECTED]
Well, doing a printDetails() can be even longer. :-) Pushing the config elements to various interceptor MBeans is a holy grail of sorts, but is not feasible for all elements (some aren't attached to any interceptor, others are used by >1 interceptor, etc). Re: operations on the cache via the

[jboss-user] [JBoss Seam] - Re: Session timeouts and seam

2006-09-07 Thread c_eric_ray
LOL Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970080#3970080 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970080 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss Portal] - Re: Linking an external page from a portal server tab... is

2006-09-07 Thread gwin
OK, never mind, I do not need this any more. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970081#3970081 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970081 ___ jboss-user

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Configure JBoss AS in Eclipse 3.2

2006-09-07 Thread fmagrini72
I'm facing the same error!! Eclipse 3.2 JBoss IDE 1.6. Fil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970082#3970082 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970082 ___

[jboss-user] [JBoss jBPM] - Re: Possible bug in fork-joins

2006-09-07 Thread JerWah
Glad I could help. We too are very new to bpm. As for the persistence, in our situation we have a very slow process (Months) which is externally moved forward via a custom webapp, so obviously we need to persist the token counter. It seemed most logical to us to persist it in the join at upda

[jboss-user] [JBossWS] - Re: jbossws / problem in generating client. NoSuchMethod

2006-09-07 Thread MmarcoM
Hi all, i think i m having a clash between wsdl4j and jbossall-client.jar, in the sense that evenif i download (like i hav edone) wsdl4j.jar and replace jar in jboss, i still have an old copy of jbossall-client.jar which contains same classes (i installed jboss at end of july) i try to get h

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: IIS Apache Redirector and JBoss

2006-09-07 Thread huaywen
Hi, Do you mind sharing your steps to configure the redirector? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970085#3970085 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970085 _

[jboss-user] [JBoss Portal] - JBoss Portal SVN Repository

2006-09-07 Thread [EMAIL PROTECTED]
Instructions for retrieving the project sources are on this page: http://wiki.jboss.org/wiki/Wiki.jsp?page=PortalSVNRepo (That page also includes documentation source retrieval) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970087#3970087 Reply to the pos

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Configure JBoss AS in Eclipse 3.2

2006-09-07 Thread [EMAIL PROTECTED]
JBoss IDE 1.6 is not made for Eclipse 3.2. Only JBoss IDE 2.0 (currently in Beta) is. Eclipse changed some underlying APIs, which made 1.6 unworkable with 3.2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970088#3970088 Reply to the post : http://www.j

[jboss-user] [JBoss Portal] - Re: Maximized Iframe Portlet

2006-09-07 Thread [EMAIL PROTECTED]
Did you download the IPC sample from Portletswap.com? Some of the calls have changed in the api from 2.2 to 2.4. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970089#3970089 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Portal] - Re: Security Constraint Persistance across restarts

2006-09-07 Thread [EMAIL PROTECTED]
You -object.xml should have a keep flag. Is it there? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970090#3970090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970090 ___ j

[jboss-user] [JBossCache] - jgroups for voice communications?

2006-09-07 Thread dnielben
Hello, Could you please tell me if there are projects (or howtos) using jgroups for online voice communication? I would appreciate links and references! Daniel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970091#3970091 Reply to the post : http://www.jb

[jboss-user] [JBossWS] - How to generate mapping.xml & webservices.xml from WSDL?

2006-09-07 Thread amit_sri
Hi, I am trying to package a webservice starting with a WSDL, I have to deploy it on JBoss 4.0.2 (So, I can't use JBossWS tool). I have to handcraft the deployment descriptors - webservices.xml, mapping.xml etc after generating server side stubs from Apache Axis WSDL2Java Tool. Are there any

[jboss-user] [JBossCache] - Re: jgroups for voice communications?

2006-09-07 Thread [EMAIL PROTECTED]
You probably have more success in posting to the JGroups dev and/or users mailing lists (http://sourceforge.net/mail/?group_id=6081). That said, Manik once started a JVoip project for Voice-over-JGroups, and we even had a decent conversation over JVoipd between Switzerland and London. You can c

[jboss-user] [JBoss jBPM] - Re: swimlane expression for group(groupname) does not seem t

2006-09-07 Thread falazar
Basically it just doesnt work, and probably wont be fixed, because they are working on a new version for the 3.2 CVS head. It IS fixed in the newer version, and groups show up fine, though it appears that pooled users dont. We are looking at that now. So if you can get the CVS head working, t

[jboss-user] [JBossCache] - Re: JBossCache 2.0.0 and JMX: Design ideas

2006-09-07 Thread [EMAIL PROTECTED]
1. You are right on printDetails(). So I guess if config element output is formatted for human reading, a string output is fine as well. 2. If we will have mbean on the interceptor level, then I'd suggest to push as much config attributes as possible since you are passing the config object in t

[jboss-user] [Clustering/JBoss] - Re: turning replication off

2006-09-07 Thread [EMAIL PROTECTED]
You can certainly do load balancing without replication of session state; just don't add the "distributable" tag to web.xml. But, we currently don't have the ability to replicate application level state (ServletContext). There is a feature request for this at http://jira.jboss.com/jira/browse/

[jboss-user] [JBossCache] - Re: JBossCache 2.0.0 and JMX: Design ideas

2006-09-07 Thread [EMAIL PROTECTED]
re: 3) I'd still like to figure out how and why people use JMX to get a hold of a cache instance. I mean, maybe we should provide a JNDI binding for this sort of thing and only provide a trimmed down JMX interface for statistics, configuration, lifecycle. Basically, management, not operation.

[jboss-user] [JBoss jBPM] - jBPM Process Deployment issue in JBoss

2006-09-07 Thread anilkumarknr
Hello, I configured my JBoss 4.0.4 application server to point to MySQL database. I changed jBPM configuration to point to MySQL database as well. I created jBPM tables in MySQL db. I am putting my jpdl file in the ear file and defining this information in components.xml file also. But someho

[jboss-user] [JBossCache] - Re: jgroups for voice communications?

2006-09-07 Thread [EMAIL PROTECTED]
The goal for JVoip (which is, sadly, now dormant due to lack of time) was to have it run on J2ME phones using the JGroups-J2ME port as a transport. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970103#3970103 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: How to get request object, for example the servletPath

2006-09-07 Thread Basel
Try not to use the Servlet API unless you have. Try something similar to this: | @In | private FacesContext facesContext; | private HttpServletRequest request; | | public void initComponent(){ | request = (HttpServletRequest)facesContext.getExternalContext().getRequest(); | }

[jboss-user] [EJB 3.0] - EJB 3.0 GA release estimate

2006-09-07 Thread logankiefer
Can anyone provide a rough estimate as to when EJB 3.0 GA will be available? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970105#3970105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970105 __

[jboss-user] [EJB 3.0] - Re: JNDI Problems by deploying an EJB 3 stateless session be

2006-09-07 Thread PeterJ
Try: Object ref = jndiContext.lookup("testejb301-0.1/UsersServiceBean/remote"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970106#3970106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970106 _

[jboss-user] [Installation, Configuration & Deployment] - Re: Problem in deploying web modules

2006-09-07 Thread PeterJ
Next question: How did you create the war file? What are your war file contents? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970107#3970107 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970107

[jboss-user] [JBoss and NetBeans] - Re: Jboss Netbeans IDE

2006-09-07 Thread gumnaam
OK, now every thing is clear to me. 1) When using NB + Jboss, nb finds hibernate JPA in jboss' installation . but by default hibernate JPA is not available for nb standalone, to add hibernate JPA to a non jboss project, use this guide. http://www.netbeans.org/kb/articles/hibernate-javaee.html

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: myDomain.com -> myDomain.com/portal

2006-09-07 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=SetupARootContextApp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970109#3970109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970109 _

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.3 CMP Oracle BLOBs

2006-09-07 Thread nidget
I've found a workaround: use the OCI driver. It works then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970110#3970110 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970110 ___

[jboss-user] [JBoss Seam] - Re: forces conversationId in URL?

2006-09-07 Thread chuckadams
The cid (what conversationId has been shortened to in cvs) shouldn't be necessary after a conversation has ended. It does have a tendency to hang around however, at least as I've observed in the seam scaffold application. I wonder if cid could be stuck in a cookie instead? You want nasty look

  1   2   3   >