[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JNDI-problem with Tutorial

2006-04-11 Thread M_vdB
This solution worked.. Now the whole project is running.. Thank you for this posting =) sherwinds wrote : check this out: JBossIDE Tutorial 1.4, page 34, section 9.3, start from 3rd paragraph. | | Verify if you followed this tutorial and notice the 6th paragraph where it says: | |

[JBoss-user] [JBoss Seam] - using commandButton to link to a new window (xhtml)

2006-04-11 Thread KittyK
Hey There, I've done some research, aka surfed the web, to see if it's possible to use a commandButton in xhtml to link to a new page. I haven't found any answers and was wondering if anyone out there knows for sure? The idea is that I select a record, and hit update which will move me to a

[JBoss-user] [Installation, Configuration Deployment] - Re: Jacorb timeout

2006-04-11 Thread golubec
Thanks a lot jiwils, I've downloaded last jacorb lib and just added to jacorb.properties absent property. Now it's working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936505#3936505 Reply to the post :

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Annoying problem with Fibobean example - Pl help !

2006-04-11 Thread nslyv
If you already created your XDoclets configurations and have the Enable XDoclet options checked, uncheck that option, apply changes and click OK. Now go back into the XDoclet config and check the Enable XDoclet, apply changes and click OK. I had the same issue and the above is what I did to

[JBoss-user] [Installation, Configuration Deployment] - The project names in the JBoss src eclipse .project files

2006-04-11 Thread lhoriman
[Moving this into the forum] In the JBoss source, each sub-project has a .project file. These project files contain project names which mirror the directory of the sub-project, like this: aspects build cluster common etc... This does not play nicely with Eclipse. When I import them into a

[JBoss-user] [Beginners Corner] - Re: server.log not present

2006-04-11 Thread jaikiran
Post the contents of your log4j.xml file View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936510#3936510 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936510 --- This

[JBoss-user] [Installation, Configuration Deployment] - Re: java.lang.OutOfMemoryError

2006-04-11 Thread jaikiran
These might help: http://wiki.jboss.org/wiki/Wiki.jsp?page=OutOfMemoryExceptions http://wiki.jboss.org/wiki/Wiki.jsp?page=OutOfMemoryExceptionWhenCannotCreateThread View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936511#3936511 Reply to the post :

[JBoss-user] [Clustering/JBoss] - I configured two cluster nodes on one machine, but the two c

2006-04-11 Thread uranuscn
I configured two cluster nodes on one machine, but the two cluster nodes cannot find each other! What is wrong? Does our company LAN configuration affect the Jboss cluster? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936512#3936512 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Jboss jdbc configuration question

2006-04-11 Thread likid0
Hy, I cant find if JBOSS has a parameter config to determin the limit of memory when accesing databases I have a jboss server using jdbc to access a oracle BBDD, and when you query the BBDD if it returns more than 3000 registrys, it gives a timeout, is there a way to change this behaviour in

[JBoss-user] [JCA/JBoss] - Re: Could not get XAResource from ManagedConnection!

