[jboss-user] [JBoss Messaging] - DLQ Question

2008-05-22 Thread jgilbert
Is it possible to add additional information to a message before it is sent to the DLQ? For example, I would like to attach information about the exception that caused the delivery failure, so that I can route messages appropriately when I pull them off the DLQ. View the original post :

[jboss-user] [JBoss Messaging] - XA Datasource?

2008-01-03 Thread jgilbert
Does JBM support XA Datasources? This posting seems to indicate that I should not use an XA Datasource with JBM. http://www.jboss.org/index.html?module=bbop=viewtopict=119217 I have an MDB that creates a timer using the EJB TimerServer. I have DefaultDS setup to use the Oracle XA driver and I

[jboss-user] [Installation, Configuration DEPLOYMENT] - module-orderstrict/module-order not working

2007-12-28 Thread jgilbert
I am using JBoss AS 4.2.0.GA and trying to order the deployment of my ejb modules. I have seen the postings about using the strict setting but it does not appear to work. Here is my jboss-app.xml. Does anyone have any ideas what I am missing? | jboss-app |

[jboss-user] [JBoss Seam] - Re: Seam 2 + JBoss Portal 2.6 portlets

2007-12-12 Thread jgilbert
Any news on Seam+Richfaces portlets? I tried to use the 3.1.3.CR2 portlet bridge but got no where. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4112351#4112351 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4112351

[jboss-user] [JBoss Portal] - Myfaces vs Sun RI

2007-12-11 Thread jgilbert
I noticed that the JBoss Portal 2.6.2 Admin portlets are using MyFaces instead of the Sun RI packaged with the app server Is this just because they haven't been upgraded or is there a technical reason? View the original post :

[jboss-user] [JBossWS] - Re: UsernameToken and Basic Auth

2007-10-24 Thread jgilbert
jboss-wsse-server.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4098589#4098589 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4098589 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Conditional Cross Field Validation on Entity Bean

2007-10-17 Thread jgilbert
http://www.jroller.com/jgilbert01/entry/extending_the_hibernate_validation_framework View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096161#4096161 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096161

[jboss-user] [JBoss Seam] - Re: jboss-embedded-all.jar MQ classes broken

2007-10-08 Thread jgilbert
i went ahead and built it myself from source. However, I had to make the following changes to the build script to get the right MQ classes included. !--zipfileset src=${jboss.messaging.lib}/jboss-messaging.jar/-- | | !--zipfileset

[jboss-user] [JBoss Seam] - jboss-embedded-all.jar MQ classes broken

2007-10-06 Thread jgilbert
The MQ classes in this jar are broken in the 2.0.0.CR2 release and up on http://repository.jboss.org/maven2/org/jboss/embedded/jboss-embedded-all/beta2/ For example org.jboss.mq.server.jmx.Topic is not in sync with SVN. I get the error java.lang.NoSuchFieldError: destinationName. Who owns

[jboss-user] [EJB 3.0] - Persistent MBean Attributes

2007-10-03 Thread jgilbert
When using the @Service and @Management annotations is it possible to persist attributes when changed through the jmx-console? Based on some prototyping it doesn't appear possible. Do I have to use good old xmbeans to do this? | @Service | @Management | class MyServiceBean implements

[jboss-user] [JBoss Seam] - Seam conflict with a4j:include and a4j:support

2007-08-21 Thread jgilbert
I have already shared this with the ajax4jsf forum, but they believe this is more of a seam issue. http://www.jboss.com/index.html?module=bbop=viewtopicp=4076264#4076264 I am using a4j:support and onblur to do field validation on an edit screen. The edit page works fine standalone. When the

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-05 Thread jgilbert
Thanks. I'll keep using my patch in the meantime. BTW, I am using the a4j-portlet so that I can use richfaces in my portlets. However, it doesn't appear to be working with the Sun RI. I get a NPE in com.sun.faces.portlet.LifecycleImpl. So, I'm stuck with using myfaces for now. I know this is

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-04 Thread jgilbert
i did and got the same result. see posting above at 17:57 PM. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060546#4060546 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060546

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
JBoss AS 4.2 with MyFaces View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059985#4059985 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059985 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: disappearing topic

