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

2006-09-07 Thread [EMAIL PROTECTED]
and the answer is right here: http://www.netbeans.org/kb/55/ejb30-jboss.html here the screenshots shows Hibernate as an option thus i assume they included it netbeans core too. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969961#3969961 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - [StatelessSessionContainer] Could not restore ejb timers

2006-09-07 Thread padam
Hi All, I am using jboss 4.4 (embeded in netbeans 5.5) getting the error 23:03:26,296 INFO [ProxyFactory] Bound EJB Home 'UserManager' to jndi 'ejb/laxmanrekha/UserManager' 23:03:26,296 WARN [StatelessSessionContainer] Could not restore ejb timers javax.management.RuntimeMBeanException using

[jboss-user] [Installation, Configuration Deployment] - Re: Jboss Log4J problem - I need help

2006-09-07 Thread padam
Hi, I also faced the same problem but i replaced the log4j jar file from the jboss 4 in my application and its working fine now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969966#3969966 Reply to the post :

[jboss-user] [JBossWS] - Re: Configure JavaMail in JBoss

2006-09-07 Thread fss
This post should be in: Installation, Configuration Deployment you can configure your mail-properties in deploy/mail-service.xml. ?xml version=1.0 encoding=UTF-8? | !DOCTYPE server | !-- $Id: mail-service.xml,v 1.5.6.1 2005/06/01 06:20:43 starksm Exp $ -- | | server | | !--

[jboss-user] [JBossWS] - Re: calling webservice Simultaneously

