[jboss-user] [JBoss jBPM] - Decision node has problem with the handler class.

2008-01-02 Thread rainhust
the jpdl: | task-node name=chief examine | description | ?? | /description | task name=chief examine | description | | /description |

[jboss-user] [JBoss Seam] - Swapping JSF implementation in JEE5 AS

2008-01-02 Thread hubaghdadi
Hi. I have been reading an article at java.sun.com regarding what is new in JEE5. According to the article, it is impossible to swap JSF implementation, we are forced to use the application server's JSF version. If this is the case, how can we use Trinidad for example in a Seam application

[jboss-user] [JBoss Tools (users)] - Re: (empty) seam web project fail?

2008-01-02 Thread [EMAIL PROTECTED]
for me it sounds like you actually did succeed in creating the seam project but can't run it, correct ? It looks like you are running JBoss with Java 1.4 since otherwise you shouldn't see UnsupportedClassVersionError. View the original post :

[jboss-user] [JBossWS] - Re: How to replace REPLACE_WITH_ACTUAL_URL with dot form IP

2008-01-02 Thread [EMAIL PROTECTED]
Hi, you can set it up in file jbossws.sar/META-INF/jboss-beans.xml by setting the text value of /deployment/[EMAIL PROTECTED]'WSServerConfig']/[EMAIL PROTECTED]'webServiceHost'] element Richard View the original post :

[jboss-user] [JBoss Seam] - Re: Page history

2008-01-02 Thread Marx3
Can I use built-in conversation stack so each page would start conversation? So one page = one conversation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116314#4116314 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.0GA + Maven2 doesn`t work...

2008-01-02 Thread Marx3
I saw this blog but I prefer complete example. I think it's much better to have good working example. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116313#4116313 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116313

[jboss-user] [JBossWS] - Re: DateTime Format errors

2008-01-02 Thread [EMAIL PROTECTED]
Hi Matthew, you have two options: * mark date field as required in your WSDL contract or * throws Exception when you receive date with value null Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116317#4116317 Reply to the post :

[jboss-user] [JBossWS] - Re: JBossWS integration with Standalone Tomcat

2008-01-02 Thread [EMAIL PROTECTED]
yogeshkb wrote : Is their any further plans to support Tomcat in future..? | There are no plans to support Tomcat integration in near future View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116316#4116316 Reply to the post :

[jboss-user] [JBossWS] - Re: problem with jbossws examples

2008-01-02 Thread [EMAIL PROTECTED]
Hi, your problem can be your service depends directly or indirectly on classes that are not on the classpath. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116318#4116318 Reply to the post :

[jboss-user] [JBossWS] - Re: jbossws2.0.2 codepage problems

2008-01-02 Thread [EMAIL PROTECTED]
Hi, it seems you are fighting with your system default settings. You can specify the default encoding on commandline when starting JBoss server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116319#4116319 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JBoss Tools candidate release

2008-01-02 Thread Marx3
i've used RHDS and when I saw it isn't free i've tried JBoss Tools. I use them in production environment. I've downloaded WTP, JBossTools and only one plugin PropertiesEditor, nothing more. WTP+JBossTools is totally unstable. It hangs (I can click menu etc but no action is made) and sometimes

[jboss-user] [JBoss Seam] - Re: Maven2 example application for Seam2

2008-01-02 Thread Marx3
Very good idea! We need something which works. Unfortunatelly I can't help because i'm not good with Maven View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116321#4116321 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116321

[jboss-user] [JBoss Seam] - Re: injection in tests ?

2008-01-02 Thread berkay
any solution ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116322#4116322 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116322 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - insert record in associated tables

2008-01-02 Thread vikramchhetryy
Hi All, I have two associated tables viz. User and LoginInfo. User table contains:- UserId FirstName LoginInfo table contains:- UserName Password i want to insert data in both the tables from a single screen. I have no idea how to do that using EntityManager class. Any help would be

[jboss-user] [JBoss Tools (users)] - Re: problem configuring testing with Seam project

2008-01-02 Thread laksu
I already was using 2.0.1.CR1. I just had thought Seam did not get initialized properly and so the Entity Manager. And I thought that was because i had something missing with the embedded JBoss. I discovered the thegenerated log4j configuration was at ERROR level so i did not see what actually

[jboss-user] [JBoss Seam] - @Startup usage