2007-07-03 Thread jgilbert
i can start and stop my server with just the topic deployed and everything is fine. every time i restart my topic is still in the jndi tree. however, as soon as i deploy an ear with an mdb that uses the topic, the topic will disappear from the jndi tree on a restart. also, when i look in the

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
yes, i followed the directions on the jboss portal wiki to replace the sun jars with myfaces. after doing that the portal admin portlet worked. then i tried my seam based portlet which works with CR3. it looks like there has been new code added to the portal in JSFMetaBridgeFactory which

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
i'll work up a simple example over the next day or so. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060052#4060052 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060052 ___

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
btw, should 2.6 work with 4.2 without using myfaces? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060063#4060063 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060063 ___

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
you can reproduce the error using the examples/portal from the seam 1.2.1.GA distribution. steps: - install portal 2.6 on AS 4.2 - replace the jsf libs with myfaces per the wiki - build seam/examples/portal - copy war and datasource to deploy dir - start app server the exception from the

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
i am actually moving in that direction, but i suspect this error will happen with the SUN RI also. thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060160#4060160 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4060160

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
yep, same thing with Sun RI | 17:53:09,515 WARN [JSFMetaBridgeFactory] No bridge detected for application factory org.jboss.seam.jsf.SeamApplicationFactory | 17:53:09,515 ERROR [STDERR] javax.faces.FacesException: org.jboss.portal.faces.portlet.JSFMetaBridgeLifecycleFactoryImpl |

[jboss-user] [JBoss Messaging] - Re: disappearing topic

2007-07-03 Thread jgilbert
i'm not sure i follow. if you are talking about the classpath my ear is not scoped. i have not specified a loader-repository in the jboss-app.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060172#4060172 Reply to the post :

[jboss-user] [JBoss Portal] - Re: No bridge detected for application factory org.jboss.sea

2007-07-03 Thread jgilbert
i'm with you! i have been wanting to upgrade to Sun RI, but was waiting for all the pieces of the puzzle line up. portal was the last piece and until this morning i didn't think it supported the Sun RI. i look forward to getting this thread straightened out and then leaving myfaces behind.

[jboss-user] [JBoss Messaging] - Re: disappearing topic

2007-07-03 Thread jgilbert
found it! i have been using dots (.) in my subscriptionNames and clientIds. MessageQueueNameHelper now relies on dot as a delimiter. so i removed my dots and all is well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4060191#4060191 Reply to the post :

[jboss-user] [JBoss Portal] - No bridge detected for application factory org.jboss.seam.js

2007-07-02 Thread jgilbert
I just downloaded the 2.6 release and received this error. My portlet was working in 2.6-CR3. What do I need to change? | 23:10:37,531 ERROR [STDERR] Caused by: java.lang.NullPointerException | 23:10:37,531 ERROR [STDERR] at

[jboss-user] [JBoss Messaging] - disappearing topic

2007-07-02 Thread jgilbert
i am trying to get messaging 1.3.0 to work with AS 4.2. the first time i deploy everything is fine. when i restart the server my topic disappears. any idea what is wrong? note, this only happens when i have deployed an ejb3 mdb that subscribes to the topic. btw, this mdb has been working with

[jboss-user] [JBoss Portal] - Authentication error for portal with just view permission

2007-05-29 Thread jgilbert
i changed the default portal to just require view and personalize permission and it works fine. i then created a new portal and set it up for view and personalize permission, but i get a 401 error when trying to access it. it will only grant access if i setup this portal up for viewrecursive

[jboss-user] [JBoss Portal] - JSF Portlet Reentry to default view

