[jboss-user] [JBoss Portal] - portlets not appearing on new portal page

2007-03-04 Thread summit1
I have downloaded the windows version of the portal and AS. I am following the portal quickstart user guide. I created a new page and added the portlets as described but when I go to the tab for the page I created, the rest of the tabs disappear and no portlets are shown. I played around with

[jboss-user] [JBoss Seam] - Re: StringIndexOutOfBoundsException when using selectDate

2007-03-04 Thread [EMAIL PROTECTED]
I've fixed this in CVS, but I am curious what locale you are that brings up this issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024902#4024902 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024902

[jboss-user] [JBoss Seam] - Re: StringIndexOutOfBoundsException when using selectDate

2007-03-04 Thread piotr.walczyszyn
I have Polish [pl] locale. I will checkout CVS and let you know if it works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024903#4024903 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024903

[jboss-user] [JBoss Seam] - Re: Problem updating model values with ajax4jsf

2007-03-04 Thread piotr.walczyszyn
Thank you, it solved my problem (I had other fields) :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024904#4024904 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024904 ___

[jboss-user] [JBoss Seam] - Re: StringIndexOutOfBoundsException when using selectDate

2007-03-04 Thread piotr.walczyszyn
I just checked CVS version, it works great :) Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024905#4024905 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024905 ___

[jboss-user] [JBoss jBPM] - manually controlling execution of Tasks

2007-03-04 Thread squirrel79
I am Newbie at JBMP and am Creating my first processes. I have task nodes with several tasks. When I´m executing the process, the browser shows the tasks in a different order to the one I created them in eclipse. how can I define a particular order of the tasks? Thanks! View the original

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-03-04 Thread krica
Mike, This would be a most welcome feature! Almost every application we build has extensive reporting requirements, and these are *always* Excel reports. Not OpenOffice and not CrystalReport but Excel straight from the app. View the original post :

[jboss-user] [Security JAAS/JBoss] - JAAS Extension / disabling JAAS - HELP NEEDED!!!

2007-03-04 Thread zetzioni
Hi, What I would like to be able to do is this: 1. Not use JAAS for authorization, only authentication 2. Instead what I would like to do is write my EJB3 interceptor for authorization 3. This interceptor would create an MyEJBMethodPermission, and would call the Security Manager with it. 4.

[jboss-user] [JBoss Seam] - Re: FR: customizable per-conversation timeout value

2007-03-04 Thread przemjaskier
Gavin, my target platform is pure Tomcat. I create my conversations using Conversation.instance(),begin()/beginNested(). I spotted conversation.setTimeout() method, and thought that this will provide such low-level control on a given coversation lifetime. But when I set this value, Seam's

[jboss-user] [EJB 3.0] - Re: Self-destroying a stateful session bean

2007-03-04 Thread [EMAIL PROTECTED]
No, as the transaction is tied to the SFSB instance. Any work registered and done by that instance has to be rolled back for integrity; the only way to do this and maintain integrity is to roll back the entire transaction. View the original post :

[jboss-user] [JBoss Seam] - Re: @In(create = true) @Out works fine in 1.1.5.GA and not i

2007-03-04 Thread msystems
The behaviour for pages.xml have changed in 1.2.0 ! Because if I remove pages.xml everything will work out just fine. pages.xml: | !DOCTYPE pages PUBLIC -//JBoss/Seam Pages Configuration DTD 1.1//EN http://jboss.com/products/seam/pages-1.1.dtd; | | pages | page

[jboss-user] [Security JAAS/JBoss] - Re: client certificate authentication

2007-03-04 Thread karthik621
pls respond to my Question... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024913#4024913 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024913 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - CachedConnectionManager is closing connection for me - why?

