[jboss-user] [JBoss Portal] - Re: Custom Login

2007-02-24 Thread bdaw
I don't know exactly what you want to do but here are the sources you are talking about: http://anonsvn.jboss.org/repos/jbossas/projects/security/trunk/src/main/org/jboss/security/auth/spi/UsernamePasswordLoginModule.java

[jboss-user] [JBoss Portal] - Re: Browser Adress Bar

2007-02-24 Thread erich_lol
Hi, same problem here. I tried to do a webapp that just contains an index.html file which contains frame pointing to the portal. the only problem is that with the frame the session is lost. So everyclick on the portal generates a new session :( Can this be fixed? View the original post :

[jboss-user] [EJB 3.0] - Things that don't help it

2007-02-24 Thread jlessner
Ok, sorry. I just discovered from older messages in this forum that standardjboss.xml and jboss.xml are ignored for EJB 3. I also found advices to manipulate ejb3-interceptors-aop.xml or use the @CacheConfig annotation for my EJB. But all I could achieve with that was a passivation not a

[jboss-user] [JBoss Seam] - Re: problem with the h:column rendered attribute

2007-02-24 Thread ask4saif
Thank you all for your help, The problem is, I have one table of users having different categories of users and user's respective data. I want to display the data like this: | User Category 1 | Name ,Address , Phone | name1block d 879 123456 |

[jboss-user] [JBoss Portal] - Where HTTPRequest from the client get mapped to ActionReques

2007-02-24 Thread srinivasanj
Hai i need how the HTTPRequwst from the client get mapped to ActionRequest in the JBoss Portal View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021544#4021544 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021544

[jboss-user] [JBoss Portal] - Detail about InterPortlet Communication(IPC) in JBoss Portal

2007-02-24 Thread srinivasanj
Hai i need more detail about InterPortletCommunication in JBoss Portal. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021545#4021545 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021545

[jboss-user] [JBoss Seam] - h:commandButton not work

2007-02-24 Thread chicochen
2 things in one webpage: 1. h:commandButton id=findButton value=Filter action=#{projectAction.find}/ | | 2. s:link action=#{projectAction.find} value=Projects / | | also has h:inputText id=searchString value=#{projectAction.searchString} size=15 / I find h:commandButton cannot call

[jboss-user] [JBoss Seam] - Re: h:commandButton not work

2007-02-24 Thread quilleashm
Do you have a form around the commandButton and input field? Note that s:link does NOT do a form submission so searchString won't be updated in the model using s:link. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021548#4021548 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JBoss Seam and Web Services using OC4J stack

2007-02-24 Thread xiaocase
Hi, [EMAIL PROTECTED]: It seems you have succeed in deploying a simple seam app in oc4j??? How to do it??? There is a glassfish example pulished by seam release. but it can't work in oc4j, how to do it??? Can you or anybody send me a simple seam app that can work in oc4j??? ([EMAIL

[jboss-user] [JBoss Seam] - Re: h:commandButton not work

2007-02-24 Thread chicochen
anonymous wrote : Do you have a form around the commandButton and input field? | | Note that s:link does NOT do a form submission so searchString won't be updated in the model using s:link. thanks for your feedback! yes, i have a h:form id=projectSearchForm around the commandButton and

[jboss-user] [JBoss Seam] - Re: custom JSF component with facelets

2007-02-24 Thread dilator
I think you have to specify it in web.xml if you do not package your library in to its own jar file? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021553#4021553 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021553

[jboss-user] [JBoss Portal] - Re: Workflow in Portal

2007-02-24 Thread yoyoyoyo
Hi Ronald, Many thanks for your quick reply! Sorry I was not able to follow up quickly myself. But I could not quite understand your second point about making the identity comp. a real service. Do you mean the identity comp. of jbpm is not really in use in the 3.1.2 Version? Thanks a lot!

[jboss-user] [JBoss Seam] - Re: Check interval

2007-02-24 Thread hispeedsurfer
Hi, for all with the same problem. There is a good example named seam-pay. Bye! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021559#4021559 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021559

[jboss-user] [JBoss Seam] - Re: ICEFaces Error

2007-02-24 Thread kukeltje
afaik, rendering jsf into a portal requires different things than rendering into a single webpage. You could have seen found that by all the questions there were related to jsf and portals. And btw, nothing changes your life only for the better. Everything has its downsides. ICEFaces is nice

[jboss-user] [JBoss Seam] - Do I need to override EntityHome.persist for ordered List?

2007-02-24 Thread lawrieg
Hi, I have a requirement for my Customer object to contain an ordered collection of Script child objects, and to be able to display these in in table with move up and move down functionality. My first thought was to store these in a List and use Hibernate's @IndexColumn. However, I'm not sure

[jboss-user] [JBoss jBPM] - Re: jbpmContext in Web Application

2007-02-24 Thread kukeltje
Longrunning transactions should not be stored in a session... but in a reference and fixed at the protocol level (locking etc.., see the ws-* standards) The web application should only concentrate on one task, and what you describe is a kind of wizard. Multiple pages committing data to one

[jboss-user] [JBoss jBPM] - Re: Choosing JBPM?

2007-02-24 Thread kukeltje
STFF, it is in 3.2, currently in beta View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021577#4021577 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021577 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Finding tasks efficiently using ContextInstance?

2007-02-24 Thread kukeltje
I should have put a smiley in my post like this: ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021578#4021578 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021578 ___

[jboss-user] [JBoss jBPM] - Re: Hibernate Query To SQL Query Mismatch

2007-02-24 Thread kukeltje
IANE, but I've never used e.g. ti.name= (:name), just ti.name=:name . Do you have debug info of the generated statements? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021579#4021579 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problems using MySQL db

2007-02-24 Thread kukeltje
and regarding the empty uselist, is the db populated? Read the getting started on how to do that!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021580#4021580 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021580

[jboss-user] [EJB 3.0] - Re: Altering the transaction timeout

2007-02-24 Thread petemuir
Thanks for the reply James and sorry for the delay in replying - my forum subscriptions went wrong for a bit ;) I'll try this out on Monday. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021586#4021586 Reply to the post :

