[JBoss-user] [JBoss Seam] - Re: Nullpointer Exception while accessing Seam Component

2006-06-07 Thread mcclurexl
I'm using version 1.0.00.CR3. Whole stacktrace of the browser (IE6): anonymous wrote : | javax.servlet.ServletException: Cannot get value for expression '#{purchaseOrder1.number}' | javax.faces.webapp.FacesServlet.service(FacesServlet.java:121) |

[JBoss-user] [Beginners Corner] - Package information is not taken from the manifest file

2006-06-07 Thread kuzmiigo
Hello! I specify 'Implementation-Version' etc. in the manifest file, then I get Package: Package pkg = this.getClass().getPackage(); But all the methods like pkg.getImplementationVersion() return null (pkg.getName() returns the correct name). I tried to get this information in EJB

[JBoss-user] [JBoss jBPM] - Re: action and variables

2006-06-07 Thread pedrosacosta
Nevermind, i've solved it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949648#3949648 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949648 ___ JBoss-user mailing list

[JBoss-user] [Security JAAS/JBoss] - user credentials retrieving from an oracle internet director

2006-06-07 Thread gengishskan
i have to write a web application in a jboss enviroment but there is oracleAS SingleSign-On server. after the authentication how can i retrieve user credentials? best regards gengish View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949649#3949649 Reply to the

[JBoss-user] [Beginners Corner] - Accessing the session from DatabaseServerLoginModule

2006-06-07 Thread pander
Hi, Does anyone know to get at the session when there is no request object? I have subclassed the DatabaseServerLoginModule and overidden the login() method but I need to get access to the session so that I can put some data in it however, I cannot work out how to do this when there is no

[JBoss-user] [JNDI/Naming/Network] - Accessing the session from DatabaseServerLoginModule

2006-06-07 Thread pander
Hi, Does anyone know to get at the session when there is no request object? I have subclassed the DatabaseServerLoginModule and overidden the login() method but I need to get access to the session so that I can put some data in it however, I cannot work out how to do this when there is no

[JBoss-user] [JBoss Portal] - Re: Page disappear after som time