2006-09-07 Thread jimmymani
thomas, i will explain the business flow. we have an order application(applet ,http connection) -- order request servletEJBinsert order into database with status 'pending'    servletcall JbossWS Asyncprocess order with vendor(takes

[jboss-user] [Security JAAS/JBoss] - Re: Sharing sign on between two JBoss AS instances

2006-09-07 Thread rdoraisamy
https://opensso.dev.java.net is a full fledged Web SSO product. It has JBOSS agents for Authn and policy. You may want to consider using that, if you did not find any easier alternative. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969988#3969988 Reply to

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

2006-09-07 Thread ALRubinger
Some really nice stuff in there, James. I like how you've removed the need for a base class. I wonder how far we can take this now... The latest revision of our class is now in package org.hibernate.collection to take advantage of the internal members of other classes in this package - I see

[jboss-user] [JBoss jBPM] - What is the best pattern to deny method executions?

2006-09-07 Thread lzdobylak
I'm starting learning jBPM and I was wandering what is the best pattern to deny method executions? I mean how to prevent calling some methods depending on object state in workflow, or even more: In arhitecture Client SWT - jboss EJB3 Application with jBPM how to disable some actions on view (ex.

[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.jar

[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=bbop=viewtopicp=3969990#3969990 if you want to know

[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

[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=bbop=viewtopicp=3969998#3969998 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969998 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: redirect/ 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 appreciate

[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=bbop=viewtopicp=3970001#3970001 Reply to

[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=bbop=viewtopicp=3970005#3970005 Reply to the post :

[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 :

[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:

[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(BROKEN PIPE)

[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

[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 % !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; body { background-color: #FF;

[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 :

[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: ?xml version=1.0 encoding=UTF-8 standalone=yes? | aop | interceptor name=TextFormatInterceptor class=segnalazioni.util.interceptor.TextFormatInterceptor scope=PER_CLASS/ | bind pointcut=call(public void

[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=bbop=viewtopicp=3970014#3970014

[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 :

[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=bbop=viewtopicp=3970016#3970016 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970016

[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=bbop=viewtopicp=3970017#3970017 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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 :

[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

[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

[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

[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 :

[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=bbop=viewtopict=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: @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=bbop=viewtopicp=3970030#3970030 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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

[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

[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

[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.

[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=bbop=viewtopicp=3970038#3970038 Reply to the post :

[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=bbop=viewtopicp=3970039#3970039 Reply to the 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=bbop=viewtopicp=3970040#3970040 Reply to the post :

[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

[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=bbop=viewtopicp=3970042#3970042 Reply to the post :

[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=bbop=viewtopicp=3970043#3970043 Reply to the post :

[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

[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

[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=bbop=viewtopicp=3970052#3970052 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=bbop=viewtopicp=3970053#3970053 Reply to the post :

[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

[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

[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 :

[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 :

[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 :

[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

[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=bbop=viewtopicp=3970068#3970068 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970068

[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

[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: mbean code=org.jboss.jms.server.destination.Topic |

[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:

[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 | tasks | taskdef name=wstools classname=org.jboss.ws.tools.ant.wstools | classpath refid=maven.dependency.classpath/ |

[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

[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: | ?xml version=1.0 encoding=UTF-8? | datasources | local-tx-datasource | jndi-namePortalDS/jndi-name |

[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();

[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=bbop=viewtopicp=3970080#3970080 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970080 ___ jboss-user mailing list

[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=bbop=viewtopicp=3970081#3970081 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=bbop=viewtopicp=3970082#3970082 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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

[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

[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=bbop=viewtopicp=3970087#3970087 Reply to the post

[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=bbop=viewtopicp=3970088#3970088 Reply to the post :

[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=bbop=viewtopicp=3970089#3970089 Reply to the post :

[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=bbop=viewtopicp=3970090#3970090 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970090 ___

[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=bbop=viewtopicp=3970091#3970091 Reply to the post :

[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

[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,

[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

[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

[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

[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=bbop=viewtopicp=3970103#3970103 Reply to the post :

[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=bbop=viewtopicp=3970105#3970105 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=bbop=viewtopicp=3970106#3970106 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=bbop=viewtopicp=3970107#3970107 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=bbop=viewtopicp=3970109#3970109 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=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=bbop=viewtopicp=3970110#3970110 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970110 ___

[jboss-user] [JBoss Seam] - Re: redirect/ 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

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

2006-09-07 Thread Wolfgang Knauf
Or you could use the annotation org.jboss.annotation.ejb.LocalBinding to bind the EJB to a different JNDI name (same effect as an entry in jboss.xml in the EJB project). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970112#3970112 Reply to the post :

[jboss-user] [JBoss jBPM] - JBPM BPEL Extension

2006-09-07 Thread Marouene
Hi everybody! I'm new to JBPM and JBPM-BPEL Extension. I tried to deploy jbpm-bpel under Jboss AS as mentioned in the documentation. I have the following Jboss products versions : Jboss 4.0.3SP1 jbpm-bpel-1.0-alpha4 wich use the jbpm 3.0 version When I try to deploy jbpm-bpel.sar archive under

[jboss-user] [JBossCache] - Re: Exceptio in startService with PojoCache

2006-09-07 Thread yudivian
Sorry if I was a little bit confusing Server #1 (the first to be running) is 10.6.100.35 Server #2(starts when #1 is already running) is 10.6.100.37 and in this is where I got the Exceptions And for every TreeCache or PojoCache I'm using I use a different cluster name. View the original post :

[jboss-user] [JNDI/Naming/Network] - Re: Getting JNDI context fails

2006-09-07 Thread PeterJ
It would help if you posted the exact error message. The IP address 127.0.0.1 is for localhost, I am not familiar with 127.0.0.2. In your client, what is java.naming.provider.url set to? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970115#3970115 Reply

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

2006-09-07 Thread PeterJ
The header area is a div whose height and contents depend on the settings in the CCS file, and on what portlets you add to the navigation panel. Use 'view source' within your browser, the layout is fairly easy to interpret. If you really want dynamic content in the header area, add a portlet

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

2006-09-07 Thread [EMAIL PROTECTED]
Definitely NOT! PCs are not supposed to be shared between users. If this is causing you problems, it means that the scope of your PC is too long. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970122#3970122 Reply to the post :

  1   2   3   >