[jboss-user] [JBoss Seam] - Getting JBPM to use the seam managed persistence context

2007-11-14 Thread jcruise
Is there any way of elimnating the hibernate.cfg.xml for jbpm? I am trying to implement a multi-tenant application, with separate database connections per customer. I can easily select the entityManagerFactory dynamically for the main application, but this doesn't change the process db. Which is

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2007-11-14 Thread jcruise
http://jira.jboss.org/jira/browse/JBSEAM-2251 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104857#4104857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104857 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: -Seam-gen PropertyNotFoundException after generate-entit

2007-11-14 Thread nharrison
I've made further progress now. Here is what I've found. 1. MySQL "LONGTEXT" columns are not mapped correctly. The workaround is to add the following annotation @Column(name = "Contents_Required", length=2147483647) 2. The error in my first post is solved by configuring the SApplicationsList

[jboss-user] [JBossWS] - Re: ClassCastException in HandlerResolverImpl.addHandler

2007-11-14 Thread jtestori
thank you. extending org.jboss.ws.core.jaxws.handler.GenericHandler works :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104855#4104855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104855 __

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

2007-11-14 Thread samdoyle
Why does Red Hat Developer Studio not allow you to create a Seam project if you are using Glassfish for your server instance? Does this mean I can't use RHDS if I am using Glassfish? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104856#4104856 Reply to the

[jboss-user] [JBoss jBPM] - Re: error Resource: org/jbpm/msg/Message.hbm.xml not found

2007-11-14 Thread roloreaper
"mputz" wrote : From a first glance it looks like you are using a hibernate.cfg.xml from jBPM version 3.1.x along with the code from jBPM 3.2.x, as this entity no longer exists in the current version. What are we supose to use then? View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: seam-gen entities: cascading bug or accepted behavior?

2007-11-14 Thread sstrenn
Max, Thanks for clearing that up. I'll submit a feature request to the hibernate tools project to adjust the cascade attribute so that it matches the database-defined behavior. I'll also submit a request to the seam team for a mention of this behavior in the "Getting started with Seam, using

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2007-11-14 Thread jcruise
Are you running on tomcat or Jboss AS? I get this error whenever I have the jbpm scheduler service even configured. It appears whenever I try to close a process instance. So, I've been working around it by just disabling the scheduler service. I'll file a JIRA issue for my problem. View the

[jboss-user] [JBoss Seam] - Where to invoke implicit login for custom SSO?

2007-11-14 Thread stu2
I'm implementing simple custom SSO, and am struggling to find the correct place to perform an implicit login when the user first hits the application. I had thought that a filter would be the natural place for this, and have a SsoFilter created and registered with SeamFilter. This works as I ex

[jboss-user] [JBossCache] - Re:

2007-11-14 Thread spennec
Manik, Thanks for the info on LockParentForChildInsertRemove, I'm going to try that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104847#4104847 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104847 _

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

2007-11-14 Thread [EMAIL PROTECTED]
JBoss Tools are the opensource eclipse plugins we develop for JBoss releated tech (hereunder the Seam ones) RHDS is a full bundle of jboss tools, jboss EAP, eclipse, 3rd party plugins and RHEL available under subscription when RHDS goes final - see more at redhat.com/developers/rhds View the

[jboss-user] [JBoss jBPM] - while running jbpm-console example im getting below mentione

2007-11-14 Thread satyagkk
ERROR [JDBCExceptionReporter] Table not found in statement [select top ? job0_.ID_ as ID1_26_, job0_.VERSION_ as VERSION3_26_, job0_. ERROR [JobSession] org.hibernate.exception.SQLGrammarException: could not execute query ERROR [JobExecutorThread] exception in job executor thread. waiting 5000

[jboss-user] [JBoss Seam] - Re: seam-gen entities: cascading bug or accepted behavior?

2007-11-14 Thread [EMAIL PROTECTED]
it's a default behavior - there isn't implemented suport for taking into account db specific constraints. Open a feature request against hibernate tools ;) p.s. you can use reveng.xml to control parts of this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

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

2007-11-14 Thread nickarls
Nice work! But could you set something straight for me: Is it called "JBoss Tools" or "Red Hat Developer Studio"? Are the same? Is RHDS the successor of JT? Cousins? Roommates? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104844#4104844 Reply to the post

[jboss-user] [JBoss Portal] - Re: Customized top-level portal page

