[jboss-user] [JBoss jBPM] - Process folder Missing

2007-04-07 Thread zolfj
Hello there, i am trying to learn to use jBPM and i am using JBoss eclipse IDE for it.when i try to create a new jbpm project using this link http://docs.jboss.com/jbpm/v3/gpd/firstprocess.html there is a folder called process which gets created in that tutorial,but in my case it does not creat

[jboss-user] [Beginners Corner] - Re: NoSuchMethodException InvokerAdaptorService

2007-04-07 Thread grandboy
Yes, I am touching this issue, please someone can help me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035568#4035568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035568

[jboss-user] [JBoss Seam] - Re: About Identity login

2007-04-07 Thread [EMAIL PROTECTED]
You can open a JIRA issue and suggest it. In the meantime, remember that you can install your own subclass of identity that has exactly the behavior you want. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035565#4035565 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1 and Tomcat 6.0.10

2007-04-07 Thread [EMAIL PROTECTED]
We'll have proper support for Tomcat 6 (and JBoss 4.2, which uses Tomcat 6) in Seam 1.3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035564#4035564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035564 ___

[jboss-user] [JBoss Seam] - Re: seamPDF + iText barcodes

2007-04-07 Thread [EMAIL PROTECTED]
Please to open a JIRA case and contribute the code back. I can see how barcode generation might be useful to a lot of people. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035563#4035563 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - Re: Minimal JBoss configuration for seam

2007-04-07 Thread [EMAIL PROTECTED]
My JBoss AS 4.0.5 installed with EJB3 profile (Seam getting started guide...) takes, including my small application, 15 seconds from cache cold start. Redeploy takes about 5 seconds. So if you follow the getting started guidelines, you should see some other numbers already. 2:30 minutes can only

[jboss-user] [JBoss Seam] - Re: Doco for locale cookie C13 Section 13.5

2007-04-07 Thread petemuir
I updated the docs to make this a bit clearer :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035561#4035561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035561 ___ jboss-

[jboss-user] [Installation, Configuration & Deployment] - JBoss 5.0.0Beta2 datasource meta data problem

2007-04-07 Thread ebross
JBoss 5.0.0Beta2 datasource meta data problem I download and installed JBoss 5.0.0Beta a day ago but I keep getting the following error: 23:03:41,609 ERROR [AbstractKernelController] Error installing to Start: name=jboss.ejb:persistencePolicy=database,service=EJBTimerService state=Create mode=

[jboss-user] [JBoss Seam] - Re: Doco for locale cookie C13 Section 13.5

2007-04-07 Thread [EMAIL PROTECTED]
Erm... cough couch.. Your kung-foo is strong but >and in components.xml It doesn't say in the doco to put this strong kung-foo in components.xml. Me thinks you think I know what I am doing here !!! anonymous wrote : | 13.5. Persisting locale and theme preferences via cookies | The l

[jboss-user] [JBoss Seam] - Re: Doco for locale cookie C13 Section 13.5

2007-04-07 Thread [EMAIL PROTECTED]
DOH! SLAP! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035558#4035558 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035558 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Messaging] - Re: Marshalling Exception

2007-04-07 Thread chip_schoch
A little more info. When I start JBossAS and my .sar that uses JBossMessaging is in the deploy directory everything starts and works correctly. Then if I undeploy it I get the following when the JMSConnection.close() is called: java.lang.NullPointerException | at org.jboss.mx.loading.Re

[jboss-user] [JBoss Seam] - Re: Doco for locale cookie C13 Section 13.5

2007-04-07 Thread petemuir
Dude, RTFM! In your facelet anonymous wrote : | | | | | | and in components.xml anonymous wrote : The locale selector, theme selector and timezone selector all support persistence of locale and theme preference to a cookie. Simply set the cookie-enabled configuration prope

[jboss-user] [JBoss Portal] - Re: Unable to access Identity Module MBeans directly in 2.6

