[jboss-user] [JBoss Seam] - Persist problem with Seam 1.1.0 and selectitems-1.1.1beta4

2007-02-22 Thread frehan
hi! I have a simple registration page where users can register. When they register they can select user roles. USer and role has relationship many-to-many. I use selectitems-1.1.1beta4 to display a selectionbox where the user can select 0-n roles. I also use a Seam-managed persistence context

[jboss-user] [JCA/JBoss] - Re: JCA compatible file system adapter within JBoss

2007-02-22 Thread [EMAIL PROTECTED]
Currently the only thing that exists like this is an example in our testsuite. You can find the adapter at: testsuite src/main/org/jboss/test/jca/fs It is far from production quality but it will give you an idea/template to write your own. There are a few companies that provide commerical F

[jboss-user] [JCA/JBoss] - Re: Trouble with a TCP/SOCKET JCA Resource Adapter

2007-02-22 Thread [EMAIL PROTECTED]
When you say anonymous wrote : | ...but not when the server allocates himself the connection. | what do you mean? What leads you to believe it is not working? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020803#4020803 Reply to the post : http://w

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

2007-02-22 Thread bsmithjj
I'm back with my Seam email issue - the saga gets weirder cuz in one case, the seam email component works, in a different case (should be identical execution context), the seam email component does not work. In this first case, the seam email component is not working - Facelets complains ab

[jboss-user] [Clustering/JBoss] - Re: HAJNDI.list() broken on JBoss 4.0.X?

2007-02-22 Thread [EMAIL PROTECTED]
HA-JMS can't be configured to bind into the replicated HAJNDI tree. Do you have to use the federated context for the HA-JMS lookups? Could you create an InitialContext configured to use the remote HA-JNDI. You wouldn't get the list() behavior you want from that, but you'd be able to do JMS-rela

[jboss-user] [JCA/JBoss] - Re: Howto retrieve DataSource inside of WrapperDataSource

2007-02-22 Thread [EMAIL PROTECTED]
This is correct. OracleAQ is expecting it's own DS implementation. While you can call getUnderlyingConnection() from the WrappedConnection Oracle will obviously not call this. Best solution is probably not to use JBoss JCA at this point. If Oracle expects it's own connection as part of the Ora

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

2007-02-22 Thread forumer
JBoss 4.0.4CR2 EJB3: I'd like a bean to implement multiple interfaces: @Remote(MyBean.class) @RemoteBinding(jndiBinding="Company/MyBean/remote") MyBean implements Interface1, Interface2, Interface3 Is there a way that a client can look up only, say Interface2? I tried looking up "Company/MyBea

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

2007-02-22 Thread mzeijen
I finally have been playing around with it a bit. I must say that I am impressed. When I have remarks, bug reports or other stuff then you will certainly here from me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020810#4020810 Reply to the post : http

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

2007-02-22 Thread petemuir
As I've said before, this problem is subtle and so to be able to help any further I need a simple example (ideally built on seam-gen) showing the problem. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020812#4020812 Reply to the post : http://www.j

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

2007-02-22 Thread bsmithjj
I'm not sure how to give you a simple example of this. I'm definitely not going to mess with seam-gen (don't see how it's relevant to this). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020815#4020815 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: Setting a

2007-02-22 Thread MikeDougherty
"petemuir" wrote : So I think the thing is here that unless Seam actually started providing a basic User class (which would be a bad thing as this is domain model specific) there is no sensible way to store any information about the user on Identity. FWIW I just extend Identity and add get/setU

[jboss-user] [Beginners Corner] - Re: A new understanding of ClassLoaders...

2007-02-22 Thread mbabauer
Your right! Guess I should read better. Earlier I had it complaining about the componentContext.xml when I had it sitting in the EAR. I think I know whats happening, at least with the applicationContext.xml... Even though the ContextLoaderListener is started from the web.xml, it seems that t

[jboss-user] [JBoss Seam] - Re: JDBC error in Factory class

2007-02-22 Thread [EMAIL PROTECTED]
"petemuir" wrote : It's likely there is another exception occuring earlier which is the root cause of the problem. What is the best way to help in determining this? I too have this issue quite frequently and am having limited success in tracking down the issues. Often times, I see this issue

[jboss-user] [JBoss Portal] - Single Sign On with Alfresco Portlet