2007-11-14 Thread callatis
Nothing, nobody? I hope it's not cuz it's a tough question... :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104840#4104840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104840 __

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

2007-11-14 Thread sks4jboss
Hi Adrian, Problem reoccured again for us last nite. We managed to get listInUseConnections from CachedConnectionManager. Below is the output. It shows only 4 connections . We haven't modified WeakHashMAp to HashMap. But in use connections still have the first connection created (So I believe

[jboss-user] [JBoss Getting Started Documentation] - Re: Why can not access JBOSS web app?

2007-11-14 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=bb&op=viewtopic&p=4104838#4104838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104838 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying error with JBoss 4.x

2007-11-14 Thread jaikiran
anonymous wrote : I have just modified hsqldb-ds.xml file in deploy/ folder And what did you change in that file? Can you post the contents of that changed file(remember to wrap the contents in a code block by using the Code button in the message editor window, while posting)? By the way, why di

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying error with JBoss 4.x

2007-11-14 Thread sridharkumarch
JaiKiran, I have just modified hsqldb-ds.xml file in deploy/ folder. After that --- MBeans waiting for other MBeans --- ObjectName: jboss.ejb:service=EJBTimerService,persistencePolicy=database State: CONFIGURED I Depend On: jboss.jca:service=DataSourceBinding,name=DefaultDS Error not show

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Persistence/Toplink

2007-11-14 Thread devTrivedi
Hii... Can ne1 can tell me how to configure my jBoss server to use Toplink as a data provider View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104835#4104835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104835

[jboss-user] [JBossWS] - Re: how to publish my own wsdl