2006-06-07 Thread patrickdalla
Ignore the previous message. It was an unrepeatable error. But here is the line where the error occur, in class WindowCommand.java in method create: | component = context.getExecutionContext().getController().getWebAppRegistry().getComponent(componentHandle); | if (component

[JBoss-user] [JBossWS] - Re: declaring a method that throws Exceptions

2006-06-07 Thread [EMAIL PROTECTED]
http://labs.jboss.com/portal/jbossws/user-guide/en/html/exceptions.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949652#3949652 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949652

[JBoss-user] [Security JAAS/JBoss] - Accessing the session from DatabaseServerLoginModule

2006-06-07 Thread pander
Hi, Does anyone know to get at the session when there is no request object? I have subclassed the DatabaseServerLoginModule and overidden the login() method but I need to get access to the session so that I can put some data in it however, I cannot work out how to do this when there is no

[JBoss-user] [JBossWS] - Re: EJB3 + WebServices + Type Schema Generation

2006-06-07 Thread [EMAIL PROTECTED]
This should be fixed in jbossws-1.0.1 - please try the latests http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949655#3949655 Reply to the post :

[JBoss-user] [JBoss AOP] - adding interceptors to the

2006-06-07 Thread sbivol
We might need to log every attempt (authorized and unauthorized) to access a stateless EJB in our application. What's the right way to implement this? The EJBs are secured by a JAAS security domain with the DatabaseServerLoginModule. We considered EJB interceptors, but they are not invoked

[JBoss-user] [JBoss Messaging] - Re: Problems at Startup with MySQL 5 and XAConnection

2006-06-07 Thread timfox
Yes, it might be a MySQL bug, I need to investigate further. I am travelling this and next week so I'm unlikely to get around to this until the week after next. Having said all that, I don't understand why you're using an XA datasource for messaging. There doesn't seem to me to be any good

[JBoss-user] [JBossWS] - Re: jbossws 1.0.1

2006-06-07 Thread [EMAIL PROTECTED]
jbossws-1.0.1 will be released when all issues scheduled for it are beeing resolved - we are working on this with high priority View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949658#3949658 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: When in the servlet lifecycle does http session state re

2006-06-07 Thread [EMAIL PROTECTED]
The session replicates at the end of the request, not as modifications are made. There is currently no way to change this behavior. If this is important to you, please raise a feature request in the JBoss Application Server project on jira.jboss.com. View the original post :

[JBoss-user] [JBoss Seam] - Re: Link to fragment identifier

2006-06-07 Thread martinso
That works. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949660#3949660 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949660 ___ JBoss-user mailing list

[JBoss-user] [JBoss Messaging] - Re: Security Exception

2006-06-07 Thread timfox
Hi Martin- Hopefully we can investigate this soon. Many of us are travelling this week and next week is JBoss World in Vegas so time (as usual) is a precious commodity right now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949661#3949661 Reply to

[JBoss-user] [JBoss Portal] - Is it possible to access the JCR outside the JVM

2006-06-07 Thread cwiechmann
Hello List, is there a way to access the JCR outside the JBoss JVM? I've seen the that JackRabbit supports that, but I'dont how i've to configure this with JBoss? JackRabbit Model 3: http://jackrabbit.apache.org/doc/deploy/howto-model3.html My goal is to use the CMS in the Portal to control

[JBoss-user] [Security JAAS/JBoss] - Re: Accessing the session from DatabaseServerLoginModule

2006-06-07 Thread j2ee_junkie
Hi Paul, You can get access to the HttpServletRequest in your login module using the JACC API, but if the user has not generated a session, it may not be available. See http://wiki.jboss.org/wiki/Wiki.jsp?page=AccessingServletRequestForAuthentication cgriffith View the original post :

[JBoss-user] [JBoss Messaging] - Re: Security Exception

2006-06-07 Thread [EMAIL PROTECTED]
I tried to use the expression part only in a memory-leak testcase, and didn't have any luck. (it's not leaking) I will expand to everything you have in your testcase. At this point I don't think the problem is the expressions. take a look on MemoryLeakTest.java on jms project at jboss-head.

[JBoss-user] [Security JAAS/JBoss] - Re: Two web modules in one ear, with different login policie

2006-06-07 Thread [EMAIL PROTECTED]
Yes, individual web applications can have different security domains. The scenario you describe in your usecase (two web modules bundled in an ear behaving wierdly wrt different security domains) needs to be tested on our side, to see if there is any bug.

[JBoss-user] [JBossWS] - Re: MTOM -- Get samples...??? Where are they?

2006-06-07 Thread [EMAIL PROTECTED]
It's a known bug http://jira.jboss.com/jira/browse/JBWS-961 that just showed up these days. I will take care of that ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949666#3949666 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: LoginModule.login() passed null principal/credential fro

2006-06-07 Thread j2ee_junkie
lost_traveller, Yes, securing your servlets with a security-constraint. As well as configuring an security domain for your servlets. If you use the same security domain for your servlets as your ejb's then security is propagated by the JBossSecurityMgrRealm. In that domain you could use

[JBoss-user] [JBossCache] - Re: Trouble with aopc compiled class being loaded with a fac

2006-06-07 Thread [EMAIL PROTECTED]
This is a total shot in the dark, so please just take it as such: Have you tried: |try { | ClassLoader cl = Thread.currentThread().getContextClassLoader(); | clazz = cl.loadClass(className); | } | catch (Exception t)

[JBoss-user] [JBoss jBPM] - Re: action and variables

2006-06-07 Thread kukeltje
Thanks for sharing with us how you solved it. Others can learn from this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949669#3949669 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949669

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: EJB3/EntityManager/Transactions and LazyInitializationEx

2006-06-07 Thread ngtdave
I was hoping jboss would start the transaction for me, when my http request happened, and then close it when it was done. But no go. So I wrote the servlet filter below, and it all works. I just hoped the container would take care of it for me. Maybe in the future, when we have more time, I

[JBoss-user] [JBoss jBPM] - Re: problem with timer

2006-06-07 Thread kukeltje
Sure I can. As can you. Read the second line. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949671#3949671 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949671 ___ JBoss-user

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Undeploy exploded web app