2007-04-07 Thread czhao07
Never mind, I am using @Resource annotation and it is much cleaner. | | ... | @Resource(mappedName="java:/portal/UserModule") | private UserModule userModule; | ... | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=403

[jboss-user] [JBoss jBPM] - Re: Designer alpha version - eclipse updates required?

2007-04-07 Thread wjm
"[EMAIL PROTECTED]" wrote : | You can find the current dependencies on Eclipse in the dependencies.properties file which is in the org.jbpm.gd.jpdl.build project Thanks Koen. I'll try upgrading to eclipse 3.2.1 along with the rest of the dependencies you mentioned. I suspect that this (ecli

[jboss-user] [JBoss Seam] - Minimal JBoss configuration for seam

2007-04-07 Thread sstrenn
JBoss seems to take way too long to start and restart (i.e. 1:40 minutes to 2:30 min are typical on my machine). This can make the development cycle a bit frustrating whenever JBoss needs to be restarted. Is there documentation of how to configure JBoss AS for a minimal Seam CRUD app? In the

[jboss-user] [JBoss jBPM] - Glue Q

2007-04-07 Thread simonbaker
Looking at the monitor.jsp code, the JSF taglibs are: <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %> I've been looking for a web.xml file that maps those uris but haven't found one. How is that reference resolved? View t

[jboss-user] [Installation, Configuration & Deployment] - Multipart post hangs on Apache with mod_jk and mod_ssl

2007-04-07 Thread ngeadah
I have configured Apache2 with mod_jk to connect to tomcat using AJP13. Everything works great if I don't turn on SSL. After enabling SSL (using the mod_ssl module), multipart requests (file uploads) don't seem to make it past mod_jk. Has anyone else come across this problem? The last line i

[jboss-user] [JBoss Seam] - Re: Doco for locale cookie C13 Section 13.5

2007-04-07 Thread [EMAIL PROTECTED]
Yes thats the section I quoted in the title for the thread... Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035548#4035548 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035548 __

[jboss-user] [JBoss Seam] - Re: Doco for locale cookie C13 Section 13.5

2007-04-07 Thread [EMAIL PROTECTED]
anonymous wrote : | An Error Occurred: | Error Parsing /WEB-INF/pages/template.xhtml: Error Traced[line: 178] The prefix "core" for element "core:locale-selector" is not bound. | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035549#4035549 Reply to t

[jboss-user] [JBoss Seam] - Re: Doco for locale cookie C13 Section 13.5

2007-04-07 Thread [EMAIL PROTECTED]
| SEVERE: Error Rendering View[/pages/mainpage.xhtml] | com.sun.facelets.FaceletException: Error Parsing /WEB-INF/pages/template.xhtml: Error Traced[line: 178] The prefix "core" for element "core:locale-selector" is not bound. | at com.sun.facelets.compiler.SAXCompiler.doCompile(SAXCom

[jboss-user] [JBoss Seam] - Re: Doco for locale cookie C13 Section 13.5

2007-04-07 Thread petemuir
http://docs.jboss.com/seam/1.2.0.PATCH1/reference/en/html/i18n.html#d0e6928 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035546#4035546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035546 ___

[jboss-user] [JBoss jBPM] - Re: Changes don't commit on the database

2007-04-07 Thread remon_sherin
I'll be grateful if any body could help me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035547#4035547 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035547 ___ jboss-user m

[jboss-user] [Clustering/JBoss] - Re: MBean -> HASingletonSupport and no injection

2007-04-07 Thread doktora
Forgot some relevant details: I am using Jboss 4.0.5.GA installed with 1.2.0.GA jems installer, with ejb3-clustered configuration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035545#4035545 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Clustering/JBoss] - MBean -> HASingletonSupport and no injection

2007-04-07 Thread doktora
Hi, I converted an MBean to an HASingleton. The result was that injection via annotation stopped working (ex: @EJB and @PersistenceContext). Is this a "feature" or misconfiguration on my part? Here is some code. Before, DataProvider used to implement MBeanRegistration. // The interface |

[jboss-user] [JBoss Seam] - Re: Doco for locale cookie C13 Section 13.5

2007-04-07 Thread [EMAIL PROTECTED]
Thanks pete so what is the code I put in my facelets page as gets rejected. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035543#4035543 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035543 _

[jboss-user] [JBoss Seam] - Re: Doco for locale cookie C13 Section 13.5

2007-04-07 Thread petemuir
No, this is in components.xml so core maps to Seam's core components. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035542#4035542 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035542 _

[jboss-user] [JBoss Seam] - Re: How to return to a previous page without conversations

2007-04-07 Thread petemuir
+1 on this :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035541#4035541 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035541 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss Messaging] - How to configure MDB to listen to a queue from a remote serv

2007-04-07 Thread tonylmai
Hello, I have a stand-alone application that listens to messages sent from a remote server. I now would like to turn this app into a Java EE application. The JMS consumer in this stand-alone application would now become MDB bean. How do I configure this MDB to listen to messages sent from the r

[jboss-user] [JCA/JBoss] - ra.xml for remote SonicMQ-Broker?

2007-04-07 Thread fhh
I need to talk to a JMS queue on a remote server. I thought that JCA would be the prefered way of connecting to the remote broker. If I understand the docs correctly I need three things: 1.) The jca implementation from Sonic. 2.) A deployment descriptor to configure the jca adapter call ra.xml.