2007-05-10 Thread jgilbert
I have a JSF portlet. The first time it is rendered it starts on the default view. Now lets say the user navigates through the portlet via the jsf navigation rules, but stops on a view other than the default view. Then the user uses the portal navigation tabs to switch to a different portal

[jboss-user] [JBoss Portal] - Re: Programmatic Portlet Resizing with JSF

2007-05-04 Thread jgilbert
thanks. are you referring to the org.apache.portals.bridges? We are already using the portlet filter provided by this. alternatively, how would I create a link in one portlet to launch into another portlet that is maximized? View the original post :

[jboss-user] [JBoss Portal] - Programmatic Portlet Resizing with JSF

2007-05-03 Thread jgilbert
How do I programmatically resize a JSF/Seam based portlet? As far as I can tell I don't have access to the actionUrl from within a managed bean. I suspect that adding a param to my commands wont work. h:commandButton ... |f:param name=windowState value=maximized/ |

[jboss-user] [JBoss Portal] - Re: PageCustomizerInterceptor not restricting tabs based on

2007-04-30 Thread jgilbert
2.6 CR1 Shouldn't the tab only be displayed if the user has the MyRole role? i have things set to hide so when the user clicks on the tab the page content is hidden. entry key=core.render.window_access_deniedhide/entry | View the original post :

[jboss-user] [JBoss Portal] - Re: PageCustomizerInterceptor not restricting tabs based on

2007-04-30 Thread jgilbert
assume!! i changed jboss-portal.sar\conf\data\default-object.xml and now the tabs are restricted. thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4041827#4041827 Reply to the post :

[jboss-user] [JBoss Portal] - PageCustomizerInterceptor not restricting tabs based on role

2007-04-28 Thread jgilbert
Looking at the PageCustomizerInterceptor class it performs security checks before rendering tabs but it does not seem to be working. JACCPortalAuthorizationManager is always returning true for checkPermission. I'm fairly certain that I have setup my security constraints properly in my

[jboss-user] [JBoss Portal] - Re: Access to JAAS Subject

2007-04-26 Thread jgilbert
My bad... The SFSB from which I was accessing the Subject had the @SecurityDomain annotation commented out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4041046#4041046 Reply to the post :

[jboss-user] [JBoss Portal] - Access to JAAS Subject

2007-04-23 Thread jgilbert
I am using 2.6 BETA1 with the Hibernate security implementation. In 2.4 I use to be able to access the Jaas Subject from SecurityAssociation.getSubject() once a user was logged in through the portal login page. In 2.6 BETA1 this always returns null and

[jboss-user] [JBoss Seam] - Re: Creating PDFs Programmatically

2007-04-18 Thread jgilbert
i am currently using commons-http client to access it. 1 - i make the inital http GET 2 - then i parse the redirect response to calculate the new url 3 - then i do another GET it works but... a wrapper similar to the mail render would be nice, but for my scenario it would need to work outside

[jboss-user] [JBoss Seam] - EnumConvertor fails in myfaces 1.1.5

2007-04-18 Thread jgilbert
Has anyone seen this? EnumConvertor was working great in myfaces 1.1.4 but fails with the following error in 1.1.5. myEnumField: Value is not a valid option. I don't see where it is going wrong. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038656#4038656

[jboss-user] [JBoss Seam] - Creating PDFs Programmatically

2007-04-16 Thread jgilbert
I have the seam-pdf functionality working in my application. Now I want to have a background process create PDFs periodically. Currently I am using commons-httpclient to call out and back into my app and handle the redirect to create a PDF. It works but does anyone have a better way to do

[jboss-user] [JBoss Seam] - Re: Creating PDFs Programmatically

2007-04-16 Thread jgilbert
actually, i don't think i asked the question right. i'm looking for an api to call the pdf stuff without having to go over http. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037618#4037618 Reply to the post :

[jboss-user] [JBoss Portal] - Re: securing a portal page

