[JBoss-user] [Messaging, JMS JBossMQ] - Need more information on Threads

2006-07-07 Thread Nooreazam
Hi, I have a following snippet, which starts multiple threads to handle the responses. GetAMessage gm = new GetAMessage(adapterServerid,adminConfig.getMessagingPropertyAlias(),this,timeout); gm.start(); This code is same for both the weblogic and jboss servers. For both the servers it is

[JBoss-user] [JBoss jBPM] - JBPM 3.1.1 ActiveMQ

2006-07-07 Thread guadilla
Good morning, I am trying to send a jms message using activemq client from an action and I have encounter some problems. I have included in the classpath some jars (activemq-core-4.0-RC2.jar, geronimo-j2ee-management_1.0_spec-1.0.jar, backport-util-concurrent-2.1.jar and

[JBoss-user] [Installation, Configuration Deployment] - Configure Jboss for remote Debuging

2006-07-07 Thread begimot
I couldn't find such topic, and any normal explanation anywhere. How can I set my Jboss for remote debugging? I changed the JAVA_OPTS variable. Previously it was -server -Xms128m -Xmx128m -Dprogram.name=run.sh -Dprogram.name=run.sh I added -Xdebug

[JBoss-user] [JBoss jBPM] - Re: next Task Node

2006-07-07 Thread jbaton
You're welcome, I just looked at the source of the method signal() If you can help me with my problem ... :) See http://www.jboss.com/index.html?module=bbop=viewtopicp=3955844 JBaton View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956070#3956070 Reply to

[JBoss-user] [Installation, Configuration Deployment] - Re: Configure Jboss for remote Debuging

2006-07-07 Thread anders.hedstrom
anonymous wrote : I added -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y if you change this to -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n JBoss will start and you can hook up your IDE to it. If you have suspend=y then JBoss won't start until

[JBoss-user] [JBoss Portal] - How cab i submite and save the content of the html in portle

2006-07-07 Thread Leonardpaul
Hi I showing a html page in a portlet. That html have some text box and submite button. i want to save the content. How do i code to carried out. can any one help me please Thanks in advance A.Peter View the original post :

[JBoss-user] [Installation, Configuration Deployment] - URGENT:: identify JBoss Version at run time

2006-07-07 Thread kesso01
Hi How can i find the version of JBoss at run time. I need to identify the version of Jboss i am connecting to. I have access to Jboss installed folder also. Thanks for the help. Soma View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956073#3956073 Reply to

[JBoss-user] [Messaging, JMS JBossMQ] - Migration from Weblogic to Jboss

2006-07-07 Thread Nooreazam
Hi, We have an application which has been developed using weblogic. Now we have to migrate it to Jboss. So can any body have the steps r any information regarding this. Pls help. Its urgent. Thanks in advance. View the original post :

[JBoss-user] [JBossCache] - GMS: address is... dispalayed twice

2006-07-07 Thread matabo
I'm running Jbosscache inside WebLogic 7; I have two Weblogic instance and I reoplicate a state between them. When I start, even ONLY ONE Weblogic instance, I see the following lines displayed: --- GMS: address is 1.5.28.121:4875

[JBoss-user] [JBoss Seam] - Need help annotating entity beans

2006-07-07 Thread paradigmza
Hi I have 3 classes. 1 stateful session bean, and 2 entity beans that are related to each other. The stateful bean that is being used by Seam. | @Stateful() | @Name(search) | @Scope(ScopeType.CONVERSATION) | public class SearchBean implements SearchInterface { | | private

[JBoss-user] [JBoss Seam] - Re: Need help annotating entity beans

2006-07-07 Thread [EMAIL PROTECTED]
Try: |   | h:outputText value=#{search.details.SISSystemSpecsList[0].oSVersion} / | (with a uppercase S since it is followed by a uppercase letter, if i remember well, that's the rule) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956079#3956079 Reply

[JBoss-user] [JBoss jBPM] - Re: Add Actor to ActorPool

2006-07-07 Thread trisko
Problem solved! I simply have forgotten to add the pooled actor also to the task instance itself, so that's the correct code: [...] PooledActor pooledActor = new PooledActor(actorId); pooledActor.addTaskInstance(taskInstance); hbSession.save(pooledActor); pooledActors.add(pooledActor);

[JBoss-user] [EJB 3.0] - Re: Javassist throws SecurityException on new 4.0.4GA

2006-07-07 Thread phon
ok, thanks for the help i post my question there View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956081#3956081 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956081 Using Tomcat but need to do more? Need to support web

[JBoss-user] [JBoss jBPM] - Re: assigning a task to multiple users

2006-07-07 Thread mohan514
Hi samid, thank for u rearly relpy. Regards, mohan ch. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956082#3956082 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956082 Using Tomcat but need to do more? Need to support

[JBoss-user] [Javassist user questions] - Javassist throws SecurityException on 4.0.4GA

2006-07-07 Thread phon
i just switched to from 4.0.3SP1 with EJB3 RC5 to 4.0.4GA with EJB3 RC8. i develop a Swing application in Eclipse and deploy it using Java Webstart. The server-side ear is still deploying fine on 4.0.4GA. Running the client from inside my development environment (Eclipse) works great too!

[JBoss-user] [Beginners Corner] - Shutdown of JBoss hangs

2006-07-07 Thread andydale
Hi, I am running 2 JBoss 4.0.4GA in a clustered environment (under linux), on a regular basis (not always) the JBoss instance will not shut down properly. The shutdown tends to hang in 1 of 2 places: 1.SchemaExport - This is where Hibernate tries to export the schema to the datasource as

[JBoss-user] [JBoss Seam] - Re: dataTable with method execution per row

2006-07-07 Thread paradigmza
Hey, I am not quite sure why anonymous wrote : | note: the 'status' cannot be just a property of the 'user' entity since the method requires DB access(and more) and must reside in an EJB entity | and this is the way I would do it | public class User { |private Integer

[JBoss-user] [JBoss Getting Started Documentation] - JBOSS Write to error log

2006-07-07 Thread Renierb
I have setup a datasource and pooling in jboss 4.04. It works, but I just want to include a comment everytime a connection is used in the pool so i can view it in the log. Must i do that in my code, or is there is filie in joboss i can configure to do it? View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Configure Jboss for remote Debuging

2006-07-07 Thread jaikiran
Try this: anonymous wrote : set JAVA_OPTS=-classic -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS% Note the suspend=n View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956088#3956088 Reply to

[JBoss-user] [JBoss Seam] - Re: Need help annotating entity beans

2006-07-07 Thread paradigmza
Thanks, it worked... that helped alot... spent a whole week trying to fix this... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956090#3956090 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956090 Using Tomcat but need

[JBoss-user] [JBoss jBPM] - Re: assigning a task to multiple users

2006-07-07 Thread mohan514
hi samid , i have applied for my process definition, and it is not working for me here is format that i used to assign a task for a group fo users in that users any one can person task. here is the process definition sytax: assignment pooled-actors=ernie,bert,grover please see my code

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING

2006-07-07 Thread oabidian
johnsenf, I am not sure about what you and I thought originally that it was a bug, maybe it is not after all. The guys from jboss can confirm that, but I think it actually suposed to be like that: looks like they changed the UI for launching JBoss servers and deploying to it, so you do not get

[JBoss-user] [JBoss jBPM] - Re: JBPM_LOG: Howto enable, Turning on BPEL log by process e

2006-07-07 Thread [EMAIL PROTECTED]
Bertrand, You can enable logs by following these steps: 1. Open src/config/jbpm.cfg.xml 2. Configure the logging service: jbpm-configuration | | jbpm-context | !-- other services -- | service name=logging factory=org.jbpm.logging.db.DbLoggingServiceFactory / | /jbpm-context

[JBoss-user] [JBoss jBPM] - Re: JBPM_LOG: Howto enable, Turning on BPEL log by process e

2006-07-07 Thread [EMAIL PROTECTED]
Note that the previous instructions are for jBPM BPEL beta 1. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956094#3956094 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956094 Using Tomcat but need to do more? Need to

[JBoss-user] [JBoss Seam] - Re: Help on converting to myfaces/tiles + JSF + EJB3 + Seam

2006-07-07 Thread petemuir
JSF automatically loads faces-config.xml so you shouldn't have a specific reference to it in web.xml. You only need to put other files to load in javax.faces.CONFIG_FILES. If you do include it it gets loaded twice and hence all sorts of bad stuff happens (e.g. two Seam Phase Listeners are

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-07-07 Thread petemuir
You shouldn't need to do either (1) or (2) you mention to get Seam examples to work. Did you follow http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamInstallation, specifically using the JEMS installer NOT the JBoss AS installer with ejb3 profile? Gavin's instructions at the top of this post are

[JBoss-user] [Installation, Configuration Deployment] - Re: Configure Jboss for remote Debuging

2006-07-07 Thread begimot
It seems now, that everything is working fine. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956098#3956098 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956098 Using Tomcat but need to do more? Need to support

[JBoss-user] [JBoss jBPM] - Re: about process-state

2006-07-07 Thread Remider
Hi Roy, i finished it and undersranded. Thanks a lot. Remid View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956099#3956099 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956099 Using Tomcat but need to do more? Need to

[JBoss-user] [JBossCache] - Re:

2006-07-07 Thread [EMAIL PROTECTED]
You apparently run another cluster, for a total of 2 in your WL instance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956100#3956100 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956100 Using Tomcat but need to do more?

[JBoss-user] [JBossWS] - Re: jbossws + standalone tomcat

2006-07-07 Thread [EMAIL PROTECTED]
Sorry, this is an oversight in the release build that did not show up in QA. I updated the download View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956101#3956101 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956101 Using

[JBoss-user] [EJB 3.0] - File access in ejb's an MBeans

2006-07-07 Thread hoeft
Hi! I must write files in my application. I read that file access in ejb's is forbidden, so i wrote a MBean which writes the files if it's methods are called. This methods are called by my ejb's. Is that allowed? If not, what can I do to write files? Thanks Meinert View the original post :

[JBoss-user] [JBossCache] - Re:

2006-07-07 Thread matabo
Maybe you're right, but then I ask you: what you mean with another cluster? XML configuration file is the same in the two cases (stand alone program and inside Weblogic program), and in my code I've one only startService() invocation... Maybe constructor method of the singleton is invoked

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - extended persistence context v/s merge

2006-07-07 Thread balamg
i can always change an object graph as i want and eventually invoke merge as against updating the attached objects in an extended persistence context. what specific advantage does extended persistence offer over merge. thanks View the original post :

[JBoss-user] [JBoss Seam] - Re: dataTable with method execution per row

2006-07-07 Thread petemuir
You could always preprocess the list. Mark the status field in the user Entity @Transient (so that it isn't persisted by the container). In updateUserList() iterate over the list created by the database query setting status as you go (here you could interogate other entites, SOAP, whatever).

[JBoss-user] [JBossCache] - Eviction not working in JBossCache-1.2.4SP2

2006-07-07 Thread jaikiran
Hi, I am trying out a simple standalone app where i, put in 50 elements in the cache at a given fqn. I have enabled EvictionPolicy and set the maxNodes as 5. However none of the nodes are getting evicted. Here's the code and the config file: package org.myapp; | | import

[JBoss-user] [JBossCache] - Re: Eviction not working in JBossCache-1.2.4SP2

2006-07-07 Thread jaikiran
I even introduced a time delay in putting the objects as follows, just to try out whether eviction works. But still it does not work. The following is just an extract from the above code, with *only* a Thread.sleep(500) introduced. for(int i=0;i50;i++) | { | |

[JBoss-user] [Security JAAS/JBoss] - problems with @SecurityDomain @PermitAll

2006-07-07 Thread kgrjb
1. because @SecurityDomain is jboss specific, is there a way to remove it from class code and keep just the standard @RolesAllowed? i tried to remove it from source code and have in jboss.xml security-domainmobistax/security-domain after this, i dont get any security on bean methods.

[JBoss-user] [JBoss Portal] - Re: Width of the portlet window - problem

2006-07-07 Thread louise_za
Check jboss-portal-2.2.0-bundled\server\default\deploy\jboss-portal.sar\portal-core.war\themes then look for the theme you are using and edit its portal_style.css file, or alternatively you can define your own layout strategy and theme. Have a look at Ch 7 in the JBoss Portal Reference Guide.

[JBoss-user] [JBossCache] - Re:

2006-07-07 Thread [EMAIL PROTECTED]
There are 2 JChannel.connect() calls, can you set a breakpoint in JChannel.connect() (get the JGroups src) ? Then you could look at the call stack and see *where* the connect() methods are called. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956111#3956111

[JBoss-user] [JBoss Portal] - Header content injection

2006-07-07 Thread louise_za
Hi! I am trying to inject header content using the declarative css style injection method: portlet | portlet-nameAPortlet/portlet-name | portlet-classcom.gew.portlet.APortlet/portlet-class | supports | mime-typetext/html/mime-type |

[JBoss-user] [JBoss jBPM] - Orchestrating Web Pages

2006-07-07 Thread sajid08
1. Is it possible to orchestrate ASP.net pages using jBPM? 2. I can orchestrate web pages in jBPM in which languages like JSP, PHP etc? Thanks Regards, Sajid. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956114#3956114 Reply to the post :

[JBoss-user] [JBossCache] - Expected behavior of FQN?

2006-07-07 Thread jaikiran
Hi, Looks like the FQN created by passing a string and FQN created using Fqn.fromString() are NOT *equal*. Here's a sample program: package org.myapp; | | import org.jboss.cache.Fqn; | import org.jboss.cache.PropertyConfigurator; | import org.jboss.cache.TreeCache; | | /** | *

[JBoss-user] [JBossWS] - Re: Problems in processing of xs:any

2006-07-07 Thread [EMAIL PROTECTED]
Hi Domenic, I am reaching out to you to get a better understanding of your WS-RM effort and the possible integration points with JBossWS. Currently we are busy with JAXWS and EE5 certification of our WS stack. Once this is done (probably end of Q3/2006) we are going to look into WS-RM possibly

[JBoss-user] [JBossCache] - Re:

2006-07-07 Thread matabo
Sorry, you were right. The code inside the constructor is executed twice. My mistake. regards matabo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956118#3956118 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956118

[JBoss-user] [JBoss jBPM] - Re: JBPM_LOG: Howto enable, Turning on BPEL log by process e

2006-07-07 Thread bertrand.njiipwo
Hello Alex, Thanks for the solution and quick reaction. I'll surely :) enjoy the analyse of the jbpm_log table. Bertrand View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956119#3956119 Reply to the post :

[JBoss-user] [JBoss Portal] - How can i integrate forum in jboss portlet

2006-07-07 Thread Leonardpaul
Hi I have JBoss protlet forum separately, but i want the forum with in the JBoss Portal. Can any one help to do Thanks and regards A.Peter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956122#3956122 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: How cab i submite and save the content of the html in po

2006-07-07 Thread louise_za
Here is a rough answer: You need to change your html page into a jsp. It should look something like this: | %@ taglib uri=http://java.sun.com/portlet; prefix=portlet % | portlet:defineObjects/ | % | String name = (String)request.getAttribute(name); | if(name==null) | { | % |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.0.2 - 4.0.4 (Problems with topic's JNDI lookup)

2006-07-07 Thread chief39
One more feature: When deploying project without topic's configs in JBoss - JBoss tells me, that it can't find topic topic/com/mysy. But, if configs with topic/com/mysy. are in JBoss deploy folder - on deploying i get a message mentioned in the first post. About TOPIC.com/mysyst...

[JBoss-user] [JBoss jBPM] - Re: assigning a task to multiple users

2006-07-07 Thread ashiiid
Hi mohan, It doesn't work for me too . An alternative is to use the actorid as a role . In your case ernie , grouver and bert will have the id =actorid when connecting to your cusomized web application . (=have a DB table wich mappes the role) so each of them is like an actor having

[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time

2006-07-07 Thread jaikiran
Try this out: System.out.println(Here's the server version: + org.jboss.Version.getInstance().toString()); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956128#3956128 Reply to the post :

[JBoss-user] [JBoss Seam] - seam application error:

2006-07-07 Thread jason_rency
hi all, I followed the steps show in this example (use hibernate tool to creat seam application). http://www.jboss.com/products/seam/SeamHBTools.html my system environment: jbossIDE 2.0, jdk1.5.0_05, seam 1.01ga, hibernate 3.1.3 jboss 4.04ga(ejb3 profile), win2000 pro the application was

[JBoss-user] [JBossWS] - Re: Servlet regarded as ServiceEndPoint

2006-07-07 Thread [EMAIL PROTECTED]
I know there was a discussion a while ago. After looking into the the sources i now remember: | ServiceEndpointPublisher:155 ff | | // Check if it is a real servlet that we can ignore | | if (servletClassName.endsWith(Servlet)) | { |

[JBoss-user] [EJB/JBoss] - Proxies and transactions.

2006-07-07 Thread MichaelCouck
Hi guys, We are using JBoss for session beans. We have a dynamic proxy creator for finding the required bean then invoking the method, somthing like DynamicProxyCreator = InvocationHandler = ServiceLocator pattern. Which is fine although the transaction in one bean is not rolling back. For

[JBoss-user] [JBoss jBPM] - Re: Deploying JBPM

2006-07-07 Thread Viegas
I know this must be a newbie question but I really need help in here View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956135#3956135 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956135 Using Tomcat but need to do more?

[JBoss-user] [JBossWS] - Re: Exception while sending/receiving param using web-servic

2006-07-07 Thread [EMAIL PROTECTED]
JBossWS currently supports JAXRPC-1.1. JAX-WS is on the roadmap. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956138#3956138 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956138 Using Tomcat but need to do more? Need

[JBoss-user] [JBossWS] - Re: JBossWS 1.0.2 release date slippage?

2006-07-07 Thread [EMAIL PROTECTED]
The release date was set to 30-Jun by mistake. It should have been 31-Jul right from start. Normally we aim for a bi-monthly release cycle 31-Aug: jbossws-1.0.3 31-Oct: jbossws-1.0.4 etc The jbossws-1.0.2 release is an interim release dedicated to performance and minor issues. It is just

[JBoss-user] [JBossWS] - jbossws 1.0.1GA sample not working

2006-07-07 Thread palin
We are experimenting some problems with the WS-Eventing JBossWS 1.0.1 GA sample deployed on JBoss 4.0.4 GA (jbossws updated to 1.0.1GA). We build the sample code and deployed it; server.log says: | 2006-07-07 11:43:51,834 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] run:

[JBoss-user] [JBossWS] - Re: Error Calling web service

2006-07-07 Thread [EMAIL PROTECTED]
[url] http://www.jboss.com/index.html?module=bbop=viewforumf=217 [/url] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956141#3956141 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956141 Using Tomcat but need to do more?

[JBoss-user] [JBoss Seam] - conversationId is missed in the URL

2006-07-07 Thread gfzhang
I modified the numberGuess sample to simulate the senario of a wizard, that is, click a button to display a new page, but the there is no conversationId parameter displayed in the new page's url. I add a button in the numberGuess form: | h:commandButton type=submit value=Interval

[JBoss-user] [JBoss Portal] - IPC Listener Registration Problem

2006-07-07 Thread yj4jboss
Hello, I am having this an error when hot deploying a project using IPC. The portal page is correctly displayed only if the sever is restarted. Is it possible to hot deploy these type of applications and if yes, how ??? ;0) . the error is as follows: ObjectName:

[JBoss-user] [Clustering/JBoss] - Changing Ports (two nodes, same machine, 4.0.4)

2006-07-07 Thread burakbayramli
Hi, in order to test a cluster on the same machine, on 4.0.1, I used to be able to create several copies of server/all folder, and change jboss-service.xml inside those folders to contain references to ports-01, 02, etc and start server with -c node1, node2. This seems to have been changed,

[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time--hostname an

2006-07-07 Thread kesso01
Thanks kiran. Unfortunately i don't have access for Jboss library at run time. is there any XML i can parse and get the JBoss version.. Also i have another question. Is there any configuration file in Jboss directory i cane get the webserver hostname and port? View the original post :

[JBoss-user] [JBoss jBPM] - jbpm-starters-kit-3.1.1 with Eclipse, how use MySQL!

2006-07-07 Thread Remider
Hi, i am using jbpm-starters-kit-3.1.1 with Eclipse 3.1.2. i want to use MYSQL database? i configure 2 file hibernate.cfg.xml jbpm-starters-kit-3.1.1\jbpm-server\server\jbpm\deploy\jbpm.jar and jboss-service.xml in jbpm-starters-kit-3.1.1\jbpm-server\server\jbpm\deploy\jbpm.sar\META-INF. I was

[JBoss-user] [JBoss Seam] - Re: Reverse engineering seam

2006-07-07 Thread jason_rency
hi RuiRosado, I got the exactly the same error.. did you find any thing useful? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956148#3956148 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956148 Using Tomcat but need to

[JBoss-user] [Clustering/JBoss] - Re: Changing Ports (two nodes, same machine, 4.0.4)

2006-07-07 Thread burakbayramli
The JBoss installation was done using java -jar jems-installer-1.2.0.BETA.jar and selecting ejb3-clustered profile. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956149#3956149 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: JBPM without starter kit

2006-07-07 Thread Viegas
[EMAIL PROTECTED] wrote : If you copy the .sar remember also to setup your database as per chapter 8 of the guide. Once you've done that everything should work - you will still need to write your own facade into the jBPM engine. There are no out of the box session beans provided. Im geting

[JBoss-user] [JBoss Seam] - Re: Reverse engineering seam

2006-07-07 Thread jason_rency
in my test app, it seems can't find javax.interceptor package which jboss seam needs. jason View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956151#3956151 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956151 Using Tomcat

[JBoss-user] [JBoss jBPM] - Re: BPEL String/XML Problem

2006-07-07 Thread ncapito
Thanks for the reply Alex. I do care about portability issues so I will not reqquest a feature. I do appoligize I did not see you previous post about the spec. Nick View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956152#3956152 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Reverse engineering seam

2006-07-07 Thread jason_rency
I found the javax.interceptor package, which is in jboss-ejb3x.jar. but in this jar there is no method javax.interceptor.InvocationContext.getTarget() method which is revoked by jboss seam interceptor defined. regards Jason View the original post :

[JBoss-user] [JBoss Seam] - Re: seam application error:

2006-07-07 Thread jason_rency
it seems the app can't find the javax.interceptor.InvocationContext.getTarget()method which jboss seam needs. I found the javax.interceptor package, which is in jboss-ejb3x.jar. but in this jar there is no method javax.interceptor.InvocationContext.getTarget() any suggestion? regards Jason

[JBoss-user] [JBoss jBPM] - Re: BPEL Condition

2006-07-07 Thread ncapito
There is a good chance it might not be different. I did add it within a case tag. It was a while ago. The reason I posted was that I could not find a complete switch string example in the docs. So i wanted to just throw one that I knew worked into the community. View the original post :

[JBoss-user] [JBoss Seam] - Re: seam application error:

2006-07-07 Thread [EMAIL PROTECTED]
You need to install JBoss AS using the JEMS installer, see the WIki, installation guide or getting started document. (Or update your libraries to EJB3 CR 8) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956157#3956157 Reply to the post :

[JBoss-user] [JBoss Seam] - extended persistence context

2006-07-07 Thread balamg
for me to use extended persistence context, is is required to use seam managed transactions as mentioned in the manual like so: phase-listener org.jboss.seam.jsf.SeamExtendedManagedPersistencePhaseListener /phase-listener the booking example does use extended peristence but i dont see the

[JBoss-user] [JBossCache] - Re: Eviction not working in JBossCache-1.2.4SP2

2006-07-07 Thread jaikiran
Tried a few more things and looks like eviction is working for attributes like timeToLiveSeconds and maxAgeSeconds(if at all they are specified) but NOT WORKING for maxNodes. P.S.: While debugging LRUAlgorithm.java, observed that the following statement : ne = (NodeEntry)recycleQueue_.poll(0);

[JBoss-user] [JBoss jBPM] - Re: Web Service invocation inside a BPEL-Process failed.

2006-07-07 Thread ncapito
Have you tried adding in the locations of your other partner links in the bpelapplication.xml!? It could be that the process does not know how to deliver to you ws because it does no know its location. When i get back to my office i will send you an example of a service catalog. View the

[JBoss-user] [JBoss Seam] - Re: seam application error:

2006-07-07 Thread jason_rency
i found the problem, need use the latest version of jboss ejb3 jars. the jar in ejb3.deploy in the server is still the old version. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956161#3956161 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: Retry: JBoss AS/Firebird: Hibernate Dialect must be expl

2006-07-07 Thread knaveofhearts
With all due respect: (1) these were exactly the kinds of questions that were considered JCA problems when this forum was created--I know that, because I posted here on a couple occasions at that time and obtained helpful answers; (2) a search of the forums for this Firebird database connection

[JBoss-user] [JBoss Seam] - Re: Reverse engineering seam

2006-07-07 Thread jason_rency
i found the problem, need use the latest version of jboss ejb3 jars. the jar in ejb3.deploy in the server is still the old version. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956163#3956163 Reply to the post :

[JBoss-user] [JBossCache] - Re: Eviction not working in JBossCache-1.2.4SP2

2006-07-07 Thread jaikiran
Please, ignore this entire topic. Had got confused with the concept of nodes and keys. Eviction is working fine. Sorry for the trouble View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956164#3956164 Reply to the post :

[JBoss-user] [JBoss Portal] - JBoss BseCode

2006-07-07 Thread Haydee
Hi, please somebody could say me another way to get the CodeBase to Jboss?. I have problems to connect to cvs.forge.jboss.com server with ecllipse. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956165#3956165 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: JBoss BseCode

2006-07-07 Thread [EMAIL PROTECTED]
You need to use anoncvs.forge.jboss.com (anonymous user with pserver connection) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956166#3956166 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956166 Using Tomcat but need to

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-07 Thread jason_rency
zerzio wrote : I had almost the same problem and your suggestion to use the nightly build worked in a sense: Yes, the seam application was deployed. Great. | | The problem now is that no JSF renders something but errors... | | http://localhost:8080/seamapp/editCity.jsf |

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-07 Thread jason_rency
fkaufmes wrote : My problem with the Seam tool is just told, I get the error message: | | ERROR [[jsp]] Servlet.service() for servlet jsp threw exception | | javax.faces.el.EvaluationException: Cannot get value for expression '#{catererEditor.new}' | | I have no many-to-many

[JBoss-user] [JBoss Portal] - Re: JBoss BseCode

2006-07-07 Thread [EMAIL PROTECTED]
You can also get it from the download page: http://labs.jboss.com/portal/jbossportal/download/index.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956169#3956169 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956169

[JBoss-user] [JBoss Portal] - Blog Portlet

2006-07-07 Thread Chris_O
does anyone know where I might be able to find a blog portlet? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956170#3956170 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956170 Using Tomcat but need to do more?

[JBoss-user] [JBoss Portal] - CMS portlet-functionality?

2006-07-07 Thread Ramaze
Hi All, What is the functionality of CMS portlet and how can i change the property of the cms portlet instance[like changing the height of the flash portlet instance]? Regards, Ramesh. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956171#3956171 Reply to

[JBoss-user] [Installation, Configuration Deployment] - NoClassDefFoundError:org/dom4j/xpath/DefaultXPath in deployi

2006-07-07 Thread itshark
hi everyone! depolying .ear application that make use of dom4j-1.5.2.jar,jboss have the following problems: Caused by: java.lang.NoClassDefFoundError: org/dom4j/xpath/DefaultXPath at org.dom4j.DocumentFactory.createXPath(DocumentFactory.java:230) at

[JBoss-user] [Installation, Configuration Deployment] - Re: URGENT:: identify JBoss Version at run time

2006-07-07 Thread jaikiran
anonymous wrote : is there any XML i can parse and get the JBoss version You can read the version.properties file present in jboss-system.jar file, which you can find in %JBOSS_HOME%/lib directory. View the original post :

[JBoss-user] [Clustering/JBoss] - Unique for every server instance.

2006-07-07 Thread penumutchu
Hi, We are using jboss for over development. We are using multiple jboss instances in the network. All the jboss instances are listning to the same database. Each user request we are placing in the database. Now we want to distinguish the user request to which server the user has requested.

[JBoss-user] [EJB 3.0] - Re: ActiveMQ Integration

2006-07-07 Thread jnerd
http://jira.jboss.com/jira/browse/EJBTHREE-389 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956175#3956175 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956175 Using Tomcat but need to do more? Need to support web

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

2006-07-07 Thread MarcReis
Thanks, it worked (after multiple: 1. clean, 2.build 3.goto 1 again; eclipse and ant after some attempts finally did what they should and it worked). Unfourtunately there still is an error that shows up: | ... //Server Start | 13:35:47,062 INFO [STDOUT] I have been created by

[JBoss-user] [Security JAAS/JBoss] - Re: problems with @SecurityDomain @PermitAll

2006-07-07 Thread hoeft
Hi! Is your jboss.xml in the WEB-INF directory in your jar-file? If not, that causes your problem. Meinert View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956177#3956177 Reply to the post :

[JBoss-user] [JBoss Portal] - How to Disable SSL URL's ?

2006-07-07 Thread wa7son
Out of the box JBoss Portal uses the 3 url's /sec, /auth og /authsec to indicate that the system is either running HTTPS, with user authentication or both. I.e: If you write https://www.your-portal-domain.com/ you will see that all URL's have been re-written to contain /sec at the beginning.

[JBoss-user] [JBossWS] - HandlerChain support

2006-07-07 Thread dloiacono
Does JBossWS 1.0.1GA support @HandlerChain annotation ? I had written a WS EJB3 endpoint with @HandlerChain(file=handlers.xml, name=) | ... | @Stateless | @WebService(targetNamespace = http://net.fimed.workproject.client.ws/;) |

[JBoss-user] [EJB 3.0] - check if a lazy property is loaded

2006-07-07 Thread vboerchers
In an entity bean with some lazy loaded properties I would like to provide a toString() method that shows as much info as currently available like that: | public String toString() { | if (isInitialized(this.lazyProperty) | return MyEntity: + this.lazy.Property; | else

[JBoss-user] [JNDI/Naming/Network] - Multiple network interface problem

2006-07-07 Thread [EMAIL PROTECTED]
Hi I have a server with an external (internet) nic and an internal (lan) nic. When i access the jndi naming service from the internal lan it returns the external IP/Address of the server and not the lan address on which it was contacted. How can I configure JNDI to return the server

[JBoss-user] [JNDI/Naming/Network] - Re: Multiple network interface problem

2006-07-07 Thread [EMAIL PROTECTED]
Sorry should have mentioned that I am using jboss-4.0.4.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956182#3956182 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956182 Using Tomcat but need to do more? Need to

[JBoss-user] [JBossCache] - Re: Expected behavior of FQN?

2006-07-07 Thread jaikiran
Had a look at the test cases and the FqnTest.java does not have a test case for this specific scenario. I added the following test case to the same: /** | * @testDesc Tests the [EMAIL PROTECTED] Fqn#equals(Object)} method. Two Fqn will be created, one | * will use the

[JBoss-user] [Installation, Configuration Deployment] - Adjusting all port numbers

2006-07-07 Thread Matthew Towler
Hi I have previously setup JBoss 4.0.4 using the default configuration, but now I wish to use it on a machine where port 8080 is already in use. Therefore I would like to setup the server to use a different number, say 8090. I have searched for 80xx in the config files and have found the

[JBoss-user] [Installation, Configuration Deployment] - Re: Adjusting all port numbers

2006-07-07 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956185#3956185 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956185 Using Tomcat but

  1   2   3   >