[jboss-user] [JBoss Seam] - Re: Multiple Datasources

2007-09-26 Thread baz
Hello, multiple Datasources works, but only with specific databases. I think that this is a question that belongs in a forum corresponding to the container you use. Datasources are configured in a container(Tomxcat Jboss glassfish..) But see here..

[jboss-user] [JBoss Seam] - Easier deployment

2007-09-26 Thread kev921
Hello, I would like to know why the developers of seam can't create a more simple deployment for seam projects. I mean, why do I have to go through a 10 page description just to build a empty project skeleton? Run seam through the command line ? why View the original post :

[jboss-user] [JBoss jBPM] - Re: Task list of specified actor

2007-09-26 Thread dleerob
Thanks Ronald, I have tried your example, however, there doesn't seem to be a method getIdentityService(); There is a getService(String name) method, so I thought that perhaps I should pass in some sort of 'Identity Service' name, so I looked in Services.java and found these service names

[jboss-user] [JBoss jBPM] - Re: Swimlane vs Actors

2007-09-26 Thread dleerob
http://docs.jboss.com/jbpm/v3.2/userguide/html/taskmanagement.html#theidentitycomponent View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088684#4088684 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088684

[jboss-user] [JBoss Seam] - blank tomcat project

2007-09-26 Thread kev921
Hello, I have attempted to create a seam project in tomcat using the seam-gen script. but have not been successful so far (even after following closely the instructions on the reference documentation) Therefore, I am now looking for a simple, blank seam project war file that would work on

[jboss-user] [JBoss jBPM] - Re: Swimlane vs Actors

2007-09-26 Thread dleerob
You can also use the jbpm-console to create users/actors, or directly enter users into the database, or write your own app to create users in the database. See: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted View the original post :

[jboss-user] [JBoss Seam] - Re: Entity Convert

2007-09-26 Thread nusseis
That sounds got, thanks! Could you tell me how the specify the class? I can't find anything in the seam docu or on google... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088687#4088687 Reply to the post :

[jboss-user] [JBossWS] - Re: jbossWS -

2007-09-26 Thread birke
I was searching in my jmx-console but i find three entries: | jboss.j2ee: | jar=wfm-server.jar,name=WebServiceNotificationBean,service=EJB3 | | jboss.management.local: |

[jboss-user] [JBoss Seam] - Need help with WAR deployment and Web Services

2007-09-26 Thread sstrenn
The Seam reference explains how to configure and package a Seam EAR to support JBossWS web services. That worked great. However, I have not been able to get JBossWS to work with a Seam WAR deployment. The endpoint is not even detected. Any suggestions? Where does

[jboss-user] [JBoss Seam] - Inserting multiple records using Home Entity

2007-09-26 Thread terryb
Is it possible to insert more than one record in to database using the EntityHome object? I get following error, and not sure how to go around it. javax.persistence.PersistenceException: org.hibernate.HibernateException: identifier of an instance of au.edu.tisc.entity.OrgUserActivityLog was

[jboss-user] [JBoss jBPM] - Re: Problem using expression language in a process definitio

2007-09-26 Thread sonicfab
Why do I talk about modifying the schema ? Well, I had a look at the jpdl-3.2 schema, and apparently all the objects that can handle EL have a expression attribute, whereas objects that can't don't seem to have one. For example, the action element : xs:element name=action | xs:complexType

[jboss-user] [JBossCache] - Re: node modification event

2007-09-26 Thread mratsimbazafy
Nobody can help me? To resume, in the cluster each node must process the event from the changes made on the cache. So, each node is symetric and must do a specific action on each event. The problem is that the node that modify the cache get the event but the predata and the postdata are the

[jboss-user] [JBoss jBPM] - Re: write a web service to invoke a process

2007-09-26 Thread andydel
Thanks all for your help this has really helped me to get onto the right track. Andy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088701#4088701 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088701

[jboss-user] [JBoss Seam] - Re: Call scheduled method from another scheduled method

2007-09-26 Thread motte79
Hi Gavin, I would be pleased if you could help me in this case; the org.jboss.seam.async.AsynchronousInterceptor is written by you ... Why it's not allowed to make asynchronous calls from asychronous methods ? Thanks in advance Matthias View the original post :

[jboss-user] [JBoss jBPM] - Re: How to take a decision in java code