2008-01-02 Thread hubaghdadi
Hi. What is the typical usage of @Startup annotation? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116326#4116326 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116326

[jboss-user] [Beginners Corner] - Re: insert record in associated tables

2008-01-02 Thread vikramchhetryy
vikramchhetryy wrote : | LoginInfo table contains:- | UserName | Password | Correction- LoginInfo table contains:- UserId UserName Password View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116327#4116327 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Database flush problem

2008-01-02 Thread mirko27
Merging gave me following stacktrack: | uncaught exception | java.lang.IllegalStateException: Could not commit transaction | at org.jboss.seam.jsf.SeamPhaseListener.commitOrRollback(SeamPhaseListener.java:592) | at

[jboss-user] [JBossWS] - Unsupported content type Exception while consuming JbossWS

2008-01-02 Thread techie_techie
Hi, My web service is hosted on Jboss 4.0.4 GA and Jboss WS 1.0.2 GA. Web service is document/literal style and JSR181 based. I have created JBossWS 1.0.2 web service client to consume the web service using JAX-RPC style - ServiceFactory method as given in the sample examples of the Jboss WS

[jboss-user] [EJB 3.0] - Why does Thread.getContextClassLoader in an stateless bean r

2008-01-02 Thread yanfengzhang
I'm using JBoss AS 4.2.2. I worked out an ear with a war and a ejb-jar and several library jars in it. Some more information: 1. there is a very simple servlet in the war which do nothing more than retrieving some messages from the back-end stateless session beans and showing them in the

[jboss-user] [JBoss Seam] - Re: Using @In to inject a reference to a bean in a different

2008-01-02 Thread EoinByrne
Sorry for the late responce - just got back from the holiday break. I have both beans annotated with @Name however the pojo is not. Looking over the initial post it looks a little cryptic so I'll try to clarify it a little In Jar A: Pojo containing common code Bean 1 - Stateless Bean using

[jboss-user] [JBoss Seam] - Re: Swapping JSF implementation in JEE5 AS

2008-01-02 Thread [EMAIL PROTECTED]
Trinidad isn't a JSF implementation, it is a set of components (like RichFaces) for JSF. It runs on any JSF implementation AFAIK. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116333#4116333 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Maven2 example application for Seam2

2008-01-02 Thread [EMAIL PROTECTED]
anonymous wrote : Would it require the new version of JBoss Embedded to be released first? Highly unlikely, there is nothing wrong with Seam or Embedded here, just the way Maven sets up the classpath when running tests. anonymous wrote : Hopefully those working on Seam and/or JBossEmbedded can

[jboss-user] [JBoss Seam] - Re: about component Name convention

2008-01-02 Thread [EMAIL PROTECTED]
What version of Seam? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116335#4116335 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116335 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: injection in tests ?

2008-01-02 Thread [EMAIL PROTECTED]
If you are running SeamTest, then it should be an integration test. Post the whole log from the failed test, including the container start. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116337#4116337 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Swapping JSF implementation in JEE5 AS

2008-01-02 Thread hubaghdadi
I don't know a lot about Trinidad but AFAIK Trinidad offers a complete replacement of JSF standard components. So, in order to use Trinidad, my application has to use a JSF implementation (like Sun RI or Apache MyFaces)? And if it is the case, it is impossible to deploy Trinidad MyFaces on JEE5

[jboss-user] [JBoss Seam] - Re: selectItems and enums

2008-01-02 Thread [EMAIL PROTECTED]
AFAIK this isn't possible, you need to expose your Enum values e.g. via an @Factory View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116339#4116339 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116339

[jboss-user] [JBoss Seam] - Back

2008-01-02 Thread Marx3
I have a form to submit picture. This form can be called from many different other forms, because I can attach pictures to many different objects. Hovewer I would like to have Back button acting like BackButton in browser. So I should always back to the form which has called my form. How should

[jboss-user] [JBoss Seam] - Re: @Startup usage

2008-01-02 Thread [EMAIL PROTECTED]
To cause a Application or Session scoped component to be started when the application or session starts. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116341#4116341 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116341

[jboss-user] [JBoss Seam] - Re: Swapping JSF implementation in JEE5 AS