2006-04-11 Thread jaikiran
topicfun wrote : | | 11:22:13,002 WARN [TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=iacapp3/2579, BranchQual=, localId=2579] timed out. status=STATUS_ACTIVE | 11:22:19,913 WARN [TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257,

[JBoss-user] [Beginners Corner] - Re: ClassCastException for remote acccess of entity bean

2006-04-11 Thread jboss2005_01
Local and remote interface apply to all kinds of EJBs, entity and session. Are you using BMP or CMP for your entity beans? Under normal circumstances there can be up to 5 classes defining your EJB : 2 home interfaces (defining create, finders,...), 2 remote interfaces (containing your business

[JBoss-user] [Beginners Corner] - Re: java.lang.OutOfMemoryError: PermGen space

2006-04-11 Thread jboss2005_01
Hi Marc, What we did is enter the following statement to the .bashrc file from the user that will be starting JBoss. This file should be located below the home folder of the user that will run JBoss. If it does not exist, just create it. This should be enough. In this file you should place:

[JBoss-user] [JBoss jBPM] - Re: The org.xml.sax.SAXNotRecognizedException:

2006-04-11 Thread vanho
Hi, Not sure if this is the solution for this problem. But when I changed to use jdk1.5.0 instead of j2sdk1.4.x, the exceptions disappeared. Cheers, Van View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936517#3936517 Reply to the post :

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Probleme with Fibonacci Tutorial

2006-04-11 Thread eitangur
Ok, managed to find a solution, take a look at: http://jboss.com/index.html?module=bbop=viewtopict=77016 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936518#3936518 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936518

[JBoss-user] [JBossWS] - Re: using jbossws for ws security

2006-04-11 Thread [EMAIL PROTECTED]
Mentioned userguide chapter and examples describe how use WS-security for webservice endpoint (server side, use jboss-web.xml,...) and client-app (client side, use jboss-client.xml). I would like use ws-security with EJB component (as client-side), there are only ejb-jar.xml, jboss.xml. So,

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: MySQL datasource error

2006-04-11 Thread jaleyba
Please, could somebody tell me how to use a DB connection pool from a web application inside JBoss. I've tried everything including reinstalling and configuring JBoss step by step. I've deleted all other applications and configured a little one that makes: | | public class MyTest extends

[JBoss-user] [Beginners Corner] - JBoss with Oracle JDBC Thin Native XA

2006-04-11 Thread ysusanto
Hi, Anyone has ever try to use Native XA from Oracle with JBoss? Can you guys share how to configure JBoss to use Native XA from Oracle? Thanks. Joel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936521#3936521 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Create MDB instance on startup

2006-04-11 Thread garyfisher
Hi, sorry if this is a FAQ, but I really tried hard to find it the docs and in the wiki. I'd like to create a singleton MDB during the server startup. I've already configured it to be the singleton MDB, but I'm not able to configure it to create the only instance during JBoss startup. The

[JBoss-user] [JBoss Portal] - Re: Change a user role dynamically

2006-04-11 Thread merlith
cpage wrote : there are two problems in fact. | | If you modify the portlet to change the role in the simplegroup roles of the jaas subject, it works. | | Did you modified it? So, where should we change the portlet? regards MB View the original post :

[JBoss-user] [JCA/JBoss] - JCA 1.5 Deployment question on RA property

2006-04-11 Thread johnxmas
Hi, In my ra.xml, I've the following resourceadapter-classcom.scort.inbound.jca.InboundResourceAdapter/resourceadapter-class !-- ResourceAdapter property -- config-property config-property-nameCodePage/config-property-name

[JBoss-user] [JBoss Seam] - 'Error during remote request' since 1.52 Seam revision

2006-04-11 Thread superfis
Hello, Until latest (1.52) Seam revision appeard, my project using Seam Remoting was working correctly. Now there is an error: 2006-04-11 10:35:51,718 DEBUG [org.jboss.seam.core.Manager] Storing conversation state: 3 2006-04-11 10:35:51,718 ERROR [org.jboss.seam.remoting.ExecutionHandler]

[JBoss-user] [Beginners Corner] - Re: Simple session bean

2006-04-11 Thread adrienogee
First of all, thank you for your help! I added the jbossall-client.jar but it still doesn't work... I think that I am missing smg huge... Let me explain what I want to do so that maybe you can lead me to the right solution: What I want is simply to deploy an EJB and access it locally with my

[JBoss-user] [JBoss Portal] - Re: Portlet from Creator studio to Jboss Portal

2006-04-11 Thread antitrust1982
hi, Nobody can explain me how I must write my xml files in order to be sure that is good. Because, I tried following the user guide but It's don't work. I want just the minimum in order to have my portlet works and appear on he Jboss portal. Thank you for your help Antitrust1982 View the

[JBoss-user] [Remoting] - Re: Client connections.

2006-04-11 Thread jboss2005_01
Is it possible to modify the code to provide this functionality or would it require to much modifications at server level? Greets, Kurt View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936538#3936538 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: new text file in a CMS = crush

2006-04-11 Thread andsch
Hi Thomas, you wrote anonymous wrote : | This has already been fixed in CVS Which version do you mean Portal 2.2.0 or Portal 2.4? Kind Regards, Andreas View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936541#3936541 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: How to use DB connection pool from DB ?

2006-04-11 Thread jaleyba
If I put a stacktrace I get: | | javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.NameNotFoundException: MySQLDS not bound] | at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:1052) | at