[jboss-user] [Beginners Corner] - java.lang.IllegalStateException: A CMR collection may only b

2007-02-24 Thread jklanka
I have two bean Movie and Films. I have implemented the ralationship 1 to many between Director and Movies In a JSP page I am listing all the Directors and when I print movies.getMovies() to check whether will itb display the collection variable, it gives me Error

[jboss-user] [Beginners Corner] - Re: java.lang.IllegalStateException: A CMR collection may on

2007-02-24 Thread jwenting
It sounds like you're trying to either access a collection that has fetch set to lazy, or are trying to modify a collection that's guarded by a transaction outside the scope of that transaction. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021592#4021592

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-24 Thread petemuir
So, to sumamrise the problem as I understand it: * the FaceletsRenderer calls out to facelets to render the page (making no alteration to the classloader used) * Normally the classloader used is the WebappClassLoader (it is in the examples always afaics) HOWEVER sometimes it ends up being the

[jboss-user] [EJB 3.0] - Re: How to look up one of the many interfaces that a bean im

2007-02-24 Thread forumer
If I may revisit this again, this is what I am doing: | Interface MyRemoteIF extends Interface1, Interface2 | | @Remote(MyRemoteIF.class) | @RemoteBinding(JndiBinding=MyCompany/MySessionBean/remote) | public Class MySessionBean implements MyRemoteIF | | At the client: |

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-24 Thread petemuir
And * If you place everything in the ear myfaces blows up when rendering email * Placing the relevant taglibs where both classloaders can get them is a workaround I *think* that the FaceletsRenderer needs to make sure its using the correct classloader? View the original post :

[jboss-user] [EJB/JBoss] - Executing a Bunch of code before EJB's Deployed

2007-02-24 Thread me_zeta
Hi, I want to execute a bunch of code before my ejb's are getting deployed. Is there some option by which i can accomplish this? Please Help zeta View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021596#4021596 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2007-02-24 Thread jdijkmeijer
Just a quick reply so that it may help future non seam gen coders: I also go bitten by : | 13:51:16,296 ERROR [STDERR] javax.faces.FacesException: com.sun.faces.lifecycle.LifecycleFactoryImpl | 13:51:16,296 ERROR [STDERR] at

[jboss-user] [JBossWS] - Re: configure jUDDI

2007-02-24 Thread [EMAIL PROTECTED]
This is something I've been struggling quite a lot lately. To solve my problems I deployed the jUDDI on a standalone Tomcat 5.5.20 using saaj.jar and jaxrpc.jar from Eclipse BIRT runtime war. That is, not using JBossWS as there seems to be some incompatibles. View the original post :