[jboss-user] [EJB 3.0] - Re: How to find a container managed entity manager through J

2007-04-07 Thread fhh
Look at the Seam documentation to see how an EntityManagerFactory (!) can be bound to JNDI. BTW: When writing a servlet remember that the EntityManager is not thread safe. Obtain one from the Factory for every invocation of the servlet. Regards Felix View the original post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: Multiple Domain Quesiton

2007-04-07 Thread fhh
You said: anonymous wrote : | I was thinking about how to do this best too for some time and I really think this is useful, not "security by obscurity", because people wont start to fiddle with something if they don't know it's there. | anonymous wrote : | This way normal users can't pr

[jboss-user] [JBoss Seam] - Seam 1.2.1 and Tomcat 6.0.10

2007-04-07 Thread sstrenn
Just a note for folks trying to get seam examples running on Tomcat 6.0.10: I had to remove el-api.jar from jboss-seam-registration\WEB-INF\lib to get the example to run due to a classpath conflict with Tomcat's own el-api.jar. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: Problems moving from JBoss 4.0.4GA to 4.0.5GA and Seam 1

2007-04-07 Thread [EMAIL PROTECTED]
To get my application to deploy I found I also had to change how I use @Name and @Role annotations. I had: @Entity @Name("device") @Roles ({ @Role(name="device", scope=SESSION), @Role(name="deviceToDelete", scope=CONVERSATION) }) I had to change it to: @Entity @Name("device") @Roles ({ @Role

[jboss-user] [JBoss Seam] - Re: Multiple Domain Quesiton

2007-04-07 Thread spambob
Lolz, you misunderstood me! I don't have the intention to build a security model relying on the http referrer or similar stuff instead of seams security model. I just want to send different responses for security exceptions depending on the view id that is accessed. E.g. I normally would redire

[jboss-user] [Beginners Corner] - JBOSS Oracle sequence

2007-04-07 Thread teodoro21
I'm developing and learning with EJB 2.1 CMP entity bean. I'm using jboss 4.0.5 and Oracle 10 xe. My problem is the following: I have created a simple CMP entity bean with only two fields: - id (pk) - name (String) Now I want to use Oracle sequence as my pk id. I don't know the best way to do

[jboss-user] [JBossCache] - PojoCacheListener: modify

2007-04-07 Thread supi
Hey everybody, I'm experimenting with Habanero b2, and with POJO listener notification in particular. I have a couple of questions: - I am getting "attach" and "detach" notifications, but no "modify" calls. Do I have to configure something to make this work? - Will there be an API to query the

[jboss-user] [JBoss Seam] - Re: Where do the seam jars go in jboss?

2007-04-07 Thread [EMAIL PROTECTED]
anonymous wrote : | I also have the "jboss-seam.jar" and "jboss-seam-ui.jar"in the /default/lib directory of the server. | Remove those. And use a clean JBoss install with a clean seam-gen generated application skeleton from which you can see where everything goes. These generated skelet

[jboss-user] [JBoss Seam] - Where do the seam jars go in jboss?

2007-04-07 Thread jcranwellward
I'm building a webb app with Jboss 4.0.4 and the lastest build of Seam. I want my web app to be deployable on any jboss AS without seam being previously installed. Therefore I bundle the jars I need during my ant build and put the seam jars in WEB-INF/lib of my .war. I'm using facelets for the v

[jboss-user] [Beginners Corner] - Re: JBoss 4.0.5 and JSF Faces context not found

2007-04-07 Thread pKraemer
I am requestion *.jsf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035525#4035525 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035525 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Seam] -

2007-04-07 Thread ivanflorentin
I have a working basic implementation of the tag if anyone is interested, it supports absolute positioning/rotation. It has all the functionallity I need now but I plan to extend to most of the underlaying implementation. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Portal] - Re: Unable to access Identity Module MBeans directly in 2.6

2007-04-07 Thread czhao07
The first code block actually is: | ... | @Depends("portal:service=Module,type=User") | private UserModule userModule; | ... | Sorry for the confusion. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035524#4035524 Reply to

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to find a container managed entity manager through JNDI?

2007-04-07 Thread pxpwxj
I deployed a EAR under jboss4.0.5.GA.I have a ejb3.0 jar named a.jar which consists of three entity bean,and a web app named b.war in this ear. I want use those entity bean in those servlets of b.war.In this case ,i do not want to use session bean.I hope can use entity bean in those servlets di

[jboss-user] [JBoss Portal] - Unable to access Identity Module MBeans directly in 2.6 Beta

2007-04-07 Thread czhao07
I am working on upgrading our portal application from 2.4 to 2.6 Beta1, one issue I have is the following code no longer works: | | ... | @Depends("portal:service=Module,type=User") | private RoleModule roleModule; | ... | | When I deploy the application

[jboss-user] [JBoss Seam] - Re: How to return to a previous page without conversations

2007-04-07 Thread [EMAIL PROTECTED]
No, a simple navigation case would be fine if you just want to go from note browser to note editor and back. But often you don't have a note browser, but don't even know where the user is coming from when a particular conversational editor is opened. I'd argue that this is even the common case w

[jboss-user] [EJB 3.0] - How to use assigned primary key within entitybean?

2007-04-07 Thread pxpwxj
This is my case:i use entity bean to handle table b,b is just for store historical data for table a.So b need a primary key(it's the same as a),but i always should use the same primary key value from table a when i move the record to b from a.when use hibernate,i can use assigned primary key fo

[jboss-user] [JBoss Seam] - Re: How to return to a previous page without conversations

2007-04-07 Thread fhh
Isn't this all a bit overkill for the current use case? To add notes to a certain contact using the standard faces navigation with Seam's conversations seems absolutely sufficient to me. Am I mssing something? Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [EJB 3.0] - Re: How to find a container managed entity manager through J

2007-04-07 Thread pxpwxj
tks. in my persistent.xml,i named the persistent unit "synch".When i attempt to get it through jndi,my code is like this:...context.lookup("synch");or context.lookup("java:/synch"),and the program error msg is:name sych is not bound.and i can not find the unit name under jboss's jndiview(in it's

[jboss-user] [EJB 3.0] - Re: How to find a container managed entity manager through J

2007-04-07 Thread fhh
Resource injection with annotations is only supported in 2.5 servlet containers. It will not work with JBoss 4.0.x. Use a JNDI-lookup instead. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035516#4035516 Reply to the post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: Multiple Domain Quesiton

2007-04-07 Thread fhh
anonymous wrote : | I was thinking about how to do this best too for some time and I really think this is useful, not "security by obscurity", because people wont start to fiddle with something if they don't know it's there. | Sorry, but this is the definition of security by obscurity. Acc

[jboss-user] [JNDI/Naming/Network] - How to find a container managed entity manager through JNDI?

2007-04-07 Thread pxpwxj
How to find a container managed entity manager through JNDI? I deployed a EAR under jboss4.0.5.GA.I have a ejb3.0 jar named a.jar which consists of three entity bean,and a web app named b.war in this ear. I want use those entity bean in those servlets of b.war.In this case ,i do not want to use

[jboss-user] [EJB 3.0] - How to find a container managed entity manager through JNDI?

2007-04-07 Thread pxpwxj
I deployed a EAR under jboss4.0.5.GA.I have a ejb3.0 jar named a.jar which consists of three entity bean,and a web app named b.war in this ear. I want use those entity bean in those servlets of b.war.In this case ,i do not want to use session bean.I hope can use entity bean in those servlets dir

[jboss-user] [JBoss jBPM] - Hello-World Example

2007-04-07 Thread tobi.tobsen
Hi folks, I'm trying to run the hello-world example, and I guess the configuration part of the tutorial went well, because I'm getting a "schema update complete". But when trying to do that "deploy-definition" part of the tutorial, I get some errors (java.lang.NoSuchMethodError: org.jaxen.expr.

[jboss-user] [JBoss Seam] - Re: Issue about EL enhancement

2007-04-07 Thread lowecg2004
Have you defined the Seam view handler in faces-config.xml? | | org.jboss.seam.ui.facelet.SeamFaceletViewHandler | | However, will not work if you're using Trinidad components. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035506#4035506

[jboss-user] [JBoss jBPM] - Re: Changes don't commit on the database

2007-04-07 Thread remon_sherin
I wonder if I should close the context after every context?, If I should how could I open it again? Regards Remon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035505#4035505 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [Advanced Documentation] - reg:JBoss Rules

2007-04-07 Thread srinivasanj
sir, how to implement a Excel decision table in a JBoss Rules.where should we see the examples.? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035504#4035504 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035504 _

[jboss-user] [JBoss Seam] - Re: Seam and Jetty

2007-04-07 Thread Sammy8306
Thanks, I'll check it out. Maybe for learning Seam (it's all pretty new to me) it is better to stick to JBoss AS at first though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035502#4035502 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Portal] - i cant build jboss portal

2007-04-07 Thread kimboj
hi, i try to build the portal and i have this trouble : 2_4/jems/output/classes [execmodules] /root/Desktop/soft/JBoss_Portal_Branch_2_4/jems/src/main/org/jboss/portal/jems/hibernate/ByteArrayBlob.java:39: org.jboss.portal.jems.hibernate.ByteArrayBlob is not abstract and does not override abstr

[jboss-user] [Management, JMX/JBoss] - Re: fine grain authorisation with JSR 160

2007-04-07 Thread rzorzorzo
using http://sourceforge.net/project/stats/?group_id=143425&ugn=rzomx you can connect to jboss using rmi. all mbeans of jboss are then transparently visible in rzomx and you may invoke all operations as if the mbeans were within rzomx. the only difference is that the domain of the mbean will have

[jboss-user] [JBoss Seam] - Argh! Where is the cid coming from?

2007-04-07 Thread krica
Hi, While I really like Seam, sometimes it feels like I've just traded one set of problems for another, that being conversation propagation. Almost every non-trivial web page interaction causes some sort of problem for me. Anyway, here's my current problem, and while I have found a workaround (

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE 2.0.0Beta2 and EJB 3.0

2007-04-07 Thread [EMAIL PROTECTED]
there won't be a beta of JBoss IDE; but all the eclipse features in it will be available individually for binary and source download. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035496#4035496 Reply to the post : http://www.jboss.com/index.html?module=bb&