2006-06-07 Thread j2ee_junkie
Nick, If ant just overwrites the changed files, I think deployer will see the difference, undeploy the application, then redeploy. So you do not have to delete entire directory. cgriffith View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949672#3949672 Reply

[JBoss-user] [EJB 3.0] - Does Ejb3/Hql support date comparison?

2006-06-07 Thread liudan2005
Compare date only, but not time. I've tried | Date date=new Date(); | em.createQuery(from Person p where p.registeredDate=:date).setParameter(date,date,TemporalType.DATE); | But this doesn't work. I've tried so many ways but still can't get it work. Does Ejb3 support date(but not time)

[JBoss-user] [EJB 3.0] - TemporalType, both DATE and TIME?

2006-06-07 Thread liudan2005
for @Temporal, you can have either Date, or Time, is it possible to have both e.g. DATETIME? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949675#3949675 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949675

[JBoss-user] [JBossWS] - Re: MTOM -- Get samples...??? Where are they?

2006-06-07 Thread [EMAIL PROTECTED]
It's fixed in HEAD View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949676#3949676 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949676 ___ JBoss-user mailing list

[JBoss-user] [JBoss Seam] - Is it possible to integrate Seam with Jdeveloper IDE?

2006-06-07 Thread davinenco
I would like to know if it is possible to integrate Seam with Jdeveloper IDE? If yes, where can I find documentation about this? If not, Could anyone post me what should I use to prove it? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949677#3949677

[JBoss-user] [JBoss Messaging] - Re: Problems at Startup with MySQL 5 and XAConnection

2006-06-07 Thread bviveiros
Thanks Tim. Although I'm not sure that I understand the following: anonymous wrote : messaging doesn't require the database to support XA for it's purposes. I have a servlet that peforms some database inserts then posts a message to a queue, therefore I need the entire process to be wrapped

[JBoss-user] [JBoss Getting Started Documentation] - many views, no replies

2006-06-07 Thread rvan1
Is there a more active JBoss forum than this? I guess the answer to my questions on 5/31 and 6/2 is that the examples don't work due to version differences and incompatabilities between JBoss, the example files, and the guide itself. View the original post :

[JBoss-user] [JBoss Portal] - Re: JBoss Forums JBoss Portal 2.4 Beta 1

2006-06-07 Thread ThorntonD
Thanks Ryszard. As soon as you get the new feature added I will be rolling out the newest forums. On a side note, the forums do not allow replying to a forums e-mail. I created a module for Nukes called BBMailPoster that would handle and properly post e-mails to the forums. It is checked

[JBoss-user] [JBoss jBPM] - Re: Task assignment problem

2006-06-07 Thread Hannes
kukeltje wrote : Once a swimlane has an actor assigned in it, it will always use the same assigned actor. The assignementhandler will not be called again. I am running in the same problem: i need to run the AssignmentHandler once more. So i firstly wrote an action: import java.util.HashSet; |

[JBoss-user] [Installation, Configuration Deployment] - Re: log4j within a WAR broke on 4.0.4.GA?

2006-06-07 Thread bkrywucki
asack, I too have experienced the same issue. I will be happy to post a solution if I find one and would appreciate the same. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949684#3949684 Reply to the post :

[JBoss-user] [JBoss Messaging] - Re: Problems at Startup with MySQL 5 and XAConnection

2006-06-07 Thread [EMAIL PROTECTED]
Configure Messaging to use a non-XA datasource and then use an XASession to enroll Messaging with your application's transaction. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949685#3949685 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: [BPEL_deployment] Proof Of Concept to convince my compan

2006-06-07 Thread [EMAIL PROTECTED]
anonymous wrote : I've got a JpdlException thrown about a file called processdefinition.xml when I execute | $ ant generate-service | I don't know why I think you did not quite follow the instructions in the user guide :-) Section 2.4 guides you through packaging and deploying the jBPM BPEL

[JBoss-user] [Clustering/JBoss] - Re: LAN cluster with WAN for geographical failover