[JBoss-user] [Beginners Corner] - Re: setting the default Timezone

2006-04-11 Thread nxs
This was OK until we upgraded to java 1.5. It seems that Thread locals may be used to store the default in some circumstances. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6352812 Surely you should be able to have to have 10 applications running on an app server, with 10 different default

[JBoss-user] [Beginners Corner] - Re: How to use DB connection pool from DB ?

2006-04-11 Thread jboss2005_01
Try by removing java:comp/env in the lookup... Regards, Kurt View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936545#3936545 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936545

[JBoss-user] [Beginners Corner] - Re: How to use DB connection pool from DB ?

2006-04-11 Thread jboss2005_01
Sorry, my mistake... The JBoss output states : MySqlDS Your deployment descriptor says : MySQLDS -- JNDI names are case sensitive... Regards, Kurt View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936546#3936546 Reply to the post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - equivalent to @Id(generate = GeneratorType.NONE)

2006-04-11 Thread didi
Hi, I am using the EJB3.0 stuff with JBoss 4.0.4RC1. Even though I looked at the available migration guides, I could not find a proper answer. In the 4.0.3 Version I used | @Id(generate = GeneratorType.NONE) | public String getUsername() { | return this.username; |

[JBoss-user] [JBoss jBPM] - Re: The org.xml.sax.SAXNotRecognizedException:

2006-04-11 Thread kukeltje
what appserver are you using and what version of jBPM? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936550#3936550 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936550

[JBoss-user] [JBoss jBPM] - Re: Getting a specific process instance

2006-04-11 Thread rexth
In order to use a HQL query, I have to know how jBPM persists the variables of a process instance. So I could ask instances for a specific business value. I'll try to have a closer look to documentation. For the idea of a Map... When I ask for the process instances with the last version of a

[JBoss-user] [EJB 3.0] - transient fields...

2006-04-11 Thread wesleyhall
Hello, Can anybody tell me if fields that are annotated as @Transient in an entity will be replicated across the cluster inside the entity cache. Thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936552#3936552 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: How to use DB connection pool from DB ?

2006-04-11 Thread jaleyba
jboss2005_01 wrote : Sorry, my mistake... | | The JBoss output states : MySqlDS | Your deployment descriptor says : MySQLDS -- JNDI names are case sensitive... | | | Regards, | Kurt Kurt It worked, thanks for your help ! J View the original post :

[JBoss-user] [JBoss Portal] - Re: new text file in a CMS = crush

2006-04-11 Thread andsch
I just encountered a quite weird issue: I've built jboss portal 2.4 from source and deployed it on jboss as 4.0.3SP1 as the exploded sar version. I used Mozilla Firefox to access the CMSAdminPortlet and created a simple html file (aFile.html) in the default directory. When I try to access this

[JBoss-user] [JBossWS] - Re: JBossWS not thread safe

2006-04-11 Thread [EMAIL PROTECTED]
We'll make it into jboss-4.0.4. For details, you could watch the road-map View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936559#3936559 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936559

[JBoss-user] [JBoss Messaging] - Integration with ServiceMix

2006-04-11 Thread KJain
Hi, Can JBoss Messaging be used as ServiceMix JMS backbone? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936561#3936561 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936561

[JBoss-user] [JCA/JBoss] - Re: Could not get XAResource from ManagedConnection!

2006-04-11 Thread topicfun
I have increased the transaction timeout in jboss-service.xml and after I didn't get this error! this XA resource was very confusing for me... I thought there is some XA datasource is also used beside of my oracle-ds.xml... Thanks for you answer and for the perfect solution ;-) View

[JBoss-user] [JBoss jBPM] - Re: The org.xml.sax.SAXNotRecognizedException:

2006-04-11 Thread vanho
Hi, I'm using the lastest JBoss and jBPM versions, i.e. JBoss 4.0.4 CR2 and jBPM 3.1. Van View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936566#3936566 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936566

[JBoss-user] [Beginners Corner] - Getting a relative path

2006-04-11 Thread jaleyba
Hi I did a MBean service that will start an ActiveMQ broker and it needs to read broker config from a file. For obvious reasons I want to have broker config file in JBoss conf directory, then my question is: how could I refer to JBoss relative path inside my service ? My code is: | |

[JBoss-user] [JBossWS] - Re: Secure Web Service with 4.0.3SP1?

2006-04-11 Thread esword
Thanks for the quick reply. It looks like that page is exactly the same as the Wiki page that I referenced. What isn't clear is how to secure a JSE (POJO-based service endpoint) versus an EJB-based SE. That page tells how to apply a security policy to an EJB, which I do not have. My setup

[JBoss-user] [JBoss Portal] - Re: new text file in a CMS = crush

2006-04-11 Thread [EMAIL PROTECTED]
andsch wrote : I've built jboss portal 2.4 from source and deployed it on jboss as 4.0.3SP1 as the exploded sar version. | | I used Mozilla Firefox to access the CMSAdminPortlet and created a simple html file (aFile.html) in the default directory. | When I try to access this file with

[JBoss-user] [JBoss Getting Started Documentation] - listAccount.sql nowhere to download

2006-04-11 Thread tiger40491
Hi, Where can I download listAcount.sql please? Same problem as described in http://jboss.org/index.html?module=bbop=viewtopict=79565view=next My experience: I downloaded jboss, the Sun j2ee tutorial and the the jboss startguide40.zip. I could build and run several examples such as the JMS

[JBoss-user] [JBoss Getting Started Documentation] - Re: listAccount.sql nowhere to download

2006-04-11 Thread tiger40491
Hi, I just found listAccounts.sql at http://dpi.ufv.br/downloads/java/Documentation/j2eetutorial14/examples/bank/sql/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936574#3936574 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Creating Process Definition from Eclipse

2006-04-11 Thread [EMAIL PROTECTED]
Chandrasekhar, Did you go through the installation process successfully? It is a combination that should work and it looks like WTP was not installed correctly. Do you have other plugins installed? Regards, Koen View the original post :

[JBoss-user] [EJB 3.0] - Accessing an EJB from a Servlet

2006-04-11 Thread jllavina
Hello, I'm trying to access to an EJB (3.0, defined with annotations) from a Servlet, but the InitialContext doesn't contain the appropiate reference and I obtain a javax.naming.NameNotFoundException. Is necessary to define the EJB also into web.xml or jboss-web.xml? Is there an example of

[JBoss-user] [JBoss Portal] - acess PortalObjectContainer from jsf managed bean

2006-04-11 Thread jacote
hi, my question is .. there is a way to retrieve PortalObjectContainer from a jsf managed bean ? I see the code of jboss-portal-core and i made this steps : jboss-portlet.xml : ... service-namePortalObjectContainer/service-name

[JBoss-user] [EJB 3.0] - Re: simple stateful session bean classcast exception

2006-04-11 Thread tazly
[EMAIL PROTECTED] wrote : The war should not have the interfaces when using the default war first class loading mode as this results in inconsistent types. | That finally solved the problem! For the sake of usablity, this hint should be in the error message when getting a ClassCastException

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - CMP Entity table create problem

2006-04-11 Thread urswag
Who can tell we why MySQL generates here an error? I think I have no influence in the table creation for a CMP bean. I need advices how I can debug this. | 4:35:51,984 WARN [ServiceController] Problem starting service

[JBoss-user] [JBoss Portal] - Re: new text file in a CMS = crush

2006-04-11 Thread andsch
Thanks a lot Thomas, your hint solved the problem. I changed the language settings in Firefox and now it works. Is this behaviour by intention? The language settings were one of the last things I would have thought of. By the way I'm just building the forums portlet and the build fails because

[JBoss-user] [Installation, Configuration Deployment] - Re: Multiple redeployment gets PermGen error

2006-04-11 Thread marcwimmer
hi, i had the same problem. i don't know if it is solved yet - somebody said to me that there are issues with linux kernel greate 2.4. i had to insert the following line inth the .bashrc of the user running the jboss: LD_ASSUME_KERNEL=2.4.1 with that it should workcan somebody please try

[JBoss-user] [JBoss Seam] - Re: jBPM demarcation question

2006-04-11 Thread mirko27
Yesterday we got same exception, but with @Begin. We put @Begin(join=true) to @Factory and later to @Create method(not both at same time), then the error was gone, but no conversation begun. Maybe some bug? Btw did you use @CreateProcess before? You can use tasks in process. View the original

[JBoss-user] [EJB 3.0] - Re: Accessing an EJB from a Servlet

2006-04-11 Thread asack
jllavina wrote : Hello, | | I'm trying to access to an EJB (3.0, defined with annotations) from a Servlet, but the InitialContext doesn't contain the appropiate reference and I obtain a javax.naming.NameNotFoundException. | | Is necessary to define the EJB also into web.xml or

[JBoss-user] [JBoss jBPM] - Re: Problem running process state inside a process

2006-04-11 Thread [EMAIL PROTECTED]
Because the task in the start-state serves to inject some variable values into the process. When run as a subprocess, you can inject those values with the variable passing mechanism of the process-state node. Regards, Koen View the original post :

[JBoss-user] [JBoss Portal] - Re: new text file in a CMS = crush

2006-04-11 Thread [EMAIL PROTECTED]
Fixed. Thanks about warning me on that bug. http://jira.jboss.org/jira/browse/JBPORTAL-819 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936586#3936586 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936586

[JBoss-user] [JBoss Portal] - Re: Personalization in 2.4

2006-04-11 Thread dhartford
+1 on personalization. This actually has been a big turn-off for adoption. Users have expectations of portals from Yahoo, gmail/google, hotmail/msn to have personalization options. Themes are great, but being able to manage their own portal windows, portlets, layouts, navi-tabs, etc is a big

[JBoss-user] [JBoss Portal] - Managing portal pages - removing instance?

2006-04-11 Thread dhartford
Hi all, How can you remove a portlet instance when trying to manage a page? The only way I've found is to destroy the page and make it again :-( referencing the bottom of [url]http://docs.jboss.com/jbportal/v2.2/user-guide/en/html/dynamicity.html [/url] thanks, -D View the original post :

[JBoss-user] [JBoss jBPM] - Re: modeling a long running process

2006-04-11 Thread [EMAIL PROTECTED]
Yes, if you want to have robustness you should use JMS instead of the internal asynchronous support, which works well for simple applications, but not for the high end. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936593#3936593 Reply to the

[JBoss-user] [EJB/JBoss] - Re: Unable to test EJB from a Java application

2006-04-11 Thread alf1984
Thanks jaikiran, It sounds to be better now. One more question where can I find the specification related to this jndi.properties (format, use,...). Many thanks for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936595#3936595 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: new text file in a CMS = crush

2006-04-11 Thread andsch
:-) Fine. According to my second language (building forums portlet) Could it be that the current forums module (when checking out cvs co jboss-portal-2.4 [this morning]) is not really buildable? E.g. CategoryModelTestCase, ForumModelTestCase and ForumModelTestCase in