2008-01-02 Thread [EMAIL PROTECTED]
hubaghdadi wrote : So, in order to use Trinidad, my application has to use a JSF implementation (like Sun RI or Apache MyFaces)? Yes. anonymous wrote : And if it is the case, it is impossible to deploy Trinidad MyFaces on JEE5 AS according to JEE5 restriction... Assuming you mean JBoss AS 5

[jboss-user] [JBoss Seam] - Re: Problem upgrading to Seam 2.0.1.CR1

2008-01-02 Thread [EMAIL PROTECTED]
Please file a JIRA issue, this was a bug we introduced in CR1, sorry about that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116343#4116343 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116343

[jboss-user] [JBoss Seam] - Re: One Seam component calling another

2008-01-02 Thread breako
Thanks for the replies, you spotted my mistake. Happy New Year! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116344#4116344 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116344

[jboss-user] [JBoss Seam] - Determining Database Type.

2008-01-02 Thread breako
Hi, I have an EntityManager and I want to determine database type. This not part of the JPA spec, however some JPA vendors e.g. hibernate have a getConnection() API in their EntityManager implementation. If you cast to this implementation and get a connection you can determine database type.

[jboss-user] [JBoss Portal] - Should we use Portlets+EJB3 for componentized enterprise app

2008-01-02 Thread avogt_sundn
We consider a design of uniform building blocks for an enterprise application portal, were the building blocks are EAR files that deliver UI as well as busines logic in one deployment. I'm interested in your opinion on this. Let me explain that: - we want to build up on the best practices and

[jboss-user] [JCA/JBoss] - Re: Destroying connection that could not be successfully mat

2008-01-02 Thread vickyk
I need to see the logs to get more details , enable the log tracing for org.jboss.resource.connectionmanager.JBossManagedConnectionPool and attach it here . try | { | Object matchedMC =

[jboss-user] [JBoss Seam] - Re: Lazy loading exception with Seam EM

2008-01-02 Thread [EMAIL PROTECTED]
One way is to use http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamEntityHomeForLongRunningContexts View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116347#4116347 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116347

[jboss-user] [JBoss Seam] - Re: JBoss Tools candidate release

2008-01-02 Thread [EMAIL PROTECTED]
http://blog.xam.dk/archives/79-Eclipse-The-Memory-Hog-resolved!.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116349#4116349 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116349

[jboss-user] [EJB 3.0] - Re: Em.persist in loop

2008-01-02 Thread kaviarasu
Ya em.merge helped me Thank u View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116351#4116351 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116351 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: @Startup usage

2008-01-02 Thread hubaghdadi
By started you mean created? Why would I use @Startup if I already have @Create? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116352#4116352 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116352

[jboss-user] [JBoss Seam] - Richfaces with Maven and Tomcat 6

2008-01-02 Thread rmcalderero
Hello, Is there any working 'mavenized' seam application with richfaces as one of its dependencies? I've tried different dependencies in the pom based on some non official blogs, but none worked. Maybe some can provide one. Our app was based on the jboss-seam-jpa example and is deployed under

[jboss-user] [Beginners Corner] - Migrating to JBoss 4.2.2.GA

2008-01-02 Thread puzz
Hi, Before migrating we had a lot of WARN [TxConnectionManager] Prepare called on a local tx. Use of local transactions on a jta transaction with more than one branch may result in inconsistent data in some cases of failure in our jboss log files. Since we migrated it seems this warning

[jboss-user] [EJB 3.0] - Uploading multiple files from Client to server

2008-01-02 Thread kaviarasu
Hi i want to upload all files from a folder in Client to Server Im using jsf as a front ent When if i test it in client side with Server in same machine and checks for the folder and upload all files it working But when the server is in remote palce how to upload all files from client

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 2 and Spring Deployer

2008-01-02 Thread alesj
Aha, forgot to mention. :-) The behavior changed a bit, the default name is now the name of the -spring.xml file. Renaming your -spring.xml file to spring-inject-spring.xml should do the trick. If that doesn't help, also place your Spring module higher in the application.xml, since the order

[jboss-user] [JBoss Seam] - Re: pageflow and parameters transmition

2008-01-02 Thread gazadonf
Hi, and happy new year to all of you. No i don't. I suppressed all of myPageNamepage.xml in the WebContent and in my pages.xml i only have reference to my pagefolws. Here is my pages.xml | ?xml version=1.0 encoding=UTF-8? | pages xmlns=http://jboss.com/products/seam/pages; |

