[jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key?

2007-08-06 Thread nickarls
Could it be considered a useful feature? Some sort of optional insertedValue property for s:selectItems? One would think that convertEntity would probably still have to do the same things... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071447#4071447 Reply

[jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states

2007-08-06 Thread ZazzaZ
Thanks again. The situation is the syncronization on a shared object. Suppose in the wait state we have a code such myObject.wait() (or a similar method call that may block this process instance). Will the process instance be saved automatically and free the memory it holded? Bye View the or

[jboss-user] [JBoss jBPM] - Simulataneous Task invocations

2007-08-06 Thread jagbalan
On a multi-threaded environment, if 2 threads invoke taskInstance.signal() what happens? Does one end in java exception thrown back? If not, can it be programmed that way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071445#4071445 Reply to the post : ht

[jboss-user] [JBoss Seam] - Red Hat Developer Studio

2007-08-06 Thread nickarls
The Real-Soon-Now-Appearing Red Hat Developer Studio seem to have Seam support. Is there any information on what form this support will take? Is is just pre-configured libraries or are there other goodies coming? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found

2007-08-06 Thread Newlukai
Is it just since 1.2.1.GA that the entity has to be Seam managed? It could be an explanation for my problem. Fortunately since I tried to update to Seam 2 and then went back to 1.2.1 the problem has gone. But I'm still interested in recovering the reason. Therefore could you please tell me what

[jboss-user] [JBoss jBPM] - Assigning Activities to a User in Group

2007-08-06 Thread jagbalan
I understand that an activity can be defined with a swimlane which can be a user or group. But I want to know if something like below is possible. Activity A is assigned to User1 Activity B is assigned to Group2 (this has user2, user3, user4) 1. Now when User1 completes Activity A, he should be a

[jboss-user] [JBoss Seam] - @Local blues

2007-08-06 Thread nickarls
Somewhat off-topic-rant but surely something seam-users suffers of also: Does anyone know if there is a revision coming to the EJB3 specs that would remove the use of home interfaces for session beans? I find it strange that just by annotating a POJO you can turn it into an EJB but it can't ju

[jboss-user] [JBoss Seam] - Recieving Mail with Seam

2007-08-06 Thread mokua_ombati
Hallo, I have been trying to create a component for recieving email. BTW,the component for sending mail is working quite nicely. The problem is my component is not able to receive the mails and from the logs i get : | 2007-08-07 08:58:52,375 INFO [STDOUT] DEBUG: JavaMail version 1.4ea | 20

[jboss-user] [JBoss jBPM] - Re: about the user forum

2007-08-06 Thread masipu
Yep.. the problem is that documentation doesn't follow the written code. And user guide isn't up-to-date anymore. And user forum has old tips. This is quite common problem in (os) projects that are in constant progress. I think it creates a bit of confusion and this is one reason why open source

[jboss-user] [Beginners Corner] - Re: Issue with JBoss 4.2.1

2007-08-06 Thread j_lalith
Yes you are correct, old log4j file was in one of my applications, I had to upgrade it to the new one, now I could get the application server up. Isn't there a better way to achieve the log4j class loading in isolation instead of impacting the other running applications. Thanks View the origin

[jboss-user] [JBoss Seam] - Re: Remoting does not invoke my @WebRemote ?

2007-08-06 Thread samdoyle
Thanks a lot Michael for your help again. I'll be sure to check it out. I've managed to be able to get the other areas of Seam working as expected this is just one area which I have beating my head against a wall with. S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Tools (users)] - Re: 0.0 unindetified parser exception - in TILES files

2007-08-06 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBIDE-668 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071429#4071429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071429 ___ jboss-user

[jboss-user] [JCA/JBoss] - JBoss 4.0.4 java.sql.SQLException: No more data to read from

2007-08-06 Thread ashishanand
We have 2 machines each with identical JBoss 4.0.4 Server and Oracle 10g installation. We have an application (war file) installed on both the system. When trying to insert data into oracle database from within the application, it works fine on one machine, however, on the 2nd machine we encount

[jboss-user] [JCA/JBoss] - Re: Message DB + Oracle database connection count problems

2007-08-06 Thread Malert
Hi, in the previous post i made a mistake conn is the Connection not ConnectionManager, Thank you, Malert View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071426#4071426 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Changing datasource configuration causes Hibernate errors

2007-08-06 Thread treefield
Hi, I am using Hibernate in a servlet and I have configured the hibernate.cfg.xml to use a Oracle datasource. If I change this datasource (up max connections, change the idle timeout), any subsequent calls to the servlet will have the following error... javax.resource.ResourceException: You a

[jboss-user] [JBoss jBPM] - Where to route obsolete parent token in token multiplication

2007-08-06 Thread karmen38
Hi All, Based on the examples from this forum and jBPM wiki I have implemented a custom action that accepts a list of items, generates a token for each item from the list, creates a variable with the list item for each token and sends the token further to the process. This action could be used

[jboss-user] [Messaging, JMS & JBossMQ] - Publish once but get 8 replicated message on the topic

2007-08-06 Thread treefield
Hi, I looked around and found some sample code to publish to a JBoss topic... public static boolean publish(String xml) throws Exception |{ | log.info("Creating jndi context - alternatively use a jndi.properties"); | Properties properties = new Proper

[jboss-user] [JBoss Seam] - Re: Remoting does not invoke my @WebRemote ?

2007-08-06 Thread [EMAIL PROTECTED]
I added a glassfish example for seam remoting in examples/jee5/remoting. Please check it out for config examples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071421#4071421 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Maven + Embedded EJB + JPA +EJB 3.0 getting Null name

2007-08-06 Thread r_sudh
Took me a while to get this but here it is: The persistence.xml should look almost exactly like below: | | java:/MyDB | | | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - SSL and JBoss 4.2.0 GA

2007-08-06 Thread EnriqueI
Hi. I did a brief search of the forums and didn't really find anything that helped me. I have my keystore ready to go, and I want to implement it into JBoss. (so that I can have my Jboss applications running over SSL). Any help would be greatly appreciated. Thanks, Enrique I. View the ori

[jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working

2007-08-06 Thread wschwendt
"wschwendt" wrote : it looked to me as if it could be a state restoration issue. | | When the view tree is constructed during the first RENDER RESPONSE phase, the validator properties (attributes such as minimum or maximum) are stored. On a subsequent faces request, this state is supp

[jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans

2007-08-06 Thread [EMAIL PROTECTED]
to integrate with the JAAS security realm, your best bet/cleanest solution would be to write your own Tomcat Authenticator (which is actually a form of Tomcat Valve) Authenticators are actually pretty simple in tomcat and best source of "How To" is the tomcat source code and see how the existin

[jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working

2007-08-06 Thread wschwendt
A big thank you for posting this! Incidentally, I already spent the entire day on this trinidad validation mess. Backdrop: I had problems getting the Hibernate validator to work with the CVS-based Seam (solved in the meantime thanks to Pete Muir's helpful response): http://www.jboss.com/ind

[jboss-user] [Javassist user questions] - Javassist 3.5.SNAPSHOT Maven2 POM broken on Mac OS X

2007-08-06 Thread [EMAIL PROTECTED]
I've been playing around with maven2, using it to include microcontainer dependencies into JBoss Cache, and see the following: | | [INFO] | [ERROR] BUILD ERROR | [INFO]

[jboss-user] [JNDI/Naming/Network] - javax.naming.NoInitialContextException trying to connect to

2007-08-06 Thread atuljboss
I have a simple setup where I am trying to connect to a remote JMS queue using a MDB. Jboss and JDK versions are Jboss 4.0.4GA and JDK 1.4.2_11 respectively. I have configured the MDB Jboss instance as well as the queue host where the JMSProvider is configured (the default JbossMQ provider) as

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2.1 web app?does not display deployed process

2007-08-06 Thread jdickins
Hey all, I am sorry to leave everyone hanging but I have been a temporary developer for a US university for the past 2 months and my job ends today. I would like to thank everyone, jeffcwang, msandoz and Koen for all of the help you have given me. My supervisor may come back to this post, but a

[jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working

2007-08-06 Thread stephen.friedrich
Did some debugging and research and found that this was already reported as JBSEAM-1667 but seems to be an issue with Trinidad. I'll try and test with a newer Trinidad version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071407#4071407 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans

2007-08-06 Thread kpalania
If there is a simple way to move away from container managed FORM-based authentication for JBoss Portal and invoke the security realm explicitly, keeping everything else the same, that would work perfect for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans

2007-08-06 Thread kpalania
"So in your case I would recommend using a Tomcat Valve to process your authentication and set up the Subjects the way JAAS does it inside Tomcat. " Is this my ONLY option? I am not familiar with either how Tomcat valves work, or how subjects are set inside Tomcat, so it might be a little painfu

[jboss-user] [JBoss Portal] - Servlet Filter issue with Jboss Portal 2.6

2007-08-06 Thread nidhi_hs
My requirement is to check if the user has logged in when a particular page is clicked in the portal. If the user has not logged in then I have to redirect to login page. To achieve this I went about defining a servlet filter in web.xml file to intercept the user request. However the doFilter

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

2007-08-06 Thread explorer
Can any one help me out in understanding what are the best practices in developing a JBoss portal application. 1) Is it good to alter portal.sar's defualt-object.xml for making your portal default. 2) Is it good to deploy your web application in jboss-portal.sar. 3) Is it good to have your own p

[jboss-user] [JBoss Portal] - Re: How to get the subject in version 2.6?

2007-08-06 Thread kpalania
I guess I could do something like this: | Subject subject = (Subject) PolicyContext | .getContext("javax.security.auth.Subject.container"); But, how can I set this? Essentially, I want to set this to the new subject (with the additional principals) so that when the JB

[jboss-user] [JBoss Seam] - Re: session-scoped rich:tree

2007-08-06 Thread dustismo
You need to bind the rich:tree to a session scoped variable. So you do something like this: | | Then in your session scoped 'myBean' you have a variable 'tree' of type UITree.. -Dustin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071398#4071398 Re

[jboss-user] [JBoss Seam] - Re: Stateless vs Stateful Bean

2007-08-06 Thread dro_k
I am in the same situation... does anyone know the answer to this one? What's the best practice. To use Stateless Session Beans + Injected Beans from HTTPSession/Conversation/etc for keeping the state or keeping the state in a Stateful Session bean? View the original post : http://www.jboss.co

[jboss-user] [JBoss Seam] - login re-direct (possible doco problem 13.4.6)

2007-08-06 Thread [EMAIL PROTECTED]
Seam dod says add this to components.xml (Seam 2.0 Beta) I get a warning: Severity and DescriptionPathResourceLocation Creation Time Id cvc-complex-type.4: Attribute 'expression' must appear on element 'action'. SecWeb/WebRoot/WEB-INF components.xml line 27

[jboss-user] [Beginners Corner] - JBoss Integration with Predeveloped Java NIO Sockets Client/

2007-08-06 Thread formula1raceking
Here is a message from one of my colleagues at work: This question keeps appearing and keeps getting worked around, but I think this time we?re not going to be able to avoid it: TomW is going to be implementing an ITransport that uses sockets directly. It will listen on a port to receive

[jboss-user] [JBoss Seam] - Re: Dynamic data sources with EntityManager

2007-08-06 Thread wiberto
I think I got this figured out now!!! I was able to create my own persistence context as I stated in the previous post, and I'm then creating my own entitymanager factory. there I point to the the persistence unit I want to use. Now the issue I have is that I want to pass overrides to the entit

[jboss-user] [JBoss Portal] - How to get the subject in version 2.6?

2007-08-06 Thread kpalania
import org.jboss.portal.security.SubjectAssociation; | import org.jboss.portal.security.PortalSubject; | | PortalSubject subject = SubjectAssociation.getSubject(); What is the equivalent of this in JBoss Portal 2.6? View the orig

[jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans

2007-08-06 Thread [EMAIL PROTECTED]
krish- JBoss Portal relies on JAAS/Tomcat integration for setting up the Portal security Subjects. So in your case I would recommend using a Tomcat Valve to process your authentication and set up the Subjects the way JAAS does it inside Tomcat. There is a fair bit of hacking involved here. b

[jboss-user] [JBoss Seam] - Trinidad: Validation still not working

2007-08-06 Thread stephen.friedrich
I haven't been able to get s:validateAll to work with tr:inputText (JBoss Seam CVS, Trinidad 1.2.1, JBOss AS 4.2.1) The bug can be reproduced with seamdiscs example, when adding @Length(min=3, max=32) to Disc.name declaration. When trying to add a short or longer name the following exception occu

[jboss-user] [JBoss Portal] - Re: Moving away JBoss Portal from FORM-based authentication

2007-08-06 Thread kpalania
Related thread: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4071378#4071378 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071379#4071379 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071379 __

[jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans

2007-08-06 Thread kpalania
Thanks Sohil. Yes, this is exactly what I am doing (I also tried using the JBoss TransactionManager class directly, and that worked too). Now, I am able to explicitly set the "portal.principal" session attribute to this user but like I mentioned earlier, it still doesn't help. The principals ar

[jboss-user] [JBoss Seam] - session-scoped rich:tree

2007-08-06 Thread schmod54
I would like to have a rich:tree on a page such that its data model is session-scoped, i.e., the user expands/collapses nodes on the tree, navigates away from the page, and the tree is in the same state if the user returns within the same session. Any ideas on how to do this? Thanks! View the

[jboss-user] [JBoss jBPM] - Re: showing image of current process stage

2007-08-06 Thread Heiner Niehues
I have also this problem.. that the rectangle are not at the right place. But i used a javascript library (http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm) to create the rectangle. I use a offset to fix it. I will take a look tomorrow more. | | Show the Picture | | | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - .har and webapp classloader clash

2007-08-06 Thread ssuyamboo
Hi, I deploy the hibernate related configuration files in .har file and few of the classes which are part of .har are also part of .war file. When I tried to cast few classes which are returned by hibernate and loaded by both class loaders , I ended up with classcastexception. Can anyone sha

[jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans

2007-08-06 Thread [EMAIL PROTECTED]
kpalania- UserModule needs to be called within the context of an already active Transaction. Try something like this: | SessionFactory identitySessionFactory = (SessionFactory)new InitialContext().lookup("java:/portal/IdentitySessionFactory"); | Session session = identitySessionFactory.op

[jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans

2007-08-06 Thread kpalania
ok, i think i found it. i am doing it programmatically using the JBossTransactionManagerLookup.getTransactionManager() API. While this works, and I am able to explicitly set the "portal.principal" session attribute to a HashMap that contains the Portal User object, I am still not able to get p

[jboss-user] [JBossWS] - Re: JBoss 4.0.x migration to 4.2.x

2007-08-06 Thread dlgrasse
A quick followup on this...although I was able to get the webservice working with the afore-mentioned jaxrpc-mapping file changes, I am getting some undesirable behavior. Namely the nested tags now have to be resolved with a namespace. At least I'm suspecting that the jaxrpc-mapping changes ha

[jboss-user] [JBoss jBPM] - Re: GPD-78 Adding ConfigInfoElements to Actions and nested C

2007-08-06 Thread jorell
Thats fine. I'm not worried about the UI that much since I can extend the plugin to provide my own UI. But the Config Info adapter class is not extendable as of now. I'll create Jira issues for these problems. Thanks -Imran View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans

2007-08-06 Thread kpalania
Thanks folks, but I am not making this call in a portlet. I am trying to authenticate the user WITHOUT using the Out-of-the-box FORM-based authentication and as part of these changes, I've disabled FORM-based authentication, created a new servlet that does the authentication and a redirect base

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Setting the ID of the entity manually before persist

2007-08-06 Thread trouby
Hello, I have some simple entities with ID annotated as: | @Entity | @Table(name="MY_TABLE") | public class MyEntity { | private Long id; | | @Id @GeneratedValue | @Column(name="ID") | public Long getId() { |return id; | } | | public void setId(Long id) { | this

[jboss-user] [JBoss Seam] - Embeded xxx questions...

2007-08-06 Thread Stateless Bean
Hi, In seam 1.2.1GA i Embeded EJB for Tomcat, but in Seam 2 there is Embedded JBoss.. Can anyone explain me differences? I understand it's fully packaged JBoss EJB soft into tomcat, yes? 2. In seam 2, I need configure/copy special files but I want to run quartz asynch..., Can I configure only E

[jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans

2007-08-06 Thread indyJones
forgot somthing UserManagerPortlet Required View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071352#4071352 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071352 __

[jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans

2007-08-06 Thread indyJones
kpalania, In your web app, you need a WEB-INF/jboss-portlet.xml. Inside there try adding this... anonymous wrote : | | | | NameofYourPortlet | | Required | | | | | UserModule | org.jboss.portal.identity.UserModule

[jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans

2007-08-06 Thread [EMAIL PROTECTED]
kpalania- You need to call this in the context of an active Transaction Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071350#4071350 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071350 __

[jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans

2007-08-06 Thread kpalania
Error stack: | org.hibernate.HibernateException: Unable to locate current JTA transaction | at org.hibernate.context.JTASessionContext.currentSession(JTASessionContext.java:61) | at org.hibernate.impl.SessionFactoryImpl.getCurrentSession(SessionFactoryImpl.java:542) | at org

[jboss-user] [EJB 3.0] - java.lang.IllegalArgumentException: Unable to find operation

2007-08-06 Thread jbelis
Hi, I am using jboss 4.0.5 GA installed with JEMS 1.2.0 (ejb3-clustered). I assume the EJB version that is used as a result is EJB 3.0 RC9 - Patch 1 although I can't really tell from my installation. I am trying to have an ejb3 module invoke an operation exposed by an mbean deployed

[jboss-user] [JBoss Portal] - Cannot retrieve user: Unable to locate current JTA transacti

2007-08-06 Thread kpalania
I am trying to retrieve a user from the JBoss Portal DB using the APIs provided, and I am running into a JTA Transaction exception ("unable to locate currentJTA transaction"). I've confirmed that the SessionFactory object used in HibernateUserModuleImpl is not null. | UserModule userModule

[jboss-user] [JBoss jBPM] - Re: GPD-78 Adding ConfigInfoElements to Actions and nested C

2007-08-06 Thread [EMAIL PROTECTED]
I think you simply have to create a jboss account on the jboss home page. Then you are allowed to file issues in JIRA. Meanwhile, I will reopen the issue and look at it this week. But note that it will not be possible to configure these complex structures out our the box with the current proper

[jboss-user] [JBoss Portal] - Re: Problem while retrieving user details from db

2007-08-06 Thread kpalania
Did you find the solution? I am running into a similar issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071343#4071343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071343 _

[jboss-user] [EJB/JBoss] - Clean resources at the end of the transactions

2007-08-06 Thread avihaimar
Hey, I need to clean some resources at the end of the transaction (CMT ,User Transaction). Can you please advice how to do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071342#4071342 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re: Seam 2, pages.xml and pageflow

2007-08-06 Thread rlhr
Hi Pete, Did you get time to take a look at this? I really need this to work or at least to have a workaround. I'm willing to look into it but I'll need some hints. If you have an idea what the problem is and what need to be done, I'll be happy to implements a fix and test it, then at least you

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Persistence context isnt propograte in the same transaction

2007-08-06 Thread avihaimar
Hey, I work with JBoss 4.2. I create entity manager and use it to persist hotel. Than i create additional entity manager and use it to find the hotel that i saved with the first one. I get null (it didnt find it), unless i call to flush on the first one. According to the spec in JTA env t

[jboss-user] cann't access jmx-console

2007-08-06 Thread Siwei Zhang
Hi there, I have downloaded jboss-4.2.0.GA.zip and installed it on Debian 3.1 but cann’t access it via web GUI to http://host:8080/jmx-console. Could someone help? The followings are the procedures I used to install and start jboss. Thanks. Kevin SZ %jar –xvf jboss-4.2.0.GA.zip % cd j

[jboss-user] [Security & JAAS/JBoss] - Radius Authentication

2007-08-06 Thread avihaimar
Hey, Does some one write or saw an example to integrated authentication with JBoss? I am using JBoss 4.2. Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071338#4071338 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Seam] - Re: nested conversations and parent objects

2007-08-06 Thread pdpantages
Hmm, I did not think of it this way. Thank you kindly, Matt, for clarifying this; I was under the wrong impression all along... PdP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071337#4071337 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Tools (users)] - Re:

2007-08-06 Thread [EMAIL PROTECTED]
please report in jboss tools jira with steps to reproduce (and keep a reference to this forum posting) - Thanmks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071333#4071333 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Tools (users)] - Re: Exadel Plugins available in opensource

2007-08-06 Thread [EMAIL PROTECTED]
go to www.jboss.org/tools and there are links to the source repositories. Wanna help out ? :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071332#4071332 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071332

[jboss-user] [JBoss Tools (users)] - Re: 0.0 unindetified parser exception - in TILES files

2007-08-06 Thread [EMAIL PROTECTED]
report in jboss tools jira with the steps to reproduce View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071331#4071331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071331 ___

[jboss-user] [JBoss Seam] - authenticator.sessionContext CVS

2007-08-06 Thread jknotzke
Hi, I just upgraded to CVS and when attempting to log in, I get the following error: | javax.el.ELException: javax.ejb.EJBTransactionRolledbackException: In attribute requires non-null value: authenticator.sessionContext | I suspect I am missing something in components.xml..

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

2007-08-06 Thread pdepaepe
Fixed on CVS, an other thread is talking about it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071322#4071322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071322 ___ jbos

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting a session from entityManager

2007-08-06 Thread mladen.babic
Ok, I solved a problem.Now I have another:(.Problem is :It doesn't retrieves expected result(it 's retrieve nothing). Is there any mistake in my code above? tnx, mb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071323#4071323 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Re: Reusable Action Buttons tag through Facelets Composition

2007-08-06 Thread franciscoacb
Folks, I'm very sorry. The issue is NOT closed. I thought it worked but it didn´t. I' went back to Seam-Gen code and just forgot to turn it to ReusableActionButtons again when I made the tests. Any ideas? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Seam] - configuration with property files - ideas?

2007-08-06 Thread matt.drees
I'm writing a Seam adapter for ja-sig's CAS client (http://www.ja-sig.org/products/cas/). The client by default is configured by Spring, but I'm trying to configure it with Seam. One thing it does is use a properties file, and a PropertyPlaceHolderConfigurer. To mimic that, I'm doing this:

[jboss-user] [JBossCache] - Re:

2007-08-06 Thread adamw
That's what I'll do. Thanks for the answers :) -- Adam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071314#4071314 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071314 __

[jboss-user] [JBossCache] - Re: Data integrity in a clustered jboss cache

2007-08-06 Thread [EMAIL PROTECTED]
We do support high concurrency under load, even in a cluster, but keep in mind that this is a cache and caches are tuned for high READ concurrency. I.e., 90% reads to writes, or better, for optimal performance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss Seam] - Limiting access to pages inside jPDL pageflows?

2007-08-06 Thread IGx89
I have a jPDL pageflow, and I'd like to prevent users from going to pages inside the pageflow (other than the start page) by entering their URL's in the address bar. More specificially, given a flow of pages: page1->page2, if the user goes to page2 other than by triggering a state transition to

[jboss-user] [JBossCache] - Re:

2007-08-06 Thread [EMAIL PROTECTED]
Then I suppose just use the cache as a cache, don't use eviction policies or cache loaders. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071310#4071310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071310 _

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

2007-08-06 Thread jknotzke
One quick thing however.. The file is a 200K file and it's INCREDIBLY slow to load.. I'm talking a good 2 minutes.. Any ideas ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071309#4071309 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss jBPM] - What happens after I design the process diagram

2007-08-06 Thread dingo001
I have been trying to understand what JBPM is and other than an outdated tutorial and no use documentation, I have nothing. I understand that you use the process designer in eclipse to create a process definitioin that produces something called xyz.par. Now what happens after that? I need to in

[jboss-user] [Clustering/JBoss] - Re: web clustering - fail over, http state replication

2007-08-06 Thread konkimalla
I figured out the problem. I should not use th port 8080, which restricts to the A/S. Instead, I need to point to the node which installed Apache i.e, http://ipaddress/application. Since I have configured properly, I could successfully test loadbalancing and failover capabilities. View the orig

[jboss-user] [JBoss jBPM] - Re: GPD-78 Adding ConfigInfoElements to Actions and nested C

2007-08-06 Thread jorell
I wanted to create jirra issues for these problems but for some reason every time I try to create a user account I get a message saying something like "You are not authorized to create users". The minimum process definition for all the issues would be something like this: | | | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Maven + Embedded EJB + JPA +EJB 3.0 getting Null name

2007-08-06 Thread r_sudh
Hrere is the code that starts up the embedded JBoss micro-container. public void beforeIntegrationTests() { | try { | | // Boot the JBoss Microcontainer with EJB3 settings, loads | // ejb3-interceptors-aop.xml | E

[jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam

2007-08-06 Thread fzaker
Thank you for your answers. I think I should explain a little more and sorry if I am wasting (or some similar verb) your time. 1. I prefer to use Actor class in my application, because by using it, I will be able to use beans like pooledTaskInstanceList or pooledTask. (or I think so!) They are v

[jboss-user] [JBoss Seam] - Re: Third-party EJBs as seam components

2007-08-06 Thread patrickr
Doing it programmatically works: @Name("shoppingCart") | @Scope(ScopeType.SESSION) | public class ShoppingCartManager | { | private ShoppingCart shoppingCart; | | @Create | public void create() throws NamingException | { | InitialContext ic = new In

[jboss-user] [JBoss Seam] - Re: Reusable Action Buttons tag through Facelets Composition

2007-08-06 Thread franciscoacb
Hi all again. I has been solved. I changed the location of actionButtons.xhtml from WEB-INF to the view folder. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071302#4071302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBossCache] - Re:

2007-08-06 Thread adamw
Hello, I have the code written though it's completely separate from jboss cache. As it doesn't make much sense to write a separate cache, I want to intergrate it. However I think I cannot use CacheLoaders too, because I don't want any calls to trigger loads from the CacheLoader --- the keys hav

[jboss-user] [JBoss Seam] - Re: authenticate() called twice

2007-08-06 Thread tim_ph
Never mind. That happens I add @Create in front of it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071299#4071299 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071299 ___

[jboss-user] [JBoss Seam] - Re: Marking Hibernate POJO's as entities without annotations

2007-08-06 Thread IGx89
Done: http://jira.jboss.com/jira/browse/JBSEAM-1766 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071298#4071298 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071298 ___ jbo

[jboss-user] [JBoss Tools (users)] - Re: 0.0 unindetified parser exception - in TILES files

2007-08-06 Thread jpsantos
The previous sample of my tiles file, was not visiable. So here is it again: | | http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd";> | | | | | | | | | | | | | | | | | | | | | View the ori

[jboss-user] [JBoss Seam] - Re: Google Maps and application/xhtml+xml mime type

2007-08-06 Thread samdoyle
This worked great thanks for the info. S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071296#4071296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071296 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - 0.0 unindetified parser exception - in TILES files

2007-08-06 Thread jpsantos
I getting an "error 0.0 unindetified parser exception" in my tiles file. I note that if create the file using only the UI view all looks fine, and I do not get the error. But if edit this same file in the SOURCE view remove any line, do a ctr+z to undo, making the file exactly as before and s

[jboss-user] [JBoss Seam] - Re: Third-party EJBs as seam components

2007-08-06 Thread patrickr
Thanks for your answers, Pete! And sorry for responding so late. However, I can't get the jndi-name lookup working. Since I didn't find any information in the docs, could you please tell me what exactly jndi-name expects? I supposed that this would work. | | But when I use this for inject

[jboss-user] [JBossWS] - Re: JBoss WebService client configuration thru a proxy serve

2007-08-06 Thread Maffewl
the question appears to be in the FAQ. Although its a stub ATM. http://jbws.dyndns.org/mediawiki/index.php?title=FAQ#How_can_I_setup_my_client_to_use_a_proxy.3F noted the link just in case this gets updated. still looking for answers for the time being. View the original post : http://www.jb

[jboss-user] [JBoss Seam] - Re: Reusable Action Buttons tag through Facelets Composition

2007-08-06 Thread franciscoacb
Hi all. I've been testing ReusableActionButtons. It works well except that when it is in use (I change the action buttons Seam-Gen'd code with this code: ReusableActionButtons) and I perform a create ou delete, for example, the next page is not the list page, as it used to be with the Seam-Gen

[jboss-user] [JBoss Seam] - Re: Marking Hibernate POJO's as entities without annotations

2007-08-06 Thread [EMAIL PROTECTED]
This is a bug in Seam. Please file an issue in JIRA with that stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071291#4071291 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071291 ___

[jboss-user] [JBossWS] - JBoss WebService client configuration thru a proxy server

2007-08-06 Thread Maffewl
Can anyone point me to documentation on how run JBoss WebServices as a client behind a proxy server to externally hosted web services? I've been looking online but have not found anything yet. I'll continue to poke around the documentation, but if someone knows off hand, it would save me some

[jboss-user] [JBoss AOP] - Clean resources at the end of the transactions

2007-08-06 Thread avihaimar
Hey, I need to clean some resources at the end of the transaction (CMT ,User Transaction). Can you please advice how to do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071289#4071289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBossCache] - Re: Data integrity in a clustered jboss cache

2007-08-06 Thread itchy75
I am already using REPL_SYNC and I have already tested the transaction manager as you said. But I have a lot of time out out exception when I use SERIALIZABLE isolation level (Fail to acquire lock after 15000ms). So it doesn't work in cluster. The problem is that I have a very high load on the

[jboss-user] [JBoss Seam] - Re: exception handler without redirection

2007-08-06 Thread [EMAIL PROTECTED]
added a new issue with a patch: http://jira.jboss.com/jira/browse/JBSEAM-1765 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071287#4071287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071287

  1   2   3   >