[JBoss-user] [JBoss Getting Started Documentation] - Re: listAccount.sql missing

2006-04-11 Thread darki
I had the same problem when i've downloaded JBoss AS Getting Started Tutorial 2006/04/11, however Google have found for me this link: http://genome.jouy.inra.fr/doc/adm/jwsdp1.5/j2eetutorial14/examples/bank/sql/ View the original post :

[JBoss-user] [JBoss Portal] - Re: Portlet from Creator studio to Jboss Portal

2006-04-11 Thread [EMAIL PROTECTED]
there is a pretty big collection of portlets you could use as examples on www.portletswap.com - maybe looking at their descriptors would give you a better idea of how you should write yours. rali View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936598#3936598

[JBoss-user] [JBoss Seam] - Re: using commandButton to link to a new window (xhtml)

2006-04-11 Thread max522over
In code set up the listing behavior with: @DataModel private List locationList; @DataModelSelection private Location selectedLocation; your jsp code could look like: I'm not sure about xhtml h:dataTable value=#{locationList} var=location

[JBoss-user] [JBoss Portal] - Re: Portal Title ?

2006-04-11 Thread mholzner
it is taken from a constant in the generic layout's index.jsp to change that modify the index.jsp (and maximized.jsp) in core/src/bin/portal-core-war/layouts/generic) , adn replace the constant with what you want (JSTL ? ) | head |title%= PortalConstants.VERSION.toString() %/title