[jboss-user] [JBoss Seam] - Re: @Startup usage

2008-01-02 Thread sdegardin
@Startup cause the Application or Session scoped component to be started (instantiated) when the application or session starts. Class level annotation @Create Specifies that the method should be called when an instance of the component is instantiated by Seam. Method level annotation View

[jboss-user] [Clustering/JBoss] - Using the scheduler in a cluster

2008-01-02 Thread teknokrat
We are setting up a clustered instance of jboss 4.2.2. One of our services is triggered via the scheduler to run periodically. Is there any information available as to what we need to do for this to work properly in a clustered environment? cheers View the original post :

[jboss-user] [JBoss Seam] - Re: seam-gen : reverse DB : many-to-many convention ?

2008-01-02 Thread [EMAIL PROTECTED]
exactly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116362#4116362 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116362 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: error in creating JBPM process with seam-generated Home

2008-01-02 Thread [EMAIL PROTECTED]
I guess the error occurs when creating the process, not when processing the method (the process is created after the method completes successfully). But it is very hard to understand from that stack trace what the problem is. Post the process, lets see if we can eyeball a problem with it./

[jboss-user] [JBoss Seam] - Re: Action execution upon page load

2008-01-02 Thread fady.matar
Thanks Pete, Could that become a new feature request? I believe it can be useful when rendering UI components. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116364#4116364 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to control end of conversations/state of stateful be

2008-01-02 Thread [EMAIL PROTECTED]
trouby wrote : I still don't get it, what about links that -should- start a new conversation? is it possible to combine begin/end annotations together for the same method? like ending the current conversation and starting a new one? Yes, but you have to end the current conversation before a

[jboss-user] [JBossCache] - JDBCCacheLoader bad performance when writing to DB

2008-01-02 Thread gmeroz
I use JDBCCacheLoader (JBossCache 2.0.0GA Oracle in JBossAS) to persist a cahe to DB. When the cache is big it takes hours to persist. It takes a lot of time to write the item into the DB. i loaded YourKit profiler to analyze the problem and learned that most time is spent in running SQL

[jboss-user] [JBoss Seam] - Re: Action execution upon page load

2008-01-02 Thread [EMAIL PROTECTED]
Yes, it is something we have discussed (and consider useful), but it is currently hard to implement (I think we would need an extension point added to facelets OR to use gravel style inline to the page declarations of stuff like page actions). So, do open a JIRA issue. View the original post

[jboss-user] [JBoss Seam] - Re: How to control end of conversations/state of stateful be

2008-01-02 Thread [EMAIL PROTECTED]
gus888 wrote : No, you didn't do anything wrong. As I posted above, the @Begin in booking example always was invoked in the same bean (hotelBooking), so no exception thrown. What Seam component conversation demarcation is expressed in has no effect on conversation boundaries or behaviour.

[jboss-user] [JBoss Seam] - Re: How to control end of conversations/state of stateful be

2008-01-02 Thread [EMAIL PROTECTED]
trouby wrote : So if the same method that is annotated with @begin is invoked within the same bean -instance- a new conversation is created without exception? No, this is not true. anonymous wrote : what's the difference between a new conversation starting from the same bean instance or from

[jboss-user] [JBoss Seam] - Re: How to control end of conversations/state of stateful be

2008-01-02 Thread [EMAIL PROTECTED]
trouby wrote : Well, sorry for being so annoying but I still don't get the point, If I have buttons that should start a conversation, propagation='none' is not an option Normally I find that you don't want to start a new conversation whilst another one is running. Post your use case for this.

[jboss-user] [JBoss Portal] - Jboss Portal - Partial Refresh

2008-01-02 Thread adriano.ferranti
Does anybody have already used the partial refresh in JBoss Portal? I've followed the steps as described in reference guide, but the portal still performing a full refresh instead of just refreshing the changed portlet. Perhaps I'm missing some step. If someone has some link for an example

[jboss-user] [JBoss Portal] - What happened to IPC support in JBoss Portal 2.6.3?

2008-01-02 Thread mhinten
What happened to IPC support in JBoss Portal 2.6.3? I cannot find any useful information in de reference guide, other than the following line: IPC Inter-Portlet Communication API enables portlets to create links to other objects such as a page, portal or window But no other information is

[jboss-user] [JBoss Seam] - Re: MySQL Database with Seam Setup.. IS it correct?