2007-03-04 Thread xhemjl
Hi all, I have sucessfully deployed data source for DB2. I have also created DB2ConnectionFactory class: public final class DB2ConnectionFactory { | private static Connection connection; | static { | try { | connection =

[jboss-user] [JBoss Seam] - Re: Error when deploying to Tomcat

2007-03-04 Thread holtak
Just deploy to JBoss and it`ll work ;-) You need an EJB3 container for EntityManager to work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024915#4024915 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024915

[jboss-user] [JBoss Seam] - Re: @In(create = true) @Out works fine in 1.1.5.GA and not i

2007-03-04 Thread holtak
Just loud thinking: you always get a new (not nested) conversation with seam 1.2PATCH1 and then @In can`t inject the old instance? And this is not so when you move back to 1.1.5, for some reason... Also, I don`t understand why do you return a String from #{acountBean.begin}? That makes things

[jboss-user] [JBoss Seam] - Re: Error when deploying to Tomcat

2007-03-04 Thread mlh496
Unfortunately, for reasons I won't list, I need to deploy to Tomcat. :-( What I find frustrating is I was able to deploy the Seam examples to Tomcat with no problem. I have been comparing my config files with those from the Booking and DVD examples, and so far I cannot find a difference that

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-03-04 Thread alesj
No, you need this piece of xml code to integrate aop aspects with pojo instantiation - order matters (add dependency if needed). This is a small example I've done for Seam, and it works. |!-- Seam + MC AOP -- | |bean name=SeamAspectManager class=org.jboss.aop.AspectManager |

[jboss-user] [JBoss Seam] - SwingWorker and the Event Dispatcher Thread

2007-03-04 Thread SmokingAPipe
One of the main reason incorrectly-written Swing apps are bad is that people do work on the event disptach thread (EDT). They'll have some event handler which loads and parses the file right within the event dispatcher itself. If the file can load and parse in 0.05 seconds, fine, but if it

[jboss-user] [JBoss Seam] - Email Listening MDB Accessing Seam Components

2007-03-04 Thread djeverson
We are getting a Null Pointer Exception in an MDB that is listening for emails. It appears that the Seam components are not being properly injected. We get errors when we attempt to use @Logger. We have changed these for the time being to System.out.printlns. Our service EJB components

[jboss-user] [JBoss Seam] - Re: @In(create = true) @Out works fine in 1.1.5.GA and not i

2007-03-04 Thread msystems
holtak wrote : Just loud thinking: | | you always get a new (not nested) conversation with seam 1.2PATCH1 and then @In can`t inject the old instance? And this is not so when you move back to 1.1.5, for some reason... | With 1.2.0 and pages.xml I get a new conversation id at each request

[jboss-user] [JBoss Seam] - IDE for Seam

2007-03-04 Thread svadu
I use myeclipse + exadel + jboss ide but that introdices a lot of version compatibility problems. Who is using what IDEs to work with Seam? Would appreciate any input especially the Seam team itself :) View the original post :

[jboss-user] [JBoss Seam] - Re: Email Listening MDB Accessing Seam Components

2007-03-04 Thread petemuir
There is a bug in Jboss's ejb3 which means that interceptors aren't applied to non-jmx MDBs. This is fixed in AS 4.2. For now, you can get around it by putting a Lifecycle.beginCall and Lifecycle.endCall at the beginning and end of your onMessage method, and using Component.getInstance to

[jboss-user] [JBoss Seam] - Re: SwingWorker and the Event Dispatcher Thread

2007-03-04 Thread petemuir
An asynchronous event? You could get it to write out a progress string/number and poll that using ajax (nothing in Seam at the moment to do this easily I think... - but Shane would know better) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024924#4024924

[jboss-user] [JBoss Seam] - Re: IDE for Seam

2007-03-04 Thread SmokingAPipe
I'd love to see a NetBeans module that could handle all this. Right now I'm using NetBeans as my IDE but it's not doing anything Seam-specific for me. I'd double-plus love to see a Matisse-style GUI builder that links to Seam components in some way. But Seam and Matisse and all that are all

[jboss-user] [JBossWS] - web service and asynchronous processing

2007-03-04 Thread vitor_b
Hello I really need your help, so please read my question and post your reply if you know the answer, so ... Webservices generally have one or more business methods exposed for clients. for example: public ResponseObject businessMethod(RequestObject request) A client sends a request, this

[jboss-user] [JBoss Seam] - Re: SwingWorker and the Event Dispatcher Thread

2007-03-04 Thread SmokingAPipe
Well, SwingWorker itself is a lot different from just handling things asynchronously. It's a thread class that you sub-class, and you have a few methods: doInBackground: When the SwingWorker is executed, this is the part that starts running. Obviously it happens in a thread so the GUI keeps

[jboss-user] [JBoss Seam] - JS Internationalization

2007-03-04 Thread Stateless Bean
hi, Is any posible to use application properties in js files like | document.getElementById('domeId').innerHTML = #{messages['myMessage']} | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024928#4024928 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Classloading problem I think.

2007-03-04 Thread holtak
Problem never occured again when using JRockit JVM. Tested: 1.6.0classloading problems really often 1.5.0_10 less often but still there Jrockit 1.5.0_08 compatible No problems until now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024929#4024929

[jboss-user] [JBoss Portal] - Re: portlets not appearing on new portal page

2007-03-04 Thread summit1
Also I downloaded this portal and JBoss AS release as a package. I did not check it out of CVS... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024930#4024930 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024930

[jboss-user] [JBoss Seam] - Re: SwingWorker and the Event Dispatcher Thread

2007-03-04 Thread petemuir
Well the main way of doing things asynchronously in Seam is to use @Asynchronous methods. Sure, it's not SwingWorker but it and ajax (and perhaps using Seam events) give you all the tools you need to do what you describe in your first post. MDBs are for communicating between java programs

[jboss-user] [JBoss Seam] - Re: SwingWorker and the Event Dispatcher Thread

2007-03-04 Thread SmokingAPipe
Ahh, ok, I said I was a Seam newbie and now it is confirmed. I need to look up @Asynchronous because from the name of it, that sounds like what I want. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024932#4024932 Reply to the post :

[jboss-user] [JBoss Seam] - Re: SwingWorker and the Event Dispatcher Thread

2007-03-04 Thread petemuir
http://jira.jboss.com/jira/browse/JBSEAM-984 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024933#4024933 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024933 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: JS Internationalization

2007-03-04 Thread monkeyden
It will look more like this: document.getElementById('domeId').innerHTML = 'h:outputText value=#{messages['myMessage']}/' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024934#4024934 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Documentation on how to set up Seam together with Trinid

2007-03-04 Thread lschaffer
Hello, I have tried to integrate trinidad with seam 1.2 following the instructions found in http://wiki.apache.org/myfaces/TrinidadSeamAjax4JsfFaceletDetail First at all I have created a small seam project with seam gen, that is worked. Then I have replaced web.xml, faces-config.xml downloaded

[jboss-user] [JBoss Seam] - Seam 1.2 Errors on Build in Eclipse

2007-03-04 Thread gzoller
Hello, Just trying out Seam 1.2.0 Patch 1 and ran into a bump. I generated a basic application w/seamgen. Nothing fancy--same one I've successfully used w/1.1.6. I did: seam setup seam new-project seam generate-entities Everything ran w/no problems. Added new Java project in Eclipse as I've

[jboss-user] [EJB 3.0] - Re: Self-destroying a stateful session bean

2007-03-04 Thread jlessner
I'm not sure if this is generally true. If an SFSB's remove-method is called, the instance is destroyed but the transaction which the remove-method runs in, is *not* rolled back. So in general there is a way. [EMAIL PROTECTED] wrote : No, as the transaction is tied to the SFSB instance. Any

[jboss-user] [EJB 3.0] - Newbie GenericGenerator from stored procedureProblem

2007-03-04 Thread slavosk
Hi, i have problems to get id from a stored procedure. I'm getting allways the NOK value from my Generator. (Problem with persistence context ?) Is it possible, or what am I doing wrong? | @GenericGenerator(name=next_id, strategy=com.myapp.DBSequenceGenerator) | @Id

[jboss-user] [JBoss Portal] - Re: where is my remote portlet?

2007-03-04 Thread [EMAIL PROTECTED]
There seems to be a problem with the remotable element for individual portlets. I'm investigating the issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024940#4024940 Reply to the post :

[jboss-user] [JBoss Seam] - Re: IDE for Seam

2007-03-04 Thread damatrix
Talking about NetBeans, i wish that JBoss will work on adding support for Seam in the NetBeans JBoss IDE, just as NetBeans has added Sun's Rave framework. Is that project active at all? I'd wanted to add this as a feature request but seems that it is not actively being pursued. If wishes were

[jboss-user] [Performance Tuning] - Re: High CPU consumption.

2007-03-04 Thread lafr
Execute jmap -heap to see the memory use. If the memory use reaches 100% the server is constantly running garbage collections which consume many CPU cycles. Perhaps you'll have to adjust the memory settings on startup. View the original post :

[jboss-user] [JBoss Seam] - Re: s:dynamicImage is possible in Seam 1.1.5

2007-03-04 Thread petemuir
I've added s:graphicImage to CVS (along with docs and updated seamspace to use the tag). Please test for me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024943#4024943 Reply to the post :

[jboss-user] [JBoss Seam] - Newbie GenericGenerator from stored procedureProblem

2007-03-04 Thread slavosk
Hi, i have problems to get id from a stored procedure. I'm getting allways the NOK value from my Generator. (Problem with persistence context ?) Is it possible, or what am I doing wrong? | | @GenericGenerator(name=next_id, strategy=com.myapp.DBSequenceGenerator) | @Id

[jboss-user] [JBoss Seam] - Re: IDE for Seam

2007-03-04 Thread [EMAIL PROTECTED]
I am using MyEclispe. The project is set up correctly in MyEclipse so the IDE helps me LOADS. Exploded deployment... no Code-Build-Deploy-Test... its just Code-Test and no Ant scripts to maintain (yet) and these days I never have to re-start the server that often so get conversion id's in the

[jboss-user] [JBoss Seam] - Re: s:dynamicImage is possible in Seam 1.1.5

2007-03-04 Thread codelion
How long then will that image be available for downloading by the browser, e.g. if I give it a byte array? Let's say some browser instance somewhere for whatever reason comes back four minutes later to get that image at a URL. View the original post :

[jboss-user] [JBoss Seam] - JSF IDE support

2007-03-04 Thread suresk
I've been using JSF and JPA/Hibernate for several years now, and really like these technologies, despite a few pain points involved in using them. Seam has solved most of them, except for one big one: IDE Support. I'm not necessarily interested in GUI layout or drag-and-drop support for JSF,

[jboss-user] [JBoss Seam] - Re: IDE for Seam

2007-03-04 Thread [EMAIL PROTECTED]
If you agree pop over to vote on the thread to add more Seam Support for MyEclipse here (ok I am hijacking the thread a bit here but for a good cause): http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-16294.html View the original post :

[jboss-user] [JBoss Portal] - Re: where is my remote portlet?

2007-03-04 Thread [EMAIL PROTECTED]
Actually, after more testing, it works as expected. Make sure that the portlet-name is the same in portlet.xml and jboss-portlet.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024949#4024949 Reply to the post :

[jboss-user] [JBoss Seam] - NPE when opening pages.xml with jBPM editor

2007-03-04 Thread svadu
Hi All, I downloaded JBoss Eclipse IDE that includes jbpm designer, however when I try to open pages.xml with it I am getting a NPE: java.lang.NullPointerException | at org.jbpm.ui.pageflow.editor.PageFlowContentProvider.addProcessDiagramDimension(Unknown Source) | at

[jboss-user] [Installation, Configuration Deployment] - Configure PHP with jboss 4

2007-03-04 Thread moxie
Hello All, I have been trying to get php working with jboss. I tried and followed the following directions (http://labs.jboss.com/file-access/default/members/jbossweb/freezone/modules/php/index.html) but they seem to be written for jboss 1x. There is no $JBOSS_HOME/bin/native directory,

[jboss-user] [JBoss jBPM] - Add an ActionHandler to a Transition.

2007-03-04 Thread barjak
Hello, I'm using Jbpm 3.1.2 In the Jbpm manual, it is explained in part 9.5 how to attach an ActionHandler to a Transition, in the processdefinition.xml file. The example is as follow : public class RemoveEmployeeUpdate implements ActionHandler { ... } process-definition name=yearly

[jboss-user] [JBoss jBPM] - Re: Add an ActionHandler to a Transition.

2007-03-04 Thread barjak
I'm sorry, some xml tags disapeared. Here they are : process-definition name=yearly evaluation | ... | state name=fire employee | transition to=collect badge | action class=com.nomercy.hr.RemoveEmployeeUpdate / | /transition | /state | ... | state name =collect badge |

[jboss-user] [JBoss Seam] - Re: IDE for Seam

2007-03-04 Thread atzbert
I am using IntelliJ Idea with Seam. IDEA recognizes all (Seam annotated) managed JSF beans and offers its usual smart code completion for those in jsp(x) files. Facelets and its template system are supported as well as various additional languages like EJBQL/EL/JavaScript which are even

[jboss-user] [JBoss Seam] - Re: Seam portlet with Facelet support

2007-03-04 Thread [EMAIL PROTECTED]
Hey Hari, I saw your post that says you managed to build a portlet using Seam with Facelets. Well done. Can't wait to see how you did it. Are you able to share your discovery with us ? Overnight you will become a very popular person indeed. Hope you are able to help us. Many thanks Ian

[jboss-user] [EJB 3.0] - JNDI and Client Application

2007-03-04 Thread gazzarda
Hello, ( I can't seem to find an answer to following question. Please bare with me. ) I am trying to run a client application at the command line to connect to a deployed stateless bean. I have complied a SimpleSession ( a remote interface ) and SimpleSessionBean ( a stateless bean that

[jboss-user] [JBoss Seam] - Re: s:dynamicImage is possible in Seam 1.1.5

2007-03-04 Thread gus888
Hi Peter, I tested it. It is excellent!!! Thank you sooo much for your great job! Best regards, Gus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024957#4024957 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024957

[jboss-user] [Beginners Corner] - Re: CachedConnectionManager is closing connection for me - w

2007-03-04 Thread [EMAIL PROTECTED]
You should not attempt to cache connections. The typical usage pattern is acquire the connection, use the connection, close the connection. JBossJCA 1) Acquire the connection 2) Use the connection 3) Close the connection JBossJCA is telling you two thing with the errror message 1) You are not