2007-04-16 Thread jgilbert
i would like to do the same thing. i can hide windows but i don't see how to hide pages/tabs. is this possible? if not, where should i look to potentially add this feature? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037772#4037772 Reply to the post :

[jboss-user] [JBoss Seam] - Using Seam PDF in a portlet

2007-04-14 Thread jgilbert
I am using seam in a portlet and I would like to start using the seam pdf support. So far the only way I have found to do this is to create a separate non-portlet war for all my pdf xhtml files. what would it take to get the pdf stuff working in a portlet app? View the original post :

[jboss-user] [JBoss Seam] - Re: Using Seam PDF in a portlet

2007-04-14 Thread jgilbert
true. i want to use a link and direct the target to blank, so that the pdf opens in a new tab/window. this is what i have working by putting the pdf xhtml files in a separate war, which may be the best solution. View the original post :

[jboss-user] [EJB 3.0] - Re: Non-default Hibernate NamingStrategy with EJB3?

2007-03-29 Thread jgilbert
here is the property that i found. so far it appears to be working well. i just added this to the persistence.xml file | property name=hibernate.ejb.naming_strategy value=org.hibernate.cfg.DefaultComponentSafeNamingStrategy/ View the original post :

[jboss-user] [JBoss Seam] - EL not working across facelet include params

2007-03-26 Thread jgilbert
I am getting the following exception: | java.lang.NullPointerException | at org.jboss.seam.core.Expressions.getValidator(Expressions.java:198) Here is the scenario. I am trying to decompose my facelets into multiple reusable fragments. For example: EditPanel.xhtml h:panelGrid ... |

[jboss-user] [JBoss Seam] - Re: EL not working across facelet include params

2007-03-26 Thread jgilbert
Thanks for the food for thought. I haven't tried the tag files yet, but the idea pushed me in the right direction. It looks like the problem was with the tag I used to start the file. It needs to be ui:composition ... | h:panelGrid |... | /h:panelGrid |

[jboss-user] [JBoss Seam] - Linking Components from different Ears

2006-12-27 Thread jgilbert
I have SFSB components in multiple Ears. One ear contains a SFSB component that I would like to access from views in all the other Ears. When I tried this I received an exception saying that the JNDI name did not exist. This is because the components.properties file in the ear has:

[jboss-user] [JBoss Seam] - Re: Linking Components from different Ears

2006-12-27 Thread jgilbert
Hmmm... Why do you think this is asking for trouble? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996482#3996482 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996482 ___

[jboss-user] [JBoss Seam] - Re: SelectDate Component classpath issue

2006-12-27 Thread jgilbert
i pulled the seam-ui jar out of the war and put it in the ear and all is work well now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996519#3996519 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996519

[jboss-user] [JBoss Portal] - bookmarkable portlet urls

2006-12-26 Thread jgilbert
I have a JSF portlet and I would like to make some of the views bookmarkable. any ideas on how to do this or if it is possible. for exxample, i have a portlet that tracks Orders. It can filter and list Orders. Then it can navigate to a selected Order. I would like to create a URL that can be

[jboss-user] [JBoss Seam] - SelectDate Component classpath issue

2006-12-26 Thread jgilbert
I have two apps that use the Seam SelectDate component. Each app works fine independently. But when I deploy both apps at the same time the 2nd one to be accessed gets the following exception. Any ideas? It looks like a classpath issue. | com.sun.facelets.tag.TagAttributeException:

[jboss-user] [JBoss Seam] - Re: SelectDate Component classpath issue

2006-12-26 Thread jgilbert
i'm pretty sure I saw the same issue when running two of the seam sample apps at the same time. for example, booking and jpa View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996317#3996317 Reply to the post :

[jboss-user] [JBoss Portal] - jboss-5.0.0.Beta1

2006-12-18 Thread jgilbert
Has anyone tried deploying jbportal 2.6.DR1 on jboss-5.0.0.Beta1? I tried because I thought it might just work, but there are many class not found exceptions. Is this on the roadmap in the near future? View the original post :