2007-11-14 Thread tpawankumar
Hi Alessio, Thanks for the reply. I have tried but i didnt succeed. This is my SEI package com.covad.inter; | | import java.rmi.Remote; | import java.rmi.RemoteException; | | import javax.jws.WebService; | | | | @WebService(name="Hello",targetNamespace = "http://Inter.cov

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

2007-11-14 Thread samdoyle
So I'm not sure if this is the best place to ask this but I can't find any forums related to Red Hat Developer Studio. RDS will not allow me to create a Seam project with a GlassFish server instance. When it comes to the dialog that asks me the project name, runtim and server I specify the ins

[jboss-user] [JBoss Seam] - Logging successful user login activity using seam security

2007-11-14 Thread terryb
I would like to keep track of successful user logins. wondering what is the best place to log it? when using seam authentication the authenticate method (say Authenticator.authenticate) has to return true if username credentials are validated. Is it sufficent to log successful login activity

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

2007-11-14 Thread naveed.hasan
With the migration to xulrunner for vpe, is there a x86_64 build planned? Is it possible for users to build this feature / plugin from source themselves? It'd be nice to at least see vpe in action on an pure 64 bit system. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Can JBoss/Tomcat use specific alias from keystore (keyalias)

2007-11-14 Thread krishnakumars
Hello, We use JBossSX's support for PBESecurityDomain in our Tomcat Connector. Our Connector element looks like this: Our Keystore has multiple aliases in it. By default Tomcat uses the first keystore alias it finds. I need to change this behavior so Tomcat uses a specific alias. Tomc

[jboss-user] [JBoss Seam] - Re: Paging and Listing

2007-11-14 Thread terryb
jira issue filed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104827#4104827 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104827 ___ jboss-user mailing list jboss-user@li

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Can JBoss/Tomcat use specific alias from keystore (keyal

2007-11-14 Thread krishnakumars
The earlier post was missing the Connector extracts. Reposting. -- We use JBossSX's support for PBESecurityDomain in our Tomcat Connector. Our Connector element looks like this: | Our Keystore has multiple aliases in it. By default Tomcat uses the first keystore alias it finds.

[jboss-user] [JBoss Seam] - Re: Reading HTML from database

2007-11-14 Thread terryb
Thanks arussel! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104823#4104823 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104823 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Seam] - Re: ExtJs and JBoss Seam with web remoting

2007-11-14 Thread mgrouch
(Sorry for off-topic) MyGTW is getting better too http://www.mygwt.net/ http://www.mygwt.net/deploy/dev/explorer/ I wish Seam integration with GWT and ExtJs was supported better (By tools/documentation/examples, etc) Thanks View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re: ExtJs and JBoss Seam with web remoting

2007-11-14 Thread mgrouch
GWT EXT combo is pretty impressive too http://code.google.com/p/gwt-ext/ http://gwt-ext.googlecode.com/svn/trunk/site/samples/Showcase/Showcase.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104821#4104821 Reply to the post : http://www.jboss.com/index

[jboss-user] [Microcontainer] - Nested property reference

2007-11-14 Thread trustin
Hi, I am currently trying to make Apache MINA Microcontainer friendly. It's already very Springframework friendly so I think it should be JBossMC friendly already, but I want to clarify one thing - nested property reference. In Springframework, I can access other POJO subproperties like the fo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problems with shutting down the JBoss after ava.lang.Out

2007-11-14 Thread genman
Well, when you run out of memory, weird stuff starts to happen, for example files get closed, etc. Does shutdown work when you don't run out of memory? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104820#4104820 Reply to the post : http://www.jboss.com/ind

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Configuring only JMS

2007-11-14 Thread jwcone
The JBossMQ FAQ has entries on memory usage and on creating a standalone JBossMQ configuration: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQ There's also a wiki article on tuning and slimming JBoss, in general: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming View the original

[jboss-user] [Beginners Corner] - Re: Why I can't start JBOSS 4.2.2GA?

2007-11-14 Thread jackhexy
You are the best! Thank you very much and miss the time spent together. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104815#4104815 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104815 ___

[jboss-user] [JBoss Seam] - Page actions and parameters

2007-11-14 Thread jiangliu
Hi all, I have a question concerns about the Seam page action and parameter. For the Seam page action, because it occurs just before we render a page, so could i say it happens between JSF phase 5 and phase 6? For the Seam page parameters, when is that happened in the JSF phase(s)? Could i sa

[jboss-user] [EJB 3.0] - EJb3 local question

2007-11-14 Thread pdtp
Hi... I have problem accessing my statless ejb bean from my web layer. My ear contain 1 war called myapp.war and 1 jar (EJB3) called myejb.jar. In my application.xml, I have specify myapp.war as web module and myejb.jar as ejb module. I have implement both local and remote for my stateless ejb3.

[jboss-user] [JBoss Seam] - Changes applied only to Custom Datatype in a entity not save

2007-11-14 Thread rnallakukkala
I'm using Seam 2.0.0.GA I have an entity which has a custom data type | @Entity | @Table(name = "CST_Customer") | public class Customer extends AbstractRevisionableEntity { | | | private Password password; | | @org.hibernate.annotations.Type(type = "password") | @

[jboss-user] [JBoss Seam] - Re: Modular pluggable components application

2007-11-14 Thread trouby
Hah, was my post looks like I'm an embittered developer? :-) I was curious if there are any known architecture designs which can assist in modular pluggable components deployment, Main points are: - pluggable components activation/de-activation - Affect already installed components behaviors in

[jboss-user] [JBoss Seam] - Re: Different AJAX behaviour in Firefox and IE

2007-11-14 Thread DamonChong
Ah, I see.guess I must look for a better approach then. Thank you! :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104810#4104810 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104810

[jboss-user] [JBossWS] - Re: Enabling cookies in a JBossWS web service client

2007-11-14 Thread cbalaves
Thanks, Richard! It worked! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104803#4104803 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104803 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Seam] - Re: s:decorate - default template

2007-11-14 Thread Kragoth
Thanks pete. I'm not sure what you mean by a factory in components.xml but I'll try and see if I can find some doco about that. I really appreciate all the help you guys give. I have submitted the feature request. I'm not sure of the details I should give it but it's there. http://jira.jboss

[jboss-user] [JBoss Portal] - Injecting user/role using http headers

2007-11-14 Thread ganeshmb
Is it possible to inject the user and role information from an external authentication engine through HTTP headers? I want to somehow configure the portal to blindly use the user/role that are being passed as HTTP headers in the first request. >From what I have been reading so far, I believe

[jboss-user] [JBoss Seam] - seam-gen entities: cascading bug or accepted behavior?

2007-11-14 Thread sstrenn
Folks, When seam-gen generates an entity with a one-to-many association to another entity, it appears to always set the cascade attribute to CascadeType.ALL. My sense is that this is incorrect behavior when the foreign key's constraint in the database is set to ON DELETE RESTRICT. Is this an "

[jboss-user] [Clustering/JBoss] - Farm hot-deploy waits for MDBs to finish?

2007-11-14 Thread seoeng
I have MDBs which sometimes run lengthy processes. I want to be able to drop a new EAR into the /farm directory, and all of the apps should restart/redeploy. But what is happening is that the apps which are running these long-running MDBs are waiting for the MDBs to finish before restarting/re

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - STILL HAVING ISSUES...Neither EJB 2.1 or 3.0 are deployed

2007-11-14 Thread darretta
I have sent a number of conflicting messages due to various circumstances, but my bottom line now is that neither my 2.1 nor 3.0 beans deploy. My environment is JBoss 4.0.3SPI (with RC5 update), Redhat Linux 3.5 ES, Java 1.5.0_12, J2EE 5 persistence apis Here is what I've done thus far: (

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: STILL HAVING ISSUES...Neither EJB 2.1 or 3.0 are deploye

2007-11-14 Thread darretta
Should mention that the errors are: -- No entity manager injection -- EJBs not bound exception View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104797#4104797 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104797 ___

[jboss-user] [EJB 3.0] - Re: @id id data type: primitive or object which one is bette

2007-11-14 Thread [EMAIL PROTECTED]
i use primitives, seems to make the most sense (since its a primary key, its can't be nullable, so using larger Object representation doesn't seem necessary). Some people don't like setting the primitive int to "0" to indicate the ID isn't set - if you are one of those people, use Integer so yo

[jboss-user] [EJB 3.0] - Re: @id id data type: primitive or object which one is bette

2007-11-14 Thread gus888
No help? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104794#4104794 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104794 ___ jboss-user mailing list jboss-user@lists.jboss

[jboss-user] [JBoss Seam] - XHTML Performance

2007-11-14 Thread monkeyden
I have been profiling our Seam 1.2 (XHTML) application using JProfiler and have discovered an obscene number of HashMap$Entry objects on the heap (typically about 7-8 million). Not withstanding the possibility that this is the most common data structure in a web container/application, I suspect

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Configuring queue in jboss-web.xml

2007-11-14 Thread sudarshanacharya
Do you have any working examples on that? I still am not able to figure this out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104792#4104792 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104792

[jboss-user] [JBoss Messaging] - JBoss Server freeze with error [org.jboss.remoting.transport

2007-11-14 Thread mpr_prabhu
We are running JBoss 4.2 with JBoss Messaging 1.3 Our JMS components consist of -- JMS Topic that recieves large number of messges from a Data pump client. -- An MDB listens to this Topic -- Queue that recieves sort of heartbeat messages -- An MDB that listens to heartbeat messages and responds

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate outer/inner join problem

2007-11-14 Thread sztank
Hello, I trying to use Criteria to build some conditional query and I could not manage to set it up well. The query is: | Criteria crit = session.createCriteria(Contract.class); | crit.setFetchMode("product", FetchMode.JOIN); | crit.createAlias("status", "stat"); | crit

[jboss-user] [JBoss Seam] - Make SLSB and SFSB hot deployable for RAD

2007-11-14 Thread supernovasoftware.com
Please vote for the following issue. http://jira.jboss.org/jira/browse/EJBTHREE-1096 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104786#4104786 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104786 _

[jboss-user] [EJB 3.0] - Make SLSB and SFSB hot deployable for RAD

2007-11-14 Thread supernovasoftware.com
Please vote for the following issue. http://jira.jboss.org/jira/browse/EJBTHREE-1096 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104785#4104785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104785 _

[jboss-user] [JBoss Seam] - Seam stuck in recursive loop

2007-11-14 Thread pete76
Hi, I am trying to get a stripped down (no JPA / EJB3, just view to actions) Seam 2 booking app working inside Tomcat 6.0.14 and am getting the error below (seam get stucks in a loop): Is what I am trying to do feasible (ie. strip out the JPA/EJB3 stuff)? Can anyone recommend where the prob

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

2007-11-14 Thread earniedyke
Can you give us a timeframe please? Days? Weeks? I have a boss who is very anxious for me to get a Seam app deployed into a 2.6.2 portal. Thanks for the hard work! Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104779#4104779 Reply to the post : ht

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.2 + JBoss AS 4.2.2.GA = true?

2007-11-14 Thread viggo.navarsete
Any special reasons why Richfaces doesn't work with the current version of the JBoss Portal (2.6.2)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104776#4104776 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104776 _

[jboss-user] [JBoss Seam] - Re: No phase id bound to current thread exception

2007-11-14 Thread tresspicher
Just FYI, these threads seem to pertain to a similar problem but I can't see a definitive solution in any of them. Has anyone resolved this?? http://www.jboss.com/index.html?module=bb&op=viewtopic&t=119757&postdays=0&postorder=asc&start=0 http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Seam] - Re: BookingListAction SFSB and Serializable interface

2007-11-14 Thread asookazian
also, how does this booking project (specifically this SFSB) avoid SerializationExceptions if the Log object is not marked as "transient"? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104772#4104772 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBossWS] - Re: how to dynamically change URL where client is connecting

2007-11-14 Thread [EMAIL PROTECTED]
If you only need to use different endpoint (with different addresses) and the services publish the same wsdl contract, just use this: | ((BindingProvider)myPort).getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, endpoint); | where "endpoint" is your runtime selected endp

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

2007-11-14 Thread earniedyke
I too am interested in the portlet example that is referenced in the reference guide. Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104762#4104762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104762 ___

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

2007-11-14 Thread [EMAIL PROTECTED]
http://in.relation.to/Bloggers/JBossTools2ReleaseCandidate Nice work Max :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104771#4104771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104771 __

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

2007-11-14 Thread [EMAIL PROTECTED]
Thought you might be interested in http://in.relation.to/Bloggers/JBossTools2ReleaseCandidate View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104770#4104770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104770 __

[jboss-user] [JBoss Seam] - Re: Target Unreachable with two entity instances?

2007-11-14 Thread whafrog
"[EMAIL PROTECTED]" wrote : No, you can have instances of the same entity type in the context at the same time. I don't see where you outject/make available searchLender. I had added the @Out annotation but got the same result so I removed it. I just tried again to confirm. Is there something

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

2007-11-14 Thread [EMAIL PROTECTED]
We should have news on the portlet example soon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104765#4104765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104765 ___ jboss-

[jboss-user] [JBossWS] - Re: Information about deployed service

2007-11-14 Thread [EMAIL PROTECTED]
No, it does not exist afaik. But could you please add some more details about what you would expect exactly to have? This could be interesting from a productivity point of view... (see the sticky productivity thread in this forum) and be implemented in future. Thank you View the original post :

[jboss-user] [Messaging, JMS & JBossMQ] - MDB Not instantiated? Not seeing onMessage (stdout messages)

2007-11-14 Thread srkpriv
Hi I am debugging my JBOSS JMS application. I have a single class with following messages. I have just provided the skeleton of the classes to give an idea; public JMSMessageDrivenBean extends MDB, MessageListener { ejbCreate() { system.out.println("created") ; } onMessag

[jboss-user] [JBoss Seam] - BookingListAction SFSB and Serializable interface

2007-11-14 Thread asookazian
@Stateful | @Scope(SESSION) | @Name("bookingList") | @Restrict("#{identity.loggedIn}") | @TransactionAttribute(REQUIRES_NEW) | public class BookingListAction implements BookingList, Serializable According to JSR 220: "The session bean class is not required to implement the SessionBean

[jboss-user] [JBoss Seam] - Re: Reading HTML from database

2007-11-14 Thread arussel
added: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104756#4104756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104756 __

[jboss-user] [JBossWS] - Re: JAX-RPC Web Services - Class is not a servlet error - Ho

2007-11-14 Thread [EMAIL PROTECTED]
Did you already read this http://jbws.dyndns.org/mediawiki/index.php?title=JAX-RPC_User_Guide#JSR-109_POJO_Endpoint ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104761#4104761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBossWS] - Re: WebService with Basic Security Profile

2007-11-14 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBWS-1907 Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104759#4104759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104759 ___ j

[jboss-user] [JBoss Portal] - JBoss Portal and LDAP roles

2007-11-14 Thread jl7791
Hello, I am using JBoss Portal 2.6.2-GA with OpenLDAP for authentication. I've got everything working correctly, but I have a question about the roles. My customer wants to use a role of "Portal Admin" instead of the "Admin" role. How do I go about configuring the portal to specify that this

[jboss-user] [JBoss jBPM] - Re: Token.signal() throws Exception from FieldInstantiator

2007-11-14 Thread kukeltje
Without wanting to sound rude, the original class posted was a *full* classdefinition and so the Tool variable *cannot* be declared somewhere else. jBPM uses reflection to set variables if the action contains a xml. Your example might demonstrate the *same* problem. The code invoked by the acti

[jboss-user] [JBoss Seam] - Re: Error deploying jpa example from Seam 2 GA

2007-11-14 Thread seamdev
http://jira.jboss.com/jira/browse/JBSEAM-2247 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104752#4104752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104752 ___ jboss-use

[jboss-user] [JBoss Seam] - s:link propagation

2007-11-14 Thread trickyvail
When you use a s:link tag the tag propagates long-running conversations by default. You can change it's behavior with the use of the propagation attribute: anonymous wrote : propagation - determines the conversation propagation style: begin, join, nest, none or end. Shouldn't there also be a prop

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - second level cache

2007-11-14 Thread loic
Hi All, I'm using EJB3 on jboss4.0.5.GA connected on MSSQLServer using jtds. Everything's going well instead a problem on cache. Here is the test i'm doing : I have a sample entity : @Entity | @Table(name="FileToSend") | public class FileToSend And i'm using it in a stateful session bean

[jboss-user] [JBoss Seam] - Seam 2.0 Compatiblity - MyFaces, Tomahawk, Trinidad, Ajax4js

2007-11-14 Thread billevans
Does anyone know if there is an accurate listing of the VERSIONS of: | MyFaces | MyFaces-Tomahawk | Apache Trinidad | ajax4jsf | a4j-trinidad | | | ... that are COMPATIBLE with SEAM 2.0?? | | Much appreciate any help on this! View the origin

[jboss-user] [JBoss Seam] - Can I use seam to fix my url redirect problem that JSF is ca

2007-11-14 Thread TheKurgan
Right now I have written a JSF application that makes use of a bunch of treenode components on a jsp page. When I click on one of the tree node components then it will execute the treeNode action and display results in a results.jsp file via page navigation. This resulting page has a url in th

[jboss-user] [JBossWS] - Re: is it possible to mix Xfire and Jboss ProviderImpls

2007-11-14 Thread [EMAIL PROTECTED]
You can get a new instance of org.jboss.ws.core.jaxws.spi.ProviderImpl, since specification required it to have a public constructor which takes no arguments. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104744#4104744 Reply to the post : http://www.jboss.

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Null Pointer in JSP compile

2007-11-14 Thread nodari
Hi, I have a web application deployed in JBoss 4.2.1 GA and when I try to access the JSP pages I get the following error: Exception org.apache.jasper.JasperException: Unable to compile class for JSP org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:574) org.apache.jaspe

[jboss-user] [JBoss Messaging] - Re: Distributed queue, HA-JMS/singleton basic questions

2007-11-14 Thread kapucin
Great. Much appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104743#4104743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104743 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Tools (users)] - JBossTools 2.0.0.CR1 released

2007-11-14 Thread [EMAIL PROTECTED]
We're happy to announce JBossTools 2.0.0.CR1! We will be uploading the update site in a day or so as we try to work with an issue related to our new dependency on XulRunner. The next step is GA! Here are the relevant links: New and noteworthy: http://docs.jboss.org/tools/whatsnew/index.html ALL

[jboss-user] [JBoss Getting Started Documentation] - Why can not access JBOSS web app?

2007-11-14 Thread Kentzhou
Download and install JBOSS 4.2.2 GA on windows 2003. The start the server with default. Then I can assess the web app at http://localhost:8080/ but I can not access the web app at http://myserver:8080/ from another computer. The network works fine. For example I can access IIS with http://myser

[jboss-user] [JBossWS] - Re: how to publish my own wsdl

2007-11-14 Thread [EMAIL PROTECTED]
Use the wsdlLocation attribute of @WebService, pointing to a local copy of the wsdl you would like to publish. Here is an example: @WebService( |name = "Echo", |targetNamespace = "http://tempuri.org/";, |wsdlLocation = "/WEB-INF/wsdl/service.wsdl", |endpointInterface = "o

[jboss-user] [JBoss Seam] - Re: Different AJAX behaviour in Firefox and IE

2007-11-14 Thread [EMAIL PROTECTED]
The onclick method is executed before the action. This is normal for HTML (do the onclick, submit the form). I guess IE is just slower to update the parent window View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104736#4104736 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - No phase id bound to current thread exception

2007-11-14 Thread tresspicher
Hi all, I am a newcomer to JEE and SEAM, so bear with me. I have searched the forums and have not been able to find a solution that resolves this issue for me. I am using SEAM 2.0.0 BETA 1 + Facelets + RichFaces 3.2.1. I had been using ajax4jsf but replaced it with RichFaces and that's when I

[jboss-user] [JBoss Messaging] - Re: Distributed queue, HA-JMS/singleton basic questions

2007-11-14 Thread timfox
"kapucin" wrote : | Most of the time there will be at least one consumer on each queue. So there is no need to route/pull the messages until a consumer starts to choke or fails completely. Of course, if my assumptions on how it works are correct. | That's right - JBM always tries the loca

[jboss-user] [JBoss Seam] - Re: Difference between session timeout and not logged in yet

2007-11-14 Thread jacob.orshalick
You have to make some assumptions here, but you can basically notify the user when the server session has ended with the following in a PhaseListener: @Observer("org.jboss.seam.beforePhase") | public void beforePhase(PhaseEvent event) | { | if(event.getPhaseId() == PhaseId.RESTORE_VIEW)

[jboss-user] [EJB/JBoss] - SFSB and Serialization/Passivation problem with log4j

2007-11-14 Thread asookazian
I am having a SerializationException with a log4j instance in my SFSB in a Seam 2.0 web app. There are two SFSB's in this case (one is injected into the other). I changed my code to use the 'transient' keyword as follows but the error is still occurring. Please explain how to fix this. Als

[jboss-user] [JBoss Seam] - Re: Paging and Listing

2007-11-14 Thread [EMAIL PROTECTED]
Yes, you are correct. Please file a jira issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104730#4104730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104730 ___ jboss-u

[jboss-user] [JBoss Seam] - Re: unexplode problems

2007-11-14 Thread [EMAIL PROTECTED]
I remember from using windows that you could delete some of these jars but not others. give it a go, let us know which ones you can't delete. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104727#4104727 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: EntityQuery Restrictions/SG problems with Integer Field

2007-11-14 Thread [EMAIL PROTECTED]
You have an error in your code Caused by: java.lang.UnsupportedOperationException | at java.util.AbstractList.add(AbstractList.java:151) | at java.util.AbstractList.add(AbstractList.java:89) | at gov.hhs.fda.ocio.fdaaa.entity.SectionList.getRestrictions(SectionList.j

[jboss-user] [JBoss Seam] - Re: unexplode problems

2007-11-14 Thread koenhandekyn
i can delete everything but the jars in \lib .war\WEB-INF\lib ==> seems to be the classloader that 'locks' the jars ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104724#4104724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Different AJAX behaviour in Firefox and IE

2007-11-14 Thread DamonChong
Hi, I tried to use a pop-up window to add a new record into the database and at the same time refresh the parent window's drop down list (reflecting the added new record). However, although the refresh works in IE (correct sequence, add to database then refresh browser drop down list) but the s

[jboss-user] [JBoss jBPM] - Re: Token.signal() throws Exception from FieldInstantiator

2007-11-14 Thread mr.lou
Hello, SidKennedy is my project partner and I have the same problem with this exception in a slightly different context. @kukeltje To answer your Question, yes, the Tool declaration is somewhere else. I think the point is, that there is the XML action configuration that cannot be parsed in so

[jboss-user] [JBoss Seam] - Re: Modular pluggable components application

2007-11-14 Thread [EMAIL PROTECTED]
What are you actually asking? ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104720#4104720 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104720 ___ jboss-user mailing lis

[jboss-user] [JBoss Seam] - Re: unexplode problems

2007-11-14 Thread [EMAIL PROTECTED]
The way to check the culprit is to see what doesn't get removed properly. I can't check as I don't have access to windows. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104719#4104719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Tools (users)] - Re: How to debug an old J2EE Project created with an older J

2007-11-14 Thread [EMAIL PROTECTED]
1) Report this in jira (with details on how we recrate that projects that is failing to be added) 2) Run packaging is the old JBoss IDE - not part of JBoss Tools 3-7) Use the *Archiving* features; not old Packaging JBoss IDE (it sounds like you have a mix of jboss tools and jboss ide) View the

[jboss-user] [JBoss Seam] - Re: Target Unreachable with two entity instances?

2007-11-14 Thread [EMAIL PROTECTED]
No, you can have instances of the same entity type in the context at the same time. I don't see where you outject/make available searchLender. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104714#4104714 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: POJO webservices on tomcat

2007-11-14 Thread [EMAIL PROTECTED]
Yes a wiki page or blog article with this on what be great, thanks Matthew! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104712#4104712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104712 ___

  1   2   3   >