[JBoss-user] [JBoss jBPM] - how to use duedate? (in a task, NOT timer)

2006-04-11 Thread cwad0000
if I have a task-node like this, how can I trigger a call to a class when the duedate is passed? I couldnt find any information about that. is there an event that is triggered? | task-node name=approve | task swimlane=manager duedate='120 seconds' | controller | variable

[JBoss-user] [Installation, Configuration Deployment] - Re: Can I configure a global jndi environment entry in JBoss

2006-04-11 Thread skull
hello, i have a similar problem, how to resolve that? need to create a env-entry for all web-apps, and dont know how to begin, i was try somethings that no one work, ejb-jar.xml without ejb dont work. can someone post complet config for that? View the original post :

[JBoss-user] [JBoss jBPM] - Need help with EJB3 and jBPM 3.1 transactions on JBoss 4.0.4

2006-04-11 Thread J.Hedin
Hi all I can't get transaction propagation to work with EJB3-RC5, JBoss 4.0.4RC1 and jBPM 3.1. The senario that troubles me is the case where the start of the transaction is in EJB3 SLSB - token.signal() - call to the sam EJB3 SLSB (new lookup). I get an error | 2006-04-11 16:21:51,179

[JBoss-user] [Beginners Corner] - Re: Logging level for SMTPAppender