[jboss-user] [JBoss Seam] - Seam in production mode

2007-02-24 Thread hdba
Hello, Does anyone know how Seam performance in production environment? or encounter any experience related Seam in production mode Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021609#4021609 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpmContext in Web Application

2007-02-24 Thread symmetrysolutions
OK, I agree with your last comment (not to imply that I disagreed with other comments) since I would only store information that is relevant to process flow in a task or process variable. All other information would be stored using my own persistence of my own domain objects. You mentioned

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-24 Thread bsmithjj
anonymous wrote : I *think* that the FaceletsRenderer needs to make sure its using the correct classloader? -- yes - that's what it seems like to me, I was thinking of putting another hack into Facelets to try and force it to use the classloader obtained from the ServletContext

[jboss-user] [JBoss Portal] - Re: Detail about InterPortlet Communication(IPC) in JBoss Po

2007-02-24 Thread jonnydscott
Hi. You can download sample portlets from portletswap. For 2.2 it's this: http://labs.jboss.com/portal/portletswap/downloads/portlets/samples For 2.4 it's this: http://labs.jboss.com/portal/portletswap/portlets_tutorial.html Have a look at the different jboss-service.xml files and you can

[jboss-user] [JBoss Portal] - Re: source compile error because can not find the apacheds-c

2007-02-24 Thread [EMAIL PROTECTED]
We have made daily build available now so downloading one tar ball will be enough. It has all the thirdparty binaries you need. Please get it from http://cruisecontrol.jboss.com/cc/artifacts//jboss-portal-trunk-build. View the original post :

[jboss-user] [JBoss Seam] - How can I get rid of the automatic faces message after loggi

2007-02-24 Thread schmatz
Hello, when I log in via the built-in Seam security (identity context variable, Authenticator class, etc.) I get a faces message saying: Welcome, my-username. Unfortunately, I cannot find where it is set nor where I can turn this off. Can anybody help? Thanks i.a., Mark View the original

[jboss-user] [JBoss Seam] - Re: How can I get rid of the automatic faces message after l

2007-02-24 Thread fernando_jmt
Sure you can do it. 1.- Make sure you are using Seam 1.1.7RC1. 2.- Add an empty property (without value) to your messages.properties for: | org.jboss.seam.loginSuccessful | 3.- That's all. Seam guys: I think it would be a very good idea to add the predefined messages which Seam adds as

[jboss-user] [JBoss Portal] - where the HTTPRequest hit the server

2007-02-24 Thread srinivasanj
When action performed from the client the HTTPRequest had transfered to server where the HTTPRequest hit the server, at which class file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021644#4021644 Reply to the post :

[jboss-user] [JBoss Portal] - Flow of JBoss Portal From Client to Server

2007-02-24 Thread srinivasanj
i need the flow of JBoss Portal From Client to Server View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021645#4021645 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021645 ___

[jboss-user] [JBoss Seam] - Re: How can I get rid of the automatic faces message after l

2007-02-24 Thread schmatz
Thank you. I'm sure this works also with 1.1.6, isn't it?! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021647#4021647 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021647 ___

[jboss-user] [JBoss Seam] - Re: How can I get rid of the automatic faces message after l

2007-02-24 Thread fernando_jmt
I'm not sure. Just try it out, and tell us. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021655#4021655 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021655 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: How can I get rid of the automatic faces message after l