2008-01-02 Thread [EMAIL PROTECTED]
Run seam-gen, it gives you the option to choose MySQL. Then take a look at the generated files. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116375#4116375 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116375

[jboss-user] [JBoss Seam] - Re: Determining Database Type.

2008-01-02 Thread [EMAIL PROTECTED]
Use getDelegate to get the underlying JPA provider. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116379#4116379 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116379 ___

[jboss-user] [JBoss Seam] - Re: pageflow and parameters transmition

2008-01-02 Thread [EMAIL PROTECTED]
You need them ;) - otherwise the home doesn't know which object to manage. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116380#4116380 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116380

[jboss-user] [JBoss Seam] - Re: Seam BPM - is there a way to 'filter' taskInstanceList

2008-01-02 Thread javabeats
Certainly. And contribute it back, should the code be good and useful for other people as well. ;) I was hoping I could hook a drools-kind-of-solution here to easily swap it in runtime, or even disable such filtering capability as the user sees fit. That can still be accomplished by extending

[jboss-user] [JBoss Seam] - Re: Database flush problem

2008-01-02 Thread mirko27
? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116384#4116384 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116384 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: Design question with Rich GWT Ajax Client

2008-01-02 Thread sdegardin
Any idea ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116386#4116386 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116386 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Process Instance Var Delete, (bug?)

2008-01-02 Thread MattOwens
Hi, I've been working with JBPM for a while now, i've downloaded the source from CVS, everything seems to work fine except the deletion of process instance variables. As part of my unit tests, the code checks the database to which hibernate is connecting (Oracle in this case), to see if the

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 4.2.2: JMXException when starting JBoss withJBossTools