[jboss-user] [JBoss Seam] - Action + Facade + DAO Architecture And Seam

2007-03-04 Thread david.alves
Hi! I'm building an application usign seam but with a more traditional architecture having an Action layer that uses a facade layer that in turn uses a DAO layer. The reason for this is that I have a non-web interface that must also use the EJB tier and I would like to optimize code

[jboss-user] [JBoss Seam] - Seam Interceptor in portal environment

2007-03-04 Thread h.cahyadi
Hi All, If we want to deploy seam application inside the portal environment, we must packaged our application into a web module(.war), my question is, how we can add an interceptor(seam interceptor) into an application that packaged as a web module? Thanks and Regards, -haric- View the

[jboss-user] [Security JAAS/JBoss] - How to allow the specific restart JBoss Server ?

2007-03-04 Thread changemylife
Hi all! I have two problems that need some helps from anyone: 1. My operating system is XP2, I use jboss-4.0.5.GA. I assume that have three person with usernames are A, B and C. And now, I want A and B are allow restart JBoss server, C is not allow! How I can do ? 2. I have two bean

[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.NoInitialContextException error when access

2007-03-04 Thread emcwoo
I followed the steps in: http://wiki.jboss.org/wiki/Wiki.jsp?page=JNDIoverHTTP However, the error javax.naming.NoInitialContextException was encountered. The error also occurred after I followed the steps in http://docs.jboss.org/jbossas/admindevel326/html/ch3.chapter.html#ch3.accessingjndi

[jboss-user] [JNDI/Naming/Network] - Re: Access JNDI over HTTP

2007-03-04 Thread emcwoo
I encountered the error javax.naming.NoInitialContextException when running the QUEUE example to access JNDI over HTTP. I did not change any Java codes on the QUEUE example client, as explained at the URL below: http://wiki.jboss.org/wiki/Wiki.jsp?page=JNDIoverHTTP The error also occurred

[jboss-user] [Beginners Corner] - Re: Can't find file specified in EJB3POJOClusteringDemoAppli

2007-03-04 Thread mp123
Hello JBoss Folks, Anybody, Please answer for my question. I need it very desperately. Thanks in advance, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024967#4024967 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Can't find file specified in EJB3POJOClusteringDemoAppli

2007-03-04 Thread mp123
Hello JBoss Folks, Anybody, Please answer for my question. I need it very desperately. Thanks in advance, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024966#4024966 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam portlet with Facelet support

2007-03-04 Thread h.cahyadi
Hi [EMAIL PROTECTED] What can I share to you? the configuration? or something else? I believe that there are somebody else who have done some thing same with me, to use facelets inside the portal, do you already check facelets wiki? but I still found some problems with my application, maybe I

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - renderURL stuff - URL navigation inside portlet

2007-03-04 Thread wasabi3689
I am developing a JSP portlet application under uPorta (JSR 168 portlet). The portlet has 3 pages - view.jsp, view1.jsp, and view2.jsp. Now I know how to go view.jsp (actionURL)from view1.jsp, and from view1.jsp (renderURL) back to view.jsp. Now I have a task that I don't know how to do it.

[jboss-user] [Installation, Configuration Deployment] - Re: Configure PHP with jboss 4

2007-03-04 Thread PeterJ
You are confusing the JBoss Web Server (which is at version 1.0 and supports PHP) with the JBoss Application Server (which is at version 4.0.5 and does not support PHP). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024972#4024972 Reply to the post :

[jboss-user] [JBoss Portal] - Re: wsrp and remote resources

2007-03-04 Thread [EMAIL PROTECTED]
It indeed doesn't work as expected. :( http://jira.jboss.com/jira/browse/JBPORTAL-1298 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024974#4024974 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024974

[jboss-user] [JBoss Seam] - Issues with seam generate-entities and mysql

2007-03-04 Thread agwego
I'm using jboss-seam-1.2.0.PATCH1, jboss-4.0.5.GA, mysql-connector-java-5.0.5, Mysql 5.0.27-community-nt I'm a noob wrt to Seam. The code appears to be generated fine, but when accessing the tables form the generated app a '.' dot is being prepended to all the table names which of course

[jboss-user] [EJB 3.0] - Re: @ManyToOne results in tinyblob

2007-03-04 Thread hispeedsurfer
Hi, why nobody post a reply? This project was build with Seam 1.1.1GA on XAMPP(1.5.4a) MySQL(5.0.24a) database. What can I do to create a foreign key build on the referenced primary key instead of the tinyblob? OR Why at all there is created a tinyblob? Thanks Andreas View the

[jboss-user] [Management, JMX/JBoss] - SAR file directory structure question

2007-03-04 Thread techie_techie
Hi, I have a sar file with a directory structure as below: MySync.sar + com.coolcraft.sync (MBean classes) + META-INF -jboss-service.xml + WEB-INF -lib -- myJar.jar ( My business logic jars) -- jboss-jmx.jar -- jboss-system.jar -log4j.xml Now question is do I really need to

[jboss-user] [Security JAAS/JBoss] - exception when run jboss-4.0.4.GA with the jboss federation

2007-03-04 Thread charles751
help me! i installed jboss federation sso in jboss-4.0.4.GA as the jboss-sso-1.0CR1 readme.txt file step by step. when i performed: run -c default -b node1.jboss.com the jboss-4.0.4.GA console threw the following exception: 2007-03-05 13:32:38,906 DEBUG [org.jboss.deployment.SARDeployer]

[jboss-user] [JBoss Seam] - Re: Upgrading from 1.1.5 to 1.2

2007-03-04 Thread y_zl
I also got the exception. | | javax.faces.el.EvaluationException: Exception while invoking expression #{authenticator.authenticate} | at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:165) | at

[jboss-user] [JBoss Messaging] - 1.2.0.GA transparent node failover does not always work

2007-03-04 Thread bander
Following on from this thread: http://www.jboss.org/index.html?module=bbop=viewtopict=102491 I'm currently experiencing multiple failover issues with the 1.2.0.GA release. I'm running two clustered nodes on my local machine (JB4.0.4, Win XP, JVM1.4.2) using all the default settings, following

[jboss-user] [JBoss Portal] - Re: How do I default a portlet window to maximized?

2007-03-04 Thread dleerob
No I haven't yet resolved this. If I do, I will post it on this thread. Please could you do the same if you figure it out. I'm sure there are many people that woul benefit. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024983#4024983 Reply to the

[jboss-user] [JBoss Seam] - Re: Issues with seam generate-entities and mysql

2007-03-04 Thread agwego
I hate answering my own questions: The problem was with seam setup and confusion between catalog/schema and the connection string. It's unfortunate the stack trace truncated both the errors at '.users' further sifting of the log revealed the queries were being constucted like '... from

[jboss-user] [JBoss Seam] - Re: NPE when opening pages.xml with jBPM editor

2007-03-04 Thread [EMAIL PROTECTED]
I remember that there's additional setup/configure you need to do in order to avoid that NPE. Did you setup your jBPM home as per the installation instructions? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024985#4024985 Reply to the post :