2007-02-24 Thread schmatz
Nope, does not work with 1.1.6. :-( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021658#4021658 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021658 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How can I get rid of the automatic faces message after l

2007-02-24 Thread fernando_jmt
Yep, I knew it. This change was recently done. I'm sure with Seam 1.1.7 RC1 will work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021665#4021665 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021665

[jboss-user] [JBoss Portal] - Re: Detail about InterPortlet Communication(IPC) in JBoss Po

2007-02-24 Thread PeterJ
Did you look in the JBoss Portal documentation? http://docs.jboss.com/jbportal/v2.6/reference-guide/en/html/ipc.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021676#4021676 Reply to the post :

[jboss-user] [Beginners Corner] - Unable to start JBOSS

2007-02-24 Thread alfia_09
0:48:28,765 INFO [Server] Starting JBoss (MX MicroKernel)... 0:48:28,765 INFO [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Bra ch_4_0 date=200610162339) 0:48:28,812 INFO [Server] Home Dir: C:\Program Files\jboss-4.0.5.GA 0:48:28,812 INFO [Server] Home URL: file:/C:/Program

[jboss-user] [Installation, Configuration Deployment] - Unable to start JBOSS

2007-02-24 Thread alfia_09
i dont understand whats wrong with the jboss in my computer,I have re-installed JBoss thrice,checked all the envireonment variable settings but when i go to the command promt to run JBOSS and type run.bat,it gives the following exceptions.I am also attaching a file which has all the exceptions

[jboss-user] [JBoss Portal] - Re: Flow of JBoss Portal From Client to Server

2007-02-24 Thread PeterJ
First I have a question: how is this question of yours different from the other two posts you made: http://www.jboss.com/index.html?module=bbop=viewtopict=102594 http://www.jboss.com/index.html?module=bbop=viewtopict=102575 If they are all the same question worded in different ways, please

[jboss-user] [JBoss Portal] - Re: where the HTTPRequest hit the server

2007-02-24 Thread PeterJ
In the source files, look at ./core/src/main/org/jboss/portal/core/servlet/jsp/PortalJsp.java, the service() method. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021681#4021681 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Where HTTPRequest from the client get mapped to ActionRe

2007-02-24 Thread PeterJ
See http://www.jboss.com/index.html?module=bbop=viewtopict=102595 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021682#4021682 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021682

[jboss-user] [JBoss Seam] - Seam vs EJB3 container managed persistence contexts

2007-02-24 Thread flashguru
Hello everybody, Is there any difference between @PersistenceContext | private EntityManager em; and @In | private EntityManager em; when used in a session bean? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021686#4021686 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-02-24 Thread [EMAIL PROTECTED]
If you are just trying to get started with Seam, don't bother with JBoss 5. Instead, follow the instructions right at the top of this thread to run Seam and JSF 1.2 on JBoss 4.0.5. (It *is* possible!) BUT: Step 5 has changed - in the above it reads: (5) remove el-*.jar from

[jboss-user] [JBoss Seam] - Re: Seam vs EJB3 container managed persistence contexts

2007-02-24 Thread [EMAIL PROTECTED]
Search for my posts on this forum, I've explained the differences at least once at length. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021691#4021691 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021691

[jboss-user] [Remoting] - Re: InvokerCallbackHandler.getSessionId() ?

2007-02-24 Thread fatbatman
Hi Tom, Yes I'd like to know which client the InvokerCallbackHandler is from so I can send a callback to a specific client. I'm investigating using remoting with something akin to a online chat system. I was planning on having some kind of custom login method, in which I would get the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - concurrent reading read ahead with SimpleReadWriteEJBLock

2007-02-24 Thread arunkrishnank
Hello, In my project we need to use read-ahead strategies. I have a situation where concurrent read access to the bean have to be allowed. Since for the read-ahead strategies to work the transaction attribute must be Required/RequiresNew I have set it as Required. I have extended the Standard

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-02-24 Thread tonylmai
Well this thread is about running the booking example on JBoss with JSF 1.2 RI. And I still can't do that. :-( The booking example deals with MyFaces or at least references it. Yet the suggested steps did not say what to do with it. I use Exadel Studio Pro and I know that they have to tweak

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-02-24 Thread [EMAIL PROTECTED]
My steps say *exactly* what to do to run the booking example in JBoss with JSF 1.2! That's the title of the post. I just tried it (with the modified step 5), and it works like a charm. The booking example has nothing to do with MyFaces, except for the one line in web.xml, which the

[jboss-user] [JBoss Seam] - Re: Seam vs EJB3 container managed persistence contexts

2007-02-24 Thread [EMAIL PROTECTED]
And read this: http://docs.jboss.com/seam/1.1.7.RC1/reference/en/html/persistence.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021702#4021702 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021702

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-24 Thread petemuir
Brad, I've managed to replicate your problem doing this: Thread.currentThread().setContextClassLoader(facesContext.getClass().getClassLoader()); inside FaceletsRenderer.render() (in the mail example facesContext is using the UCL). I'm not sure under what circumstances the context's classloader

[jboss-user] [JBoss Seam] - Are Seam-managed transactions limited to JSF?

2007-02-24 Thread rmcdonough
I'm trying utilize a Seam-managed transaction for something other than a JSF component. After read some of the docs and looking at the code, it appears that Seam-managed transactions are limited to JSF. I am trying to marshall a Hibernate object, which is returned from a SessionBean, to XML via

[jboss-user] [Installation, Configuration Deployment] - Cannot shutdown jboss-4.0.5.GA on Windows XP

2007-02-24 Thread amitjo
command shutdown -S gives error java.lang.reflect.UndeclaredThrowableException at $Proxy1.shutdown(Unknown Source) at org.jboss.Shutdown.main(Shutdown.java:237) Caused by: java.rmi.MarshalException: error marshalling arguments; nested exception is:

[jboss-user] [JBoss Seam] - entity null in long running conversation

2007-02-24 Thread schmatz
Hello, I have a User entity which is gotten from the db in the authenticate method of the Seam security Authenticator class. The entity is outjected. In my conversation-scoped SFSB I inject the User entity. The login process is invoked via a login method which starts a long running

[jboss-user] [JBoss Seam] - Re: Are Seam-managed transactions limited to JSF?

2007-02-24 Thread [EMAIL PROTECTED]
So what, precisely, is the client? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021712#4021712 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021712 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam vs EJB3 container managed persistence contexts

2007-02-24 Thread flashguru
Sorry, my question was a bit vague and misleading. What I really wanted to confirm is that if I use @PersistentContext then Seam will not intercept this and return a Seam managed persistent context (SMPC). I was led to think that way because I saw a seam interceptor

[jboss-user] [JBoss Seam] - Re: Are Seam-managed transactions limited to JSF?

2007-02-24 Thread rmcdonough
The client is Flex, but it could be another HTTP-based client. I have a more long-winded explanation or what I'm trying to d in this post: http://jboss.com/index.html?module=bbop=viewtopict=102479 I'm trying to expose JAXB annotated Entity beans via a RESTful web service. The JAXB-code is

[jboss-user] [JBoss and NetBeans] - Re: Net Beans Build Script fails with WSIMPORT Task

2007-02-24 Thread mvargas2012
To everybody experience the same problem here was my fix: Tools -- Options -- Select Classpath -- add libraries Now point to your SDK install lib and grab what you need. Select OK -- OK. You're done. View the original post :

[jboss-user] [JBoss Portal] - how to create my own portal?

2007-02-24 Thread adamzrk
I have one question: how to create my own portal, which will be available under the context /portal/portal/myPortal? I know that I have to create web.xml, portlet.xml, jboss-portlet.xml, portlet-instances.xml, myPortal-object.xml, but where to configure the layout (p:region) ? Why I see the

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-24 Thread bsmithjj
Pete, Here is a report on the classloader situation just before I invoke my SLSB that sends email: | 15:15:36,972 INFO [WorkItemManagerBean] | Just before asking my SLSB to send email using Seam Renderer... | 15:15:36,972 INFO [WorkItemManagerBean] me -

[jboss-user] [JBoss Eclipse IDE (users)] - NullPointerException in FreeMarker IDE

2007-02-24 Thread lightbulb432
When I go to the context editor to add a new context variable in the FreeMarker IDE and enter a name and class, I get the following error. What could be causing this? java.lang.NullPointerException: | at hudson.freemarker_ide.editor.Editor.dispose(Editor.java:83) | at

[jboss-user] [JBoss Seam] - Re: problem with the h:column rendered attribute

2007-02-24 Thread ask4saif
Can anybody help me on this matter please. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021733#4021733 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021733 ___ jboss-user

[jboss-user] [JBoss Seam] - Some seam examples are using EJB managed PC

2007-02-24 Thread flashguru
The booking example RegisterAction is using EJB3 managed PC instead of Seam managed PC. Is this intentional? Or is it because in this specific scenario, it does not matter which one you use? Thanks again. View the original post :

[jboss-user] [JBoss Seam] - Re: Are Seam-managed transactions limited to JSF?

2007-02-24 Thread [EMAIL PROTECTED]
OK, so, forget *everything* you know from Spring, etc. :-) In Seam and EJB3, persistence context != transaction context. So you can have an SFSB with an EJB3 extended persistence context that spans multiple transactions. Or you can have a Seam conversation with a Seam-managed persistence