2006-06-07 Thread kpandey
Let me refine my question as I dig more dipper into it. I've been able to run two nodes on different IP addresses (on same subnet) with following settings using JBoss 3.2.8 sp1 1) Both nodes using TCP (although I had some issues like restart of one node not seeing the exisiting group so both

[JBoss-user] [EJB 3.0] - Re: Help w/ TransactionAttributeType.REQUIRES_NEW

2006-06-07 Thread dabramov
I tried calling SessionContext.getBusinessObject() and also SessionContext.getInvokedBusinessInterface() from a SLSB method. However, I get an IllegalStateException - Not Implemented. (aside: any reason to not to call getInvokedBusinessInterface() vs getBusinessObject()? It seems simpler to

[JBoss-user] [Installation, Configuration Deployment] - Log4jRepositorySelector undeployment problem

2006-06-07 Thread perrucci
Hi all, I'm trying to separate log4j logs of my web application running inside jboss 4.0.4GA and I tried to use the Log4jRepositorySelector found here http://wiki.jboss.org/wiki/Wiki.jsp?page=Log4jRepositorySelector It seems that it works like a charm until the webapp undeployment. At this

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - web apps(ws) in different tomcat connectors, please help!!!

2006-06-07 Thread new4jboss
Please, can someone help me with setting up two web apps (web services to be more precise) in different tomcat connectors? I need to run two web services in the same container: one that requires client certs and another that doesn't. I've been led (due to some experiences and some forum

[JBoss-user] [EJB 3.0] - Boolean Columns in pgsql

2006-06-07 Thread michael.litherland
Hi, I'm a bit stumped at the moment. I'm trying to create EJB3 entities for existing tables in a PostgreSQL database. Everything's working OK except they are using an int column with a value of 0 or 1 for booleans. The pgsql dialect of Hibernate appears not to like this. If I change it to

[JBoss-user] [EJB 3.0] - Re: Oracle Seqeunce incrementing by 50

2006-06-07 Thread jpremji
That worked fine. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949692#3949692 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949692 ___ JBoss-user mailing list

[JBoss-user] [JBossWS] - SOAP Response with Attachments

2006-06-07 Thread angusm
I apologize as this is probably a bit of a newbie question. I have not read all the relevent manuals and standards. However maybe some can help. I want to send a SOAP request, and receive a response with attachments. All the examples I have seen go the other way round. The examples in the Guide

[JBoss-user] [JBoss Portal] - 3rd Party SSO solutions

2006-06-07 Thread mcantrell
Will JBoss Portalworth with an external SSO solution such as CAS, Netegrity, Oblix, etc.? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949694#3949694 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949694

[JBoss-user] [JBoss Portal] - Re: JBoss Forums JBoss Portal 2.4 Beta 1

2006-06-07 Thread unibrew
Yes, of course the functionality of replying by e-mail is in plans. There is already a task for it in jira but at this point the prority have all tasks connected with Forums' view refactoring. --- Ryszard Kozmik JBoss Forums Lead View the original post :

[JBoss-user] [EJB 3.0] - java.lang.NoClassDefFoundError when accessing my EJBs

2006-06-07 Thread Kimba74
Hi all, I have a slight problem, I try to create a reference Stateless SessionBean but for some reason each time my client tries to access the Bean after looking it up on JNDI I end up getting the following exception: | Exception in thread main java.lang.NoClassDefFoundError:

[JBoss-user] [JBoss Seam] - Re: Is it possible to integrate Seam with Jdeveloper IDE?

2006-06-07 Thread bsmithjj
what do you mean by integrate? For example, in my IDE, IntelliJ IDEA, I have a Seam project that includes the seam jars. The IDE simply recognizes the annotations and auto-imports and auto-completes them for me. I presume this is true for Eclipse, probably also for Netbeans, etc. provided

[JBoss-user] [JBoss Portal] - Re: Search function in Forum and CMS

2006-06-07 Thread danny_hon
Will JBoss Forum search available in JBP 2.4? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949698#3949698 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949698 ___ JBoss-user

[JBoss-user] [JBoss Seam] - Re: Is it possible to integrate Seam with Jdeveloper IDE?

2006-06-07 Thread [EMAIL PROTECTED]
Right, we are pretty much IDE neutral for now. The kind of IDE support that would be good is: * wizards for new project, new component, new page, etc * stuff like being able to click to navigate to code from an EL expression, and refactor Seam component names. But we're not quite there yet ;-)

[JBoss-user] [EJB 3.0] - Re: EJB3 WebServices

2006-06-07 Thread leonell
Nobody did test @WebService ??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949700#3949700 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949700 ___ JBoss-user mailing list

[JBoss-user] [JBoss Seam] - NoSuchMethodError for InvocationContext.getTarget() in CVS S

2006-06-07 Thread d1g
I'm getting a NoSuchMethodError when deploying a Seam application. Seam is freshly built from CVS today. Here is an except from the stack dump. I'm using the most recent JBoss AS binary release. Everything was working until I updated from CVS... java.lang.NoSuchMethodError:

[JBoss-user] [JBoss jBPM] - Re: Task assignment problem

2006-06-07 Thread kukeltje
you clear the actorid, not the swimlane. The code you show tests for the swimlane to be null, not the actor or so. Could be that the same is true for 3.1 as well, then I was wrong and you should make the swimlane null. View the original post :

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Deploying doesn't map associations schema

2006-06-07 Thread sbalmos
Hi all, I'm trying to move over to EJB3 entities, and was attempting a test deployment to the Hypersonic database. The ejb3 deployer recognizes my entity beans, but then does nothing to process the annotations, map associations, or pump out schema updates to the database. Any recommendations?

[JBoss-user] [JBoss Seam] - Re: NoSuchMethodError for InvocationContext.getTarget() in C

2006-06-07 Thread [EMAIL PROTECTED]
You need to install EJB3 RC8 into JBoss AS. I am busy getting CVS ready for the final release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949704#3949704 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949704

[JBoss-user] [Installation, Configuration Deployment] - Re: install web-console after the fact?

2006-06-07 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBINSTALL-51 - it's resolved now for the next JEMS installer drop (1.2.1) which will come out with 4.0.4SP1. Workaround is to install 4.0.4GA using default option, and copy the following files/dirs to your server config: - deploy/management -

[JBoss-user] [JBoss Seam] - Re: Nullpointer Exception while accessing Seam Component

2006-06-07 Thread dwayneb
line 191 is a comment in Pageflow 1.0.0.CR3!!! I'd got a similar problem. The displaing exception isn't the root one. In my case, the cause was that the PageflowProcessDefinition wasn't define (= NPE). So check if the pageflow is define : check in web.xml : | context-param |

[JBoss-user] [JBoss Seam] - Re: NoSuchMethodError for InvocationContext.getTarget() in C

2006-06-07 Thread d1g
Thanks Gavin. I did this (it was a bit fiddly!) and everything is fine again. I'll hold off on another CVS update until you've finished what you're doing. As a warning to others watch out for changes to InvocationContext. I was using this in a custom interceptor adapted from the Seam examples.

[JBoss-user] [EJB/JBoss] - Re: [org.jboss.invocation.pooled.server.ServerThread] Failed

2006-06-07 Thread d-chen
Hello, I am using JBoss 4.0.3 on Solaris 9, and got the same error messages. Any ideas what is going on? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949710#3949710 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: 3rd Party SSO solutions

2006-06-07 Thread [EMAIL PROTECTED]
anything that integrates with tomcat, integrates with jboss portal. so I guess yes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949711#3949711 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949711

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Socket error caused by remote host?

2006-06-07 Thread d-chen
Hello, Can anyone tell me how to fix this error or have ideas about this error? 2006-06-06 10:19:41,442 ERROR [org.apache.tomcat.util.net.PoolTcpEndpoint] Socket error caused by remote host /129.1.2.9 java.net.SocketException: Invalid argument at

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Absolute URI cannot be resolved... Using JSTL - Please hel

2006-06-07 Thread mark_in_fl
Hello, I am trying to run JSP pages, which I deployed as an exploded war, on JBoss. I am using JSTL and I have standard.jar in WEB-INF/lib as I am supposed to. When I try to run the pages, I get Absolute URI: http://java.sun.com/jsp/jstl/core cannot be resolved in WEB-INF/web.xml or the jar

[JBoss-user] [EJB 3.0] - JNDI Problem in EAR Deployment

2006-06-07 Thread mtuckah
Hello, I am running JBoss-4.0.4.GA, using the ejb3 deployer. I deploy my application as an exploded EAR archive (my-app.ear) I was expecting to be able to access my components as demonstrated in the EJB3 tutorial: | Context ctx = new InitialContext(); | MyComponentLocal c =

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss 4.0.4.GA Hibernate Exception

2006-06-07 Thread sramakrishnaiah
I have the MBean for 3 datasources and I just want to deploy the jars as it was in 4.0.2, but the har deployer folder has been removed since then. I tried copying over the server\deploy\jboss-hibernate.deployer from 4.0.2 to 4.0.4 and update the jars to latest releases but I am getting

[JBoss-user] [JBoss Seam] - Re: Seam question regarding @In annotation and request para

2006-06-07 Thread MmarcoM
Hello, what i was expecting was that - a new Item is created every time a method on teh Session bean is called (which i think it happens, due to the @In create=true annotation) and i thought that this code | tr |tdProduct Name/td |tdh:inputText

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to choose Oracle DEFAULT value over NULL value?

2006-06-07 Thread lafr
No. Move the default value from database to entity bean. In ejbCreate() do this.setMycolumn( 1 ); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949718#3949718 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949718

[JBoss-user] [EJB 3.0] - Extra fields on Many To Many mapping tables

2006-06-07 Thread jjklappenbach
Our company is developing an EJB solution for a schema that features auditing fields on every table, including the many-to-many mapping tables. The audit fields are constrained to non-null values, and must include dates as well as the committing user. The problem that I've encountered is that

[JBoss-user] [EJB 3.0] - Re: Extra fields on Many To Many mapping tables

2006-06-07 Thread [EMAIL PROTECTED]
There are threads on this in here already on this. ManyToMany doesn't handle those extra columns. I've come to terms with this by simply ignoring ManyToMany and always implementing my M-2-M relationships using OneToMany/ManyToOne - even if I don't currently use other columns in my

[JBoss-user] [JBoss Seam] - Re: Seam question regarding @In annotation and request para

2006-06-07 Thread iradix
Marco, Using request parameters is absolutely not the right way to do it. Your original concept is correct, it seems like it just needs some tweaking. To tell you the truth, I'm not really sure why you are using Seam to create your Item instances in the first place. Try removing the

[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.CR3 and JBoss AS 4.0.4.GA - Deployment excep

2006-06-07 Thread [EMAIL PROTECTED]
I's wondering how to get the best of both: all and ejb3 profiles.. ended up installing all profile first and then ejb3 profile again to the same directory. This was to get JBoss Portal 2.4 beta something to run the Seam Portlet example. -- Jarkko View the original post :

[JBoss-user] [Installation, Configuration Deployment] - java.lang.NoClassDefFoundError: org/jboss/cache/CacheExcepti

2006-06-07 Thread vignesh76
I'm getting the above exception while web application deployment in 4.0.4GA in the default server configuration. It never occured in 4.0.3SP1. We don't need any clustering enabled (hence running the default server config) and want to get rid of this exception during deployment. The more

[JBoss-user] [Installation, Configuration Deployment] - Re: java.lang.NoClassDefFoundError: org/jboss/cache/CacheExc

2006-06-07 Thread vignesh76
I can get rid of the class not found exception by copying jboss-cache.jar from all/lib into default/lib, but I still get an exception as follows 16:18:58,325 INFO [JBossCacheManager] init(): replicationGranularity_ is 0 and invaldateSessionPolicy is 2 | 16:18:58,353 ERROR [JBossCacheService]

[JBoss-user] [EJB 3.0] - Re: Migration 4.0.4.CR2 - 4.0.4.GA problem

2006-06-07 Thread mooktarus
I'm getting the same error on deployment, but it appears to be in my EJBQL Named Queries. Is there any way to isolate specifically which named queries have the problem? Any log messages I can look for? It will take considerable effort to dig through all of them. I use JOIN FETCH and LEFT OUTER

[JBoss-user] [JBoss Seam] - Seam managed persistence and object attachment

2006-06-07 Thread iradix
I've switched from using the @PersistenceContext annotation to using seam managed persistence with @In(create = true) and now I'm getting behavior that doesn't make any sense to me. I load a list of objects, outject them as a @DataModel then recieve the selected as a @DataModelSelection and

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-06-07 Thread cliffb53
Do you guys provide paid support for that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949730#3949730 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949730 ___ JBoss-user

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-06-07 Thread cliffb53
Also, do annotations play nice with WS-Security in JBossWS-1.0? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949731#3949731 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949731

[JBoss-user] [EJB 3.0] - ejb-jar.xml Schema verification fails

2006-06-07 Thread logankiefer
This probably isn't a JBoss issue, but I wanted to see if someone from this site had this problem since a lot of people here are developing ejb 3 apps. In my ejb.xml file I put in the following xsd definitions: ?xml version=1.0 encoding=UTF-8? ejb-jar xmlns=http://java.sun.com/xml/ns/javaee;

[JBoss-user] [Security JAAS/JBoss] - Re: Accessing the session from DatabaseServerLoginModule

2006-06-07 Thread pander
Hi, As usual junkie you da man!!! Perfect solution for me as the user would have logged in at the point I wanted to access the session it's basically a bit at the end of my overidden login() method that only gets executed if the user has logged in successfully. Cheers! Paul. View

[JBoss-user] [JBoss Portal] - Theme has a global scope

2006-06-07 Thread danny_hon
I have an issue of using themes on portal. JBP 2.2.x or 2.4 has theme having a global scope. Let's say if user A chooses theme X, then all users will see theme X immediately. If user B chooses theme Y 5 sec later, all users (includes user A) will see theme Y immediately. As a result, the

[JBoss-user] [JBoss jBPM] - Re: JBPM Scalability

2006-06-07 Thread [EMAIL PROTECTED]
there is a lot of room for optimisation. so far we focussed on getting it running out of the box on as many environments as possible. now we will be focussing on optimizing a bit and documenting in a wiki page to describe what the typical performance optimisation options are and what the

[JBoss-user] [JBoss jBPM] - Re: sub-process invocation problem

2006-06-07 Thread flawlor
Thanks, that does help. So long as I know that I can depend upon that behavior I can program to it. As indicated, that behavior can be useful for doing initialization which only needs to be done when the subprocess is run standalone. Lombardi TeamWorks has the concept of default values for

[JBoss-user] [EJB 3.0] - Can't fetch two lazy collections!?

2006-06-07 Thread tsar_bomba
I was rather surprised to see this exception: | Caused by: org.hibernate.HibernateException: cannot simultaneously fetch multiple bags | at org.hibernate.loader.BasicLoader.postInstantiate(BasicLoader.java:66) | at org.hibernate.loader.hql.QueryLoader.init(QueryLoader.java:100)

[JBoss-user] [EJB 3.0] - Re: ejb-jar.xml Schema verification fails

2006-06-07 Thread logankiefer
Is the issue I'm having related to Jira Ticket JBAS-2282 - JBossEntityResolver is not using schemaLocation URIs that are valid non-file URLs? http://jira.jboss.com/jira/browse/JBAS-2282 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949740#3949740 Reply to

[JBoss-user] [JBossCache] - Set MaxAgeSeconds for subnodes of region

2006-06-07 Thread sgielen
Is it possible to configure a standard LRU eviction policy so it only evicts subnodes of a region? For example, I have a region \customers and I would like to evict the subnodes created under \customers after 30 seconds, but want to keep the parent \customers node. I tried numerous things,

[JBoss-user] [JBossWS] - WS Security samples test fails

2006-06-07 Thread rosellinif
We tried to run jbossws-1.0.0.GA examples related to WS-Security with no success in a Java 1.5 environment. We obtain the same errors detailed in http://jira.jboss.com/jira/browse/JBWS-839 and in the case http://www.jboss.org/index.html?module=bbop=viewtopict=82229 in User Forum (with no

[JBoss-user] [JBoss Seam] - Re: Support for Internationalization

2006-06-07 Thread sbryzak2
I didn't get very far. Anyway, I've checked in some changes to CVS which should improve how international characters are handled. I'd be great if you could give this a try and let me know if it works for you. View the original post :

[JBoss-user] [JBoss Seam] - Re: seam + jbpm + portal + IPC + facelets + jsf

2006-06-07 Thread [EMAIL PROTECTED]
So have you tried using Seam + the IPC API? I am fairly certain that IPC + MyFacesGenericPortlet works. As for Seam-IPC, I have not tried yet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949750#3949750 Reply to the post :

[JBoss-user] [JBoss Portal] - what configuration files should be changed for the authoriz

2006-06-07 Thread raghuram11
Hi, I am trying to do aunthentication and authorization from the default portal through user portlet by connecting to LDAP. I was able to do aunthentication part successfully but regarding the authorization, I was getting the roles from LDAP for that particular logged in person so now can I

[JBoss-user] [JBoss Portal] - Re: 2.2.1-SP1 CMS not working with PostgreSQL

2006-06-07 Thread rutfield
I have also been trying to tone down the logging level without success. I have modified the /usr/local/jboss/server/default/conf/log4j.xml to use ERROR and INFO levels, but the server.log is still filled with DEBUG information. I do not see any changes on the LINUX server; however, it works

[JBoss-user] [JBoss Seam] - Re: Seam managed persistence and object attachment

2006-06-07 Thread [EMAIL PROTECTED]
In principle this would work, but you havn't shown any code, so we can't tell you what you are doing wrong. Make sure you are not serializing the entity instance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949753#3949753 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Support for Internationalization

2006-06-07 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : I guess this is a JSF question, not related to Seam. Oops, I did not see the bit about it being Seam Remoting... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949754#3949754 Reply to the post :

[JBoss-user] [JBoss Eclipse IDE (users)] - do i have to publish for every change?

2006-06-07 Thread jack70_chen
Hi, I just switch my IDE from WSAD to JBoss Eclispe IDE 1.6. In WSAD debug mode, any change I made will be hot deployed right away. But in JBoss Eclipse IDE, it looks like I have to manually publish my change, no matter how small it is in order to see the result, and the publish may take

[JBoss-user] [Messaging, JMS JBossMQ] - Re: [NestedThrowable] Duplicate throwable nesting of same b

2006-06-07 Thread sks4jboss
Yes, Logs indicate that. Thread (getting the session and creating the receiver) handles the java.lang.Exception. Still we see the thread dying. So my query is does the task of (getting the session and creating the receiver) can ever throw an Error (not derived from the Exception class)? This

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Remote debug of jboss application throwing error

2006-06-07 Thread lamshing
check if the jwdp port of the jboss server View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949757#3949757 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949757 ___ JBoss-user

[JBoss-user] [EJB 3.0] - Re: EJB3StandaloneBootstrap.boot(

2006-06-07 Thread jazir1979
I have the same problem with the latest embeddable Alpha 8 running in Eclipse 3.1.2. Any ideas?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949758#3949758 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949758

[JBoss-user] [EJB 3.0] - Re: Seam application testing width Embeddable Alpha 7 and JU

2006-06-07 Thread jazir1979
I have the same problem with Alpha 8. Anybody??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949759#3949759 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949759 ___

[JBoss-user] [JBoss Portal] - Where should I place my jsp?

2006-06-07 Thread winglfw
Hi. I had a method protected void dispatch( RenderRequest request, RenderResponse response, String path ) throws PortletException, IOException { System.out.println(Start dispatch + path); PortletContext ctx =

[JBoss-user] [JBoss Seam] - Re: Support for Internationalization

2006-06-07 Thread empty11
sbryzak2 wrote : I didn't get very far. Anyway, I've checked in some changes to CVS which should improve how international characters are handled. I'd be great if you could give this a try and let me know if it works for you. There is an error running the remote/seam-hello example as below

[JBoss-user] [Installation, Configuration Deployment] - Re: JBOSS Support for HTTPS

2006-06-07 Thread chrisbitmead
As I recall, you have to change deploy/jbossweb-tomcat55.sar/server.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949762#3949762 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949762

<    1   2   3   >