2007-09-26 Thread dleerob
Ronald, What version of the GPD are you using to allow this functionality? I'm using 3.0.13.1, and don't see the decision handler option. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088703#4088703 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Task list of specified actor

2007-09-26 Thread kukeltje
my version is for 3.2 which has the methods View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088707#4088707 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088707 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: How to take a decision in java code

2007-09-26 Thread dleerob
Nevermind, I've read the notes on the 3.1 release, and busy downloading 3.1.0.sp1 now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088709#4088709 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088709

[jboss-user] [EJB 3.0] - EJB3: StandardWrapper.Throwable

2007-09-26 Thread rotten_ritz
I am new to EJB developmet, so i started off by writing a simple session bean which just returns a string. And I have a servlet which displays the returned string. I followed a tutorial and came up with the following files. TestStateless.java package com.j3ltd.test.ejbs; import

[jboss-user] [JBoss jBPM] - Re: Problem using expression language in a process definitio

2007-09-26 Thread kukeltje
ahh... no that is not needed. The name attribute of a subprocess can also be an EL. The expression attribute is only used in situations where the 'term' expression is appropriate. In the same way you could make the repeat attribute accept an EL. but remember... test test test ;-) View the

[jboss-user] [Clustering/JBoss] - Problem with Apache loadbalancer, j_security_check and JBos

2007-09-26 Thread sudeepthi
Hi, I am using Apache load balancer using mod_jk and Jboss as a application server. Currently in my cluster i configured two Jboss servers which are running on different machines. I am using round-robin load balancer algorithm. In my application i am using JAAS as a form based authentication.

[jboss-user] [JBoss jBPM] - Re: Task list of specified actor

2007-09-26 Thread dleerob
I must be missing something? I was using 3.2.1, and just upgraded yesterday to 3.2.2. Neither of which have the methods. I am looking at: jbpm-jpdl-suite-3.2.1\jbpm-jpdl-3.2.1\src\jpdl\org\jbpm\svc\Services.java and: jbpm-jpdl-3.2.2\src\jpdl\org\jbpm\svc\Services.java I downloaded the

[jboss-user] [EJB 3.0] - Re: EJB3: StandardWrapper.Throwable