[jboss-user] [JBoss Seam] - Re: Seam vs EJB3 container managed persistence contexts

2007-02-24 Thread [EMAIL PROTECTED]
It doesnt matter in the booking demo, because there is just one component involved in the conversation. If there were lots of components collaborating, you would probably be better of with a Seam-managed PC. View the original post :

[jboss-user] [JBoss jBPM] - Re: jbpmContext in Web Application

2007-02-24 Thread kukeltje
anonymous wrote : You mean copying them from the task to the process instance? Correct anonymous wrote : But if I can not hold on to a task across contexts then I have to copy any working task variables out of the task and into my own session container, is that correct? Correct again

[jboss-user] [Security JAAS/JBoss] - Re: Combine FORM and CLIENT-CERT authentication

2007-02-24 Thread lujop
I reply myself for the benefit of the comunity: A workarround that I found is to use two applications: You have to use two applications in the same security realm. In one you put FORM autentification and in the other you put CERT-CLIENT authentication. One application is the one you have

[jboss-user] [EJB 3.0] - Aliases in Queries

2007-02-24 Thread micho
Hi, I´m not sure if this or the persistence group is the right one. I created a Query like this erg = (ListUser) em.createQuery( from User u where (u.peter = :name)).setParameter (name, pete).getResultList(); | and it wors as expected. If I change it an introduce an alias erg = (ListUser)

