[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-03-12 Thread armita
I am getting a java.lang.IllegalArgumentException: argument type mismatch for UploadedFile property. Any idea? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929581#3929581 Reply to the post :

[JBoss-user] [EJB/JBoss] - Could not create entity error when migrating EJBs from Web

2006-03-12 Thread AntGod
Hi, I am trying to deploy and existing web application from Weblogic to JBoss. I am now able to successfully deploy and run the main application, however when I try to do a save function, I get errors like this: 15:24:33,806 ERROR [AuftragDO] Could not create entity |

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Fibo tutorial

2006-03-12 Thread kamal444
Ya my thing started to work, The only thing I did was to remove the Client.jar from the EAR file. And everything is working fine. Tell me if u are having any problem. Regards, Kamal View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929583#3929583 Reply to the

[JBoss-user] [JBoss jBPM] - Re: How do I retrieve Tasks for all Actors?

2006-03-12 Thread [EMAIL PROTECTED]
You could easily write an administration console that makes a SQL call to the DB and returns all of this data, is that much harder then using an API from jBPM? Why afraid that would be the answer? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929584#3929584

[JBoss-user] [JBoss Seam] - Re: New movie: Using the Seam reverse engineering tool

2006-03-12 Thread rezebric
Thanks Max. Here is another one. When I deploy the Seam booking example on Tomcat is working fine. But where is the booking-ds.xml that is referenced in the persistence.xml? Can you please provide a description file -dtd, xsd, txt...- for the persistence.xml? View the original post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Weblogic to JBoss EJB-CMP doesnt work

2006-03-12 Thread AntGod
Hi, I am trying to deploy and existing web application from Weblogic to JBoss. I am now able to successfully deploy and run the main application, however when I try to do a save function, I get errors like this: 15:24:33,806 ERROR [AuftragDO] Could not create entity |

[JBoss-user] [EJB 3.0] - Re: Problem with Lazy attributes - 4.0.3SP1-EJB3.0RC4

2006-03-12 Thread hindog
As for the ClassCastException -- this is a Blocker bug for me (JIRA talk). How are others working around this issue? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929588#3929588 Reply to the post :

[JBoss-user] [JBoss Portal] - is there any plan to let Jboss portal run on other apps ? li

2006-03-12 Thread [EMAIL PROTECTED]
Hi Thank you for reading my post. is there any plan to make jboss portal run on tomcat ? Thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929589#3929589 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929589

[JBoss-user] [JBoss Seam] - Problem using ADF-Faces and Seam

2006-03-12 Thread jcruise
I am using Seam beta2 / EJB3 and ADF faces. I can get my ADF Faces pages to render (thanks to the FAQ) *BUT* I am getting the following messages in the server log whenever I call an ADF faces page: 12:17:25,373 ERROR [STDERR] Mar 12, 2006 12:17:25 PM

[JBoss-user] [JBoss AOP] - Re: DynamicAOP not working with Examples

2006-03-12 Thread [EMAIL PROTECTED]
The installer seems to incorrectly set Isolated and CallByValue to true regardless of what you select, so I got the same errors as you. Changing these values to false in ear-deployer.xml fixes the problem. View the original post :

[JBoss-user] [JBoss Seam] - Re: Problem using ADF-Faces and Seam

2006-03-12 Thread jcruise
I guess I should add that my ADF-Faces pages were working without this error before the Seam migration - hence the post to this forum. I wasn't trying to be wilfully offtopic :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929592#3929592 Reply to the post :

[JBoss-user] [JBoss AOP] - Re: Can you use AOP to force an object as an EJB3 object?

2006-03-12 Thread [EMAIL PROTECTED]
Not really, the EJB container does a lot of extra stuff like binding into JNDI, pooling etc. You can apply some of the transactions and security functionality though. You can apply more aspects if you want by deploying an extra aop.xml file with your deployment, and using the @AspectDomain

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - What should I expect when roll backing user transaction

2006-03-12 Thread bentins
I obtained a user transaction. I than go into a loop where at the begining of the iteration I begin the trasnaction and before going to the next iteration I commit. If one of the iteration fails (for whatever reason), the loop is broken and the transaction is rolled back. I would expect that

[JBoss-user] [JCA/JBoss] - Connection handle is not currently associated with a Managed

2006-03-12 Thread asaf
I'm using a Data Source Connection and get this messages periodicaly. The strange thing is that this Exception is not thrown all the time. What can cause this problem? I dont think that this is a connection leak becasue i Can see that the pool is not full (I defined 100 connections and only 10

[JBoss-user] [JCA/JBoss] - Re: Connection handle is not currently associated with a Man

2006-03-12 Thread asaf
the Full Exception is : SQlException: Connection handle is not currently associated with a ManagedConnection View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929596#3929596 Reply to the post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: What should I expect when roll backing user transaction

2006-03-12 Thread bentins
MY MISTAKE It worked as it should have worked!!! Committed the good rolledback the bad View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929597#3929597 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929597

[JBoss-user] [Microcontainer] - JavassistReflectionFactory wondering

2006-03-12 Thread bkeh12
Hi, |protected void unbox(JBossStringBuilder buffer, CtClass primitive) |{ | if (CtClass.booleanType.equals(primitive)) | buffer.append(.booleanValue()); | else if (CtClass.byteType.equals(primitive)) | buffer.append(.byteValue()); | else

[JBoss-user] [Remoting] - (Very) Small MulticastDetector Bug

2006-03-12 Thread Allesmallachen
Hi, I think I found a (very) small bug in the MulticastDetector implementation. If you don't call start and then stop or if you call stop twice, you will get a NullPointerException (see JUnit test below). This is no major issue (after all you can just call the methods correctly), but I think

[JBoss-user] [JBoss AOP] - Re: Can you use AOP to force an object as an EJB3 object?

2006-03-12 Thread asack
[EMAIL PROTECTED] wrote : Not really, the EJB container does a lot of extra stuff like binding into JNDI, pooling etc. You can apply some of the transactions and security functionality though. Thanks Kabir, I came to that conclusion looking at the code too. Btw, I think this would be a very

[JBoss-user] [EJB 3.0] - problem deploying EJB3 In JB4.0.4

2006-03-12 Thread MmarcoM
HELLO all, i have developed a j2ee app based on EJB3./ I have deployed it in JB4.0.3sp1 and everything worked fine when i downloaded JB4.0.4 and deployed it, i got a hge exception... at beginning, i have this 2006-03-12 13:50:23,750 DEBUG [org.jboss.system.ServiceController] Creating

[JBoss-user] [JBoss AOP] - Re: deploying precompiled apps in jboss

2006-03-12 Thread eprst
thanks for your reploy. but what if I can't package them as .aop files? What if I want to use AOP in my EJBs and library classes which are already packaged as .war/.jar/.sar/.ear or even reside in server/xx/lib ? I guess the only way is to list them in the jboss.aop.class.path system

[JBoss-user] [JBoss Seam] - Re: New movie: Using the Seam reverse engineering tool

2006-03-12 Thread [EMAIL PROTECTED]
that is a seam usage question - not for the reveng stuff...open another thread. (p.s. persistence.xml is described in the ejb3 spec) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929604#3929604 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Help. JBoss problems on Mandrake Linux 9.2

2006-03-12 Thread aruljose
I face the same problem now. I removed the JBOSS_HOME from my .bashrc I know my jdk installation is proper. I am running tomcat with it. I am using mandriva linux (the mandrake version after 10). The server is not starting. All I have done is just unzipping the jboss zip file and included the

[JBoss-user] [JBoss Portal] - Re: is there any plan to let Jboss portal run on other apps

2006-03-12 Thread [EMAIL PROTECTED]
yes the 3.x series, 3.0 will not depend specifically on JBoss AS. Tomtcat will be the first environement then we'll take care of making JBP work in other envs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929606#3929606 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: Remote MBean access

2006-03-12 Thread [EMAIL PROTECTED]
Try using a more recent jboss version, 4.0.3SP1, 3.2.8SP1 are the latest. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929607#3929607 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929607

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JmsXA not working across distributed JBoss servers

2006-03-12 Thread [EMAIL PROTECTED]
XA does not imply distributed transactions. You need a DTM: http://www.jboss.com/products/transactions View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929608#3929608 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929608

[JBoss-user] [Beginners Corner] - Re: Weblogic to Jboss Conversion

2006-03-12 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQ http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929609#3929609 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929609

[JBoss-user] [JBossWS] - Re: Web Services: where are they?

2006-03-12 Thread [EMAIL PROTECTED]
You need 4.0.4RC1 or latter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929611#3929611 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929611 --- This SF.Net email is

[JBoss-user] [EJB 3.0] - Re: problem deploying EJB3 In JB4.0.4

2006-03-12 Thread [EMAIL PROTECTED]
See if the migration page helps out. Pars are no longer valid it would appear: http://wiki.jboss.org/wiki/Wiki.jsp?page=FromJBossEJB3.0RC3ToRC4PFD View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929612#3929612 Reply to the post :

[JBoss-user] [JBoss jBPM] - cvs access

2006-03-12 Thread kgalligan
I've been looking around for quite some time but still cannot find cvs access info that works reliably. Is there anonymous cvs access, and what is the connection info for it? I've tried the following: :pserver:[EMAIL PROTECTED]:/cvsroot/jbpm and :pserver:[EMAIL PROTECTED]:/cvsroot/jbpm I

[JBoss-user] [EJB 3.0] - Re: EJB3Trail does not work with JBoss 4.0.4 RC1

2006-03-12 Thread MmarcoM
Hello pAtrick, i have same problem, everything working under JB4.0.3SP1 and now got problems with 4.0.4RC1. can you tell me how to 'install manually the ejb3.0 components'? thanks and regards marco View the original post :

[JBoss-user] [Microcontainer] - Re: JavassistReflectionFactory wondering

2006-03-12 Thread [EMAIL PROTECTED]
Yes, that looks broken. There should be an else clause. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929615#3929615 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929615

[JBoss-user] [Installation, Configuration Deployment] - Re: Help. JBoss problems on Mandrake Linux 9.2

2006-03-12 Thread aruljose
I was using jboss3.2.1 with jdk1.5. i think this is the problem. When I changed the jboss version to the latest, its starting fine. Regards, ARUL JOSE View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929616#3929616 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: ERROR [URLDeploymentScanner] Incomplete Deployment listi

2006-03-12 Thread [EMAIL PROTECTED]
In the root of the ear or some root subdirectory with a META-INF/jboss-app.xml: | ?xml version='1.0' encoding='UTF-8'? | | !DOCTYPE jboss-app | PUBLIC -//JBoss//DTD J2EE Application 1.4//EN | http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd; | | | jboss-app |

[JBoss-user] [Management, JMX/JBoss] - Re: custom deployer

2006-03-12 Thread [EMAIL PROTECTED]
Look at the source for a custom deployer like the org.jboss.varia.deployment.BeanShellSubDeployer which is in the varia module of the source distribution as a starting point. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929618#3929618 Reply to the post :

[JBoss-user] [Performance Tuning] - Re: local and remote ejb interfaces

2006-03-12 Thread [EMAIL PROTECTED]
Portability of call by reference semantics. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929619#3929619 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929619 --- This

[JBoss-user] [Installation, Configuration Deployment] - Re: deployed war cannot find jar-files in /lib

2006-03-12 Thread [EMAIL PROTECTED]
Create a jira issue with a self contained deployment that illustrates the problem. There is not enough info here to comment as to why the WEB-INF/lib contents do not appear to be seen. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929620#3929620 Reply to

[JBoss-user] [Installation, Configuration Deployment] - Re: commons-logging/log4j problem

2006-03-12 Thread [EMAIL PROTECTED]
See http://wiki.jboss.org/wiki/Wiki.jsp?page=Logging for a start. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929622#3929622 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929622

[JBoss-user] [Management, JMX/JBoss] - Re: deploy mbean from code on runtime?

2006-03-12 Thread [EMAIL PROTECTED]
Yes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929624#3929624 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929624 --- This SF.Net email is sponsored by xPML, a

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Startup and Directory Scanning

2006-03-12 Thread [EMAIL PROTECTED]
the bin directory is not scanned by jboss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929625#3929625 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929625 --- This

[JBoss-user] [JBoss AOP] - Re: deploying precompiled apps in jboss

2006-03-12 Thread [EMAIL PROTECTED]
jboss.aop.class.path is only really for standalone applications. As long as your target classes are prepared (i.e. have the hooks woven in), you should be able to deploy these as-is (war, ear etc.), and deploy the aspects in a separate .aop file. The only things we annotate are the aspects,

[JBoss-user] [EJB 3.0] - Re: J2SE 1.4 clients

2006-03-12 Thread [EMAIL PROTECTED]
No. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929627#3929627 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929627 --- This SF.Net email is sponsored by xPML, a

[JBoss-user] [EJB/JBoss] - Re: EJB2 Interceptor Response Values

2006-03-12 Thread [EMAIL PROTECTED]
Yes, this is what I meant by unwrappng the value in the client interceptor. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929628#3929628 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929628

[JBoss-user] [Security JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-03-12 Thread [EMAIL PROTECTED]
The JndiLoginInitialContextFactory cannot be used if you want transparent propagation of the web container caller. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929629#3929629 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: Problem in EJB Calling an MBean

2006-03-12 Thread [EMAIL PROTECTED]
Try listing all values from the MBeanServerFactory.findMBeanServer(null) call as a hint. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929630#3929630 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929630

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss-4.0.3SP1 and JBossResourceException

2006-03-12 Thread [EMAIL PROTECTED]
And the problem therefore is what? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929631#3929631 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929631 --- This SF.Net

[JBoss-user] [Security JAAS/JBoss] - Re: @SecurityDomain Annotation clarification.

2006-03-12 Thread [EMAIL PROTECTED]
Showing @SecurityDomain without the import is not meaningful. There is more than one SecurityDomain implementation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929632#3929632 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: problem deploying EJB3 In JB4.0.4

2006-03-12 Thread MmarcoM
Hello Scott, thanks for your reply.. yes, actually after that i went thru the migration page.. i deployedmy ejbs as jars, and modified my persistence.xml to new syntax. But this time i have a different exception ** EXCEPTION 18:15:54,906 INFO [EARDeployer] Init

[JBoss-user] [JCA/JBoss] - Configure JBOSS 4.0 for using Postgres 7.4.6 in place of Hyp

2006-03-12 Thread cristopher
Hi everybody I would like to use PostgreSQL 7.4.6 instead of HypersonicSQL with my JBoss 4.0. All my attempts to accomplish this failed. Does anyone have the deffinitive solution for this? Thanks! Critopher View the original post :

[JBoss-user] [JCA/JBoss] - Re: Configure JBOSS 4.0 for using Postgres 7.4.6 in place of

2006-03-12 Thread cristopher
I think that the problem is about security issues,, jboss must identify itself to postgres by using a certificate, but i'm not in mesure to resolve this issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929638#3929638 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: RessourceBundle for all Locals in APP-Scope

2006-03-12 Thread perwik
Well, you could just get rid of messages.properties and only have the other files, IF the localeSelector cared about the supported locales settings in faces-config.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929639#3929639 Reply to the post :

[JBoss-user] [JBossWS] - Re: FiboBean (as per Eclipse-IDE Documentation) as a webserv

2006-03-12 Thread forJbpm
Hi Ken, Thanks a lot for quick reply. I am not using jbpm starters kit. I have installed jboss-4.0.3, jbpm-3.1. I am really not able to figure out why is it happening. I need to know how should i create jboss-web.xml for using statless session ejbs as a webservices. I removed web.xml and

[JBoss-user] [JBoss Seam] - Re: RessourceBundle for all Locals in APP-Scope

2006-03-12 Thread perwik
To quote myself: perwik wrote : ...IF the localeSelector cared about the supported locales settings in faces-config.xml. And it looks like it actually does, in the latest CVS. Thanks Gavin! I guess I should learn to | 1. Read forum | 2. Update from CVS | 3. Post if still needed | :-)

[JBoss-user] [JBoss AOP] - Re: deploying precompiled apps in jboss

2006-03-12 Thread eprst
thanks a lot, I'll try it :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929642#3929642 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929642 --- This SF.Net email is

[JBoss-user] [JBoss Portal] - Re: is there any plan to let Jboss portal run on other apps

2006-03-12 Thread [EMAIL PROTECTED]
Hi Thank you for reply. can i ask about schedule of version 3.0 ? is there some time line for releasing Portal version 3.0 ? Thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929643#3929643 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: menu title from 'Pages' to ..

2006-03-12 Thread dhexus
i think this is not a solution as it should be, but i works: change resp.setTitle(Pages); in $PORTAL_HOME/core/src/main/org/jboss/portal/core/portlet/catalog/CatalogPortlet.java cu, dhexus. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929645#3929645

[JBoss-user] [JBoss Seam] - Re: RessourceBundle for all Locals in APP-Scope

2006-03-12 Thread perwik
To be able to do this | h:selectOneMenu value=#{localeSelector.localeString} | f:selectItems value=#{localeSelector.supportedLocales} / | /h:selectOneMenu | h:commandButton action=#{localeSelector.select} value=#{messages['button.changeLocale']}/ | I added this to

[JBoss-user] [JBoss Portal] - Re: Latest source from CVS

2006-03-12 Thread sitongia
ScottDawson wrote : | I got an error while building: | taskdef A class needed by class org.apache.cactus.integration.ant.CactusTask cannot be found: junit/framework/Test | | Scott I'm trying to build 2.4 in CVS and have the same trouble. What was the resolution of this, other than

[JBoss-user] [JBoss Seam] - problem with @EJB injection

2006-03-12 Thread gnulp
I have a stateful seam component and want to inject a stateless SessionBean but at deployment I get the following exception. It seams as if I have got a problem with jndi names, but have no clue what's wrong. (without @EJB I can deploy). The error tells me already the right class - but what does

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Reload MDB from code

2006-03-12 Thread genman
Perhaps through JMX you can tell JBoss to clear the MDB pool. Take a look at the JMX console. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929649#3929649 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929649

[JBoss-user] [EJB 3.0] - Re: EJB3, iBatis, and CGLIB

2006-03-12 Thread asack
BUMP and at least can someone explain to me the ramifications of removing cglib or replace it with respect to the EJB3 deployer? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929651#3929651 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: problem with @EJB injection

2006-03-12 Thread sbryzak2
Is my.test.ContractService the local interface for your bean? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929652#3929652 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929652

[JBoss-user] [JBoss Seam] - Re: New movie: Using the Seam reverse engineering tool

2006-03-12 Thread [EMAIL PROTECTED]
booking-ds.xml is only used when deploying to JBoss. On Tomcat, the datasource is configged in jboss-beans.xml. persistence.xml is defined by the ejb3 persistence spec. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929653#3929653 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: RessourceBundle for all Locals in APP-Scope

2006-03-12 Thread [EMAIL PROTECTED]
Ah, that is a nice idea. I will do something like that. By the way, if you are ever not happy with the algorithm for calculating the locale (which now basically just delegates to JSF), you can simply subclass LocaleSelector, override calculateLocale(), and name your subclass

[JBoss-user] [JBoss Seam] - Re: problem with @EJB injection

2006-03-12 Thread [EMAIL PROTECTED]
This error is from EJB3, not Seam, so ask in the EJB3 forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929656#3929656 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929656

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - CMR many-to-many relation with extra info. can I do it? if c

2006-03-12 Thread hr1551
Basically I have two beans: Meeting and Person. Obviously an many-to-many relations. However, the problem is that I want to add one extra column for this relation, Approval, means if the person approves to join the meeting. Any idea if it can be done? and how? View the original post :

[JBoss-user] [JBoss Seam] - Re: problem with @EJB injection

2006-03-12 Thread gnulp
sorry - wasn't sure if it depends also on seam - because I thought the simple @EJB would work ... by the way - I have been able to access the SessionBeen using standard lookup facilities -- which means my services are working correctly - only I don't know what's wrong with @EJB here is the

[JBoss-user] [EJB 3.0] - problem with @EJB notation

2006-03-12 Thread gnulp
I have a stateful sessionbean and want to inject a stateless SessionBean using @EJB-injection, but at deployment I get the following exception. It seams as if I have got a problem with jndi names, but have no clue what's wrong. (without @EJB I can deploy). The error tells me already the right

[JBoss-user] [JCA/JBoss] - postgresql 8.1.* two phase commit

2006-03-12 Thread yxyang
Hi I know postgresql 8.1.* support two phase commit. To use this feature, do i need to download a special jdbc driver? thanks yang View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929660#3929660 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Error creating new directory on CMS

2006-03-12 Thread sitongia
Same is happening to me, with PostgresQL 8.0 and Portal 2.4 (CVS). I've been playing with different types of generator classes in the HBM file WSPProp.hbm.xml, to no avail. I'm guessing that the tables in the database are generated from the HBM, but the changes I make in the HBM don't make a

[JBoss-user] [JCA/JBoss] - Re: postgresql 8.1.* two phase commit

2006-03-12 Thread [EMAIL PROTECTED]
Check the postgres site as jboss does not provide any jdbc driver. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929662#3929662 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929662

[JBoss-user] [Microcontainer] - Re: JavassistReflectionFactory wondering

2006-03-12 Thread bkeh12
Hi, Thank you for telling me. :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929664#3929664 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929664 --- This SF.Net

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Programmatically canceling a topic subscriber from the s

2006-03-12 Thread hgreenblatt
My post was in error. The problem we had was not cancelling out the messages, but getting new messages for the client. This was due to using a null selector which let new messages build up for the client. Sorry my error. hg View the original post :

[JBoss-user] [JBoss Portal] - Re: Portal Forums 2.2.1 RC2 Defaults to

2006-03-12 Thread unibrew
Hello Danny, There is no option to set the default display mode of JBForums, now. I have created a feature request task for this setting to be available. http://jira.jboss.com/jira/browse/JBFORUMS-28 Cheers Ryszard Kozmik JBoss Forums Lead View the original post :

[JBoss-user] [JBoss Portal] - Re: set default window-state

2006-03-12 Thread unibrew
AFAIK there is no possibility to set default state of a portlet to maximized. I think, it would be quite cool feature in Portlet 2.0 specification :-). gruenewa wrote : | For instance if the portal user goes to the forums portlet page, i would like the forums portlet to be 'maximized' as

[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-03-12 Thread littlesuns
do you have Getter and Setter for file? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929669#3929669 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929669 --- This

[JBoss-user] [JBoss Portal] - After install JBOSS Portal : HTTP Status 500

2006-03-12 Thread lorenzoflores
Hi, I'm installing JBOSS Portal. When browser access: http://localhost:8080/portal, ocurrs the following error: HTTP Status 500 (see below the detail) Can somebody help me to identify the problem? Thank in advance. Lorenzo.

[JBoss-user] [JBoss Portal] - Re: Latest source from CVS

2006-03-12 Thread ThorntonD
I am getting the same problem from a 2.4 Portal checked out today. I am compiling on Windows XP, java 1.5. When executing the build, thirdparty\junit-junit\lib\junit.jar is not being picked up for thirdparty\jakarta-cactus\lib\cactus-ant.jar. I got around this problem by adding junit.jar to

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Problem with getting Facelets work without Seam

2006-03-12 Thread mirko27
Everything seams to be fine, but when i point to main.jsf then it just says that no resource found. Shouldn`t it render main.xhtml and show it to me? Or am i getting smth wrong? Here are my conf files: web.xml: ?xml version='1.0' encoding='UTF-8'? !DOCTYPE web-app PUBLIC -//Sun Microsystems,

[JBoss-user] [JBoss jBPM] - JBPM asynchronous Join

2006-03-12 Thread Sourav_Tripathy26
Hi All, By default, join node is designed to behave in a synchronous manner i.e. it waits for all the incoming nodes and when ALL the incoming nodes arrive it goes for the next task. I want the join node to behave in the following way- whenever an incoming node arrives , it should

[JBoss-user] [EJB/JBoss] - Unable to connect to MEJB10g (10.1.3.0.0) on oc4j from JBOSS

2006-03-12 Thread komspr
Hi, I am trying to fetch the data from MEJB present in oc4j 10g (10.1.3.0.0) using the following code Object obj = null; ManagementHome mgmtHome=null; Management server = null; InitialContext ctx = null; Hashtable props = new Hashtable(); props.put(Context.PROVIDER_URL,

[JBoss-user] [EJB 3.0] - javax.jms.Session and Temporary Queues from a MDB?

2006-03-12 Thread scotto
Hello. I am porting some code that previously ran as a MBean to use the EJB 3.0 MDB MessageListener interface. Previously, my MBean would maintain its own JMS Connection and Session objects, however as an MDB, it appears I can only access the Message object itself. Is this correct? In order

[JBoss-user] [EJB 3.0] - Re: EJB3 to RC5 context lookup confusion

2006-03-12 Thread Instinct
you have ObjectName: persistence.units:unitName=QMDev-ds but in your persistence.xml you declare persistence-unit name=Default2-ds View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929681#3929681 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: EJB3, iBatis, and CGLIB

2006-03-12 Thread [EMAIL PROTECTED]
hibernate 3.1 is dependent on cglib and the latest cglib contain bugfixes regarding memory leaks afaik. the ibatis issue is better solved via their ibatis mailing list (which i do not think is caused by a wrong cglib version) View the original post :

[JBoss-user] [EJB 3.0] - Re: problem with @EJB notation

2006-03-12 Thread heinrich
Do you inject your local or remote interface? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929683#3929683 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929683 ---