[jboss-user] [JBoss jBPM] - Re: I have problem to receive complex parameters , BP Interf

2006-12-30 Thread pkovgan
Repeated, cause previous message does not display correctly. This one is right one. Hi Alex, A lot of thanks for your efforts to help me! So I did understand that in general I should not have problem to pass complex parameter or its part to subsequent webservice. I have just one additional que

[jboss-user] [JBoss jBPM] - Re: I have problem to receive complex parameters , BP Interf

2006-12-30 Thread pkovgan
Hi Alex, A lot of thanks for your efforts to help me! So I did understand that in general I should not have problem to pass complex parameter or its part to subsequent webservice. I have just one additional question in this part: Do you mean I have not use and if process message is exactly like

[jboss-user] [EJB 3.0] - ClassCastException EJB3 wrapped local object.

2006-12-30 Thread hurzeler
Hello there, I have the following issue. I have a Stateless session bean called SiteDAOBean. This bean has a method: | public void update(Site site) throws PersistenceException | { | em.merge(site); | } | Which works nicely if I call it remotely with a Site argument.

[jboss-user] [JBoss Seam] - Problem with exceptions.xml

2006-12-30 Thread sjmenden
I am having problems getting exceptions.xml working. I want to get a simple scenario working of redirecting all exceptions to /error.xhtml. exceptions.xml | | | Unexpected failure | | | | And I am testing this by throwing a NPE in one of my EJBs(extends En

[jboss-user] [JBoss Seam] - Seam's Manager class bug?

2006-12-30 Thread [EMAIL PROTECTED]
Hello, I'm using Seam 1.1GA and have observed a bug in the Manager class when its redirect method tries to redirect a long running conversation bookmarked URL or by selecting from the browser's URL location dropdown. Here is the scenario using this URL for sample: http://localhost:8080/my-se

[jboss-user] [JBoss Getting Started Documentation] - JBoss 4.0.3SP1 creating new session for every request

2006-12-30 Thread rajan.pundir
We are having a problem with JBoss in our production environment. The production environment is a clustered environment. When I access my application , Jboss creates a session for it. But on subsequent hit to the same application , JBoss is creating new session. This is causing our application to

[jboss-user] [JBoss Seam] - Re: chapter 2 helloworld example doesn't work

2006-12-30 Thread [EMAIL PROTECTED]
Is there more in the log after that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997015#3997015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997015 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Packaging question

2006-12-30 Thread [EMAIL PROTECTED]
Seam doesn't have a notion of an external component yet. You'll have to rely on normal lookup methods (JNDI or EJB3 injection) to grab them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997014#3997014 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: Fields of Seam-managed-component are loosing values

2006-12-30 Thread [EMAIL PROTECTED]
Ah - I misread your original post. This is indeed a bug. http://jira.jboss.com/jira/browse/JBSEAM-631 To work around this for the time being, you can pass a "this" reference from the first component to the second component instead of injecting it. View the original post : http://www.jboss.c

[jboss-user] [EJB 3.0] - JTA EntityManager cannot access a transactions

2006-12-30 Thread daleth
Let me preface this with I'm not sure if I should post this here or in in the Seam forums. I have a Seam application that uses an embedded EJB3 container as it is meant to be deployed outside of JBoss AS (on Tomcat, specifically). However, there are also some background tasks that are meant to

[jboss-user] [JBoss AOP] - Re: How to access intercepted methods in JSF?

2006-12-30 Thread [EMAIL PROTECTED]
"ykrishnaprasad" wrote : 1) If there is a return in the intercepted method(call or execution), the interceptor doesn't work. | Is there anything i am missing? | Please define "doesn't work" "ykrishnaprasad" wrote : | "ykrishnaprasad" wrote : | 2) I have an AOP "Project1" with intercept

[jboss-user] [JBoss Seam] - Re: iceFaces inputFile component

2006-12-30 Thread buddy1974
Hi Folks, I have received the following reply over at the http://www.icefaces.org/JForum/posts/list/3270.page#15506... Kind regards Juergen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996993#3996993 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Portal] - Admin Porlet Error