2007-09-26 Thread jaikiran
anonymous wrote : private TestStatelessBean statelessBean; | | public void init() { | try { | InitialContext ctx = new InitialContext(); | statelessBean = (TestStatelessBean) ctx.lookup(TestStatelessBean/remote); | | } catch (NamingException e) { | e.printStackTrace(); | } |

[jboss-user] [EJB 3.0] - Re: EJB3: StandardWrapper.Throwable

2007-09-26 Thread rotten_ritz
Thnx a lot jaikiranI shud've known better :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088718#4088718 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088718 ___

[jboss-user] [JBoss Tools (users)] - Re: jboss downloads do not include jboss tools

2007-09-26 Thread [EMAIL PROTECTED]
thanks for pointing that one out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088719#4088719 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088719 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: New creation of page through CMS fails.

2007-09-26 Thread modendahl
Hi, I get exactly the same error. I tested Firefox 2.0.0.7 and IE 6.0.2900.2180. Did you or anyone else have solution? Best wishes Marcel. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088721#4088721 Reply to the post :

[jboss-user] [JBoss Portal] - Re: WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: 01

2007-09-26 Thread rkusetty
PeterJ, Thanks for your quick replies. Here are the details that you wanted: Which storage engine are you using, MyISAM or InnoDB? What character set are you using? - I use MySQL 5.0.24a-community-nt - default-character-set=latin1 Also, I suggest you use an account other than root for the

[jboss-user] [JBoss Seam] - Re: SeamTest and expectedExceptions

2007-09-26 Thread gagool
This isn't working as I expect it. If an exception is thrown inside the FacesRequest(){}; and the exception isn't propagated into the test class. Tests that should fail due to exceptions are not failing.. The only way seems to be to create a try/catch-block inside each method of FacesRequest..

[jboss-user] [JBoss Seam] - cannot access method using seam and ejb3

2007-09-26 Thread margas
Hi, I have a sample application (seam-ejb3-richfaces). In one page i want to use rich:tabPanel and a valueChangeListener so that to get events when i change tabs. It seems that the valueChangeListener fires the events but when it tries to execute the method i get the following warning. WARN

[jboss-user] [JBossWS] - Re: could not find deserializer

2007-09-26 Thread itrahulsoni
I have refer that and done the simple rpc style endpoint example and i came to the same problem as I have described earlier that when my method in the webservice return any types that means String or Int it will throw me the errors while I am doing same thing with the return type void then

[jboss-user] [JBoss Seam] - h:dataTable, h:selectOneMenu and s:selectItems problem

2007-09-26 Thread daniel.zmuda
Hi, for about 1 week I'm trying to find the solution to what I'm doing. So : I'm using: Jboss AS 4.2.1 Jboss Seam 2.0.0 CR1 I want to have selectOneMenu in each row of dataTable to have opportunity to change the subgroup category of each products. The problem is in that, when I'm submitting

[jboss-user] [JBoss jBPM] - Command service vs. direct API calls

2007-09-26 Thread sonicfab
Hi. I am using an architecture where business logic and jBPM are co-located in the same JVM and share the same classloader. I am wondering whether I should systematically use the Command Service interface to interact with jBPM, versus directly using the public methods exposed by the jBPM

[jboss-user] [JBoss Portal] - Re: New creation of page through CMS fails.

2007-09-26 Thread modendahl
Hi, short addition. I've tested on a different machine with the IE 7. This works but also not with the Firefox 2.0.0.7. Both machines are Windows XP machines. Best wishes Marcel. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088730#4088730 Reply to the

[jboss-user] [JBoss Portal] - Re: New creation of page through CMS fails.

2007-09-26 Thread [EMAIL PROTECTED]
mmm, can you verify theat the languages settings on the browser are the same ? I suspect this to be the key differenciator. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088731#4088731 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Command service vs. direct API calls

2007-09-26 Thread kukeltje
Personally, I use the direct api for this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088732#4088732 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088732 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Entity Convert

2007-09-26 Thread atzbert
Hi there.. I have a very similar problem. In fact I am fighting with it for weeks now, postponing its solution over and over...I don't know when it happened the first time, but it arose out of the blue. I am using Seam 1.2.1GA on JBoss 4.0.5GA with Facelets, Ajax4JSF, seam managed persisten

[jboss-user] [JBoss Seam] - Seam-pdf examples

2007-09-26 Thread svntdeepak
Hi , I am new to seam-pdf.i am able to generate the table in pdf report using p:table but not with proper cell format. So i will be grateful if i get a proper explanation of the attributes of the seam-pdf tag library and it will be most helpful to me if i can have the proper examples.

[jboss-user] [JBossWS] - Re: could not find deserializer

2007-09-26 Thread richard_opalka
There's the example in our tests. See: JBOSSWS_SVN_ROOT/stack/native/trunk/src/test/java/org/jboss/test/ws/jaxrpc/samples/rpcstyle/ and JBOSSWS_SVN_ROOT/stack/native/trunk/src/test/resources/jaxrpc/samples/rpcstyle/ It returns String and it works Richard View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Cleaning database through hibernate

2007-09-26 Thread hamtho2
Hi, is there a good way to clean the whole database through hibernate? The background is as follows: I want to clean the database every time before starting a new testcase, to make sure the database is empty and in a defined state. Currently I´m doing this through dropping the scheme and

[jboss-user] [JBoss Portal] - Re: New creation of page through CMS fails.

2007-09-26 Thread [EMAIL PROTECTED]
I tried different languages combinations, but couldn't make it fail. I'm testing on FF 2.0.0.5 on Linux View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088737#4088737 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088737

[jboss-user] [JBoss Seam] - end conversation if unexpected navigation

2007-09-26 Thread vlaugier
Hello, I would like to close the current conversation if the user perform an action not expected in the jpdl flow typically, the user clicks on a menu link while in the process of creating an account what I did first was to replace the s:link in the menu by some regular link the problem is

[jboss-user] [Installation, Configuration DEPLOYMENT] - java.lang.OutOfMemoryError: PermGen space

2007-09-26 Thread konstandinos
Hi While monitoring JBoss's console output, I have noticed countless different errors, all with the following cause java.lang.OutOfMemoryError: PermGen space Some of the errors include: - ERROR [ContainerBase] Exception invoking periodic operation: ... - ERROR [[/portal-weather-samples]]

[jboss-user] [JBoss jBPM] - Re: Task list of specified actor

2007-09-26 Thread kukeltje
a shoot you are correct... this was something I was refactoring in my local tree stupid me... I wanted to make the identity a real service ... Made the mistake to name my checkout jbpm-3.2-head. SORRY. View the original post :

[jboss-user] [JBoss Seam] - rendering of UI component based on identity roles

2007-09-26 Thread vlaugier
Hello again, I want to apply rendering rules to UI components based on the identity roles ? for example only render a UI component if the user has role A only render a UI component if the user has role A or role B only render a UI component if the user has role A and role B I have tried the

[jboss-user] [JBoss Seam] - Re: Weird s:formattedText behavior

2007-09-26 Thread alesj
Nuking the project and grabbing fresh CVS copy helped - no more weird output. Dunno why rebuild didn't pick up changes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088744#4088744 Reply to the post :

[jboss-user] [JBoss Portal] - Re: New creation of page through CMS fails.

2007-09-26 Thread modendahl
Hi Thomas, thanks for the hint. That is what I find out. If the browser language is English and the page language is German you will get this exception. But the other way round it works, browser language German and page language English. I think that this can leed to some confusion. Is this

[jboss-user] [JNDI/Naming/Network] - Re: no security manager: RMI class loader disabled

2007-09-26 Thread noFreak
Hi @ all, are you sure, thats the correct solution? i've the sam e problem with jboss 4.2 and ejb3. I have two beans deployed and trying to get the Service References with 2 different ServiceLocator's in the same VM. There's no Problem with the InitialContext, but the same Exception like above.

[jboss-user] [JBoss Seam] - Re: Weird s:formattedText behavior

2007-09-26 Thread [EMAIL PROTECTED]
I just changed how errors are handled in CVS. Fundamentally, there is no difference, the SeamTextParser and s:formattedText still don't throw any exceptions. But instead of logging through STDERR internally, the parser now gives the user a chance to handle exceptions manually. The default

[jboss-user] [JBoss jBPM] - Re: Task list of specified actor

2007-09-26 Thread dleerob
No problem, thanks for clearing that up. I will keep an eye out in future releases for the Identity Service. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088751#4088751 Reply to the post :

[jboss-user] [JBoss Seam] - problem when jar and war deploy on different server

2007-09-26 Thread chibi
i try to deploy jar and war on different server i modified my source code as below: 1. all service component implement a @Remote interface 2. modified jndiPattern to ${project.name}/#{ejbName}/remote in build.xml 3. modified jndiPattern to \#{ejbName}/remote in components.properties 4.added a

[jboss-user] [JBoss Seam] - XML-RPC service in JBoss Seam

2007-09-26 Thread Mike7
How can I create a Xml-Rpc Service instead of a (Soap) Webservice? @Stateless | @Name(register) | @WebService | public class RegisterAction implements Register | { | |@In |private User user; | |@PersistenceContext |private EntityManager em; | |

[jboss-user] [JBoss Portal] - Re: New creation of page through CMS fails.

2007-09-26 Thread [EMAIL PROTECTED]
No it's not known, and will probably not be fixed in 2.6.2. I'll do my best. Thanks for figuring out the use case that fails, i'll try to reproduce and fix right now View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088755#4088755 Reply to the post :

[jboss-user] [JBoss Portal] - Re: New creation of page through CMS fails.

2007-09-26 Thread [EMAIL PROTECTED]
Actually this is not a really a bug, but i'm not sure it's clear from the doc neither (so that may need to be emphasized), finally the error handling should be better. The issue, is that by setting up English in your browser, it will try to get the english content for the file (your preferred

[jboss-user] [JBoss Portal] - Re: New creation of page through CMS fails.

2007-09-26 Thread [EMAIL PROTECTED]
Associated JIRA (for error handling): http://jira.jboss.org/jira/browse/JBPORTAL-1721 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088761#4088761 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088761

[jboss-user] [JBoss Portal] - Re: New creation of page through CMS fails.

2007-09-26 Thread modendahl
Hi Thomas, thanks a lot for your assistance and the solution. Best wishes Marcel. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088764#4088764 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088764

[jboss-user] [JBoss Portal] - Re: New creation of page through CMS fails.

2007-09-26 Thread modendahl
Hi Thomas, thanks a lot for your assistance and the solution. Best wishes Marcel. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088765#4088765 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088765

[jboss-user] [JBoss jBPM] - Re: Command service vs. direct API calls

2007-09-26 Thread dleerob
I also use the direct api. Keeps things simple. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088767#4088767 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088767 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Can't see the JMX-Console Remotely or access web services

2007-09-26 Thread Stephen.Campbell
Hi Folks, I have recently upgraded from JBoss 4.0.4 to JBoss 4.2.1 and since then i can no longer see the JMX Console remotely from my PC. This is not a major problem in itself the bigger problem is that i cannot see the wsdl's of my web services deployed remotely either, nor can i post

[jboss-user] [JBossCache] - Re: POJO Cache as singleton?

2007-09-26 Thread jacobeukes
Hi Bruce. Will it be possible to tell me if you've found a solution to your question ? I am having a problem which seems related to what you are asking. I want to access a JBossCache instance from several places in the same application, but am unable to do so. I would have thought that

[jboss-user] [JBoss Seam] - Re: rendering of UI component based on identity roles

2007-09-26 Thread damianharvey
try: | rendered=#{s:hasRole('admin')} Read the section on security in the user interface in the reference. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088773#4088773 Reply to the post :

[jboss-user] [Beginners Corner] - Number of users connected?

2007-09-26 Thread BruceSpringfield
Is there a way in JBoss to see the number of users connected to the server? And to identify each connection? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088774#4088774 Reply to the post :

[jboss-user] [Performance Tuning] - Re: Monitoring and managing clustered servers

2007-09-26 Thread BruceSpringfield
How are you collecting individual counters and statistics? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088775#4088775 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088775 ___

[jboss-user] [JBoss Seam] - Re: Seam 2 CR1 upgrade issues

2007-09-26 Thread [EMAIL PROTECTED]
The XML parsing in JSF 1.2 RI is stricter than in MyFaces. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088782#4088782 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088782 ___

[jboss-user] [JBoss Seam] - Re: multiple calls to same method from s:div rendered...

2007-09-26 Thread [EMAIL PROTECTED]
Use lazy initialization - @Factory does this for you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088783#4088783 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088783 ___

[jboss-user] [JBoss Seam] - Re: seam don't set the invalid after an ajax request

2007-09-26 Thread [EMAIL PROTECTED]
#{invalid} is made available by s:decorate - reRender the s:decorate, not its contents. Follow the examples! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088784#4088784 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Security Auto-Login Question

2007-09-26 Thread axismundi
We need also NTLM authentication and the configuration is quite apparent. However to me is not clear how to obtain the HTTP-request-headers from my authenticator.autenthicate() EJB3 bean-method in order to call request.getRemoteUser(). Seam provides Annotation for @RequestParameter, but I

[jboss-user] [JBoss Seam] - Re: Directory Path on Jboss server

2007-09-26 Thread hager
hello, i will express my self differently, i want to have the current directory's path of my project on jboss server. thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088787#4088787 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Security Auto-Login Question

2007-09-26 Thread craigbarker2
Hi, I will get around to posting this up on the WIKI but the 'day job' is currently taking up more than it's fair share of time. When it all calms down i'll get it done. In answer to your query I use: @In Context sessionContext; | | ... | | ((NtlmPasswordAuthentication)

[jboss-user] [JBoss Seam] - Seam + stored procs: what's the recommendation?

2007-09-26 Thread asookazian
Just wondering what the official Seam recommendation/stance is regarding using sprocs with Seam web apps? Other than being tied down to a particular DB vendor due to differences in the SQL syntax, we are aware of this problem. I've read Gavin King and Martin Fowler stating a good reason to use

[jboss-user] [JBoss Seam] - Re: Does the JPA/tomcat example require Embedded Jboss?

2007-09-26 Thread thejavafreak
ASavitsky wrote : thejavafreak wrote : It's not ambiguous. | | | | Point 1 means that Seam can run without EJB3 container by just using Plain Pojo + Hibernate and not JPA + EJB3 | | Actually, it's Plain POJO + JPA, as JPA can be used in J2SE :) Well there's nothing wrong with

[jboss-user] [JBoss jBPM] - Sub process exception handling, strange behaviour

2007-09-26 Thread norwaytoheaven
Hi, It seems that exceptions occuring in a subprocess can be handled by a wrong exception handler: According to the source code (ProcessState.java), if an exception has occured during sub process execution, no exception handler is called at the process state level. If the node before the

[jboss-user] [JBoss Seam] - Square buttons

2007-09-26 Thread earniedyke
Greetings all, I used seam-gen to generate an Eclipse seam project and when I run the app, all of my html input type=buttons are 2d squares not rounded 3d buttons. What did I do incorrectly? Earnie! View the original post :

[jboss-user] [JBoss Seam] - Re: jbpm configuration error

2007-09-26 Thread [EMAIL PROTECTED]
Make sure your jbpm-jpdl.jar is deployed to the lib folder in your ear. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088802#4088802 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088802

[jboss-user] [JBossCache] - JBossCache - configuring multiple instances (i.e. both LOCAL

2007-09-26 Thread csjoquist
We have had good results with JBC in both local and replicated (REPL_ASYNC) CacheModes, using JBC as Hibernate's L2 cache. Now we need to do a little of both: some objects need replication and some should stay local. Any pointers on how I can configure this? thanks much Carl View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: problem to add data with jboss to postgresql

2007-09-26 Thread aj1m
all the error is : | 2007-09-24 11:38:46,704 DEBUG [org.hibernate.util.JDBCExceptionReporter] Could not execute JDBC batch update [insert into Contact (address, city, firstname, lastname, mobile, phone, zipCode, id) values (?, ?, ?, ?, ?, ?, ?, ?)] | java.sql.BatchUpdateException:

[jboss-user] [JBoss Seam] - EJB-QL - simple query problem :/

2007-09-26 Thread Yacho
As i read in documentation I'm allowed to use EL in queries. So supported with this article : http://www.hibernate.org/hib_docs/entitymanager/reference/en/html/queryhql.html i produced the following piece of code User existing = (User) em.createQuery(SELECT OBJECT(u) FROM User u WHERE

[jboss-user] [JBoss Seam] - DocumentStore usage

2007-09-26 Thread nickarls
Hi, I'm trying to serve a PDF from the database through the DocumentStore but when I try to get an instance with | String id = DocumentStore.instance().newId(); | I just get a | Caused by: java.lang.ClassCastException: org.jboss.seam.pdf.DocumentStore_$$_javassist_12 | (also

[jboss-user] [JBoss Seam] - Re: getting the selectedItem via JavaScript

2007-09-26 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-1801 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088817#4088817 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088817 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: blank tomcat project

2007-09-26 Thread [EMAIL PROTECTED]
Why don't you post your error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088818#4088818 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088818 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Inserting multiple records using Home Entity

2007-09-26 Thread [EMAIL PROTECTED]
Seam 2.0.0.CR1 comes with a clearInstance() method that should allow you to resuse an EntityHome View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088821#4088821 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088821

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Can't see the JMX-Console Remotely or access web service

2007-09-26 Thread jaikiran
Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088823#4088823 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088823

[jboss-user] [Beginners Corner] - Problem with running an Application with JBoss

2007-09-26 Thread quadri
Hi everyone, I just started developing application using JBoss . I always use Sun Application Server to deploy and run my application but I also want to use JBoss Application Server to run my application. So I got the Jboss Start Guide to put me throught and I have also gotten all what i

[jboss-user] [JBoss Seam] - Re: Call scheduled method from another scheduled method

2007-09-26 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-1918 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088826#4088826 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088826 ___ jboss-user

[jboss-user] [JBoss Portal] - Is this a JBP 2.6.1 bug? (403 Error From Dashboard Link)

2007-09-26 Thread NM-156
I have a custom JAAS LoginModule configured for JBP 2.6.1, running in AS 4.0.5. After logging in, everything looks alright with the page. The only problem is that when I click the Dashboard link, I get a 403 Access Denied error. I have added Authenticated, Users, Admin roles to the user in my

[jboss-user] [JBoss Seam] - Re: h:dataTable, h:selectOneMenu and s:selectItems problem

2007-09-26 Thread [EMAIL PROTECTED]
Post the NPE View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088828#4088828 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088828 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2 using CMT

2007-09-26 Thread MSchmidke
Ok, binding JBoss' Hibernate Session Factory to JNDI via persistence.xml: | persistence-unit name=MyEJBPU transaction-type=JTA | jta-data-sourcejava:jdbc/myDS/jta-data-source | properties | property name=hibernate.dialect |value=org.hibernate.dialect.Oracle9iDialect /

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2 using CMT

2007-09-26 Thread MSchmidke
Ups ... tried to anonymize but missed something ... of course it is | string value=java:/MyFactory / | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088831#4088831 Reply to the post :

[jboss-user] [JBoss Seam] - Re: EJB-QL - simple query problem :/

2007-09-26 Thread [EMAIL PROTECTED]
Read the contract of getSingleResult() (No). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088834#4088834 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088834 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam + stored procs: what's the recommendation?

2007-09-26 Thread [EMAIL PROTECTED]
Have you read http://www.hibernate.org/hib_docs/reference/en/html/querysql.html? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088833#4088833 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088833

[jboss-user] [JBoss Seam] - Re: Inserting multiple records using Home Entity

2007-09-26 Thread terryb
Thanks Pete, I will try out Seam 2. In the meanwhile I had worked it around by creating new instance of entity object and then assigning that to entityhome using setInstance() method. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088836#4088836 Reply to

[jboss-user] [JBoss AOP] - Re: howSwap in JBoss Application Server

2007-09-26 Thread [EMAIL PROTECTED]
Hi! To run JBoss AOP in hotswap mode, you need to pass the -hotSwap option to the jdk50 agent: $ java -cp=classpath as described above -Djboss.aop.path=path to jboss-aop.xml \ | -javaagent:jboss-aop-jdk50.jar=-hotSwap com.blah.MyMainClass To see more on this, refer to the

[jboss-user] [JBoss Seam] - Re: Entity Convert

2007-09-26 Thread [EMAIL PROTECTED]
You should try upgrading to Seam2 - the entity converter is significantly different. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088837#4088837 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088837

[jboss-user] [JNDI/Naming/Network] - Problem when accessing JMX(RMIAdaptor) from JNDI namespace o

2007-09-26 Thread GourabGuha
Hi All, I have problem to lookup RMIAdaptor from the JNDI namespace of Jboss. The code that I have written is follows. import java.util.Properties; import javax.naming.InitialContext; public class ServiceLocator { public static void main(String[] args) { try

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: problem to add data with jboss to postgresql

2007-09-26 Thread Kalimero
Take a look at the stacktrace: | 2007-09-24 11:38:46,754 ERROR [org.hibernate.util.JDBCExceptionReporter] ERROR: duplicate key violat es unique constraint contact_pkey | the problem in in your application View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 2 migration problem

2007-09-26 Thread [EMAIL PROTECTED]
What is the layout of your deployed ear and war? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088841#4088841 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088841 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Scheduling Steteful Session scoped bean

2007-09-26 Thread [EMAIL PROTECTED]
Read about Asynchronous support in the Seam reference manual View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088842#4088842 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088842

[jboss-user] [JBoss Seam] - Re: Call scheduled method from another scheduled method

2007-09-26 Thread motte79
Thanks very much! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088844#4088844 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088844 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: seam and batch/queue-processing

2007-09-26 Thread motte79
If i start an Asynchronous method with an IntervalDuration assigned, the interval will be timed from the last 'start' of the method not from the the last execution-end. This causes the Tasks to be launched in parallel if the previous task was not finished because it needs longer than the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: problem to add data with jboss to postgresql

2007-09-26 Thread aj1m
so why it work good; only it have a problem in the first try to add View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088846#4088846 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088846

[jboss-user] [JBoss Seam] - How to access to the JBoss Seam CVS ?

2007-09-26 Thread AnisBM
Hi all, I want to use the SeamBuy example and it is only accessible in the CVS. How can access to it ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4088849#4088849 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4088849

[jboss-user] [JBoss Seam] - Re: Entity Convert

2007-09-26 Thread Newlukai
@ffh: The tag convertEntity doesn't have any attributes. And as far as I can see, the EntityConverter is intelligent enough to recognize classes. Perhaps the problem is not the EntityConverter but the implementation of h:selectManyMenu? Since nusseis doesn't have problems with selectOneMenu.

  1   2   3   >