[jboss-user] [JBossWS] - Re: Webservice invocation woes!

2007-11-05 Thread [EMAIL PROTECTED]
Hi, according to your post it seems to me there are fighting two versions of SAAJ in your code. Try to ensure only JBoss SAAJ version is used. You can enforce this e.g. by setting up the following JVM properties in your IDE:

[jboss-user] [JBossWS] - Re: Web Service client side

2007-11-05 Thread [EMAIL PROTECTED]
Hi, you must set up SOAP action too Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101677#4101677 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101677 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Error when deploy bean !

2007-11-05 Thread catania
Hi all! I use jboss-4.0.5.GA and EJB3.0. Today, when I deploy my bean (entity bean), Jboss server give some error same as: ... | Caused by: java.sql.SQLException: General error message from server: Can't create/write to file 'C:\WINDOWS\TEMP\#sql_758_0.MYI' (Errcode: 13) | at

[jboss-user] [JBoss Portal] - Re: how to order pages in jboss portal

2007-11-05 Thread dreyk
You may do it in UI. Add order properties to all you pages. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101680#4101680 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101680 ___

[jboss-user] [Performance Tuning] - too many system gc calls?

2007-11-05 Thread dobellsa
Hi! I'm using a jboss 4.2.0 server in a machine with theese features: - RAM: 4 GB - CPU: 2 processors ( Intel Xeon E5320 @ 1.86GHz) - Operating system: Centos 5.5 - Java: jdk_1.6.0_03 - Jboss: 4.2.0_GA The jvm parameters are: -Xms128m -Xmx512m

[jboss-user] [JBoss Seam] - how JBoss SEAM support Post, Delete etc. types of request in

2007-11-05 Thread vishal22_mehra
Hi All, JBoss SEAM support Get request in the Page Action. Can anybody tell me how JBoss SEAM support other kind of request like Post,Put, Delete etc. As specified for CRUD operations for REST application. Any article, post or example on this problem would be helpful. Thanks Vishal Mehra

[jboss-user] [Clustering/JBoss] - Re: Forwarding from Jboss over Apache using mod_proxy withou

2007-11-05 Thread argonist
Hello, now I solved my problem. It's reallay strange. If I invoke url www.ponte-net.de, I get only plain text. If I invoke url with index.html www.ponte-net.de/index.html, I get html text. Can someone explain why, please? Manu View the original post :

[jboss-user] [EJB/JBoss] - Sharing classes

2007-11-05 Thread martinchox
Hello, The situation is as follows, I have an app deployed in a jboss-4.2.0.GA server. From that app I dinamically invoke differents jars that includes a reference to an interface of an API that is in the .ear (in another jar). At runtime I want to link the reference in the jar I dinamically

[jboss-user] [JBossWS] - Re: NoSuchMethodError exception on webservice invocation

2007-11-05 Thread rukus
I've tried to create ws with netbeans ide and there is same exception - then i've tried to create it with idea and it works fine... looks like this is netbeans bug (i've seen some bug connected with RPC style binding in it's bug tracking system) View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: ExtendedFormAuthenticator touch-up