2006-12-30 Thread purplemirage
Hi I am new on JBoss Portlet. I downloaded Jboss Portlet + Jboss AS version 2.4 running on Window 2003 server. It startup alright and I login as admin. After I click on the admin tab, the admin portlet showed the following error message: /WEB-INF/jsp/management/index.xhtml @41,58 rendered="#{!

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: The jboss-hibernate.deployer directory missing in 4.0.3

2006-12-30 Thread jrc1983
Actually you shouldn't have to download anything at all. As of JBoss 4.0.2SP1, the hibernate libraries are stored in //server/default/lib/hibernate*.jar. So change your build.xml to reference that lib directory (instead of the non-existent directory it's currently referencing) or copy the jar ov

[jboss-user] [JBoss AOP] - Re: execution pointcut....class context?

2006-12-30 Thread [EMAIL PROTECTED]
It is not possible to get the calling object using the "execution" flavour. The NPE for the call pointcut looks like a bug, I have created a testcase and we should be able to get this fixed in cvs next week. Note that it might not be possible to use a PER_INSTANCE scoped interceptor in this scen

[jboss-user] [JNDI/Naming/Network] - Re: Help me running the Simple session bean programme

2006-12-30 Thread PeterJ
Add the client/jboss-serialization.jar file to your classpath. Or you could use client/jbossall-client.jar file instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996984#3996984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - Re: chapter 2 helloworld example doesn't work

2006-12-30 Thread nickleli
maybe i'm confused on this tutorial. it looks like they named the project "helloworld" during the seam setup questions. if i named mine "myproject" and navigate to http://localhost:8080/myproject, i see a page with the following text on it: myproject This empty shell application includes:

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2006-12-30 Thread fhh
Just to supply some more input to this thread: I have just switched one of our bigger seam projects which had a pretty sophisticated ant build script to Maven 2. It took me (never used Maven (1|2)) slightly more than a day. It works but I'm not as impressed as many others: 1.) The maven pl

[jboss-user] [JBoss Seam] - Re: chapter 2 helloworld example doesn't work

2006-12-30 Thread nickleli
Thanks for your help norman! here is the output that you mentioned. it appears to not be deploying correctly but i'm not sure why... 10:22:41,343 INFO [EARDeployer] Init J2EE application: file:/C:/Program Files/j boss-4.0.5.GA/server/default/deploy/myproject.ear/ 10:22:42,453 INFO [Ejb3Deplo

[jboss-user] [JBossCache] - Re: Debuging with JBossCache (from IntelliJ)

2006-12-30 Thread [EMAIL PROTECTED]
Your question inspired me to start a developer's guide page on the wiki. Please see http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheDevelopment Anyone else want to add screen shots of setting up Eclipse? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=399697

[jboss-user] [JBoss Seam] - Re: Fields of Seam-managed-component are loosing values

2006-12-30 Thread HulaBula
anonymous wrote : Injected values are only kept valid while the component is executing. Okay, but the component still IS active. It's like A.actionA() [calls] B.actionB() [calls] A.actionC() [then returns] A.actionA() <-- and here, are fields are empty.. actionA() just calls a method down the s

[jboss-user] [JBossCache] - Re: JBoss Cache 1.4.1 Cayenne in BETA & 2.0.0 Habanero in AL

2006-12-30 Thread [EMAIL PROTECTED]
I'm hoping to get 2.0.0 in GA by the end of Feb, although we'd need to see how betas and CRs perform in Jan and Feb. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996975#3996975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Re: NPE After adding @RequestParameter to SESSION bean

2006-12-30 Thread fhh
This is not yet fixed! | Caused by: java.lang.NullPointerException | at org.jboss.seam.util.Parameters.convertMultiValueRequestParameter(Parameters.java:48) | at org.jboss.seam.Component.injectParameters(Component.java:1151) | at org.jboss.seam.Component.inject(Component.java

[jboss-user] [JBoss jBPM] - Re: HibernateException: null index column for collection

2006-12-30 Thread michea
Solved: the problem was that I did not close the JBPMContext in the method were I deployed the process. This may help some of you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996973#3996973 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Packaging question

2006-12-30 Thread VinceCallagan
Hello, I have a question regarding the packaging (not very sure if I am on the right forum ;-)) I have a EAR with severals EJB's (Sessions and Entities) + WebApplication. On the other hand, I have a brand new seam application that need to access EJB contained in the first EAR. How can I pack

[jboss-user] [Performance Tuning] - Re: doubt in jboss connection pooling