2007-02-22 Thread NewTo23
Hi, I have deployed the Alfresco 1.4 portlet in my JBoss portal server 2.4.1 Please provide me with some inputs on how I can achieve Single Sign On between the Alfresco portlet and my JBoss portal server. Thanks.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MDB's activated too early

2007-02-22 Thread josey
You can make the MDB depend upon that which must be deployed before the MDB is deployed. This can be set using the @Depends class-level annotation. For example, if there are two session beans that must be deployed prior to the MDB then add the following annotation. | @Depends({ | "jboss.

[jboss-user] [JBossWS] - Re: NoSuchMethodError on TypeBinding.setBeforeMarshallingCal

2007-02-22 Thread joshlam
My mistake. I solved the problem, I really should use: AddressContactMethod a = (AddressContactMethod)call.invoke(new Object[]{addr}); instead of | StandardizeAddressResponse ctr = (StandardizeAddressResponse) call.invoke(new Object[]{stdAddr}) Sorry about that, I am still learning ... V

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

2007-02-22 Thread petemuir
The only reason I ask for a seam-gen based project is that it comes with a build.xml/structure I'm familiar with hence reducing the complexity for me. I'm not going to ask you to send your whole project through as it would takes days to understand it. I'm pretty sure (as are you I think) the pr

[jboss-user] [JBoss Portal] - Re: Single Sign On with Alfresco Portlet

2007-02-22 Thread [EMAIL PROTECTED]
Portlets receive the same authenticated state that you get when you create an authenticated session when logging into the Portal So all you have to do is login to your portal, and the Alfresco portlet running inside this portal will be in this authenticated state (authenticated state = Principa

[jboss-user] [JBoss Seam] - Entity relations with metadata

2007-02-22 Thread MikeDougherty
Hello all, I have a number of entities that relate to each other via a join table. So far the @Entity objects have mapped pretty well with @JoinTable/@JoinColumn. However, there is more data in the join table than just the id's of the entities it joins, such as EffectiveDate, EndDate, ModifiedD

[jboss-user] [Beginners Corner] - Re: A new understanding of ClassLoaders...

2007-02-22 Thread PeterJ
Sorry, but without knowing more details about the relationships among your classes in the various jar files, I really cannot answer your last question. There is something you might try to learn a little more about what is going on: start the JVM passing it the -verbose:class option. This causes

[jboss-user] [Performance Tuning] - Re: Number of webcontainer threads and connection pools used

2007-02-22 Thread PeterJ
You are mostly correct (well, as far as I know, I would have to dig through the source code to verify the exact usage), except that MaxConnectionsInUseCount is the maximum number of connections that were ever allocated since the app server started. View the original post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: persist() / remove() at end of long running conversation

2007-02-22 Thread [EMAIL PROTECTED]
Historically Hibernate would always immediately perform an insert for entities using an IDENTITY based strategy. The reason was that the Hibernate save() method has a distinctly different semantic from persist(); namely save() requires the generated identifier value to be returned as a return v

[jboss-user] [JBoss Portal] - Re: Single Sign On with Alfresco Portlet

2007-02-22 Thread NewTo23
Hi, Even after authenticating in the JBoss portal server, I found that the Alfresco CMS portlet still having a link as Login(guest), which means I have to login again. Thanks.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020835#4020835 Reply to the po

[jboss-user] [JBoss Portal] - Re: Single Sign On with Alfresco Portlet

2007-02-22 Thread [EMAIL PROTECTED]
Thats probably because Alfresco may not be using the same authentication infrastrusture (JAAS) that JBoss Portal uses. Question 1: When you logged in the first time, was it via the builtin JBoss Portal Login screen Question 2: When you click the Login link from Alfresco Portlet, are you on the

[jboss-user] [JBoss Portal] - Re: Single Sign On with Alfresco Portlet

2007-02-22 Thread NewTo23
Ans 1 : Yes, I logged in through the JBoss login page. Ans 2 : It takes me to the Alfresco Login page. Thanks.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020838#4020838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

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

2007-02-22 Thread ALRubinger
The value stored in JNDI is an object - a proxy object that implements the interfaces you define. So...no, you can't pull out an object that only implements one of the interfaces you've defined. However, you should be casting the proxy from JNDI into the interface you want... Interface1 myBea

[jboss-user] [JBoss jBPM] - JBPM GPD Plugin Issues

2007-02-22 Thread jorell
Has anyone here tried to build the jbpm ide plugin from the code base? I've gotten the source for the jbpm.ide project from cvs with version jbpm_gpd_3_0_9_2. But when I try to deploy the plugin it gives errors in eclipse like "Unable to create editor ID org.jbpm.ui.editor.DesignerEditor: No ed

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

2007-02-22 Thread michaelok
Why not define a custom table, that extends off of one of the jbpm ones? Disadvantage: you are building a customized version of jbpm, and these tables may change in future. But then, you may need to change a customized Hibernate query anyway. View the original post : http://www.jboss.com/in

[jboss-user] [JBoss jBPM] - When will 3.2 be released ?

2007-02-22 Thread smichea
According to JIRA, on Feb 22 2007, only 3 issues out off 33 are closed in JBPM3.2 and the release is scheduled for Feb 16. Could you give any idea of the expected release date ? I worry also about the fact that the latest news on the website was posted on Aug 2006. Also is there a way to help

[jboss-user] [JBoss Seam] - Re: EntityHome setId problem

2007-02-22 Thread dustismo
I still haven't figured this problem out.. Can anybody help? thanks Dustin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020848#4020848 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020848 __

[jboss-user] [JBoss Messaging] - Re: Configuring Destinations

2007-02-22 Thread [EMAIL PROTECTED]
Yep, totally forgot about that ... It's worth running the examples, yes :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020849#4020849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020849 ___

[jboss-user] [JBossWS] - Re: new to JbossWS

2007-02-22 Thread smichea
If you use jboss 4.0.4+ with EJB3 then there is a very easy way to create a webservice: use annotations on a stateless EJB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020852#4020852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBossWS] - Re: NullPointerException in WSDL11Reader.processOperationInp

2007-02-22 Thread smichea
What is your version of JBPM ? Can you describe the way you installed it over JBOSS4.0.5 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020854#4020854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020854

[jboss-user] [JBoss Portal] - Re: Single Sign On with Alfresco Portlet

2007-02-22 Thread [EMAIL PROTECTED]
Then that is probably the reason why your Alfresco portlet is in non-authenticated state. btw- why do you need to login to the JBoss Portal way if you are using the Alfresco service. You should be able to login straight to the Alfresco service via their login page that you get in step 2 Th

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-22 Thread nean
thanks it works now. the thing was that i tried with the choice of jdk1.5 but jdk 1.6 installed, but it seems that didn't work correctly the time that i did it. So i uninstalled all an reinstalled all correctly without sdk 1.6. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Portal] - Re: Single Sign On with Alfresco Portlet

2007-02-22 Thread [EMAIL PROTECTED]
Actually Alfresco should rely on the request user principal to provide an SSO. At least as an option. Do they have pluggable authentication in their machinery ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020864#4020864 Reply to the post : http://www.jbo

[jboss-user] [JBossWS] - Re: new to JbossWS

2007-02-22 Thread nean
Also in this case you can use (WS and EJB3) : jboss IDE eclipse Betat2 (all plugin are already on) jboss 4.0.5GA and sdk 1.5 (not the 1.6 you could have problems with) and you can follow this tutorial : http://www.regdeveloper.co.uk/2007/01/23/ejb_web_services/ but stop before client... View

[jboss-user] [JBoss Portal] - Re: Single Sign On with Alfresco Portlet

2007-02-22 Thread [EMAIL PROTECTED]
True. If Alfresco used the same User Principal (JAAS) based mechanism, this wouldn't be an issue. This is what Portal standardizes on for obvious reasons. I have never looked at their codebase to know if they have pluggable mechanism, but try their forums Thanks View the original post :

[jboss-user] [JBoss Seam] - Re: EntityHome setId problem

2007-02-22 Thread [EMAIL PROTECTED]
What initializes the page parameter in the first place? ie. how do you pass the parameter into that page? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020867#4020867 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020

[jboss-user] [JBossWS] - Re: WebService response problem

2007-02-22 Thread nean
Else which kind of client can i do in RMI/RPC ? i tried something like that : public class Client { | public static void main(String[] args) throws Exception { | System.out.println("Starting Test Client"); | URL url = new URL("http://HAL:8080/echo/EchoBean?wsdl";); |

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

2007-02-22 Thread forumer
This will do what I want - only easier! Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020869#4020869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020869 ___ jbo

[jboss-user] [JBoss Portal] - Re: Declarative Security and Portlets

2007-02-22 Thread [EMAIL PROTECTED]
Hi, first portlets are not bound to URLs so they cannot be secured via web.xml. The only thing done in relation with the servlet world is that the user authenticated against the portal servlet and when he access a portlet (in the local case) the request user principal and the roles are propagat

[jboss-user] [JBoss Portal] - Re: Drag and drop Not enable

2007-02-22 Thread [EMAIL PROTECTED]
this is true, we only provide that when a user is able to change the state of a page which occurs only during the usage of a dashboard. we did that because window changes would not have been saved otherwise and that would have given an unexpected behavior to the user that would think that the w

[jboss-user] [JBossWS] - Re: NullPointerException in WSDL11Reader.processOperationInp

2007-02-22 Thread meghanai_99
I have Jbpm-BPEL 1.1 Beta 3. The ditribution contained sar file to deploy on JBoss. I have successfully deployed sample BPEL processes that came with it. Let me know if you need more information. Thank you, Meghana View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Portal] - Re: Sub-roles

2007-02-22 Thread [EMAIL PROTECTED]
we plan that feature for 3.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020874#4020874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020874 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: EntityHome setId problem

2007-02-22 Thread bulloncito
What do you mean by initializing the parameter in the first place ? isn't that what the page parameter does ? I'm a seam newbie having a similar problem, if I select an entity from a h:dataTable using Edit then display the create/update form, it displays creation form, if I manually set in the

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

2007-02-22 Thread fatbatman
How do I get the "sessionId" from InvokerCallbackHandler.addListener(InvokerCallbackHandler callbackHandler) so its the same as that returned from InvocationRequest.getSessionId() for a particular client. thanks in advance regards James View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: EntityHome setId problem

2007-02-22 Thread [EMAIL PROTECTED]
Does editUser() call setId()? It needs to. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020888#4020888 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020888 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: EntityHome setId problem

2007-02-22 Thread [EMAIL PROTECTED]
BTW, I recommend starting from examples/contactlist or seam generate-entities. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020895#4020895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020895 ___

[jboss-user] [EJB 3.0] - Re: How to get EnitityManager in SLSB without injection??

2007-02-22 Thread baldywelshy
That is exactly what I am looking for, very useful to switch between persistence units. Excellent Post, Many Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020903#4020903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

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

2007-02-22 Thread ALRubinger
Word. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020906#4020906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020906 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss Seam] - Re: EntityHome setId problem

2007-02-22 Thread dustismo
I am passing the id in as a get parameter.. i.e. http://localhost:8080/webapp/clients/admin_group.seam?groupId=1 I have looked at the contactlist example, and it doesn't really help (I need to have an actual EntityHome class, and ./seam generate-entities hasn't worked for me since 1.1.1 (I pos

[jboss-user] [JBoss Seam] - Re: Entity relations with metadata

2007-02-22 Thread [EMAIL PROTECTED]
I think you need to look to Hibernate for these issue. Seam isn't going to get involved with ORM details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020912#4020912 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=402

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

2007-02-22 Thread [EMAIL PROTECTED]
If you are trying to do conditionally show the CONTENT of an h:column, you should conditionally render the content, not the column. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020917#4020917 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Feature request - @InOut

2007-02-22 Thread [EMAIL PROTECTED]
In the general case, wouldn't be better to simply create a component definition in components.xml? You shouldn't normally need such verbose in/out declarations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020918#4020918 Reply to the post : http://www

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

2007-02-22 Thread symmetrysolutions
Thanks for your reply and confirming what I had already suspected. I guess the context is exactly like a cached database connection where you get it and release it usually within a single method or operation. The only thing I find a little strange is that I should not get a process/task insta

[jboss-user] [JBoss Seam] - Re: EntityHome setId problem

2007-02-22 Thread bulloncito
Thanks for the quick response, I'm using declarative approach: | | I actually prefered to use extension but that was not working, so I used the seampay homeobjects as example, I tried using seamgen to find any differences, but the best for me was extending hotel booking example. Where sho

[jboss-user] [JBoss Seam] - Re: Reference a web bean in a seam stateless bean

2007-02-22 Thread [EMAIL PROTECTED]
I don't understand your example, but you can inject a JSF managed bean using @In(value="#{facesBean}"). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020921#4020921 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40209

[jboss-user] [JBoss jBPM] - De-Persistence problem with Node?

2007-02-22 Thread pramero
I'm using jBPM 3.1.4, Weblogic 8.1, Hibernate 3.2.2. I stored the following test process definition: | | | | | | | | | | Then created an instance, and signaled() it once. I then (later, in a different jbpmContext) do the following: |

[jboss-user] [JBoss Seam] - How to generate all code to many package?

2007-02-22 Thread chlol
eg: i have 20 tables,i want to generate 1-5 tables code to admin module,and 6-10 tables code to system module, and 10-20 tables code to forum module. but in current version,jboss-seam generate all tables code to only one directory,include entity,session and view. View the original post : htt

[jboss-user] [JBoss jBPM] - Re: JBPM GPD Plugin Issues

2007-02-22 Thread kukeltje
the jbpm.ide project from cvs is not maintained anymore since it is integrated into the jbpm cvs project, so just checkout the jbpm.3 tree and look at the gpd View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020937#4020937 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Portal] - Re: wsrp with https

2007-02-22 Thread [EMAIL PROTECTED]
A servlet filter has been implemented to rewrite incorrect ports in the WSDL file that JBoss WS publishes. This is availble for both 2.6 and 2.4 in Subversion... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020938#4020938 Reply to the post : http://www.jb

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

2007-02-22 Thread kukeltje
why, why, why is everybody making workarounds, changing things, being afraid it won't be compatible etc..etc..etc IF they can just implement it as a feature/enhancement to jBPM, submit it as a ' patch' and get in it integrated into the core... EVERYBODY happy View the original post : http://w

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

2007-02-22 Thread kukeltje
Yes, you see the workflow more as a wizard. Use pageflow for that. Different workflow sequential tasks are normally not acted upon by the same user, so the advantage of caching is null. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020942#4020942 Reply to

[jboss-user] [JBoss jBPM] - Re: When will 3.2 be released ?

2007-02-22 Thread kukeltje
Date: I can't that is up to Tom, Koen, Alex, David etc... Latest news from August 2006: I did not look, but it could be. Why does that worry you? Look at how active the forum is, how nice things develop in CVS, what get's added to the wiki, releases 3.1.x ones and 3.2 alpha, beta etc A wa

[jboss-user] [JBoss Seam] - Help w/ a custom RESTful Servlet with EJBs

2007-02-22 Thread rmcdonough
I am working on a REST toolkit which routes URI to an invoker and marshalls entity beans to XML using JAXB. So far, everything is working pretty good. One issue I have is that the marshalling/unmarshalling is done on the web tier. The marshaller is writing directly to the Servlet OutputStream an

[jboss-user] [JBoss Seam] - Re: How to generate all code to many package?

2007-02-22 Thread [EMAIL PROTECTED]
This is not possible with seam-gen, though it probably is with the hibernate IDE tools. Perhaps you should just generate the entities and use an IDE to refactor the packaging to your desire. It would would likely be much faster than trying to configure the reverse-engineering tools for your pa

[jboss-user] [Installation, Configuration & Deployment] - Re: DataSource problem - JBossManagedConnectionPool

2007-02-22 Thread mdpatil
i am also getting same error but when i am increasing the pool size. In my oracle-ds.xml minimum size is 10 and maximum size is 50. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020960#4020960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Portal] - Re: Single Sign On with Alfresco Portlet

2007-02-22 Thread NewTo23
My portal page has some other portlets also and the Home page has the User Portlet for login. We are planning to have the login only through the JBoss portal server authentication. Regarding pluggable authentication, I am not sure, but found some xml files in the alfresco war to configure for

[jboss-user] [JBoss Messaging] - Re: Connecting to two JBoss messaging servers causes interfe

2007-02-22 Thread bander
JIRA raised. http://jira.jboss.org/jira/browse/JBMESSAGING-885 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020964#4020964 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020964 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: URL Encrypting

2007-02-22 Thread srinivasbijjam
Iam Waiting for the Reply View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020965#4020965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020965 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Seam] - could not execute seam commands.

2007-02-22 Thread grdzeli_kaci
hi all, i had problems about composite keys and i found posts here about it, http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015196#4015196 and then i got seam from CVS, but it did not work, i got an error : | [EMAIL PROTECTED]:~/jboss-seam> ./seam setup | Buildfile: build.xml

[jboss-user] [JBoss Seam] - Re: Error while doing: seam generate-entities

2007-02-22 Thread eeckmann
Thanks. I was able to get further this time. See this: [hibernate] 10. task: generic exportertemplate: view/layout/menu.xhtml.ftl [javaformatter] Java formatting of 288 files completed. Skipped 0 file(s). [echo] Type 'seam restart' and go to http://localhost:8080/MyNewSeamGenProject BUILD S

[jboss-user] [JBossCache] - Re: Optimistic DataVersioningException on read-only objects

2007-02-22 Thread hargitt
Thanks Manik for you answer. I guess I was not clear by saying "same class". I am updating the same class, different instance. I do not understand why this is happening but due to time constraints I have gone back to Pessimistic locking and will only be able to revisit this issue in a few wee

[jboss-user] [Clustering/JBoss] - Re: HAJNDI.list() broken on JBoss 4.0.X?

2007-02-22 Thread schaefera
Of course I could use another InitialContext but in my opinion that is a hack for an EJB on a remote application server. I know that the federated context is not really EJB standard as well but it would let me use remote EJBs within ejb-ref or resource-ref within an EJB. Isn't it strange that H

[jboss-user] [Beginners Corner] - JBoss Portal

2007-02-22 Thread srinivasanj
Hai i am Srinivasan.J, i having few douts in Jboss Portal 1. How HTTPRequest from the client is received by ActionRequest in the Portal class. i need where the mapping is done (i.e the HTTPRequest is mapped to ActionRequest) 2. What naming is given in the *-object.xml ? wheather it is

[jboss-user] [JBoss Seam] - Re: seam-gen error (generate-entities did not work)

2007-02-22 Thread grdzeli_kaci
i did it, the problem is that i hat incorrect path into my classpath for java. and by default seam got java from linux --- gcj. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020993#4020993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Portal] - WSRP in JBoss 2.6 Alpha 2

2007-02-22 Thread ravindra reddy
when i am trying to see the protlets available for vignette in management portlet, system is generating this error in server . WARN [PortletManagerBean] Couldn't access portlet invoker. Portlets won't be listed. Reason: Problem getting service description for producer vignette code

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

2007-02-22 Thread bander
I've been giving 1.2.0.CR1 a bit of a spin (JBoss 4.0.4, Win XP) and have found that failover breaks after a couple of iterations of stopping/starting servers. I have created two nodes on my local machine according to the clustering guide (using a non-clustered queue). i.e. Node 0 is started via

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

2007-02-22 Thread [EMAIL PROTECTED]
Thanks a lot for the report. I've created a blocker http://jira.jboss.org/jira/browse/JBMESSAGING-887 We will investigate ASAP to clear it for the GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021000#4021000 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-22 Thread Newlukai
That's not so good. At the moment I use Seam 1.1.5.GA and ICEfaces 1.5.3 and I'm using the ICEfaces upload component. I've not completed the upload feature for my application, but right now, the uploaded file is placed in the deployment directory and I retrieve an InputFile object with the path

[jboss-user] [JBoss Seam] - Re: How to configure persistenceContextName?

2007-02-22 Thread baz
Seam is wonderful i like it more and more but one have to take the blinkers off:-) The configuration is as easy as putting | | OR | | | in components.xml. This is described in chapter 4.2 I can't say why i had the position that this is not applicable in my context:-( I had to

[jboss-user] [JBoss Messaging] - Does HA-JNDI provides load balancing ?

2007-02-22 Thread sathish_06
Hi, We tried to setup JBoss clustering/HA-JNDI for JBoss Messaging system, but observed that it provide failovers but not Load balancing. Version details : Jboss 4.0.4 AS, Jboss Messaging 1.0.1.SP4 Summary: We setup two instance of Jboss messaging system with HA-JNDI enabled. There is one

[jboss-user] [JBoss Messaging] - Re: Does HA-JNDI provides load balancing ?

2007-02-22 Thread [EMAIL PROTECTED]
JBM 1.0.x series doesn't support clustering. You might want to try 1.2.x. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021008#4021008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021008

<    1   2   3