2006-04-11 Thread jiwils
dzollinger wrote : The problem I have is that it doesn't seem to matter what value I set the Threshold or filter/LevelMin values to, I only ever get emails for ERROR or FATAL log events. The issue is likely that the SMTPAppender uses the concept of a triggering event. Log messages that are

[JBoss-user] [JBoss jBPM] - Re: New GPD Property Page

2006-04-11 Thread [EMAIL PROTECTED]
Matt, page |id=org.jbpm.ui.DecisionWhateverPage |name=Whatever |objectClass=org.jbpm.ui.model.Decision |class=org.jbpm.ui.properties.DecisionWhateverPropertyPage | /page This would be the way to contribute the page to a decision node. I am by the way very

[JBoss-user] [JBoss Seam] - Re: jBPM demarcation question

2006-04-11 Thread SunFire
We had the very same issues you describe with the @Factory method a few days ago but it went away without changeing anything and we haven't been able to reproduce - actually we haven't tried since then because time is short. ;) Yes we do use @CreateProcess to create an instance of the long

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problem with contextDestroyed executed after undeploy ..

2006-04-11 Thread p2auljr
I am having the same problem with my javax.servlet.ServletContextListener. The contextDestroyed method does not execute after undeploying the WAR file and I use a virutal host alias. It only executes after I deploy the WAR file again. I think this may be a bug. If I don't use the virtual host

[JBoss-user] [Security JAAS/JBoss] - Re: JaasSecurityManager try to insert duplicate entry into T

2006-04-11 Thread wwwluo
One thing I forget to mention in the original post: we use a different policy for our main application HSM, and multiple similar policy for other data sources. We have multiple data sources in our application, all using the same encrypted username/password. 1. Could this has anything to do

[JBoss-user] [JBossWS] - Re: J2EE-compliant way to retrieve ServletRequest and Servle

2006-04-11 Thread [EMAIL PROTECTED]
There is no J2EE-1.4 compliant way to get at the HttpServletRequest / HttpServletResponse. What is the use case? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936613#3936613 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: @PersistenceContext in JMX Service Object with 4.0.4RC2