2006-12-30 Thread Scott.Marlow.Novell
Hi, Each connection in the pool has its own Oracle session. Scott View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996971#3996971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996971

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

2006-12-30 Thread zauberlehrling
Please ignore my last posting, the application server now reads the handler configuration file. But I get a NullPointer Exception: | Could not create deployment: file:/opt/jboss-4.0.5.GA/server/default/deploy/jsr181pojo.war | java.lang.NullPointerException | at org.jboss.ws.metadata.A

[jboss-user] [EJB 3.0] - Re: Exception thrown on EJB3.0_RC9_Patch1 and JBoss-4.0.5.GA

2006-12-30 Thread Wolfgang Knauf
Hi ! take a look at this: http://wiki.jboss.org/wiki/Wiki.jsp?page=FromRC8RC9 You have to remove two files if you use an other configuration than "all". Hope this helps Wolfgang View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996968#3996968 Reply to the pos

[jboss-user] [EJB 3.0] - Re: ORM.xml Sample

2006-12-30 Thread Wolfgang Knauf
Hi Dave, I have some, but the samples are in german. I will link you directly to the ear files containing the orm.xml: Single Entity bean: http://www.informatik.fh-wiesbaden.de/~knauf/SWTVertiefung2006/kuchen/KuchenSimpleNoAnnotation.ear Two entity beans with a one-to-many relation http://www.i

[jboss-user] [JBoss Seam] - Re: Injecting beans defined in jboss-beans.xml

2006-12-30 Thread daleth
Sorry, I thought Seam looked up most of its components from the JNDI tree, not just the EJB3 stuff. Again, I don't know much about how Seam works internally. I do see how I could use the @Unwrap to take something bound in JNDI and expose it though. The ultimate goal is simply to be able to ex

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - list's of composite-element's of Hibernate with Java Persist

2006-12-30 Thread cwulf
Using Hibernate 3 i could define composite-elements like @Embeddable with Java Persistence. But Hibernate also allows collections of those composite-element's. | | ... | | | | | | ... | | | ... |

[jboss-user] [JBoss Seam] - Re: Injecting beans defined in jboss-beans.xml

2006-12-30 Thread daleth
Turns out the seam component with an @Unwrap method doesn't work. The component needs to depend on the "org.jboss.seam.core.ejb" component since thats what is starting up the micro-container, however beans started up in the EJB3 container are what requires the stuff we're trying to expose via th

[jboss-user] [EJB 3.0] - Re: Getting Syntax error with EJB 3.0.

2006-12-30 Thread dvuday
Hi... I am unable to access the EJB deployed in the serverI followed the same thing which was given in the documentaion (link sent by ALR) ..but couldnt succeeded... I even tried deploying the EJB3Trail.ear (which was given in the JBoss TrailBlazer) in the server and tried to access the ..

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

2006-12-30 Thread zauberlehrling
Hello, I've tried the workaround: | @HandlerChain(file="jar:file:///opt/jboss-4.0.5.GA/server/default/deploy/jsr181pojo.war!/WEB-INF/Handler.xml",name="") | and I get a FileNotFoundException: | org.jboss.ws.WSException: Cannot process handler chain: jar:file:///opt/jboss-4.0.5.GA/server

[jboss-user] [JBoss.NET] - Re: JBoss 4.0.2 & Apache Axis

2006-12-30 Thread sudhirkd
Thanks for the answer. It helped to setup axis under jboss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996954#3996954 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996954 _

[jboss-user] [EJB 3.0] - Re: Getting Syntax error with EJB 3.0.

2006-12-30 Thread dvuday
anonymous wrote : http://docs.jboss.org/ejb3/app-server/tutorial/jndibinding/jndi.html | | When in doubt, check the docs. :) Thanks alot... uday View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996953#3996953 Reply to the post : http://www.jboss.com/in

[jboss-user] [JNDI/Naming/Network] - Re: Help me running the Simple session bean programme

2006-12-30 Thread sanjeet
please help me if there any expert out there :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996952#3996952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996952 ___ jboss-

[jboss-user] [JNDI/Naming/Network] - Help me running the Simple session bean programme

2006-12-30 Thread sanjeet
i am getting following when i try to run client application. Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/serial/objectmetamodel/safecloning/SafeClone at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Unk