[jboss-user] [JBoss Seam] - Re: could not get id of: org.jboss.seam.framework.Home.insta

2006-12-14 Thread jgilbert
OK. I have a simple test app that reproduces the error. I can send it to you. One thing of note it that I am using portlets, but that shouldn't make a difference. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993934#3993934 Reply to the post :

[jboss-user] [JBoss Seam] - could not get id of: org.jboss.seam.framework.Home.instance

2006-12-09 Thread jgilbert
Does anyone have an idea why I am getting this error? I am experimenting with the new framework classes in the 1.1.0.CR release. java.lang.IllegalStateException: could not get id of: org.jboss.seam.framework.Home.instance | at

[jboss-user] [JBoss Seam] - Re: could not get id of: org.jboss.seam.framework.Home.insta

2006-12-09 Thread jgilbert
This only happens when my entities have validation errors. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992447#3992447 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992447 ___

[jboss-user] [JBoss Portal] - Re: ICEFaces

2006-12-08 Thread jgilbert
I have successfully deployed a portlet that uses seam, icefaces, and facelets. I posted the example to the seam wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=IcefacesSeamFaceletsPortlet View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992310#3992310 Reply to

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

2006-12-08 Thread jgilbert
I have successfully deployed a portlet that uses seam, icefaces, and facelets. I posted the example to the seam wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=IcefacesSeamFaceletsPortlet View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992309#3992309 Reply to

[jboss-user] [JBoss Portal] - ICEFaces

2006-12-06 Thread jgilbert
Has anyone tried using an ICEFaces JSF portlet with JBoss Portal. I just modified the portal swap HellWorldJSFPortlet to use com.icesoft.faces.webapp.xmlhttp.PersistentFacesPortlet. The portlet comes up buy the navigation doesn't work. View the original post :

[jboss-user] [JBoss Seam] - ICEFaces Seam Portlet

2006-12-06 Thread jgilbert
Has anyone succesfully implemented an ICEFaces Seam Portlet? I have a helloworld jsf portlet working with icefaces. when i try to port one of my seam portlets to icefaces i get a bunch of error. I posted more infor to the icefaces forum: http://www.icefaces.org/JForum/posts/list/3066.page

[jboss-user] [JBossWS] - Re: JSR-181 Annotation Based UDDI Registration

2006-12-04 Thread jgilbert
Here is some more info: http://taylor.sourceforge.net/index.php/Endpoint_Address_Discovery#Client_Handler View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991098#3991098 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3991098

[jboss-user] [JBossWS] - Re: JSR-181 Annotation Based UDDI Registration

2006-12-04 Thread jgilbert
This discussion outlines what I did and where to find the code: http://www.jboss.com/index.html?module=bbop=viewtopict=94403 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991097#3991097 Reply to the post :

[jboss-user] [Microcontainer] - ClientDeployer

2006-12-01 Thread jgilbert
I am trying to get org.jboss.deployment.ClientDeployer to work in the microcontainer. It is successfully finding my client jar, but then gets errors about missing mbeans such as MainDeployer. Any suggestion on how to make this work or an alternate solution? Btw, I am using the ejb3 embedded

[jboss-user] [JBossWS] - Re: Ejb3 JMSTransportSupport

2006-11-27 Thread jgilbert
JIRA Issue created: http://jira.jboss.com/jira/browse/JBWS-1402 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988973#3988973 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988973

[jboss-user] [JBossWS] - Re: Ejb3 JMSTransportSupport

2006-11-15 Thread jgilbert
I extended JMSTransportSupport and overrode processSOAPMessage() to get something to work with Ejb3 MDBs. For starters the the WebService is implements per usual as a SLSB. I am just using the MDB as an alternate path in the WebService. The MDB just defines the ObjectName for the real web

[jboss-user] [JBossWS] - Re: Ejb3 JMSTransportSupport