[jboss-user] [EJB 3.0] - Re: Aliases in Queries

2007-02-24 Thread [EMAIL PROTECTED]
This is saying your User object does not have a peter attribute. I think you want something like: from User u where u.name = :name and you setParameter(name, pete). I assume your User object has an attribute name (i.e. User.getName()) and I assume your User doesn't have a User.getPeter() :)

[jboss-user] [EJB 3.0] - Re: Aliases in Queries

2007-02-24 Thread micho
I exchanged the two codeexamples. if there is no attribute peter why does the query from User where (peter = :name) work. If I add the alias u and write from User u where (u.peter = :name) I get the exception. I coded the attribute like this: @Column(name = peter) | public String getHugo()

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-02-24 Thread freeportpa
I've looked all over and can't find where I can download the nightly build. Can you provide a link for me? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021751#4021751 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Aliases in Queries

2007-02-24 Thread [EMAIL PROTECTED]
First, as I understand it, the @Column annotation defines the actual database column name but has no bearing on how the ORM tool identifies this column in the JPQL query language. @Column(name = peter) public String getHugo() This entity's column is Hugo when you identify it in your JPQL

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-02-24 Thread [EMAIL PROTECTED]
http://cruisecontrol.jboss.com/cc/artifacts//jboss-portal-trunk-build View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021755#4021755 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021755

[jboss-user] [EJB 3.0] - Re: Aliases in Queries

2007-02-24 Thread micho
Thanks for your answer. How do I have to name the property an a query in my example @Column(name = peter) | public String getHugo() | { return mHugo; } | peter, Hugo, mHugo the doku says The logical column name is defined by the Hibernate NamingStrategy implementation. The default

