[jboss-user] [JBoss Messaging] - Re: How can I send message to remote queue that predefined d

2007-12-03 Thread slogger
May be is it impossible!? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110085#4110085 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110085 ___ jboss-user mailing list j

[jboss-user] [JBoss jBPM] - Copy a ProcessDefinition from one Database to another

2007-12-03 Thread eddie_84
In our project we use several different databases to store ProcessDefinitions, and we are now looking for a way to load a ProcessDefinition from database A and store it in database B. We first tried to simply pass it like this: | // get the target jbpm context | JbpmContext j = getTargetJbp

[jboss-user] [JBoss Seam] - Re: Dataimport in Seam tests

2007-12-03 Thread hispeedsurfer
But of course I mean data-export. Normally it should do it's work only fill import-test.sql, is it true? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110082#4110082 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41100

[jboss-user] [EJB 3.0] - Stateless sesisonbean and timerservice hell

2007-12-03 Thread potdl
Hi, I`ve had to port my application from glassfish to jboss and in the process i`m running into some strange issues. My biggest problem is that i cant seem to get my timerbeans working. This is my code in the session bean that start the timer | @Stateless | public class RulesTimerBean impl

[jboss-user] [JBossCache] - TimoutException when reading/writing from cache

2007-12-03 Thread haribaasha
on looking into the logs we noticed that there was a locktimeout when trying to retrieve from the cache. from the log : 22:49:49,850 WARN [Thread-4] [com.arjuna.ats.arjuna.coordinator.CheckedAction_2] - CheckedAction::check - atomic action -3f57eb7a:9d61:4750012b:5e13 aborting with 1 threads ac

[jboss-user] [JBoss Portal] - dashboard portlet deployment

2007-12-03 Thread ar_fee
Dear All, I would like to ask how to deploy portlet to the dashboard in my app's *-object.xml?? Thanks. ar_fee View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110078#4110078 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Log4j and JMS Appender Using ActiveMQ

2007-12-03 Thread [EMAIL PROTECTED]
Sorry one more time... I have not done it, but I can imagine that it's pretty easy. You just set up ActiveMQ like it says in the following instructions. http://wiki.jboss.org/wiki/Wiki.jsp?page=ActiveMqIntegration Then set up a topic you want to use as logging as an AdminObject(the example ab

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Log4j and JMS Appender Using ActiveMQ

2007-12-03 Thread [EMAIL PROTECTED]
I have not done it, but I can imagine that it's pretty easy. You just set up ActiveMQ like it says in the following instructions. http://wiki.jboss.org/wiki/Wiki.jsp?page=ActiveMqIntegration Then set up a topic you want to use as logging as an AdminObject(the example above set's up Queue's A-

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Log4j and JMS Appender Using ActiveMQ

2007-12-03 Thread [EMAIL PROTECTED]
I have not done it, but I can imagine that it's pretty easy. You just set up ActiveMQ like it says in the following instructions. http://wiki.jboss.org/wiki/Wiki.jsp?page=ActiveMqIntegration Then set up a topic you want to use as logging as an AdminObject(the example above set's up Queue's A-

[jboss-user] [JBoss Seam] - Re: Problem locating resources

2007-12-03 Thread pettersonfp
I still couldn't figure out why I get this error when I send it through an @Asynchronous call. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110073#4110073 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110073 _

[jboss-user] [JBossWS] - Really slow with @WebServiceRef?

2007-12-03 Thread suresk
I am trying to use JBossWS with Amazon Web Services. Everything is working, but it is extremely slow. The request itself takes less than a second, but the whole operations takes close to twenty seconds and it appears the slowness is in the creation of the port. I'm sure I'm doing something subtl

[jboss-user] [JBoss Seam] - why do the getRestrictions method in List Bean be invoked se

2007-12-03 Thread chlol
the getRestrictions method in List Bean is invoked seven time when the getResultList method is invoked? jboss-4.2.0.GA+jboss seam2.0GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110068#4110068 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - why do the getRestrictions method in List Bean be invoked se

2007-12-03 Thread chlol
jboss-4.2.0.GA + jboss seam2.0GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110067#4110067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110067 ___ jboss-user mailing li

[jboss-user] [JBoss jBPM] - Re: How hard to create visual representation of the relation