2006-11-15 Thread jgilbert
This could be handle generically without writing code. Just define the mdb in the deployment descriptor with an env-entry for the real service. enterprise-beans | message-driven | ejb-nameAuthorizationCallbackMDB/ejb-name |

[jboss-user] [JBossWS] - Re: Ejb3 JMSTransportSupport

2006-11-15 Thread jgilbert
one thing that is not right with this approach is that there is no jms address in the wsdl, because only the SLSB is deployed as a web service. any thoughts? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986336#3986336 Reply to the post :

[jboss-user] [Remoting] - JMS Transport

2006-11-14 Thread jgilbert
Has anyone written or are there plans to write a JMS transport for jboss remoting? My scenario is that I would like to use a jms transport behind a oneway web service operation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985834#3985834 Reply to the

[jboss-user] [Remoting] - Re: JMS Transport

2006-11-14 Thread jgilbert
Do you think this is something reasonable that I should take a stab at or is there a better approach? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985848#3985848 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985848

[jboss-user] [Remoting] - Re: JMS Transport

2006-11-14 Thread jgilbert
Makes sense. I am just trying to reproduce the kind of capability with jbossws that i could do with the axis jms transport. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985852#3985852 Reply to the post :

[jboss-user] [Remoting] - Re: JMS Transport

2006-11-14 Thread jgilbert
Reliability. My scenario is a Oneway asynchronous soap message. So, jbossws makes the request and moves on without waiting for a response. I then want jboss messaging to ensure the message gets to the otherside. So far it is working good. I created a straight forward JmsClientInvoker. Now I am

[jboss-user] [JBossWS] - Ejb3 JMSTransportSupport

2006-11-14 Thread jgilbert
Has anyone tried using JMSTransportSupport with an Ejb3 MDB? The error I get is: Cannot find serviceID for: queue/AuthorizationCallbackQueue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985993#3985993 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Hibernate JACC in the embedded container

2006-11-08 Thread jgilbert
Thanks for the idea. I had to move on to other things, so i'll give it a try when i can get back to it. I ended up writing something similar that also does instance level security. http://jroller.com/page/jgilbert01?entry=securing_ejb3_entity_beans_at View the original post :

[jboss-user] [JBossWS] - org.jboss.remoting.CannotConnectException: Can not connect h

2006-11-07 Thread jgilbert
I am trying to call a secured web service from a SLSB. I have injected the port using @Resource but get a connection exception because the credentials are not set. I have come up with a workaround to propagate the credentials (see below). But I would like to know if there is a standards based

[jboss-user] [JBossWS] - JSR-181 Annotation Based UDDI Registration

2006-11-07 Thread jgilbert
I have been looking at the following wiki entries: http://wiki.jboss.org/wiki/Wiki.jsp?page=UDDIExample http://wiki.jboss.org/wiki/Wiki.jsp?page=UDDIAccesspointLocator And I am wondering if there are any plans to roll this into the product? For example, I can envision a deployer that

[jboss-user] [JBossWS] - Signature is invalid

2006-11-03 Thread jgilbert
I am getting the following exception on the server side when trying to encrypt individual elements: | org.jboss.ws.wsse.FailedCheckException: Signature is invalid. | at org.jboss.ws.wsse.SignatureVerificationOperation.process(SignatureVerificationOperation.java:59) | at

[jboss-user] [JBoss Portal] - Re: MyFaces Portlet in JBoss Portal Cluster

2006-10-30 Thread jgilbert
I think you are a head of me. I have done the following: - installed jboss-portal-ha.sar in an all server - using a single mysql db for jbossportal - validated that the out of the box portlets like weather appear to be clustered then tried my jsf seam portlets and got the error discussed in

[jboss-user] [JBossWS] - @SecurityDomain must be used?

2006-10-30 Thread jgilbert
Has anyone seen this? I have a test where my ejb3 SLSB, jsr181 endpoint works only if I use the @SecurityDomain annotation. If I try to define the security-domain in the deployment descriptor I get a 401 http response code. View the original post :