[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-02-24 Thread [EMAIL PROTECTED]
Looks like there is a bug in JBossWS. I will investigate it as soon as I have some spare time. In the meantime, please install and test the latest JBossWS release. You can find the distribution and installation instructions in http://labs.jboss.com/portal/jbossws/. View the original post :

[jboss-user] [JBoss Seam] - Re: Are Seam-managed transactions limited to JSF?

2007-02-24 Thread rmcdonough
anonymous wrote : OK, so, forget *everything* you know from Spring, etc. :-) No worries there, not really a fan ;) Thanks for clearing this up. One thing I should clarify tho', my transactions don't span multiple HTTP requests, just . In a nut shell, my servlet is calling and EJB that returns

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-02-24 Thread freeportpa
Thank you for the fast reply! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021768#4021768 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021768 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-24 Thread petemuir
bsmithjj wrote : Pete, | | Here is a report on the classloader situation just before I invoke my SLSB that sends email: Sorry, I meant on entry to the method called by JSF (i.e. is something changing your classloader between JSF calling the action method and you calling the

[jboss-user] [JBoss Seam] - Re: problem with the h:column rendered attribute

2007-02-24 Thread petemuir
You would be better off asking this in a JSF forum (Sun's JSF forum perhaps, or myfaces user list if you are using myfaces) as this really isn't a Seam question. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021774#4021774 Reply to the post :

[jboss-user] [EJB 3.0] - Re: How to look up one of the many interfaces that a bean im

2007-02-24 Thread ALRubinger
Right...so the proxy object is going to be created by JBoss and will implement all the interfaces you designate. When your client does a lookup for this object, it's going to get loaded by the classloader, along with all dependencies it has. So if the definition in the classfile is something

[jboss-user] [JBoss Seam] - Validation issue in adapted Registration example

2007-02-24 Thread chopin
Hi, in order to build my first seam application, I decided to adapt the Registration example. In the first step I changed the name of the context root and the jar, war, and ear files to myapp. After deploying everything works fine except JSF-Hibernate validation. Validation is only done during

[jboss-user] [JBoss Portal] - Re: Workflow in Portal

2007-02-24 Thread kukeltje
no, it is in use, only not easily pluggable. jBPM requires (for its internal workings) a certain user/role/group model. External systems have to at least provide that model, so service wrappers, how map/wrap the existing model the customer already has to a model required by jBPM. This model is

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2007-02-24 Thread sjmenden
Speak for yourself man, just copy one of the examples, or do seam gen, and that is it, start coding. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021806#4021806 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021806

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2007-02-24 Thread sjmenden
double post, apologizes:curses back button: View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021807#4021807 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021807 ___ jboss-user

[jboss-user] [JBoss Seam] - Could not create connection - deployment problem

2007-02-24 Thread pista666
hi folks, playing with app generation, (seam generate-entities) everything is fine, until deployment, when i get this: 01:52:39,917 WARN [JBossManagedConnectionPool] Throwable while attempting to get a new connection: null org.jboss.resource.JBossResourceException: Could not create connection;

[jboss-user] [EJB 3.0] - Re: Aliases in Queries

2007-02-24 Thread micho
thanks from User u where (u.hugo = :name) works View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021810#4021810 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021810 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Are Seam-managed transactions limited to JSF?

2007-02-24 Thread [EMAIL PROTECTED]
Oh OK, in that case, just wrap SeamServletFilter around your servlet, and it will set up a Seam request context that spans the whole HTTP request instead of letting SeamInterceptor make a little request context on each call to the EJB layer. Then the Seam-managed PC will span the whole HTTP

[jboss-user] [JBoss Seam] - Re: Could not create connection - deployment problem

2007-02-24 Thread [EMAIL PROTECTED]
seam-gen usually copies the JDBC driver jar into the appserver classpath during seam setup. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021817#4021817 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021817

[jboss-user] [Installation, Configuration Deployment] - Re: part deux: tomcat server.xml not supporting custom defau

2007-02-24 Thread [EMAIL PROTECTED]
I would like to bump this, please. Is this a known issue? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021821#4021821 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021821 ___

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL Eclipse Process Designer interworking

2007-02-24 Thread [EMAIL PROTECTED]
WS-BPEL 2 is a specification that only recently reached status as a standard. jBPM and the BPEL editor currently support different, incompatible draft versions of the specification. The jBPM BPEL Quick Start with Eclipse Designer Guide provides instructions for interworking with jBPM BPEL

[jboss-user] [JBoss Seam] - SeamTest, Embedded EJB and TestNG issue

2007-02-24 Thread tarantula
Hello, I searched the forum before posting this but could not find a solution to this issue. I'm not sure how other developers are testing their Seam/JSF applications but in my case I have dozens of test classes with hundreds of test methods that I would like to run as a single test suite.

[jboss-user] [JBoss Seam] - AnnotationException: no persistent id property

2007-02-24 Thread cparham
Hi, I've created two entity classes and a composite primary key class. I think I have all three coded properly but when I deploy with Seam 1.1.6 I get an exception: AnnotationException: com.abc.selfEnrollment.RecordDataKey has no persistent id property I'm sure I doing something silly. Please

[jboss-user] [JBoss jBPM] - Re: Problem: BPEL Designer

2007-02-24 Thread [EMAIL PROTECTED]
The WSDL library we use (WSDL4J) seems to be sensitive to the order in which definitions appear in the WSDL document. Your processBankArtifacts.wsdl file references port type Client-Process before it imports the file that contains its declaration, client.wsdl. Try moving the imports above your

[jboss-user] [JBoss Seam] - Re: SeamTest, Embedded EJB and TestNG issue

2007-02-24 Thread tarantula
More info: It turns out that after testing with two different connection pools, the underlying problem is a java.sql.SQLException (No suitable driver). This only shows up for the second test class. The first one gets a connection just fine and my tests pass. I still vote for the container

  1   2   >