2008-01-02 Thread NSchweig
Hello, I´m new to Jboss and Jboss Tools and the mailing-list. Following problem I posted 2 days ago to the mailing list but received no answer; I don´t know if I took the right address? (jboss-user@lists.jboss.org) I hope, anybody can help me!! Thanks for that. I tried to start Jboss (4.2.2

[jboss-user] [Javassist user questions] - javax.naming.CommunicationException JBOSS 4.0.2

2008-01-02 Thread hemalmca
Hi I am new in the JBOSS community. I am facing one problem in JMSMQ. I am working JMSMQ. In my application there are nearly 16 standalone client which connected to JBOSS server through test/Topic. And every five minute each client send a JMS message to the server and server respond back as a

[jboss-user] [JBoss Seam] - Weird Richfaces / pages.xml behavior

2008-01-02 Thread fady.matar
My application requires to authentication all the pages. The approach for ensuring that a user is logged is specified as follows in my pages.xml page view-id=* | navigation | rule if-outcome=home | redirect view-id=/home.xhtml / | /rule | /navigation | /page Now

[jboss-user] [EJB 3.0] - Re: Confused EJB3 Beginner - Ignored EJB3 Annotations

2008-01-02 Thread skidvd
Aha! It turns out that my Annotations are not being ignored - I just did not understand that I can (apparently) not mix both field and method level Annotations. My class has several read-only attributes (i.e. there is no associated set methods). In general, I would prefer to put my

[jboss-user] [Installation, Configuration DEPLOYMENT] - In Linux environment , jboss-4.2.2.GA don't startup

2008-01-02 Thread javang
Hi all I am install jboss-4.2.2.GA in Linux environment ,the os env is os.version: 2.6.9-11.ELsmp and the java runtime env is java.runtime.version: 1.5.0_06-b05,but when i type ./run.sh script to start jboss Server, the server is not successful runing,I get some exception trace:

[jboss-user] [JBoss Seam] - Re: Seam BPM - is there a way to 'filter' taskInstanceList

2008-01-02 Thread kukeltje
Rodrigo, For jBPM the 'pooled actors' is in one way nothing more than a string. So there might be a possible different solution Creating a swimlane with the 'shippers' as assignment/role is possible and you can then have a custom assignment handler attached to this that returns another string

[jboss-user] [JBoss Seam] - Re: Seam 2 + JBoss Portal 2.6 portlets

2008-01-02 Thread wesleyhales
Yes, we know about them and are still working on it. Hopefully we will have a complete solution very soon. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116395#4116395 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116395

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: In Linux environment , jboss-4.2.2.GA don't startup

2008-01-02 Thread jaikiran
See this http://www.jboss.com/index.html?module=bbop=viewtopicp=3982206#3982206 I guess, you too are running into the same issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116397#4116397 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: In Linux environment , jboss-4.2.2.GA don't startup

2008-01-02 Thread javang
Hi Thank you very much ! I check exception trace happen folder,but in my Linux env is META-INF not meta-inf, Everyone have some good ideas ? thks Javang View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116398#4116398 Reply to the post :

[jboss-user] [Beginners Corner] - Re: JBoss, JNDI and BMP's

2008-01-02 Thread jaikiran
For some reason, the Entity beans mentioned in your ejb-jar.xml are not be deployed. I haven't worked on entity beans. However i tried out a sample application which had a annotated entities (EJB3.x style) and Session beans (EJB 2.x style). The session bean the persistence unit both deployed

[jboss-user] [JBoss Seam] - Propagation of Persistence Context in Seam

2008-01-02 Thread breako
Hi, If Seam managed EntityManagers are being used, the Persistence Context propagates between the EntityManagers that are in the same conversation. This is very good and useful. I am just wondering if another component, for example an EJB is using an EntityManager in the same transaction as a

[jboss-user] [Installation, Configuration DEPLOYMENT] - problem in har deployment outside ear file

2008-01-02 Thread Gauravthere
Hello everyone, i was using a har file(with .har extension hibernate-service.xml along with hbm mapping files in metainf folder) inside my project ear file , but than i need to place that har file outside ear filefor that i was using har deployer but dont succeeded...now after extensive

[jboss-user] [Microcontainer] - Re: migrating from ServiceMBeanSupport

2008-01-02 Thread jhalliday
You are missing the point and some code/xml Yes, thanks Ales, the missing link seems to be the functionality in TestServiceControllerLifecycleCallback. I had assumed that declaring the annotation was sufficient, but it seems that nothing in the current AS trunk actually does anything with

[jboss-user] [JBoss Seam] - Re: about component Name convention

2008-01-02 Thread Fangzx
I use JBoss Seam 2.0.0GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116407#4116407 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116407 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Determining Database Type.

2008-01-02 Thread breako
[EMAIL PROTECTED] wrote : Use getDelegate to get the underlying JPA provider. Thanks for that Peter. The complete solution just in case anyone is interested is: | Object localEMObject = ((EntityManagerProxy)em).getDelegate(); | HibernateSessionProxy hsb = (HibernateSessionProxy)localEMObject;

[jboss-user] [JBoss Seam] - Re: How to access HttpServletResponse when not use JSF clien

2008-01-02 Thread Fangzx
Thanks,that sovle my problem! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116411#4116411 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116411 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - How to deny application access on JBoss startup?

2008-01-02 Thread jova73
Hi, I have a problem when users try to access my J2EE application at JBoss startup if the application is not fully deployed. The web application is deployed before the EJB components so sometimes a user accesses a JSP, the JSP calls a servlet which calls a not yet deployed EJB and the result is

[jboss-user] [JBoss jBPM] - Making JBPM and Hibernate Work Together

2008-01-02 Thread yairfr
hi , i am trying to make JBPM use Hibernate session . the JBPM code worked with before . the error i get is : | 16:15:07,937 ERROR [STDERR] org.hibernate.MappingException: Named query not known: GraphSession.findLatestProcessDefinitionQuery | | at

[jboss-user] [JBoss Seam] - Re: Weird Richfaces / pages.xml behavior

2008-01-02 Thread kukeltje
Fady, What version of seam? Is something in jBPM cvs or is it not related? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116418#4116418 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116418

[jboss-user] [JBoss Portal] - Re: What happened to IPC support in JBoss Portal 2.6.3?

2008-01-02 Thread [EMAIL PROTECTED]
Look at the chapter: 12.8.2. Achieving Inter Portlet Communication with the events mechanism View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116419#4116419 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116419

[jboss-user] [Beginners Corner] - Migration to JBoss 4.2.2.GA (again)

2008-01-02 Thread puzz
Hi, I posted earlier about our problems migrating to JBoss 4.2.2.GA. To clarify my problem: We're using two postgresql databases. And I'm trying to access both databases in a single EJB3 Stateless Session Bean method (one database via JDBC through a DataSource and the other via another

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JBoss 4.2.2.GA App Works with localhost but not with machi

2008-01-02 Thread ssinger
I am having an odd problem. I have an application that I deploy in JBoss AS 4.2.2.GA. The application works fine when I access it through the localhost URL. However, when I try to use the machine name, it will not work. Even the JBoss Console behaves the same way -- it comes up with the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: re-deploy on JBoss-5.0.0.Beta2

2008-01-02 Thread vbatista
Hi, I have done some tests with JBoss-5.0.0Beta2 and Beta3, with the same results on both versions: - If I have an exploded ear, if I touch the ear directory, it gets re-deployed. Although if I touch the application.xml nothing happens; - If I have an exploded war inside my ear, I

[jboss-user] [JBoss Seam] - Re: Weird Richfaces / pages.xml behavior

2008-01-02 Thread fady.matar
It's not related at all, let me correct one thing. Usually to achieve authentication on all the pages you need to add the login-required=true attribute in the page tag However when this attribute is added, | page view-id=* login-required=true | ... | /page | the whole

[jboss-user] [JBoss Seam] - Re: selectItems and enums

2008-01-02 Thread nicoliniyo
This worked for me: | ... | @DataModel | private ListPais paisList; | |@Factory(paisList) | public String listAll() { |personList= entityManager.createQuery(from Pais).getResultList(); | } | ... | xhtml: | ... | h:selectOneMenu

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JBoss 4.2.2.GA App Works with

2008-01-02 Thread jaikiran
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116428#4116428 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116428 ___

[jboss-user] [JBoss Portal] - Re: What happened to IPC support in JBoss Portal 2.6.3?

2008-01-02 Thread mhinten
Thank you Thomas. And my apologies for overlooking this in de documentation. I Guess that Inter Portlet communication (with a space between inter and portlet) was the one search string I did not try yet. Thanks again. I will give it a try and report back wether I succeeded or not. View the

[jboss-user] [JBoss Seam] - Re: s:convertEntity with ajax support

2008-01-02 Thread jrwsampson
I get the same thing when using a h:selectManyListbox, has anyone figured out how to make this work? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116431#4116431 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116431

[jboss-user] [EJB/JBoss] - Test and Production deployment

2008-01-02 Thread bbleafs
I want to build two Jar files of EJBs and deploy them to one JBoss AS. They essentially will contain the same EJBs, but the EJBs in one Jar file will connect to a test database and the other EJBs in the other Jar file will connect to a production database. How can I achieve this deploying to

[jboss-user] [JBoss jBPM] - TaskInstance Problem

2008-01-02 Thread gutierrez.ge
Hi guys, i have a taskinstance and when i click on the next button the task is ended, but the next task is never created, on the process template i have a node running after ending that task, but i cant see the debugs that i added because i'd have to re-deploy the hole process (the logs line

[jboss-user] [JBoss Seam] - Re: Spring and Seam managed persistence contexts

2008-01-02 Thread rhasselbaum
Hmm... pretty cool. How does the factory know what session to use? Must be storing some contextual state in thread-local storage? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116437#4116437 Reply to the post :

[jboss-user] [JBoss Seam] - Re: ejb + seam from swing gui

2008-01-02 Thread cavani
This feature should be very similar with WebServices implementation, is it not? just my two cents... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116438#4116438 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116438

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Create plugin for a web application

2008-01-02 Thread jaikiran
If you change a jsp file in your web application then you dont have to do anything. The change will be automatically picked up. However if you change a class file then you will have to touch the web.xml for the application to be redeployed View the original post :

[jboss-user] [JBoss Seam] - Re: Propagation of Persistence Context in Seam

2008-01-02 Thread breako
breako wrote : Hi, | If Seam managed EntityManagers are being used, the Persistence Context propagates between the EntityManagers that are in the same conversation. This is very good and useful. | | I am just wondering if another component, for example an EJB is using an EntityManager

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JBoss 4.2.2.GA App Works with

2008-01-02 Thread ssinger
Thanks! You wouldn't believe how many topics match localhost! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116443#4116443 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4116443

[jboss-user] [JBoss Seam] - convertEntity not working with a4j:support

2008-01-02 Thread jrwsampson
I have a multi-select dropdown that I want to use with a4j:support. When I add Seam's convertEntity tag the selectManyListbox doesn't bind the selected items to the value, it returns an empty array every time. Without the convertEntity tag the AJAX call sends up an array of strings with the

  1   2   3   >