2007-12-03 Thread [EMAIL PROTECTED]
I'd go for (3). The API you are looking for is org.jbpm.jpdl.xml.JpdlXmlWriter. The problem is, this class is deprecated because there is no real need for it. You might as well build a DOM tree instead of a process definition object. Here is a first attempt at the algorithm for your program: Fo

[jboss-user] [JBoss jBPM] - Re: error in deployment

2007-12-03 Thread pedroluppi
007-12-03 23:31:27,568 ERROR [STDERR] 03/12/2007 23:31:27 com.sun.faces.lifecycle.ELResolverInitPhaseListener populateFacesELResolverForJsp INFO: JSF1027: [null] The ELResolvers for JSF were not registered with the JSP container. 2007-12-03 23:31:27,609 DEBUG [org.jbpm.webapp.listener.JbpmPhaseL

[jboss-user] [JBoss Seam] - Re: Remoting periodic exception.

2007-12-03 Thread samdoyle
Anyone see this before? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110063#4110063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110063 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss jBPM] - Re: error in deployment

2007-12-03 Thread pedroluppi
in jboss log i have the error: 2007-12-03 23:31:27,568 ERROR [STDERR] 03/12/2007 23:31:27 com.sun.faces.lifecycle.ELResolverInitPhaseListener populateFacesELResolverForJsp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110062#4110062 Reply to the post : htt

[jboss-user] [JBoss jBPM] - error in deployment

2007-12-03 Thread pedroluppi
I am using org.jbpm.gd.jpdl.ui_3.0.13.1.jar and I customizated the xml process definition. I try to deploy a process definition and I got the message "The process archive deployed successfully.", but I check I hypersonic database and the process was not there. I try to debug ProcessDeployer.depl

[jboss-user] [JBoss jBPM] - Re: hello-sample: no processdefinition.xml inside process ar

2007-12-03 Thread [EMAIL PROTECTED]
I got a couple of ideas: Did you replace the default implementation of the XML APIs? This is described in section 4.4 of the user guide for version 1.1.Beta3. Have you tried jBPM BPEL 1.1.GA? Note that the GA version no longer requires you to replace the default implementation of the XML APIs (th

[jboss-user] [JBoss jBPM] - Re: Can we save custom variables in a ProcessDefinition

2007-12-03 Thread kukeltje
Simon, You can already add any tag you want to the processdefinition and when retrieving a processdefinition , also retrieve the xml file with it. You can translate that to a dom and read any element you put in there. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss jBPM] - Re: Why my jbpm designer is so slow when I save the process

2007-12-03 Thread kukeltje
no idea... my gpd 4.0 with jdk 8 in eclipse 5 is not slow at all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110053#4110053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110053 _

[jboss-user] [JBoss jBPM] - Re: jBPM 3.1.4 in JBoss Maven Repository

2007-12-03 Thread kukeltje
it's most likely not up to date since it is not maintained by jbpm people (yet) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110052#4110052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110052 ___

[jboss-user] [JBoss jBPM] - Re: serialVersionUID

2007-12-03 Thread kukeltje
I'd suggest using google... it's a jdk5 thing, totally unrelated to jbpm View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110051#4110051 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110051 __

[jboss-user] [JBoss Seam] - Re: Null Pointer Exception During Integration Testing

2007-12-03 Thread neilac333
I am not sure what sort of output you mean. I have checked the TestNG documentation, and there does not seem to be any specialized logging besides writing my own custom TestListenerAdapter. I was actually just about to ask if there is a way to determine what Seam is looking for from the Servle

[jboss-user] [JNDI/Naming/Network] - Re: HELP! Can't connect to 1099?

2007-12-03 Thread McJava1967
Well, if you're still listening on my port... I did not uninstall Norton (too scary), but I'm now getting the "successful" response to your command: telnet localhost 1099 This is with Norton actually on, doing all it's regular things. However, I'm still getting the original response when I

[jboss-user] [JBoss Portal] - Re: myFacesConfig Error and com.sun.facelets errors with sta

2007-12-03 Thread [EMAIL PROTECTED]
"DanielGallot" wrote : | For the rest, I understand that it can be ignored and has no impact on a good working of the portlet. | Yes, the rest can be ignored. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110047#4110047 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Re: have tried everything - what todo about bug in seam exce

2007-12-03 Thread X490812
I appreciate the help - Thanks for the quick response! I am looking forward to this getting into the formal release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110046#4110046 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [Security & JAAS/JBoss] - Can I create a login .war module that my other .war modules

2007-12-03 Thread aconn7
I have a created a custom login module to authenticate against our domino server. Rather than have to (redundant) setup security in each and every web module, can I just deploy the login functionality as a stand-alone web module that my other web modules leverage? Sorry if this is a newbie que

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM - BPeL - eclipse

2007-12-03 Thread [EMAIL PROTECTED]
Tina, I'm guessing you downloaded JBoss AS 4.2.0 or later, which is not compatible with jBPM BPEL 1.1.Beta3. I'd suggest to upgrade to the newly released jBPM BPEL 1.1.GA. If you care about the details, version 1.1.Beta3 was written against version 1.4 of WSDL4J. This is the WSDL4J version in

[jboss-user] [JBoss Seam] - Re: have tried everything - what todo about bug in seam exce

2007-12-03 Thread [EMAIL PROTECTED]
Please try with Seam CVS/nightly builds as I fixed one bug like this in CVS - Matthew has another similar one open. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110043#4110043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Re: Seam-managed persistence context Versus EJB3 persistence

2007-12-03 Thread segev
We prefer to have a common mechanism for Persistence Context within a project. The reasons we think SMPC is a better choice is based on all the points provided in the Seam reference manual section 8.3. There is also a good detailed post in a "ManagedPersistenceContext in Manning JPA book" thread

[jboss-user] [JBoss Seam] - Re: Null Pointer Exception During Integration Testing

2007-12-03 Thread [EMAIL PROTECTED]
Post the whole of the log output from TestNG View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110040#4110040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110040 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: have tried everything - what todo about bug in seam exce

2007-12-03 Thread X490812
I am using 2.0.0.GA on jboss 4.2.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110041#4110041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110041 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: ManagedPersistenceContext in Manning JPA book

2007-12-03 Thread [EMAIL PROTECTED]
No, you shouldn't change the scope of an SMPC. Use an extended PC or http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamEntityHomeForLongRunningContexts View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110039#4110039 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: have tried everything - what todo about bug in seam exce

2007-12-03 Thread [EMAIL PROTECTED]
X490812 - what version of Seam are you using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110038#4110038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110038 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: ManagedPersistenceContext in Manning JPA book

2007-12-03 Thread segev
We decided to use SMPC for all the reasons highlighted in the previous post but there is a catch if you use it in a Session scoped stateful session bean. the injected entity manager will have a scope of Conversation (by default) and transactions will not be committed properly. This can be demons

[jboss-user] [JBoss Portal] - Re: myFacesConfig Error and com.sun.facelets errors with sta

2007-12-03 Thread DanielGallot
anonymous wrote : The only error keeping you from running your install is | And this should be asked/raised here http://www.jboss.com/index.html?module=bb&op=viewforum&f=247 And already raised (or a very similar one) : http://www.jboss.com/index.html?module=bb&op=viewtopic&t=123347 Thank

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - hibernate getCurrentSession() with JTA

2007-12-03 Thread stjanda
I am trying to have Jboss (4.2.2) and hibernate work together with JTA. I deploy my hibernate classes via a .har file. I've seen this issue mentioned in some threads, but never resolved. I feel like I am just missing a simple setting or something. Any help would be appreciated. I have great

[jboss-user] [JBossWS] - ServiceLifecycle in JossWS 2.0.1

2007-12-03 Thread perrucci
I'm trying to port some jsr181 web services from jboss 4.0.4.GA-Patch1 to jboss 4.2.2 but I have problem with ServiceLifecycle.init() method. Theis method is not called on web service initialization. Looking through the jbossws 2.0.1 source code, it seems that the init() method is not called. Is

[jboss-user] [JBoss jBPM] - Re: Tutorial: Modeling BPEL with Eclipse BPEL Designer and j

2007-12-03 Thread [EMAIL PROTECTED]
Rainer, great movies! Thanks for sharing them with everyone. Agus, our latest release, jBPM BPEL 1.1.GA, went a long way towards providing automated deployment of BPEL processes. You might want to start from there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [Messaging, JMS & JBossMQ] - Local or XA datasource

2007-12-03 Thread DGuralnik
Hello, My EJB3 session bean sends messages to a topic. Application tables and JMS tables are in the same Oracle schema that is connected through mcpDS pool. Is it ok if I define mcpDS as local-tx-datasource or I must define it as a XA datasource? Thank you. Dmitry View the original post : h

[jboss-user] [JBoss Seam] - Null Pointer Exception During Integration Testing

2007-12-03 Thread neilac333
I am integration testing my first component, and I am finding a NullPointerException that I cannot find an explanation for. Here is the class I am testing: @Name("searchAction") | public final class searchAction extends Object { |private String name; |@In |private SearchDeleg

[jboss-user] [JBoss Seam] - Link a user with the entities he/she created

2007-12-03 Thread eroussel
Hello, I'm fairly new the Seam and looking for some advice on achieving the following: Some tables (entities) in my application contain data that must be associated with the user that created the record. I got the part where the entities are annotated properly to describe the 1 to * relationsh

[jboss-user] [JBoss Seam] - Re: have tried everything - what todo about bug in seam exce

2007-12-03 Thread IGx89
This was actually reported over a month ago; see http://jira.jboss.com/jira/browse/JBSEAM-2139 and be sure to add your vote. The problem gets even worse if jPDL pageflows are involved, causing infinite redirects that in IE basically causes a DoS attack on the server! http://www.jboss.com/index.

[jboss-user] [JBossCache] - Possible Memory Leak? (1.4 SP7)

2007-12-03 Thread slattery
Hi all, I'm running a test program with a simple loop that writes an object to the cache and then removes it. As I monitor with JConsole, the heap usage grows and grows and can't be reclaimed with a garbage collection. Eventually it crashes with an OutOfMemoryError. Below is my code. MemoryLeak

[jboss-user] [JBoss Seam] - Re: What to do to make @Factory method working?

2007-12-03 Thread amorfis
"Andy Gibson" wrote : Do you have your bean setup as a seam component with a @Name annotation? It should be like : | | | | @Name("articleManager") | | @Scope(ScopeType.Conversation) | | public class ArticlesManagerBean ... { | | | | @Factory("article") | | p

[jboss-user] [JBoss Seam] - Re: EJB authentication problem when accessing SEAM component

2007-12-03 Thread alllle
What I did as a solution is to create a separate jar for the SEAM action EJB's which are accessed only via local interfaces. There is no security constraints specified for this jar file and therefore, won't trigger the exception. View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [Messaging, JMS & JBossMQ] - Log4j and JMS Appender Using ActiveMQ

2007-12-03 Thread jpuro
Does anyone have an example of setting up a log4j appender that points to an ActiveMQ topic? I am trying to find information on this but have not been able to locate anything as of yet. Regards, Jeff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110019#41

[jboss-user] [JBoss Seam] - seam fileupload problem reflection error

2007-12-03 Thread yilmaz_
OS : Win xp Seam 1.2.1 GA @ JBOSS 4.2.2 GA I tried both private InputStream picturedata; or private byte[] picturedata;[] i am getting following error | 23:09:06,203 WARN [lifecycle] javax.el.ELException: /private/profile/profile.xhtml @43,5 data="#{privatePerson.picturedata}": Error writi

[jboss-user] [JBoss jBPM] - jBPM 3.1.4 in JBoss Maven Repository

2007-12-03 Thread anewton
I'm a little new to this, but I can't seem to find jBPM 3.1.4 in the JBoss Maven repository at http://respository.jboss.org/maven2/ . Am I missing something, or is the repository just not up to date? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110013#41100

[jboss-user] [JBoss Seam] - Remoting periodic exception.

2007-12-03 Thread samdoyle
Using the JavaScript remoting I will see periodically but quite frequently the following exception. It is a result of simply doing a polled based operation to retrieve the latest available data. | [#|2007-12-03T12:53:34.110-0500|SEVERE|sun-appserver9.1|org.jboss.seam.remoting.Remoting|_Thread

[jboss-user] [JBoss Seam] - Re: Seam in clustered environment.

2007-12-03 Thread samdoyle
I am using 4.0.0 atm so I will try upgrading and see if that resolves it. Thanks, S.D. "matt.drees" wrote : I ran into that exception once (in a different context). I believe that particular problem should be fixed in Drools 4.0.1. See http://jira.jboss.com/jira/browse/JBRULES-1066. | |

[jboss-user] [JBoss Seam] - Re: Seam in clustered environment.

2007-12-03 Thread matt.drees
I ran into that exception once (in a different context). I believe that particular problem should be fixed in Drools 4.0.1. See http://jira.jboss.com/jira/browse/JBRULES-1066. Maybe using a newer drools version is all you need? View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - have tried everything - what todo about bug in seam exceptio

2007-12-03 Thread X490812
I have tried everuything listed here. There still seams to be a bug - In fact I built a dummy app to isolate the problem. Here is pages.xml: | | | | | here is my backing bean: | package com.homeq.tst.action; | import javax.ejb.Stateless; | import org.jboss.seam.annotati

[jboss-user] [JBoss Seam] - Re: Having problems with quality of distributions

2007-12-03 Thread victor.cardona
What exactly do you mean by "DOESN"T WORK"? Did you receive some sort of error message? Also did you follow the instructions in the examples/readme.txt file of the Seam distribution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110005#4110005 Reply to th

[jboss-user] [JBoss Seam] - Re: Seam in clustered environment.

2007-12-03 Thread samdoyle
I have created a case for this. http://jira.jboss.com/jira/browse/JBSEAM-2340 S.D> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110004#4110004 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110004 __

[jboss-user] [JBoss Portal] - Re: myFacesConfig Error and com.sun.facelets errors with sta

2007-12-03 Thread wesleyhales
The only error keeping you from running your install is anonymous wrote : 16:04:07,779 ERROR [STDERR] Dec 3, 2007 4:04:07 PM com.sun.facelets.FaceletViewHandler handleRenderE | | xception | | SEVERE: Error Rendering View[/views/admin/index.xhtml] | | java.lang.IllegalStateException: Cl

[jboss-user] [Management, JMX/JBoss] - mbean dependency pb with spring http remote invoker

2007-12-03 Thread skabeat
Hi All, I have a spring app deployed as a war. This spring app expose services through http remote invoker. I have another app deployed as an ear. This app contains a sar. When starting, the sar needs to make a request through the spring http remote invoker mecanism from the spring app. When j

[jboss-user] [JBoss Seam] - Re: Problems Using Oracle datasource to run a Seam Test usin

2007-12-03 Thread kfletcher2005
Ahh... Ok I got it working. I reverted back to all the bootstrap settings and just added my datasource definition file to the bootstrap/deploy directory and pointed my persistence.xml to my datasource and got it working. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss Seam] - Re: Seam in clustered environment.

2007-12-03 Thread samdoyle
"[EMAIL PROTECTED]" wrote : Please post the exception. Ah, I had a configuration mistake but now with everything configured properly and I have verified HA is working properly I see the Identity exception being thrown when trying to replicate it. I'm using drools but not exactly sure what the r

[jboss-user] [JBoss Seam] - Having problems with quality of distributions

2007-12-03 Thread woo37830
Just downloaded and installed jboss-4.2.2.GA app server and jboss-seam-2.0.0.GA Then followed instructions to cd to examples/contactlist and do ant. did so. did http://localhost:8080/seam-contactlist after starting server. Viewed a list of contacts, BUT when trying to add a new contact. DOES

[jboss-user] [Security & JAAS/JBoss] - Re: Role Authorization problem with Custom Authenticator

2007-12-03 Thread brengl
I found one solution, though I'm not sure if this is the right solution. I used a different constructor for the GenericPrincipal that included a list of roles, which at the moment I just populated with a hardcoded role name, and it worked. I thought obtaining the role 'mapping' was a function of

[jboss-user] [JBoss jBPM] - serialVersionUID

2007-12-03 Thread rodosa
Hello!!! Someone know what signify the serialVersionUID variable and why if you don't declare it the eclipse enviroment produces a warning? private static final long serialVersionUID = 1L; Thanks!!! Regards, View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Beginners Corner] - JMX-Console - ManagedConnectionPool

2007-12-03 Thread jackminder
Doing some monitoring of db connections using jmx console. I have read the FAQs on using this tool to determine if you have leaked database connections but I cannot find any good info on what certain attributes mean to determine there is a leaking issue. For example I see these 2 attributes in

[jboss-user] [JBoss Seam] - Seam in Real World: Made with Seam

2007-12-03 Thread Techieexchange
Hi Seam guys, Are you interested to see the power and action of Seam framework in real world….. Use GOOGLE advanced search (allinurl or inurl operators) to check websites that are developed with Seam. Tip 1: Use index tag to search Example: inurl:index.seam Tip 2: Use home tag to search

[jboss-user] [JBoss jBPM] - Re: Can we save custom variables in a ProcessDefinition

2007-12-03 Thread simonbaker
"kukeltje" wrote : I forgot to add: "because often it hides other missing features" | I agree with that. Hopefully people will still request features they are interested in and the designers can see which ones truly represent a common and core need. View the original post : http://www.jbo

[jboss-user] [JBoss jBPM] - Re: Can we save custom variables in a ProcessDefinition

2007-12-03 Thread simonbaker
"kukeltje" wrote : userobject: care to elaboreate? I have no clue why this could be useful? Things that are to generic tend to blur usability and promote abuse. There is a lot of practical real-world stuff that goes into delivering and maintaining a system for real customers. Typically monito

[jboss-user] [JBoss jBPM] - Re: jBPM and WfMC's interfaces

2007-12-03 Thread rodosa
At the end, I think that the correspondence is the following one: Interface1-->org.jbpm.graph.def.ProcessDefinition Interface2-->org.jbpm.graph.exe.ProcessInstance Interface3-->org.jbpm.graph.def.ActionHandler Interface4-->org.jbpm.identity Interface5-->org.jbpm.logging.log Regards!!! View the

[jboss-user] [JBoss Portal] - myFacesConfig Error and com.sun.facelets errors with standar

2007-12-03 Thread DanielGallot
Hello, I have a problem using JBoss Portal 2.6.2 with JBoss AS 4.2.2 (so not the portal 2.6.2 bundle, but a separate installation), regarding JSF MyFaces and RI incompatibility, as stated by the following log : | 10:31:03,911 ERROR [STDERR] Dec 3, 2007 10:31:03 AM com.sun.facelets.compiler.T

[jboss-user] [JBoss Seam] - Re: question about components and persistence

2007-12-03 Thread gsegura
I think I've found the precise answer in last reply of http://www.jboss.com/index.html?module=bb&op=viewtopic&t=103356 the @Out scope doesn't rely on the scope of @In, it must declared individually: @Out(scope=ScopeType.SESSION) that's why I wasn't reaching same instance between calls great fo

[jboss-user] [JBoss Seam] - Re: question about components and persistence

2007-12-03 Thread [EMAIL PROTECTED]
This is my preferred solution http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamEntityHomeForLongRunningContexts View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109973#4109973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [JBoss Seam] - conversation switcher

2007-12-03 Thread damatrix
I've been trying to use the conversation switcher in my application, but even though i start many conversations i find that the list is still empty. This is the code snippet that's on my template | | |

[jboss-user] [JBoss Seam] - Re: question about components and persistence

2007-12-03 Thread gsegura
I could, of course, load the user and collection from database every time, but I don't think this is the best way View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109965#4109965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Seam] - question about components and persistence

2007-12-03 Thread gsegura
Hello, I'm having problems to get same during method invocation, I mean: there is the class User which has a collection of items. - One instance of user is maintained during session, - then there is this action method which adds an item to the user's collection - there is also another method which

[jboss-user] [JBoss Seam] - Dataimport in Seam tests

2007-12-03 Thread hispeedsurfer
Hi, project is created with seam-gen v.2.0.0.GA Production DB is MySQL For testing purpose I filled import-test.sql with values INSERT INTO Customer (id, version, userName, hashedPassword, email, memberName) VALUES | (1, 1, 'feivel', 'd41d8cd98f00b204e9800998ecf8427e', '[EMAIL PROTECTED]', '

[jboss-user] [EJB/JBoss] - Re: Problems accessing remote EJB

2007-12-03 Thread cypher073
Well, one oversight on my part was erroneous handling of the exception that was being thrown -- I just never saw it. It was getting a name not bound exception, which then was easy to track down. The part that was really throwing me was the lack of an exception, which ended up being simple user

[jboss-user] [JBoss Tools (users)] - Re: how to attach Javadocs to JBoss Runtime

2007-12-03 Thread [EMAIL PROTECTED]
its the default behavior for programmatic defined classpath containers - we just need to implement a couple of methods to allow it for our classpath containers. I created http://jira.jboss.com/jira/browse/JBIDE-1401 for it View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Seam] - Re: Erratic behavior of actions (JBoss AS 4.2.2 / Seam 1.2.1

2007-12-03 Thread EricJava
I think it may be an erratic browser issue, not a Seam issue. It just now worked fine in IE, but not in FF. The customer is using 100% IE so I won't try to debug this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109952#4109952 Reply to the post : http:

[jboss-user] [JBoss Tools (users)] - Re: TestNG fails

2007-12-03 Thread [EMAIL PROTECTED]
No, not any simple ones - if there were I would put it in that jira. Manually you can create a build.xml and mimic how they package the tests and run it as such. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109930#4109930 Reply to the post : http://www.

[jboss-user] [JBoss Seam] - Erratic behavior of actions (JBoss AS 4.2.2 / Seam 1.2.1)

2007-12-03 Thread EricJava
Really weird: I have a form that uses an EntityHome extension. The persist and delete buttons take two or three tries for them to work. I know this sounds really strange, but I'll have the form up, and click "delete", and nothing happens. I click again, and it says "successfully deleted". I'

[jboss-user] [JBoss Seam] - Re: SEAM Logger issue

2007-12-03 Thread wayofdragonster
My understanding is that you can configure your log4j settings in log4j.properties under (myapp)/WEB-INF/classes and then jboss 4.2.1 would automatically read it. Is this incorrect? Do I have to do something special in jboss-log4j.xml to make it load log4j.properties in my app? Here is my lo

[jboss-user] [Messaging, JMS & JBossMQ] - Configure Jboss 3.2.3 for MDB to listen to Remote Queue on W

2007-12-03 Thread jbossdevyp
I would like to Configure Jboss 3.2.3 for MDB to listen to Remote Queue on Weblogic 8.1 . I have already seen post (and tried ) on wiki about MDB talking to remote queue but not able to get successfully working also I have seen Jboss documentation but there is very short note on how to integrat

[jboss-user] [JBoss Seam] - Re: how to make a ejbql query from an entity bean ?

2007-12-03 Thread supernovasoftware.com
I use @Formula. It requires compile time instrumentation for lazy loading and will not load collections unless you use hibernate mapping files. It works fine with calculated properties and annotations as shown below. See: http://opensource.atlassian.com/projects/hibernate/browse/ANN-210 It wo

[jboss-user] [JBoss Seam] - Re: Backing and session bean communication error

2007-12-03 Thread [EMAIL PROTECTED]
You need to inject into the local interface of the component, not it's implementation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109939#4109939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109939

[jboss-user] [JBoss Seam] - Re: Transient conversation data

2007-12-03 Thread [EMAIL PROTECTED]
Post the full exception and your seam component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109937#4109937 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109937 ___ jboss-

[jboss-user] [JBoss Seam] - Re: Activation of SFSB and removal of it by Seam question

2007-12-03 Thread asookazian
You stated "Please attach a runnable example with step by step instructions to reproduce so we can take a look." in http://jira.jboss.org/jira/browse/JBSEAM-2256 In this case, the use case/app is dependent on data (via JPA entities) in SQL server db as well as using NTLM authentication. That m

[jboss-user] [Messaging, JMS & JBossMQ] - JMS queues and buffers

2007-12-03 Thread paoletto
if i have sender and receiver on different machines, where should i put the queue? on sender or receiver machine? and if i -let say- put the jms server in the receiver machine, and the sender wants to send a message, but the net is down, does he cache the message and deliver later, or return e

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: -Djboss.bind.address not working anymore (4.2.2)?

2007-12-03 Thread EricJava
Yes, I've added it to JAVA_OPTS, and it doesn't do anything. -D makes it seem like a System property, but it looks like org.jboss.Main doesn't want it provided as a system property. Unfortunately, in run.conf, you can only add things to JAVA_OPTS. There's nothing in there to add arguments for

[jboss-user] [Messaging, JMS & JBossMQ] - MDB oracleAQ ConnectionConcumer

2007-12-03 Thread gioyell
Hi, I'm trying to make an MDB listen to an oracleAq queue. After registering ConnectionFactory and Queue to JNDI, defined an OAQJMSProvider and a custom container-configuration, when the MDB starts an Exception in thrown (oracle.jms.AQjmsException: JMS-102: Feature not supported ) It look l

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: -Djboss.bind.address not working anymore (4.2.2)?

2007-12-03 Thread [EMAIL PROTECTED]
It will be an argument to org.jboss.Main if you include it with your ./run.sh command line, e.g.: run -c minimal -Dorg.jboss.bind.address=X.Y.Z.W I suppose you've tested adding it to JAVA_OPTS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109926#4109926 R

[jboss-user] [JBoss Seam] - Re: Activation of SFSB and removal of it by Seam question

2007-12-03 Thread asookazian
"[EMAIL PROTECTED]" wrote : You will get an exception. | | If you can put something simple together that reliably shows this, then create a jira issue and we can take a look. I'm not sure exactly what the root cause is here so I'm not sure I can put together a simple example. I tried to in

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JVM crash after an upgrade to 4.2.1.GA

2007-12-03 Thread limousyf
Oups, sorry wrong file. It was the "damn I don't have PermGen space anymore" crash Here is the dump for yesterday crash: | | # | # An unexpected error has been detected by HotSpot Virtual Machine: | # | # SIGSEGV (0xb) at pc=0xf11157b7, pid=3047, tid=1497013168 | # | # Java VM: J

[jboss-user] [JBoss jBPM] - Why my jbpm designer is so slow when I save the process defi

2007-12-03 Thread blue_kite
Why my jbpm designer is so slow when I save the process definition file, who can tell me how to resolve this problem? my mail is [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109923#4109923 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Tools (users)] - Re: TestNG fails

2007-12-03 Thread alessandrolt
I have the same problem. My project was created with RHDS and all team received a copy for CVS, and started the development. I can't delete and override by a new project from command-line interface, the development has started. No exists other work around? View the original post : http://www

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JVM crash after an upgrade to 4.2.1.GA

2007-12-03 Thread limousyf
Hello, I'm using JBoss AS 4.2.1.GA to run my Seam2 application. I was using Seam1.2/JBoss 4.0.5 before this upgrade. My problem is that the JVM crashes randomly, even when the server is not used at all, without a specific action, etc ... It just crashes randomly, after 2 hours or 2 days. | #

[jboss-user] [JBossCache] - Multiple JVM distributed cache How To ?

2007-12-03 Thread richiesgr
Hi I've really search and read but I can't understand what's wrong with this : I've 2 JVM on the same or differente machine: My configuration (from jboss sample without any modification) : | | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss jBPM] - Re: Can we save custom variables in a ProcessDefinition

2007-12-03 Thread kukeltje
anonymous wrote : Can someone confirm this please ? Confirmed anonymous wrote : Is that correct ? Yes anonymous wrote : The thing is that in the functional problem i'm dealing with i want to set at design time the variables that will be used by every instance, so I do not want to create vari

[jboss-user] [JBossWS] - Problem in Serialization of java objects

2007-12-03 Thread zeeshan.javeed
I got an issue with Jbossws. I am using 2.0.2 version. I have two interface, TShippingFeePriceIFV1 and TShippingFeePriceIFV1_1 both are implemented by third interface TShippingFeePriceIF. interface TShippingFeePriceIFV1 has two methods, getPrice, setPrice, getSum, setSum and interface TS

[jboss-user] [JBoss Portal] - Re: When do you need to create additional instances of a por

2007-12-03 Thread PeterJ
The procedure would be the same for any portlet (including the news portlet). One of the things I did not think of is to edit the portlet-instances.xml file for the desired portlet to add the extra instances. That might be the sanest solution for now. I am sitting in a hotel, attending a week-l

[jboss-user] [JBoss Seam] - Re: Activation of SFSB and removal of it by Seam question

2007-12-03 Thread asookazian
"[EMAIL PROTECTED]" wrote : You will get an exception. | | If you can put something simple together that reliably shows this, then create a jira issue and we can take a look. why will I get the exception? And are you talking about the InstantionException specifically? View the original po

  1   2   3   >