2006-04-11 Thread echon
ok.. it's really strange. Nothing is injected in my JMX Service Objects. even | @Resource(mappedName = java:/portalDS) | private DataSource _dataSource; | does not work. But if I try to get it from JNDI | Context ctx = new InitialContext(); | _dataSource = (DataSource)

[JBoss-user] [JBossWS] - Re: Switch from Jboss4wsee to Jbossws, unavailable service e

2006-04-11 Thread elsisack
hello, i have the same troubles when i try to view web services deployed over 4.0.4 RC2, i read your your explanation but i can t understood it. Could you clarify me about this issue? Thanks in advance. Enrique View the original post :

[JBoss-user] [EJB/JBoss] - Re: jdk1.4 client-- jdk1.5 server communication

2006-04-11 Thread damian_grela
I have the same problem... :(, did you find an answer? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936618#3936618 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936618

[JBoss-user] [Installation, Configuration Deployment] - ManagedConnectionFactory NOTYETINSTALLED

2006-04-11 Thread frank_ulbricht
I have a newly installed jboss-4.0.4.CR2 with EJB3 support. When I deploy an application ear with a with a persistence group using the DefaultDS I get the following problem: --- MBeans waiting for other MBeans --- ObjectName:

[JBoss-user] [JBoss jBPM] - Re: Compile GPD

2006-04-11 Thread [EMAIL PROTECTED]
You should run the default target on the build file in jbpm.dist. Do not forget to install a cvs client and zip/unzip software on your system path. For window, this software is included in the bin folder of the jbpm.dist project. Regards, Koen View the original post :

[JBoss-user] [EJB 3.0] - Re: @PersistenceContext in JMX Service Object with 4.0.4RC2

2006-04-11 Thread [EMAIL PROTECTED]
You are doing?: | @Service | public class MyBean implements ... { | |@PersistenceContext EntityManager entityManager; | | } | | and entityManager is null? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936621#3936621 Reply to the post

[JBoss-user] [JBoss jBPM] - Re: how to specify external jar files for ActionHandlers

2006-04-11 Thread [EMAIL PROTECTED]
You should simply make sure they are on the classpath. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936622#3936622 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936622

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problem with contextDestroyed executed after undeploy ..

2006-04-11 Thread [EMAIL PROTECTED]
I didn't find any solution at this time (only duplicate when I copy file in my web application). If someone has something interested ... Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936624#3936624 Reply to the post :

[JBoss-user] [JBoss jBPM] - EAI integration

2006-04-11 Thread jmartell
Hi everyone, I am searching for a good Open Source EAI software and I found OpenSynchro but it doesn't include a workflow editor. But it seems that it's possible to synchronously execute opensynchro and a workflow engine using the HTTP Get request... I don't have much information about this...

[JBoss-user] [JBoss jBPM] - Re: DB Design

2006-04-11 Thread chenyj
Yunfeng Do you mind to share your changes to jBPM against DB2 V8? I am experiencing problem to deploy jBPM with DB2 V8.1 too. Thank you very much View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936626#3936626 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Complex validation assign message to specific component.

2006-04-11 Thread max522over
The following is from chapter 3 of the validation chapter of the hibernate docs. I see the @MyBeanConstraint and I wonder what that is. Is that a validation created for by the developer for that class to ensure not more than 45 instances of dog? Can we attach validations for the entire class

[JBoss-user] [JBoss jBPM] - Re: How to let process stay in node

2006-04-11 Thread [EMAIL PROTECTED]
If you want a node with 'for-each' semantics upon a collection, you can always write an action-handler that does this. In principle, there is no need to disturb the processdefinition graph for this. Regards, Koen View the original post :

[JBoss-user] [Remoting] - RMI Class Loader Error

2006-04-11 Thread surrizola
Hi to all, im new in this forum. I have a problem since a few days and in cant resolve it. Here is my escenario I have an applicaction who expose a service with RMI (Spring). The servive has two methods public Propuesta getPropuesta(long id) public void savePropuesta(Propuesta); When i call the

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Annoying problem with Fibobean example - Pl help !

2006-04-11 Thread manivannan57
Yes, it is working fine now. Thanks for replying! :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936631#3936631 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936631

[JBoss-user] [EJB 3.0] - Re: @PersistenceContext in JMX Service Object with 4.0.4RC2

2006-04-11 Thread [EMAIL PROTECTED]
just tried this. Works fine for me on CR2: | @Service | public class TravelAgentBean implements TravelAgentRemote | { | @PersistenceContext(unitName=titan) private EntityManager manager; | | public void createCabin(Cabin cabin) | { | manager.persist(cabin);

[JBoss-user] [JBoss jBPM] - Re: Hibernate related Bug

2006-04-11 Thread chenyj
Anyone know what is the exact syntax to do this -- To have jBPM work property on DB2, we must have the following setting in hibernate.cfg.xml true 1, false 0, yes 'Y', no 'N' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936635#3936635 Reply to the post

[JBoss-user] [JBoss jBPM] - Re: New GPD Property Page

2006-04-11 Thread MattJackson86
Ok, so that code is what I am doing. When I right click on the decision node and select properties I do not see the new Whatever page. .. I will keep trying today. My page class must be missing something... View the original post :

[JBoss-user] [JBoss jBPM] - Re: getting started with jbpm

2006-04-11 Thread greg823
Use JbpmContext.deployProcessDefinition(ProcessDefinition processDefinition) to deploy the process definition parsed from XML file into the database. During runtime, read it back from database using GraphSession. findLatestProcessDefinition(java.lang.String name) Hth. View the

[JBoss-user] [Messaging, JMS JBossMQ] - Support for MQTT protocol?

2006-04-11 Thread bdfrh
Is it possible and if so has anyone tried adding support for MQTT protocol? MQTT provides efficient telemetry transport of data from remote field devices over satellite. Would like to use JBoss as a broker if MQTT was supported. View the original post :

[JBoss-user] [EJB 3.0] - MDB pool configuration EJB3

2006-04-11 Thread jc7442
With JBoss 4.0.3 with EJB3, I try to limit the number of concurrent threads using an MDB. The following jboss.xml does not work. Is there any new feature with EJB3 ? jboss |enterprise-beans | message-driven | ejb-namesample.MDB/ejb-name |

[JBoss-user] [JBoss jBPM] - Re: New GPD Property Page

2006-04-11 Thread MattJackson86
Koen, I actually have another quick question for you. In the NodeHeaderFigure class, or any class for that matter, is there a way to get a specific node object instead of just the name and type. Is there a class taht will return a node given a name or type? I looked but could not see such a

[JBoss-user] [JBoss jBPM] - Re: Hibernate related Bug

2006-04-11 Thread chenyj
true 1, false 0, yes 'Y', no 'N' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936644#3936644 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936644 --- This SF.Net

[JBoss-user] [JBoss jBPM] - Re: Hibernate related Bug

2006-04-11 Thread chenyj
property name=hibernate.query.substitutionstrue 1, false 0, yes 'Y', no 'N'/property | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936645#3936645 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936645

[JBoss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Data Model Wiki

2006-04-11 Thread youngyoyo
Are you familar with PD? If so, why not? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936646#3936646 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936646 --- This

[JBoss-user] [EJB 3.0] - Re: @PersistenceContext in JMX Service Object with 4.0.4RC2

2006-04-11 Thread echon
ok.. i tried again ;) Unfortunatelly same result. I thought it would be perhaps a bad configuration, so I install RC1 = it works, i install CR2 = null :'( My Service looks like this: | @Service(objectName = portal:service=SystemPropertyService) |

[JBoss-user] [JBoss jBPM] - Re: New GPD Property Page

2006-04-11 Thread [EMAIL PROTECTED]
No, you want to ask that info to the NodeEditPart (the controller), which has a reference to its model. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936649#3936649 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: MDB pool configuration EJB3

2006-04-11 Thread jc7442
It seems that annotation: @PoolClass(maxSize=2,value=StrictMaxPool.class) solves the problem for my MDB. Is it possible to specify the same thing with XML ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936650#3936650 Reply to the post :

  1   2   3   >