[jboss-user] [JNDI/Naming/Network] - Re: Why JBoss always look for DefaultPartition for bound eve

2007-02-07 Thread jaikiran
I have never worked on clustering before so i might not be giving you a solution here. But i noticed that you are using: anonymous wrote : run -Djboss.partition.name=newPartition -c a11 Shouldn't it be anonymous wrote : run -Djboss.partition.name=newPartition -c all Or is this just a typo?

[jboss-user] [Advanced Documentation] - Jboss.xml (deployment descriptor)

2007-02-07 Thread ashishpatwari
I want to make new deployment descriptor for JBoss app server as I am migrating my application from websphere to JBoss IN websphere we have ibm-ejb-jar-bnd.xmi and ibm-ejb-jar-ext.xmi code for both of them are ibm-ejb-jar-bnd.xmi ?xml version=1.0 encoding=UTF-8? ejbbnd:EJBJarBinding

[jboss-user] [Installation, Configuration Deployment] - Problem in installation JBoss-4.0.5GA

2007-02-07 Thread Kaka
Hello I am a new user of JBoss product. i have installed JBoss-4.0.5 on window system but when i run its run.bat file it gives and error incorrect option: -server jboss and java environment variables are set to their home directories... can any one tell me where is the problem

[jboss-user] [JBoss Portal] - configuring remote portlet instances through *-instances.xml

2007-02-07 Thread bhupeshs
Hi, I tried to create an instance of a remote portlet through xml and not through management portlet interface. I created a *-instances.xml file where i defined the instance as instance-idMyRemotePortletInstance/instance-id

[jboss-user] [JBoss Seam] - Converter exception when using a factory?

2007-02-07 Thread dandiodati
We have this object that exists in the servlet session that I want to make available to inject into other Seam components. So I tried to create a factory pattern object: public class SessionObjFactory { | | public ParamBean getParamBean() | { | return

[jboss-user] [JBoss Seam] - Re: Converter exception when using a factory?

2007-02-07 Thread dandiodati
For the component xml I also tried: View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012853#4012853 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012853 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - how to trace failed entityManager injection?

2007-02-07 Thread gsegura
I'm using seam 1.1.5GA, and create a project with seam-gen. The authenticator component is generated automatically. just filled the sql script (-dev.sql) to populate the database and when trying to test the login page this exception is thrown: org.jboss.seam.RequiredException: In attribute

[jboss-user] [JBoss Seam] - Re: how to trace failed entityManager injection?

2007-02-07 Thread SmokingAPipe
What else is going on in components.xml? I'm guessing your EM is not being attached to your DS correctly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012860#4012860 Reply to the post :

[jboss-user] [JBoss Seam] - Re: how to trace failed entityManager injection?

2007-02-07 Thread gsegura
I reproduce the whole content here, keep in mind that I had not tampered that file at all since seam-gen created it. core:init debug=true jndi-pattern=hermes2/#{ejbName}/local/ | |core:manager concurrent-request-timeout=500 | conversation-timeout=12 |

[jboss-user] [JBoss Seam] - Re: view vs action attribute (Explanation needed)

2007-02-07 Thread baz
Thanks to all of you. What is your opinion with my example code? Should it even render /editUser.xhtml? With your explanation, i think NO But it does. Ciao, Carsten View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012866#4012866 Reply to the post :

[jboss-user] [JBoss Portal] - DashBoard

2007-02-07 Thread ravindra reddy
i am using JBoss Portal Alpha 2 version. In 'editcontent' of dashboard i want to provide a option 'external CMS' along with 'cms' and 'available instances'. so that user can select and display the content that i uploaded through external CMS in addition to the options you had provided. i am

[jboss-user] [JBoss Seam] - Re: view vs action attribute (Explanation needed)

2007-02-07 Thread SmokingAPipe
Of course it should render editUser.xhtml in your example. That is the action you have specified. In most cases the action is a snip of EL that gets called, and the string that results from that call is used as the next view. In your case, you have used a static string instead of EL. It's

[jboss-user] [JBoss Seam] - Re: Who uses EntityHome objects?

2007-02-07 Thread baz
Now i am really confused. For me this is true @RequestParameter in a java class says that something is injected that is a Parameter. It never pass a parameter. page parameter in pages.xml specify that a paramter should be passed. So for me, they must be used in conjunction To gavin: where is

[jboss-user] [JBoss Seam] - Re: Who uses EntityHome objects?

2007-02-07 Thread [EMAIL PROTECTED]
anonymous wrote : My problem is to specify the id of an object. But i have realized, that the possibility to set the id in components.xml is no more there. With or without namespaces. huh, why do you say that? use View the original post :

[jboss-user] [JBoss Seam] - Re: Who uses EntityHome objects?

2007-02-07 Thread baz
hi gavin, what was the rest of your posting? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012874#4012874 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012874 ___ jboss-user

[jboss-user] [JBossWS] - redeploying on jboss 4.0.4.GA

2007-02-07 Thread saxon747
Hi all! I have an HTTP servlet, which reads the input on the doPost method and creates a SOAP Message from it, using the SAAJ API. It works correctly, but when the application (.war) is deployed again without restarting the jboss, the SOAP message creation fails with error: at

[jboss-user] [JCA/JBoss] - Re: There is no LocalTxConnectionManager.class?

2007-02-07 Thread dobrik
I found out that org.jboss.resource.connectionmanager.LocalTxConnectionManager is available into JBoss AS distribution version 3.2.7. Then it disappear from the versions after 3.2.7. I succeeded to start the example, but I am interested if LocalTxConnectionManager is replaced by another class

<    1   2   3   4