[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Jms filters

2006-01-10 Thread taggat
well, the sort of thing i am after is information on more advanced selectors. the sort of thing i want to do is (field1=1 and field2=2) or (field1=2 and field2=1) I just can't find any documentation to find out if that is possible View the original post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBoss jBPM] - Re: Correlation Problem

2006-01-10 Thread [EMAIL PROTECTED]
Looks like this error happens when the token iterates over its chilldren to end them. I guess the Hibernate mappings have a bug. I'm not sure, tough. I'll set up a project and try to reproduce the problem. Could you share the WSDL definitions of your partner processes? By the way, your process

[JBoss-user] [JBoss Seam] - Re: NoEJB example: log.info not visible

2006-01-10 Thread [EMAIL PROTECTED]
The big problems are: (1) Some examples (issues and dvdstore) are living in their own little universe with a totally different directory layout and build.xml to everyone else. (2) Not all the examples have a tomcat build. (3) I should not need a seperate build script for tomcat. It should work

[JBoss-user] [JBoss Seam] - Re: NoEJB example: log.info not visible

2006-01-10 Thread RobJellinghaus
The tomcat build seems pretty good. What problems do you mean? Anything in the tomcat realm (where I'm living), or is it all jboss related? Anything others can help with? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916819#3916819 Reply to the post : h

[JBoss-user] [JBoss Seam] - Re: Running noejb

2006-01-10 Thread RobJellinghaus
Done: http://jboss.org/index.html?module=bb&op=viewtopic&t=74754 Here's hoping they're anywhere near as responsive as you ;-) Cheers! Rob View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916818#3916818 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [Microcontainer] - Trouble running TestNG SEAM tests using microcontainer in ID

2006-01-10 Thread RobJellinghaus
I am working with Seam, in its microcontainer-under-Tomcat configuration. I'm using the latest CVS version of Seam. I am able to get the noejb example (which uses the JBoss microcontainer under Tomcat) to work fine with ant, both the TestNG tests (ant testexample) and the deployment under Tomc

[JBoss-user] [JBoss Seam] - Re: NoEJB example: log.info not visible

2006-01-10 Thread [EMAIL PROTECTED]
I ditched the logging because I'm really trying to show the simplest possible code, without the noise. Just to show people how simple this stuff (EJB3) is. I think it's perfectly reasonable to make that adjustment to the build scripts. But, frankly, right now the build have bigger problems, and

[JBoss-user] [JBoss Seam] - Re: NoEJB example: log.info not visible

2006-01-10 Thread RobJellinghaus
Well, not wanting to litter your nice source tree with my random broken log4j.properties, I instead inserted these lines between lines 113 and 114 of current CVS's build.tomcat.xml: | | Actually, what I had was dir="${seam.home}/microcontainer/conf" beca

[JBoss-user] [JBoss Seam] - Re: Running noejb

2006-01-10 Thread [EMAIL PROTECTED]
Please re-ask the question in the microcontainer forum, I'm not an expert on the MC stuff. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916814#3916814 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916814 -

[JBoss-user] [JBoss Seam] - Re: Running noejb

2006-01-10 Thread RobJellinghaus
OK, it turned out to be a build misconfiguration in IDEA. Now the plugin comes up and *starts* to run the test. But then it blows up. I'm going to do the horrid paste-the-mondo-stacktrace thing, knowing that Gavin will probably spend the least time diagnosing this if he has the biggest possib

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: DestinationManager is not registered (clustering/HAJMS)

2006-01-10 Thread umeshs79
Hi, I am facing same problem, did you able to solve this issue. -Umesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916811#3916811 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916811 ---

[JBoss-user] [EJB 3.0] - @OneToOne and constraint

2006-01-10 Thread trofimov
I have Entity1 and Entity2. Entity1 have ref (@OneToOne) on Entity2. If i remove Enity2, i recive exception "ConstraintViolationException". How i can remove Entity2 without: ... | Entity1.setEntity2(null); | em.merge(Entity1.); | em.remove(Entity2); | ... Thanx. View the original post :

[JBoss-user] [Installation, Configuration & Deployment] - Deferring Message Processing with MDB

2006-01-10 Thread [EMAIL PROTECTED]
In weblogic we have a nice feature called Deferring. Deferring Message Processing Until Completion of Boot Up By default, an MDB starts processing messages as soon as it is deployed, even if its target WebLogic Server instance has not completed booting. This can cause an MDB application to acces

[JBoss-user] [Messaging, JMS & JBossMQ] - Deferring Message Processing with MDB

2006-01-10 Thread [EMAIL PROTECTED]
In weblogic we have a nice feature called Deferring. Deferring Message Processing Until Completion of Boot Up By default, an MDB starts processing messages as soon as it is deployed, even if its target WebLogic Server instance has not completed booting. This can cause an MDB application to acces

[JBoss-user] [Management, JMX/JBoss] - Re: Consistency in JMX naming

2006-01-10 Thread [EMAIL PROTECTED]
The issue really isn't why the local-jndi-name is variable, its why the local-jndi-name is being used in the jmx name. The jmx name should be independent of this using the deployment structure and ejb-name as this has to be unique. View the original post : http://www.jboss.com/index.html?modu

[JBoss-user] [Management, JMX/JBoss] - Consistency in JMX naming

2006-01-10 Thread ghinkle
I'd like to reopen the question of why hashcodes are being added to jndi names should local-jndi-name not be set (http://jira.jboss.com/jira/browse/JBAS-275). This issue creates a big problem for building mangement services. We can not require all customers to set a local-jndi-name, nor should w

[JBoss-user] [JNDI/Naming/Network] - Re: JNDI over HTTP - can't get it to work

2006-01-10 Thread chrisbitmead
Hmm, I see that if I change the jndi.properties on the client to use http, but leave the server .ear jndi.properties as standard, then it works. Could it be that the server .ear cannot access jndi via http, yet the client can? Seems that way. Not sure why. I guess it is ok, there is no reason fo

[JBoss-user] [JBoss jBPM] - Re: Transaction demarcation with EJB/CMT

2006-01-10 Thread hoogenbj
No transaction stuff - leave that to the container. Yes close the jBPMSession and Yes flush the hibernate session. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916804#3916804 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Missing/grayed xdoclet and packaging menu panic after up

2006-01-10 Thread timryoungblood
My solution was to simply check the all too obvious "Activate Packaging" checkbox on the Packaging Configurations section of the project Properties. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916803#3916803 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [EJB 3.0] - Embeddable EJB 3.0 and warning "WARN 10-01 15:28:50,890 (Xs

2006-01-10 Thread trofimov
I recive from Embeddable EJB 3.0 warning "WARN 10-01 15:28:50,890 (XsdBinder.java:bindGlobalGroup:1097) -NOT HANDLED WILDCARD IN GLOBAL MODEL GROUP" and how this message hide? Thanx. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916802#3916802 Reply to th

[JBoss-user] [JNDI/Naming/Network] - Re: JNDI over HTTP - can't get it to work

2006-01-10 Thread chrisbitmead
My server.log contains the following. I have no idea if it relates to my problem. I can't see anything in any config that would cause it. 2006-01-11 14:29:45,919 DEBUG [org.jnp.interfaces.NamingContext] Failed to connect to http:1099 javax.naming.CommunicationException: Failed to connect to se

[JBoss-user] [JBossWS] - waiting for a deployer error in jboss 403

2006-01-10 Thread manojkar
hi, im getting the foll error when deeploying a jdbc datasource. im using a daffodils database. i hv put the jar file in the lib. also, im attaching the contents of the datasource xml file.. ContactDB jdbc:daffodilDB_embedded:DAFFODIL in.co.daffodil.db.jdbc.DaffodilDBDriver

[JBoss-user] [JNDI/Naming/Network] - Re: JNDI over HTTP - can't get it to work

2006-01-10 Thread chrisbitmead
This is the full stack trace. The fact that http servlet is in the middle of the stack trace seems to indicate I guess that the servlet proxy is getting called, and then what happens, I don't know... javax.naming.NameNotFoundException: SpFinOtherSession not bound at org.jnp.server.Naming

[JBoss-user] [JBoss jBPM] - Re: Testing a workflow

2006-01-10 Thread kukeltje
Depends on the amount of money you have. You could use tools from Mecury Interactive if you can afford them (>$100.000), use tools from apperfect ($500) or use opensource tools like cactus or grinder or something like that. We, in the company I work for are using cactus, but to realy test the wo

[JBoss-user] [JBoss jBPM] - Re: where are the tables stored?

2006-01-10 Thread kukeltje
by default it uses hsqldb which is configured to put the files it uses in the current working dir where the test is started from The messaage around the pool is purely hibernate. It contains a connnectionpool which is advised not to be used in production. Use a real j2ee connnectionpool for tha

[JBoss-user] [JNDI/Naming/Network] - JNDI over HTTP - can't get it to work

2006-01-10 Thread chrisbitmead
I have an EJB application working on my machine in Eclipse. Both the .ear file and my client side work with a jndi.properties like this: java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces java.naming.provider.url=j

[JBoss-user] [EJB 3.0] - Running Tutorial Example on CVS / ALPHA release

2006-01-10 Thread ejb3workshop
I am trying to run the stateless ejb3 example from the tutorial but I get the following error on the client side : anonymous wrote : | Wolf:~/Projects/JBOSS_CVS_CHECKOUT/jboss-head/ejb3/docs/tutorial/stateless alex$ ant run | Buildfile: build.xml | | prepare: | | compile: | |

[JBoss-user] [JBoss Portal] - Portal 2.2 - virtual portal / theme / layout / context root

2006-01-10 Thread PMO
I am deploying two virtual portals A and B.Both are using the same portlet P (deployed in A) | Scope | When deploying a page, window and instance of P in portal B I can refer to the portlet P using the scope "A" in the tag, correct? | | | | Theme | I am deploying ThemeA with A a

[JBoss-user] [JBoss jBPM] - Re: JBPM CVS Access

2006-01-10 Thread gdisol
Thank you, Eclipse's CVS client works fine. Regards. Gonzalo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916789#3916789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916789

[JBoss-user] [EJB 3.0] - Re: EJB 3.0: annotation processing factories

2006-01-10 Thread cracru
Scratch jboss-annotations-ejb3.jar, thats too obvious. :-) Looks like they are in jboss-ejb3x.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916788#3916788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916788 --

[JBoss-user] [JBoss jBPM] - Re: BPEL ATM example

2006-01-10 Thread [EMAIL PROTECTED]
On the schema creation problems: is this the error in the server log for Hypersonic and Oracle? 18:11:55,812 ERROR [[/jbpm-bpel]] DBSchemaServlet: caught an exception | java.sql.SQLException: Table not found: BPEL_ALARMDEFINITION in statement [alter table BPEL_ALARMDEFINITION] | at or

[JBoss-user] [EJB 3.0] - Re: EJB 3.0: annotation processing factories

2006-01-10 Thread cracru
hibernate-annotations.jar only pertains to hibernate annotations and the overlap with EJB3 entities. Based on the JBoss EJB3 download, I am assuming the EJB3 annotations are in jboss-annotations-ejb3.jar. I was under the impression that JBoss 4.0.3 came with EJB3 preinstalled. However, it do

[JBoss-user] [JBoss jBPM] - Re: Emailing From ActionHandler

2006-01-10 Thread enazareno
Hi Toby, If you dont have a solution yet and don't want to mess around with jndi, you can do this. In your servlet that creates or retrieves the process instance, get the handle of you mail service and place it in the context variable. Since variables are global to a process instance, you c

[JBoss-user] [JBoss jBPM] - Re: EAR-based ProcessDefinition deployment

2006-01-10 Thread enazareno
Sorry I clicked submit instead of preview. Just another question, why would you want to redeploy process definion everytime. Just curious. Regards, Elmo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916784#3916784 Reply to the post : http://www.jboss.com/

[JBoss-user] [JBoss jBPM] - Re: EAR-based ProcessDefinition deployment

2006-01-10 Thread enazareno
Hi Rainer, Are you referring to hot-deploying of pars or merely creating a session bean? Regards, Elmo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916783#3916783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [JBoss jBPM] - Re: Enterprise configuration problem for 3.1

2006-01-10 Thread enazareno
Hello, Disregard this post. After reading some posts here that the ContextBuilder will be phased out, I checked out the beta version. And true, there was no ContextBuilder anymore. Its been replaced with a JbpmContext. I found the on-demand hibernate mapping and not during startup really coo

[JBoss-user] [JBoss Portal] - JBossResourceException: Could not create connection

2006-01-10 Thread ian_hurtado
Hi All, I'm a newbie in programming right now I'm trying to create a connection between jboss and my db which is Microsoft SQL 2000 SP2 the problem is during deployment I'm encountering erros. I have looked and tried different solutions such as upgrading the SP2 to SP3a but when I looked into t

[JBoss-user] [JNDI/Naming/Network] - On a multihomed server, how to bind jms service to hostname

2006-01-10 Thread jnsridhar
I have jboss running on a multi-homed server. I have some user service mbeans which are registered with the JNDI. On client lookup the stubs returned contained hostname:port as an endpoint for these services. On the other hand the jms service which also gets registered with the JNDI, gets resol

[JBoss-user] [JBoss jBPM] - Re: process instance persistence and reexecution

2006-01-10 Thread enazareno
Hi Raj, First, I would not suggest you save process instance inside an action handler. Normally, you would place saving of instances in a servlet or probably a session bean. Second, I think the error is in your defintion. You have set the transition to a node that does not exist. Revi

[JBoss-user] [JBossCache] - je.properties

2006-01-10 Thread dlg
When I use JBossCache with the BDBJE cacheloader, it seems to ignore je.properties. I have my je.properties in WEB-INF/classes/je.properties alongside all of my other properties files. Does JBossCache do anything that prevents it from reading this? Any ideas? Thanks, Dan View the original po

[JBoss-user] [EJB/JBoss] - TimerService timeout fired within timer-creation transaction

2006-01-10 Thread tzwoenn
Imagine the following scenario: A session bean creates a timer with application depending timeout duration. Due to some some network IO the same transaction runs a bit longer... longer than the timeout duration of the timer. In the specification nothing is mentioned about such cases, but from m

[JBoss-user] [Installation, Configuration & Deployment] - Classloader issues -- how to package jars, how to identify p

2006-01-10 Thread damo9f
We are having issues migrating to JBoss 4.0.3sp1. Our existing build process enforces layering by building independent jars for various layers. Some jars contain other jars. A couple basic questions I have are: If a class is in an archive, what other classes can it import? - .jar contents -

[JBoss-user] [JBoss jBPM] - where are the tables stored?

2006-01-10 Thread nsobti
Hi, I just started playing around with jBPM. I downloaded the 3.0.2 package, and ran the persistence test (HelloWorldDbTest.java) provided in the package. However, I was wondering where the tables are stored using the hibernate.cfg.xml that is provided. Also, I get the following messages when

[JBoss-user] [JBoss Getting Started Documentation] - Re: Dukes Bank error can't find default data source

2006-01-10 Thread babaxter1
I solved it. As [mrj] mentioned, | jboss:service=Hypersonic,database=localDB | must be replaced by | jboss:service=Hypersonic | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916774#3916774 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss Getting Started Documentation] - Re: Dukes Bank error can't find default data source

2006-01-10 Thread babaxter1
I solved it. As <> mentioned, jboss:service=Hypersonic,database=localDB must be replaced by jboss:service=Hypersonic View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916773#3916773 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [Installation, Configuration & Deployment] - Re: Where do I set the host IP address?

2006-01-10 Thread xinghai
run.sh|run.bat -b your.ip.address.here View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916771#3916771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916771 --- This S

[JBoss-user] [JBoss Seam] - AJAX Example

2006-01-10 Thread [EMAIL PROTECTED]
Is there a Seam-Ajax Example in CVS? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916770#3916770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916770 --- This SF.

[JBoss-user] [JBoss jBPM] - Re: BPEL ATM example

2006-01-10 Thread [EMAIL PROTECTED]
Regarding the first question, the invalid transaction id error you found appears at random and kills the consumer (created by the receive activity) that would serve the request. Meanwhile, the consumer created by the port handler to receive the reply times out and returns a fault to the caller.

[JBoss-user] [JBoss Portal] - Re: Problems with security for portlets?

2006-01-10 Thread mholzner
You can secure the portal, or an instance of it, or a window of an instance of it, via roles. You can do that either via a security-constraint element in the jboss-portlet.xml , or in the *-object.xml, or you can use the management UI to do the same after the portlet is deployed. View the or

[JBoss-user] [Installation, Configuration & Deployment] - Re: Playing nice with IIS; listen only to single IP address

2006-01-10 Thread [EMAIL PROTECTED]
run -b XX.XX.XX.XX View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916766#3916766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916766 --- This SF.net email is spons

[JBoss-user] [Installation, Configuration & Deployment] - Playing nice with IIS; listen only to single IP address on s

2006-01-10 Thread chinkle
Hi... newbie here. I can't seem to find information about how to restrict JBoss and related applications to listen to a single IP address on a machine which has multiple IP addresses assigned to it. It appears I would want to change jboss.bind.address from 0.0.0.0 to the desired IP and that wo

[JBoss-user] [JBoss Portal] - Re: General usage

2006-01-10 Thread sukai
The 2.2 reference guide section 3.1.3 has a downloadable example of new portal instance creation. But I'm not sure if I should start a new portal and add the manager/cms/other-portlets to it or start with the default which already has everything in it. I guess it may not matter much, perhaps de

[JBoss-user] [Beginners Corner] - Re: Logging level set to trace Programmatically

2006-01-10 Thread damo9f
I have not found a programmatic setup, but this log4j.xml entry works to set logging statically: | | | | | | | | | | | | The snippet is from: http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch2.chapter.html#ch2.log4j.ex V

[JBoss-user] [Beginners Corner] - ClassNotFoundException on PolicyConfigurationFactory

2006-01-10 Thread ellacottb
I'm running jboss-4.0.2 and eclipse 3.1 with jdk1.5.0_06. I've tried re-installing jdk1.5.0_06 (JAVA_HOME had been pointing there ok) after reading one or two other forum items. A strange thing -- I had taken backup copies of my Eclipse workspace and my jboss directories yesterday. I look at t

[JBoss-user] [JBoss jBPM] - Testing a workflow

2006-01-10 Thread fmuhlenberg
I would appreciate hearing thoughts on how to go about testing a workflow. (Yes, I've seen the simplistic examples in the distribution) Once a complex workflow is deployed, you want to test the workflow within that environment, meaning inside an app server, not in some stand-alone test. A cur

[JBoss-user] [JBoss jBPM] - Re: Persisting jBPM in a stateless session bean

2006-01-10 Thread [EMAIL PROTECTED]
Zac (heismann) refers to this topic: Transaction demarcation with EJB/CMT View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916757#3916757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916757 ---

[JBoss-user] [JBoss Eclipse IDE (users)] - How do you create a new packaging configuration in the JBoss

2006-01-10 Thread ameelin
Ok..I wanna create a "har" packaging configuration with JBoss IDE version 1.5M3. How can I accomplish this dear sirs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916756#3916756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [Beginners Corner] - Logging level set to trace Programmatically

2006-01-10 Thread damo9f
I'd like to turn trace-level logging on for a short time to debug a classloading issue. I've tried: | Logger.getLogger("org.jboss.mx.loading").setLevel(XLevel.TRACE); | x = new NotLoadingClass(); | Logger.getLogger("org.jboss

[JBoss-user] [JBoss jBPM] - Re: jBPM BPEL calling .NET WS

2006-01-10 Thread [EMAIL PROTECTED]
There is an interop issue here. We don't support publishing doc/lit endpoints yet. There is an open issue, BPEL-76 tracking that. Let's focus on what we can do right now to handle the problem. According to WS-I Basic Profile, RPC/literal operations must use messages with parts described only wi

[JBoss-user] [JBoss jBPM] - Re: Null Exception when identity.db.xml is not null????

2006-01-10 Thread forJbpm
This worked! But Just FYI Even If I provide full path like "/home/jbpm-starters-kit-3.0.2/..." I get same error in previous case but solution you have provided works perfect in either case. Thanks Again! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916

[JBoss-user] [JBoss jBPM] - Re: Persisting jBPM in a stateless session bean

2006-01-10 Thread heismann
It has been pointed out to me that not closing the jbpmSession can be a bad thing in a multithreaded environment. JbpmSession's close method includes a call to popCurrentSession() which should be called or a memory leak may occur. View the original post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss jBPM] - Re: java.sql.SQLException: Table already exists: JBPM_ACTION

2006-01-10 Thread forJbpm
Thanks!!! I was under impression that I should not change anything in AbstractdbTestCase class. That was really helpful Thanks Again! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916750#3916750 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss jBPM] - Re: Transaction demarcation with EJB/CMT

2006-01-10 Thread heismann
Alex, Thanks for the reply. I had forgotten about popCurrentSession() being in the close() method. So, for now I will be forced to use: jbpmSession.beginTransaction(); jbpmSession.commitTransaction(); jbpmSession.close(); Zac View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss Seam] - Irritating Debug Problem: GenericSignatureFormatError

2006-01-10 Thread Rorschach
I'm getting a java.lang.reflect.GenericSignatureFormatError with my deployed .ear at different points in execution intermittantly. It's intermittant during debug as I step through with the exception that I can reproduce it if I simply deploy, and wait a minute before I navigate to my opening p

[JBoss-user] [JBoss jBPM] - Re: Persisting jBPM in a stateless session bean

2006-01-10 Thread heismann
I've found that not closing the JbpmSession object will allow the EJB container the opportunity to close and flush the associated hibernate session. Make sense? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916745#3916745 Reply to the post : http://www.jb

[JBoss-user] [JBoss jBPM] - Re: How to customize TaskInstance?

2006-01-10 Thread kukeltje
it's not sample 'code' you need, it's a config example. This is a hibernate config issue. search the hibernate forums for this, I think you'll find something. http://forums.hibernate.org/viewtopic.php?t=939394&view=next&sid=00ce4a4831ab25fb3e0f13afe878d5e0 View the original post : http://www.j

[JBoss-user] [JBoss jBPM] - Migration of database schema from 3.0.x to 3.1

2006-01-10 Thread michaelholtzman
Greetings. I need to upgrade (migrate) my 3.0.2 database (Oracle) to the new 3.1 shema. There have been several statements on this forum that a tool for doing this would be provided, but I have not found anything to do this. Pointers? Thanx. View the original post : http://www.jboss.com/index.

[JBoss-user] [JBoss jBPM] - Re: How to customize TaskInstance?

2006-01-10 Thread coby
I struggled with this a while, and couldn't ever get my new mapping file to play nice with the existing (umodified) TaskInstance.hbm.xml mapping file. I'm not very familiar with hibernate, but the info at this http://ndpsoftware.com/HibernateMappingCheatSheet.html helped me figure out what n

[JBoss-user] [JBoss jBPM] - Re: How can I display processimage (jpg) in browser?

2006-01-10 Thread kukeltje
Koen, wouldn't you also need an auto-layout mechanism if just the jdpl file is available? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916740#3916740 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916740 ---

[JBoss-user] [JBoss AOP] - Re: JBoss AOP with JBoss AP 4.x

2006-01-10 Thread jimyliu
Hi , The problem has been resolved. I found I need to put the full file path for bootclasspath on new classload file and jdk14-pluggable-instrumentor.jar Then the loadtime works !!. Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916739#3916739

[JBoss-user] [Beginners Corner] - Re: ejbql error

2006-01-10 Thread jamesohearn
I've got some additional information. It seems that the finder method that I define that refers to the primary key field is the one that is causing the problems. Below is the ejb bean definition: * @ejb.bean name="XHQComponent" * display-name="XHQComponent" * descr

[JBoss-user] [JBoss Portal] - Just starting - download, tutorial, & IDE?

2006-01-10 Thread [EMAIL PROTECTED]
Hi; I am just getting started on my first portlet. (I do have a ton of experience with servlets). I also am just starting with JBoss (I've used Tomcat, WebLogic, & JRun(yuck) in the past.) So... Is there a url that tells me what to download, how to install & configure it, and how to create my

[JBoss-user] [JBoss jBPM] - Re: Mysql database is not included in ant build script.. how

2006-01-10 Thread pwang33
| | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916736#3916736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916736 --

[JBoss-user] [JBoss jBPM] - Re: Mysql database is not included in ant build script.. how

2006-01-10 Thread pwang33
Try followings in build.depoy.xml of course , you have get your *.ds.xml to point to the same mysql server in order to run the app View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916735#3916735 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: Multiple datasource deployment issue

2006-01-10 Thread yxw84
Thank you for the reply Bill Burke. I already have two Postgre databases setup and registered as you suggested. They are both Postgre databases, and here are their configuration files: db1-ds.xml: | | | DB1 | jdbc:postgresql://localhost:5432/db1 | org.postgresql.Driver

[JBoss-user] [JBoss Portal] - Re: Custom portal pages per user

2006-01-10 Thread sandeeppujar
I am interested in the scalability of the Dynamic layout, portlet changes module. Please let me know If I missing any information or clarity in my question. Thanks, Sandeep View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916733#3916733 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: process instance persistence and reexecution

2006-01-10 Thread dharraj
Can any one out there help me PLEASE. Raj View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916732#3916732 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916732 --- Th

[JBoss-user] [JBossCache] - Re: JBossCache integration into WebLogic

2006-01-10 Thread [EMAIL PROTECTED]
Do you know if JBossCache(the latest version) work with Weblogic 9.1 ? Thanks Jean-Francois View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916731#3916731 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916731 ---

[JBoss-user] [JBoss jBPM] - Mysql database is not included in ant build script.. how to

2006-01-10 Thread Tanmay
Hello, I am tryin to use Mysql for jbpm. I am using the starters kit for jboss jbpm.. Can anybody please help me by telling what exactly I have to do in the 2nd step given in the jbpm.db module readme..?? Mysql database is not included in ant build script.. how to replicate the setup??? 2.Check o

[JBoss-user] [JBossCache] - Re: LockTimeoutException (with AsyncCacheLoader)

2006-01-10 Thread [EMAIL PROTECTED]
Hi there. Also, you may want to try increasing the transaction lock timeout for the BDBJE engine. http://www.sleepycat.com/jedocs/java/com/sleepycat/je/EnvironmentConfig.html At the moment, properties specified in the CacheLoaderConfig element are NOT passed in to the BDBJE engine, so you wo

[JBoss-user] [Beginners Corner] - ejbql error

2006-01-10 Thread jamesohearn
My environment: Windows XP sp2 Eclipse v3.0.2 MyEclipse v3.8.4 JBoss v4.0.2 I get the following after Jboss deploys my entity beans: 15:14:16,609 INFO [STDOUT] org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered "x.ID" at line 1, column 46. Was expecting one of: "NOT" ... "(" .

[JBoss-user] [JBossCache] - Re: JBossCache integration into WebLogic

2006-01-10 Thread [EMAIL PROTECTED]
Hi I'll have a look at why the screen shots aren't coming up. In the meanwhile, the text still should point you to how to set up the startup classes in WL. The screen shots are just pics of WebLogic's admin console! :) Cheers Manik View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [EJB/JBoss] - Re: EJB not bound :

2006-01-10 Thread madalvi
The issue was resolved.Didn't realized that it was case of EJB calling EJB. The code was: SomeEJB.someMethod() --> DAO.getCustomer() --> CustomerEJB So I put element in ejb-jar.xml for "SomeEJB" and error was gone. Thanks for all replies. View the original post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss AOP] - Re: JBoss AOP with JBoss AP 4.x

2006-01-10 Thread jimyliu
Should I modify the jboss-service.xml under server/conf ? If yes, what to modify ? (This is described in injJBoss example html file.) I only modify that file under deploy/jboss-aop-deploy/META-INF. Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=391672

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Timed Out Error

2006-01-10 Thread tlien
I need some help interpreting the following error. 00:22:47 WARN [TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=mnfriasql10/380240, BranchQual=, localId=380240] timed out. status=STATUS_ACTIVE 00:22:47 ERROR [BeanLock] Thread[RMI TCP Connection(46065)-10.150.145.36,

[JBoss-user] [JNDI/Naming/Network] - Re: MBean depends

2006-01-10 Thread lapoutre
I've an other question. this is the same context. I have the following error when I try to get the JMS connection. javax.naming.NameNotFoundException: ConnectionFactory not bound what dependency shall I have to declare to load the service at startup??? tks View the original post : http://www

[JBoss-user] [Clustering/JBoss] - Re: jgroups deployment issue

2006-01-10 Thread alesj
And why is it then threated as 'deploy material' (the actual 'default-minimalthreads.xml')? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916718#3916718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916718 ---

[JBoss-user] [Clustering/JBoss] - Re: jgroups deployment issue

2006-01-10 Thread alesj
Yep, I think so. But who could have taken it to the tmp? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916717#3916717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916717

[JBoss-user] [Clustering/JBoss] - Re: jgroups deployment issue

2006-01-10 Thread [EMAIL PROTECTED]
Hmm. Well at some point some deployer took the jgroups.jar and expanded it in the tmp directory. If you delete the tmp directory before starting jboss, does the problem go away? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916716#3916716 Reply to the post

[JBoss-user] [JBoss Portal] - Problems with security for portlets?

2006-01-10 Thread Anson.Smith
Hi all, I have a portlet that is working correctly. What I want is to hafve that portlet viewable only for usere that have logged in. (Users or Admins). I know there is a way to do this but I am having trouble finding examples of this. Could someone point me in the right direction? View the ori

[JBoss-user] [JBoss AOP] - Re: JBoss AOP with JBoss AP 4.x

2006-01-10 Thread jimyliu
I have put the system.out.println in interceptor. Nothing output in the console. I am trying the injboss example. Will let you know the result. Thanks a lot. Jimy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916713#3916713 Reply to the post : http://www.j

[JBoss-user] [Security & JAAS/JBoss] - User credentials retrieval from security subject in a multi-

2006-01-10 Thread flying_snow
I ran into a situation in which multi threads run big volume tests using the same user id. During execution, user credentials need to be retrieved from security subject from time to time. The problem is that upon user time out (set by DefaultCacheTimeOut), logout() is called from a thread, which

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message resent too many times

2006-01-10 Thread erik777
bump... same question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916710#3916710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916710 --- This SF.net email is

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Jms filters

2006-01-10 Thread genman
The "selector" is something defined in the spec. Can you cite some examples of what you mean? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916709#3916709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916709 -

[JBoss-user] [Clustering/JBoss] - Re: jgroups deployment issue

2006-01-10 Thread alesj
The only place that I have jgroups.jar is exactly '/server/default/lib'. I did a a full JBossAS search on just 'jg' string. All it found was the above mentioned file (in that directory). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916708#3916708 Reply t

[JBoss-user] [JNDI/Naming/Network] - Re: MBean depends

2006-01-10 Thread lapoutre
tks, it works View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916707#3916707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916707 --- This SF.net email is sponsored

[JBoss-user] [Clustering/JBoss] - Re: clustered statefull ejbs require HA-JNDI in colocated sc

2006-01-10 Thread [EMAIL PROTECTED]
Yes, with a stateful session bean that makes sense. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916706#3916706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916706 -

[JBoss-user] [JNDI/Naming/Network] - Unable to shutdown JBoss with minimal config-JMX not bound e

2006-01-10 Thread sharmila.v
I get the following error when I shutdown JBoss with mimimal config: C:\jboss402\bin\shutdown.bat -s jnp://localhost:1099 -S Disconnected from server Exception in thread "main" javax.naming.NameNotFoundException: jmx not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:491) at org.

[JBoss-user] [Clustering/JBoss] - Re: jgroups deployment issue

2006-01-10 Thread [EMAIL PROTECTED]
jgroups.jar isn't a deployment unit, it's a library. Don't put jgroups.jar in /server/default/deploy; put it in /server/default/lib or inside the deployment unit (e.g. war, ear, sar) that uses jgroups. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916704#39

[JBoss-user] [JBoss Getting Started Documentation] - Re: starting JBoss on OSX

2006-01-10 Thread [EMAIL PROTECTED]
run.sh isn't exucatable. You can make it executable using "chmod +x run.sh". Or, you can just "sh run.sh" to start JBoss. I'm in the habit of doing the latter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916703#3916703 Reply to the post : http://www

  1   2   >