[jboss-user] [EJB 3.0] - Re: EJB3.0 annotation security and webservices.

2006-10-29 Thread jgilbert
Take a look at the JBossWS user guide chapter on securing endpoints: http://labs.jboss.com/portal/jbossws/user-guide/en/html/secure-ejb.html You basically set properties on the Stub. I haven't tried it but I bet calling the the ClientSideLogingModule would to the trick also. View the original

[jboss-user] [EJB 3.0] - Re: javax.ejb.EJBAccessException: Authentication failure

2006-10-29 Thread jgilbert
You need to use org.jboss.security.jndi.LoginInitialContextFactory. http://wiki.jboss.org/wiki/Wiki.jsp?page=LoginInitialContextFactory View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981611#3981611 Reply to the post :

[jboss-user] [JBoss Portal] - Re: MyFaces Portlet in JBoss Portal Cluster

2006-10-26 Thread jgilbert
I am having the same problem and was considering the same type of solution. Can you share your code? I've searched high and low for info on this issue. I'm surprised it hasn't been encountered more View the original post :

[jboss-user] [JBoss Seam] - Re: Non-serializable objects in session break clustered app

2006-10-26 Thread jgilbert
Turns out this is an issue with the MyFaces portlet impl. See related posting: http://jboss.org/index.html?module=bbop=viewtopict=92976start=0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981092#3981092 Reply to the post :

[jboss-user] [JBoss Portal] - Re: MyFaces Portlet in JBoss Portal Cluster

2006-10-26 Thread jgilbert
Here is a link to my workaround: http://taylor.cvs.sourceforge.net/taylor/taylor/commons/src/main/java/net/taylor/portlet/MyFacesGenericPortlet.java?view=markup I would still like to see other solutions. For example, plugging in a different FacesContextFactory impl. View the original post :

[jboss-user] [EJB 3.0] - Re: SessionContext.getCallerPrincipal() throws NullPointerEx

2006-10-25 Thread jgilbert
I have reported this as an issue with a patch. http://jira.jboss.com/jira/browse/EJBTHREE-761 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980743#3980743 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980743

[jboss-user] [EJB 3.0] - Re: No LoginModules configured for java:

2006-10-25 Thread jgilbert
Turns out I was wrong. With ejb3 I can specify the security domiain in jboss.xml as just: security-domainother/security-domain View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3980838#3980838 Reply to the post :

[jboss-user] [EJB 3.0] - No LoginModules configured for java:

2006-10-24 Thread jgilbert
I am using the embedded container and setting the security-domain in the jboss.xml file. when i set it up like this security-domainjava:/jaas/other/security-domain i get the following exception: Caused by: javax.security.auth.login.LoginException: No LoginModules configured for java: |

[jboss-user] [EJB 3.0] - Hibernate JACC in the embedded container

2006-10-24 Thread jgilbert
Has anyone tried to use Hibernate JACC in the embedded container? I have added the entries to the persistence.xml: property name=hibernate.jacc.enabled value=true/ | property name=hibernate.jacc.User.net.pay.security.entity.Customer value=insert,update,read/ |

[jboss-user] [EJB 3.0] - SessionContext.getCallerPrincipal() throws NullPointerExcept

2006-10-24 Thread jgilbert
Has anyone seen this? In the embedded container I get this exception from the sessionContext: Caused by: java.lang.NullPointerException | at org.jboss.security.plugins.JaasSecurityManager.getPrincipal(JaasSecurityManager.java:348) | at

[jboss-user] [JBoss Portal] - org.hibernate.exception.GenericJDBCException: Cannot open co