2007-11-05 Thread aparolini88
Just a though: I have written more or less the same FormAuthValve you have for our apps ( since we don't use your SecurityAssociation object, we have our own Principal class). I use too a threadlocal var to hold my loginexception in order to overcome the JAAS limitation, but in my

[jboss-user] [Management, JMX/JBoss] - ClientUserTransactionService on unified invokers?

2007-11-05 Thread petertje
Hi, I noticed that in JBoss 4.2.1 most remote calls (e.g. all EJB container configurations) are directed over the new unified invokers. However, there is one service that is still explicitly using the old style jrmp invoker: UserTransactionService. Now my question is: Is it possible to let

[jboss-user] [JBoss jBPM] - Process Status

2007-11-05 Thread ruds
Hello, is it possible to query all the processes/tasks status for a specific users without passing by the persistence layer(no db needed)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101690#4101690 Reply to the post :

[jboss-user] [JBoss jBPM] - How to deploy a process archive file?hI,

2007-11-05 Thread kamleshkr
Hi, I want to know what the eclipse plugin does while deploying a process archive. Instead of deploying using eclipse, i have just created a local process archive file. Now how and where to deploy this websale.par file? Can i put this *.par file somewhere in my web application and how can i

[jboss-user] [JBoss Seam] - Re: Another conversation question ...

2007-11-05 Thread greko
Hi Pete ! Thanks for your reply. I've updated my code so that I always stay in the same conversation (no more nested). I've also added this : DeviceSearchAction.java | @Observer(org.jboss.seam.afterTransactionSuccess.RTHDevice) | public void refreshDevices() { |

[jboss-user] [JBoss Seam] - Re: GWT-Ext or Ext JS with Seam apps?

2007-11-05 Thread damianharvey
I spent some time on the weekend looking at Ext integration with Seam using JSON. I'd love to see your Seam Remoting approach. Are you able to post any code? Thanks, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101697#4101697 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Process Status

2007-11-05 Thread kukeltje
no, you need a db if you want to have some kind of tasklist/processinstances functionality (other than one processinstance). But you can configure e.g. hsqldb to act as an in-memory db View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101699#4101699 Reply to the

[jboss-user] Problem with ForceRender listener

2007-11-05 Thread Alexander Kovachev
I used when I include a JSP with a4j:include viewId=some.jsp / and then inside the jsp I use ForceRender listener in datatable to dynamically render a single row of the table I get the following exception: Code: SEVERE: Servlet.service()

[jboss-user] [JBoss Seam] - Re: Namespace or alias of messages' key

2007-11-05 Thread atao
I like this idea. Can you create a jira entry? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101709#4101709 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101709 ___ jboss-user

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

2007-11-05 Thread constantin.cash
Instance of User will be saved twice, service: @Stateful | @Name(inseract) | public class InserAct implements InserActI{ | @Logger private Log log; | | @In private FacesMessages facesMessages; | | @In private EntityManager entityManager; | | // @In

[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

2007-11-05 Thread lisaanm
Hi, I came across a performance tip for JSF/JSP pages and would like to confirm it. Here is what they say: JSF/JSP tags should be in one line. Example: BEFORE | h:form |h:inputText value=SEAM Rocks | /h:form | AFTER | h:form h:inputText value=SEAM Rocks /h:form |

[jboss-user] [JBossCache] - Re: JDBCCacheLoader problem in java application

2007-11-05 Thread [EMAIL PROTECTED]
Hmm, yes and such problems won't crop up in Derby given that the number of connections is theoretically unlimited. http://www.nabble.com/Maximum-connections-to-embedded-database-t4547454.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101716#4101716

[jboss-user] [JBoss jBPM] - Can I dynamically configure workflow in a thin-client enviro

2007-11-05 Thread tomnicholls
I'm about to evaluate jBPM for our project, and would be grateful for a brief answer to a couple of questions: Can business rules/workflow be configured at runtime? And can this be done from a web browser? This would allow our customers to assign their own workflow definitions. If the

[jboss-user] [JBoss Seam] - getting ManagedBean out of Conversation

2007-11-05 Thread jamesjmp
hi, In a edit form I have a button (s:button, I don´t want to submit). When I press it I invoke a java method. In that method I want to access to the bean related to the conversation to check some values. Is that possible? | | if(getConversation()!= null) | { //Aqui

[jboss-user] [JBoss Seam] - Re: @DataModelSelection help

2007-11-05 Thread carloszaniolo
I totally agree, Datamodelselection should be initialized with null. I've made a patch in my seamfonts to change this. But now it is a bad idea to change this for Seam future versions, because such change will probably affect existing Seam applications behaviors. View the original post :

[jboss-user] [JBossCache] - Re: JDBCCacheLoader problem in java application

2007-11-05 Thread [EMAIL PROTECTED]
Ok, so I tried this with a remote MySQL 5 database, ran through 2000 iterations and had no problems. It will be a while before I can test this on Oracle as well, what version of Oracle and which JDBC driver do you use? Do you know if a firewall between your app server and database is

[jboss-user] [JBossCache] - Re: JDBCCacheLoader problem in java application

2007-11-05 Thread gmeroz
1. Should i open a bug for that? 2. Is there is any workaround your can think of? i need to pre-cache some data, i was planning to use jboss cache for that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101722#4101722 Reply to the post :

[jboss-user] [JBossCache] - Re: changing name of jdbc.table.name?

2007-11-05 Thread mircea.markus
At that point the cache loader tries to create a table with the given name, but fails due to ORA-02264. Most likely you changed the name of the table, but kept the same name for the primary key constraint (as gmeroz said, cache.jdbc.table.primarykey). If so , can you please also change the

[jboss-user] [JBossCache] - Re: JDBCCacheLoader problem in java application

2007-11-05 Thread [EMAIL PROTECTED]
Basically I can't see how or why connections aren't being released. If there is an issue, I suspect it may involve the Oracle driver and/or the connection to the database. Have you tried using a c3p0 connection pool instead? This may help you as a workaround. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error when deploy bean !

2007-11-05 Thread jaikiran
Looks something specific to MySQL. See if this helps: http://forum.java.sun.com/thread.jspa?threadID=5061757messageID=9231008 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101728#4101728 Reply to the post :

[jboss-user] [Beginners Corner] - Jboss 5 Beta 2 won't even run with Java 5?

2007-11-05 Thread l33t_Phr3Ak
Hey ho, i hope somebody can help me out here: The symptoms: - Jboss 5 Beta 1 runs with both Java 5 and Java 6. - Jboss 5 Beta 2 doesn't run with both Java 5 and Java 6? Now i know that the Beta does NOT run with Java 6, but everything i read said it should run with Java 5? According to

[jboss-user] [JBoss Seam] - Re: Feature request regarding nested conversations

2007-11-05 Thread wschwendt
Hi Pete, thanks for your post and please excuse my late response, too. I hardly followed this forum in October and therefore didn't notice earlier that you posted a response in this thread. [EMAIL PROTECTED] wrote : | Wolfgang Schwendt wrote : And the following approach is not viable

[jboss-user] [JBossCache] - Re: JDBCCacheLoader problem in java application

2007-11-05 Thread mircea.markus
You are using NonManagedConnectionFactory, which is does not pool the connection. The stack trace shows that the driver tries to create a new physical connection to the database(no driver pooling) , so it might be a problem with driver not being able to cope with such a high frequency of

[jboss-user] [Beginners Corner] - Re: Jboss 5 Beta 2 won't even run with Java 5?

2007-11-05 Thread jaikiran
How are you switching the JDK? When JBoss starts it prints out the version of Java being used. Something like: anonymous wrote : 19:16:33,193 INFO [ServerInfo] Java version: 1.5.0_13,Sun Microsystems Inc. | 19:16:33,193 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_13-b05,Sun

[jboss-user] [JBoss Seam] - Re: actionListener vs action and redirect

2007-11-05 Thread dkane
[EMAIL PROTECTED] wrote : Post code to show your problem. Actually I have no problem, application is working. Just want my solutions to be knowledge-based rather than experiment-based. [EMAIL PROTECTED] wrote : Both actionListeners should do the same thing What is the reason of supporting

[jboss-user] [EJB 3.0] - NetBeans 5.5 + EJB3 + JBoss 4.2 == ejbLink: not used by any

2007-11-05 Thread LeandroSeverino
Well, I'm sorry by my terrible english, because I'm writing from Brazil. I'll try explain my problem. My Environment: - NetBeans 5.5.1 - JBoss 4.2.1 GA - EJB 3 / JPA. I have a Enterprise Application (EAR) with 2 EJB modules + WAR module. The projects: 1) Report.ear (NetBeans

[jboss-user] [JBoss Seam] - Re: Seam with WAS 6.1 EJB3 feature pack

2007-11-05 Thread [EMAIL PROTECTED]
I would guess that you have JSF 1.1 rather than 1.2 running somewhere on your classpath. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101741#4101741 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101741

[jboss-user] [JBoss jBPM] - How to get Pocess from server

2007-11-05 Thread SidKennedy
Hello to all, Here http://www.jboss.com/products/jbpm/docs/tutorial I found a description how to start a Process Instance on a server with that code snippet: | ExecutionService executionService = | JbpmServiceFactory.getInstance().openExecutionService(AlbertEinstein); |

[jboss-user] [JBoss Seam] - Re: Trouble deploying Seam application in JBoss 4.2.2

2007-11-05 Thread [EMAIL PROTECTED]
Ask on the ajax4sf forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101743#4101743 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101743 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - On the issue Import.sql

2007-11-05 Thread lmseeyou
Hello, I am a seam Chinese users, I use the time Seam in Import.sql document to insert data inside the database, some of the content of Chinese field, but inserted into the database into garbage characters on the inside, I would like to ask how to resolve this? View the original post :

[jboss-user] [JBoss Seam] - Multiple entities on same page

2007-11-05 Thread uke
There might be a really simple solution for this, but I haven't found anything on it in the seam reference. What's the preferred way of rendering two or more entities on the same page, using the entity-home-dao? Just having multiple factories in the same dao and using different variables in

[jboss-user] [JBoss jBPM] - Re: How to get Pocess from server

2007-11-05 Thread SidKennedy
or in another way the question is: How can I connect to a JBoss-server(working with a mysql-DB) to get a process? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101749#4101749 Reply to the post :

[jboss-user] [JBoss Seam] - Re: getting ManagedBean out of Conversation

2007-11-05 Thread damianharvey
Are you trying to access a different Bean than what you have called the method on? ie. your s:button called BeanA and you want to access properties of BeanB. If so, then assuming BeanB has been outjected into the Conversation scope, you just need to inject BeanB into your BeanA. eg in

[jboss-user] [JBossCache] - Re: Strange ClassCastException in OptimisticCreateIfNotExist

2007-11-05 Thread [EMAIL PROTECTED]
Hmm, I still don't get this. The OptimisticCreateIfNotExistsInterceptor throws a CCE attempting to cast the 2nd argument to an Fqn, but the eviction interceptor before that does manage the cast with no problems. I just tried to recreate this as well, in a unit test, with no luck. Do you have

[jboss-user] [JBoss Seam] - Re: Queries with optional arguments

2007-11-05 Thread [EMAIL PROTECTED]
Use org.hibernate.Session session = (Session) entityManager.getDelegate(); to get the Hibernate Session out and use the Criteria API. Yes, this does make your application non-portable to other JPA implementations, but that is the price you pay. View the original post :

[jboss-user] [JBoss jBPM] - Re: Is it possible to set a new URI for a partnerLink during

2007-11-05 Thread ZazzaZ
Hi, I tried using BPEL 2 and it didn't work out. The only one accepted was | | copy | | from | | literal | | wsa:EndpointReference | | wsa:AddressTHE_URI_FROM_THE_SERVICE_IN_THE_WSDL/wsa:Address | wsa:ServiceName

[jboss-user] [JBoss Seam] - Re: Another conversation question ...

2007-11-05 Thread [EMAIL PROTECTED]
Given your app design, this would seem sensible. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101756#4101756 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101756 ___ jboss-user

[jboss-user] [JBoss Seam] - Seam Logo

2007-11-05 Thread hubaghdadi
Hi. Any plans to create a logo for Seam? GWT, Grails, WebWork, Stripes, Spring all have a logo. We need one for our beloved Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101755#4101755 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Logo

2007-11-05 Thread [EMAIL PROTECTED]
You can see the Seam logo in the latest betas of JBoss Tools View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101759#4101759 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101759

[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

2007-11-05 Thread [EMAIL PROTECTED]
Have you got a source for that? It seems like FUD to me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101757#4101757 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101757 ___

[jboss-user] [JBoss jBPM] - Re: Is it possible to set a new URI for a partnerLink during

2007-11-05 Thread ZazzaZ
The correct namespace are specified in wsa:endpointReference tag as attributes (to make it recognizable by some factory) They are xmlns=http://schemas.xmlsoap.org/ws/2004/03/business-process/; xmlns:wsa='http://schemas.xmlsoap.org/ws/2004/03/business-process/' Nothing works. Bye View the

[jboss-user] [JBoss Seam] - Re: actionListener vs action and redirect

2007-11-05 Thread [EMAIL PROTECTED]
Oh sorry, I misread your post. Read a JSF textbook to understand the difference between action and actionListener. I always use action unless I have a specific reason to use actionListener. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101760#4101760 Reply

[jboss-user] [JBoss Seam] - Re: Multiple entities on same page

2007-11-05 Thread [EMAIL PROTECTED]
You need an instance for each entity you are managing using an EntityHome. If you just want to display, use an EntityQuery. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101762#4101762 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Nodes not join Cluster - UDP discarded Message

2007-11-05 Thread jboss_cody
Ok, I have found the source of my problems. I have configured each instance correctly. It was an issue with VMware Server. VMware auto-generates MAC addresses, for whatever reason, it was generating the same MAC addr. for two different machines. I was able to change the settings so that a new

[jboss-user] [EJB 3.0] - TransactionRequiredException: EntityManager must be access w

2007-11-05 Thread paoletto
it's somehow strange,because i said in the code that for my method i REQUIRE_NEW transaction... | package bps.ejb; | | import javax.ejb.*; | import javax.persistence.*; | | import java.util.*; | import java.sql.*; | | | @Stateless | public class BpsProcessQueueBean

[jboss-user] [JBoss Seam] - Re: Multiple entities on same page

2007-11-05 Thread uke
In this situation, I'm managing two entities. Does that mean I need to create two separate entityhome, or is there an easy way to have two instances of the same entityhome-class simultaneously? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101765#4101765

[jboss-user] [JBossCache] - Re: JDBCCacheLoader problem in java application

2007-11-05 Thread gmeroz
It was Oracle9i! I checked on Oracle10g to be able to supply information about the version the test run with an iteration of 5000. In both cases i used the driver (10.1.0.4.0). C3p0ConnectionFactory solve it for Oracle9i. thanks View the original post :

[jboss-user] [JBoss Seam] - Article on conversations and nested conversations with examp

2007-11-05 Thread jacob.orshalick
Nested conversations have spurred quite a bit of discussion on the forums. The following article uses an example to discuss the purpose of nested conversations and why they are useful:

[jboss-user] [JBoss Seam] - Re: Multiple entities on same page

2007-11-05 Thread [EMAIL PROTECTED]
You can create two components from the same class e.g. using @Role or two component definitions in components.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101770#4101770 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Nodes not join Cluster - UDP discarded Message

2007-11-05 Thread [EMAIL PROTECTED]
Good you found it, it is very hard to solve problems like these in general... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101769#4101769 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101769

[jboss-user] [JBoss Seam] - framework objects do not work with entities mapped in *.hbm.

2007-11-05 Thread daniel.varga
Hi, I develop a web app which has it model classes in a separate jar that also contains the hbm.xml files for mapping the entities. The entities are accessed through standard JPA EntityManager. There are both query and home components declared in components.xml: framework:entity-query

[jboss-user] [JBoss Seam] - Re: NoClassDefFoundError with SeamTest

2007-11-05 Thread [EMAIL PROTECTED]
The ordering of your classpath for tests is important. How are you building the project? What is the actual classpath in use? Your listing above is just the output of ls. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101773#4101773 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Logo

2007-11-05 Thread hubaghdadi
Any on line version? I don't use JBoss Tools (yet). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101774#4101774 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101774 ___

[jboss-user] [Clustering/JBoss] - Re: XAConnectionFactory not found only in Clustering

2007-11-05 Thread seoeng
Still cannot get this to work. I am running a DI-624 router with these machines, Windows XP Pro. Tested JGroups based off of the Wiki instructions, and I am receiving multicast to both machines. My problem is very similar to this post -- http://www.jboss.org/?module=bbop=viewtopict=69990

[jboss-user] [JBoss Seam] - Re: Another conversation question ...

2007-11-05 Thread greko
That is what I thought. But what would be the best app design, given such a simple scenario ? I could use a session context, but my data will remain in the session, whereas a conversation will be automatically timeout-ed ... Am I right, or is my approch wrong ? View the original post :

[jboss-user] [JBoss Seam] - Re: Seam Logo

2007-11-05 Thread [EMAIL PROTECTED]
http://labs.jboss.com/files/jbosslabs/design/seam/seamicon/images/seam_icon_64x.png View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101786#4101786 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101786

[jboss-user] [JBoss Seam] - Re: Writing SeamTests with Seam 2.0.0. CR2 - What's Changed?

2007-11-05 Thread [EMAIL PROTECTED]
bsmithjj wrote : WEB-INF/components.xml? no - I'm trying to boot the embedded jboss ONLY from an ejb module that's part of a larger ear project. Well the error you posted is because your jndiPattern isn't getting set I think. Normally you set this in components.xml/components.properties

[jboss-user] [Clustering/JBoss] - General clustering question

2007-11-05 Thread chip_schoch
This question was asked of my by a co-worker and I had no answer. When parameters for a clustered service are modified manually [as through jmx-console] on one node, are the modifications supposed to propagate to all the nodes in the cluster? Could anyone provide a definitive answer? Thanks.

[jboss-user] [JBoss Seam] - Please help me with answering this on unit/integrated tests

2007-11-05 Thread tiwaryamit
Hi . I have started on Seam a few weeks and looks like it is going to be our framework for next set of web development. I was interested in hibernate2 example which came with Seam download. There were no unit/integration tests provided. Does it mean that we can't have unit/integrated tests

[jboss-user] [JBoss jBPM] - Re: How to get Pocess from server

2007-11-05 Thread SidKennedy
meanwhile I found out that I can connect and get the ProcessDefinitions stored in the DB like this: | JbpmConfiguration config = JbpmConfiguration.getInstance(); | JbpmContext context = config.createJbpmContext(); | List processes =

[jboss-user] [JBoss Seam] - Re: Seam Logo

2007-11-05 Thread hubaghdadi
I thought it is a spider. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101793#4101793 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101793 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Trouble Getting the Most Basic SeamTest to Work

2007-11-05 Thread [EMAIL PROTECTED]
I would use seam-gen to build an example application and base your classpath on the one it generates. It works ootb. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101795#4101795 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: XAConnectionFactory not found only in Clustering

2007-11-05 Thread seoeng
Here is some additional startup info showing the recognition of 2 nodes and then the HAJNDI binding address: | 02 Nov 2007 08:53:43,822 INFO [main] (HAPartitionImpl.java:261) - Number of cluster members: 2 | 02 Nov 2007 08:53:43,822 INFO [main] (HAPartitionImpl.java:272) - Other

[jboss-user] [Messaging, JMS JBossMQ] - Re: DLQHandler javax.naming.NameNotFoundException: XAConnect

2007-11-05 Thread seoeng
Same issue going on here -- http://www.jboss.org/index.html?module=bbop=viewtopicp=4101797 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101803#4101803 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101803

[jboss-user] [JBoss Seam] - Re: Getting the current URL in Seam

2007-11-05 Thread [EMAIL PROTECTED]
You can use a factory to expose this as a single context variable in Seam. You'll need to use the Servlet API to build up the correct parameters and current path. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101799#4101799 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Deploy existing spring app with different archive structure

2007-11-05 Thread springer
Hi there. I have installed JBoss 4.0.3 spring deployer 2.0. Now i want to deploy my existing spring application. These app. is actually running as standalone middletier and should be deployable as JBoss app. My spring context files are scattered among the package structure like ... +

[jboss-user] [JBoss Seam] - Re: Why cannot I run more than one concurrent conversation S

2007-11-05 Thread [EMAIL PROTECTED]
I think the conversation model is unlikely to be redesigned like this in Seam - it's a fundamental design change. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101805#4101805 Reply to the post :

[jboss-user] [JBoss Seam] - Re: error en property/getter

2007-11-05 Thread fphilip
@Name(login) | public class LoginForm implements Serializable { | public static final String ERROR = error; | public static final String LOGGED = logged; | private String username; | private String contextId; | private String password; | private User user; |

[jboss-user] [JBoss Seam] - Re: Batch Index using Hibernate Search and Seam

2007-11-05 Thread [EMAIL PROTECTED]
What does #{accessCompanyFilter} refer to? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101807#4101807 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101807 ___ jboss-user

[jboss-user] [Clustering/JBoss] - Re: General clustering question

2007-11-05 Thread [EMAIL PROTECTED]
No, they are not. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101808#4101808 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101808 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam Logo

2007-11-05 Thread damianharvey
Looks like bacteria dividing. Could be the basis of a catchy slogan: Seam: spreads like salmonella! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101810#4101810 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101810

[jboss-user] [JBoss Seam] - Re: Please help me with answering this on unit/integrated te

2007-11-05 Thread [EMAIL PROTECTED]
You would need a way of starting a tomcat container and deploying your application to it from SeamTest (i.e. java). All SeamTest does is start a copy of Embedded with the project to test on the classpath (and relevant libraries). This is the second request I've seen for this recently, so if you

[jboss-user] [Beginners Corner] - Re: Jboss 5 Beta 2 won't even run with Java 5?

2007-11-05 Thread j0llyr0g3r
Sorry, the information i provided was way to unspecific. Let me clarify that: Jboss 5 Beta 2 with Java 5: cd ../../jboss-5.0.0.Beta2/bin/ java -version | java version 1.5.0_13 | Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05) | Java HotSpot(TM) Client VM (build

[jboss-user] [JBoss Seam] - Re: framework objects do not work with entities mapped in *.

2007-11-05 Thread daniel.varga
Done: http://jira.jboss.org/jira/browse/JBSEAM-2212 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101822#4101822 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101822 ___

[jboss-user] [JBoss Seam] - Re: Seam Logo

2007-11-05 Thread hubaghdadi
I'm still scared of it... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101823#4101823 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101823 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: Jboss 5 Beta 2 won't even run with Java 5?

2007-11-05 Thread j0llyr0g3r
Arrggghhh, no edit button here: Don't get confused with the nicknames, when i wrote the first posting i was under windows and accidentially used some account i had already forgotten about. (damn those cookies..:-) View the original post :

[jboss-user] [JBoss Seam] - Re: Another conversation question ...

2007-11-05 Thread [EMAIL PROTECTED]
You should decide what scope makes sense for your application and make Seam do the right thing, not the other way around ;) Session scope makes sense if you want the same result list to be displayed without the user hitting Search again whilst they are logged in. A nested conversation makes

[jboss-user] [JBoss Seam] - Re: Seam Logo

2007-11-05 Thread hubaghdadi
Is it final? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101814#4101814 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101814 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: framework objects do not work with entities mapped in *.

2007-11-05 Thread [EMAIL PROTECTED]
Please file an issue in JIRA, this is a bug. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101812#4101812 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101812 ___ jboss-user

[jboss-user] [JBoss Seam] - Navigation History

2007-11-05 Thread DiegoCoronel
Hi, i need in my apliccation to save the navigation history, ie.: /Home/User/EditUser how should i do it ? is there any class on seam that i can use to save my navigation, or redirect to last page ? ty View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal : Best Practices

2007-11-05 Thread syllant
Nobody to answer to these relevant questions ? Seems to me that best approch would consist in building another SAR for specific needs, but as far as I understand, you have to override some files inside core modules to get a portal really customized. Examples : - META-INF/jboss-service.xml to

[jboss-user] [JBoss Seam] - Re: getting ManagedBean out of Conversation

2007-11-05 Thread jamesjmp
thank you, but I want to access to the same bean. I´ll explain myself a bit further: I´ve a form to create a new POJO. I´m using flush-mode=manual in the .page.xml, and while filling the info in the wire or whatever method of the pojoHome I´ve no way of accessing to the info filled up to that

[jboss-user] [JBoss Seam] - Re: Seam Logo

2007-11-05 Thread [EMAIL PROTECTED]
Damian, charming ;) Yes, I think it is final afaik. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101818#4101818 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101818 ___

[jboss-user] [JBoss Seam] - Seam 2.0.0.GA is out

2007-11-05 Thread [EMAIL PROTECTED]
We'll announce it formally later on http://in.relation.to/, but I thought I'd give everyone on the forums a headstart. Downloads: http://labs.jboss.com/jbossseam/download/ Docs: http://labs.jboss.com/jbossseam/docs/ Have fun with it! View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA is out

2007-11-05 Thread PatrickMadden
Thanks all, very much. Great timing as I need to deploy in the next week or so. I got the first download... Any prize for that :) Seriously, Great Job! PVM View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101830#4101830 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA is out

2007-11-05 Thread amitev
Greeting for the Seam team and for all people that participate in this great framework View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101831#4101831 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101831

[jboss-user] [JBoss Seam] - Re: Why cannot I run more than one concurrent conversation S

2007-11-05 Thread gus888
Hi Pete, Thanks for your reply. Now I have not fully understood the Seam conversation strategy, but I think that if you remove the begin method invoked from a long running conversation, try using @Begin(join=true) exception check from new conversation @Begin invoke, maybe this issue will be

[jboss-user] [EJB 3.0] - EJB 2.x CMP and EJB 3.0 JPA Coexistence

2007-11-05 Thread Christopher_P
Hi there, I'm a current user of EJB 2.x running on JBoss 4.0.4. My organisation are starting to upgrade to JBoss 4.2.x and we're looking to move our application to EJB 3.0. I've already done considerable research on EJB 3.0, and in particular migration strategies from 2.x. I'm satisfied that

[jboss-user] [EJB 3.0] - Re: NetBeans 5.5 + EJB3 + JBoss 4.2 == ejbLink: not used by

2007-11-05 Thread waynebaylor
i usually get that exception when i'm using @EJB, but i never invoke any of the injected bean's methods. Does the code you posted match the code you deployed? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101836#4101836 Reply to the post :

[jboss-user] [JBoss Seam] - Re: TestNG and EJB3 interceptors

2007-11-05 Thread fbenvegna
SeamInterceptor doesn't work | @Target(ElementType.TYPE) | @Retention(RetentionPolicy.RUNTIME) | @Interceptors(DomainValidator.class) | public @interface Validated { | | } | | @Stateless | @Validated | @Interceptors(SeamInterceptor.class) | @Name(groupManager) |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Minimal JBoss with jBPM Tomcat?

2007-11-05 Thread Candersen
Hello, I would like to run a JBoss AS (currently got 4.2.0GA installed), but I only need the Tomcat and the functionality to run jBPM. Therefore: What can I disable in the configuration to just run the mentioned? Or what do I need to add to the minimal configuration to enable Tomcat jBPM?

  1   2   3   >