2006-10-23 Thread jgilbert
I am trying to use jboss-portal-ha.sar in the All server with Ejb3 installed. I have a bean that accesses the portal:service=CMS mbean to add content to the repository. It works in the Default server, but get the following exception in the All server. Any ideas? I tried to add the Lookup Mgr

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-23 Thread jgilbert
I have created the following maven2 site with all the jars I couldn't find else where. http://taylor.sourceforge.net/maven2/ Here are links to sample pom.xml files: http://taylor.cvs.sourceforge.net/taylor/taylor/bpm/ http://taylor.cvs.sourceforge.net/taylor/taylor/taylor-bpm-web/

[jboss-user] [EJB 3.0] - Quartz JobStore Hibernate Impl

2006-10-18 Thread jgilbert
Is anyone aware of a Hibernate implementation of the Quartz JobStore? I couldn't find one, so I put together a prototype using EJB3 Cached Entity beans and a Clustered SLSB. It works, but there is plenty more to do. So if anyone has one we could join forces... View the original post :

[jboss-user] [EJB 3.0] - Re: Problem with EmbeddedId

2006-10-18 Thread jgilbert
Has anyone else seen this and figured out why it is happening. I am getting the same thing. I am using alpha8 with hsql. All my beans with non-compound keys work fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3979193#3979193 Reply to the post :

[jboss-user] [JBoss Messaging] - java.lang.ClassCastException: org.jboss.messaging.core.plugi

2006-10-11 Thread jgilbert
I'm trying to configure a Topic in a cluster. I have configured ports-01 and ports-02. If either server is started first then it successfully starts. And I can publish messages to my topic on the first server. However, the 2nd server fails with the following exception. Am I doing something

[jboss-user] [JBoss Messaging] - Re: java.lang.ClassCastException: org.jboss.messaging.core.p

2006-10-11 Thread jgilbert
At the moment I am not using Durable because I get an error that a clientID is required. When I add the clientID to the activationSpec I get an error that it is not a valid property. I'll try again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977653#3977653

[jboss-user] [JBoss Messaging] - Re: java.lang.ClassCastException: org.jboss.messaging.core.p

2006-10-11 Thread jgilbert
OK. I made the subscriptions Durable. I had to use clientId instead of clientID. I still get the original exception on the 2nd server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977659#3977659 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: java.lang.ClassCastException: org.jboss.messaging.core.p

2006-10-11 Thread jgilbert
I haven't solved it yet, but a pattern is emerging. I removed the definition of my topic and decided to try the testDistributedTopic defined in the jboss messaging sar. This one also fails with the same exception on the 2nd server. So it looks like it has something to do with the last topic or

[jboss-user] [JBoss Messaging] - Re: java.lang.ClassCastException: org.jboss.messaging.core.p

2006-10-11 Thread jgilbert
rock on! that was it! now my 2 servers are properly sharing the load of the messages published to the topic! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977685#3977685 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: java.lang.ClassCastException: org.jboss.messaging.core.p

2006-10-11 Thread jgilbert
One more thing. I appears that I have to delete the entries from the table every time. For example, I had my 2 servers running and killed one in the middle of a test to see the messages fail over to the other server. they did, but i couldn't restart the server. i had to bring both down, delete

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-11 Thread jgilbert
I have been building Seam applications with Maven2 in my Taylor project. http://taylor.sourceforge.net The current version builds the ejb3 jar, war, and ear with one maven project. The next release will generate seperate jar, war, and ear projects for more flexibility. View the original post

[jboss-user] [EJB 3.0] - Clustered Beans and Testing with the Embedded Container

2006-10-09 Thread jgilbert
I have been using the embedded container to do my ejb3 unit testing. Now I am starting to use the @Clustered annotation to cluster my beans. However, I still want to unit test them. But I get a HAPartition not bound exception when running my unit tests. Obviously I need to find the minimum set

[jboss-user] [EJB 3.0] - Re: Clustered Beans and Testing with the Embedded Container

2006-10-09 Thread jgilbert
I created a JIRA issue: http://jira.jboss.com/jira/browse/EJBTHREE-731 If you have any hints I can take a swing at the proper micro-container configuration. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977039#3977039 Reply to the post :

  1   2   >