[jboss-user] [JBossMQ] - Re: SAP as a JMS provider

2008-12-28 Thread Lightguard
Thanks for the reply Adrian. No, I can't access the SAP queues or Connection factory that way, I had to use their JNDI lookups: mbean code=org.jboss.jms.jndi.JMSProviderLoader | name=jboss.mq:service=JMSProviderLoader,name=RemoteSAPJMSProvider,server=sdaxipi.octanner.com |

[jboss-user] [JBossMQ] - SAP as a JMS provider

2008-12-09 Thread Lightguard
I'm trying to communicate with SAP PI via JMS. I want to subscribe to one of it's queues, but I'm running into issues. I'm running JBoss 4.2.3.GA. This appears to be the main exception: 14:05:22,308 WARN [MessagingContainer] destination not found: queue/default/SAPMaterialUpdateQueue

[jboss-user] [JBossMQ] - Re: SAP as a JMS provider

2008-12-09 Thread Lightguard
Oops... ignore that user name and password. Looks like I can't edit the message. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4195429#4195429 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4195429

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-10 Thread Lightguard
I can't comment on the JIRA issue, so I'll post here. I saw the code changes in JIRA and they look like they should be good. I'll test on our end and let you know. Also it doesn't look like they will handle situations that do not start with a / (probably not very likely, but it may be a

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-10 Thread Lightguard
Oops :) java.lang.NullPointerException | at org.jboss.portal.wsrp.producer.AbsoluteURLReplacementGenerator.init(AbsoluteURLReplacementGenerator.java:41) | at org.jboss.portal.wsrp.producer.RenderRequestProcessor.processFragmentString(RenderRequestProcessor.java:192) | at

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-10 Thread Lightguard
Inside of RenderRequestProcessor.processFragment invocation.getDispatchedRequest() == null invocation.getRequestContext() == [EMAIL PROTECTED] You could make the AbsoluteURLReplacementGenerator class a singleton, or cache it somewhere for the life of the request as the serverAddress is not

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-10 Thread Lightguard
I think one of the first optimizations for this (things are working great, thank you so much!) is not to pre-pend the host and all to hrefs that are javascript hrefs :) So far things have been good save that problem. View the original post :

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-09 Thread Lightguard
Great, keep me posted. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4163274#4163274 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4163274 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-09 Thread Lightguard
Chris, here's the SOAP from the JSPPortlet sample that I set as remotable and loaded it up in liferay and soap-ui (just seeing the soap reponse). The images here are also not being rewritten: 2008-07-09 10:20:38,622 TRACE [org.jboss.ws.core.MessageTrace] Outgoing Response Message |

[jboss-user] [JBoss Portal] - Re: WSRP: JBoss Portal (2.6.6) Consumer, Liferay 4 Producer

2008-07-08 Thread Lightguard
Chris, I just did an update (it's been a while), could you provide a diff of what happened, or let me know the revision? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4163097#4163097 Reply to the post :

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-08 Thread Lightguard
ICEfaces isn't using a bridge (unless you're talking about something within JBoss portal). They have a class that implements the required portal interface and then just delegates to their render kit for the rest. If it is an ICEfaces problem I'll ask them for some help. Thanks for looking

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-08 Thread Lightguard
Sorry extends GenericPortlet. Couldn't remember when I wrote the post if it was an interface or class, so I went with interface. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4163142#4163142 Reply to the post :

[jboss-user] [JBoss Portal] - Re: WSRP: JBoss Portal (2.6.6) Consumer, Liferay 4 Producer

2008-07-08 Thread Lightguard
Initial looks are good View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4163161#4163161 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4163161 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: WSRP: JBoss Portal (2.6.6) Consumer, Liferay 4 Producer

2008-07-03 Thread Lightguard
Found the problem, but I'm really not sure of good solution :) Because we're using the relaxed checking it tries to do a substitution on a null string. We figure out the capabilities (which handles the markupTypes) before we do the MetaInfo and PortletInfo so we could use the first locale in

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-03 Thread Lightguard
Doesn't look like images and script tags are being rewritten like they should: 2008-07-03 09:28:02,930 TRACE [org.jboss.ws.core.MessageTrace] Incoming Request Message | soapenv:Envelope xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsd='http://www.w3.org/2001/XMLSchema'

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-02 Thread Lightguard
*bump* (I don't want to loose this) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162151#4162151 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4162151 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-02 Thread Lightguard
I really didn't think with the Holiday this week that there would be much going on :) Next week is fine if you don't get to it this week. Thanks Chris. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4162210#4162210 Reply to the post :

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-07-01 Thread Lightguard
Mailed you a small, non datasource war last night. Hope you get further with this one :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4161801#4161801 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161801

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-30 Thread Lightguard
Find anything interesting Chris? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4161544#4161544 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161544 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-30 Thread Lightguard
Any luck Chris? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4161546#4161546 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161546 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-30 Thread Lightguard
Lightguard wrote : Any luck Chris? Sorry, didn't see there was a second page :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4161547#4161547 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161547

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-30 Thread Lightguard
I think I'll create a smaller app that demonstrates the problem instead of sending over all the extra stuff :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4161555#4161555 Reply to the post :

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-27 Thread Lightguard
Ah okay. Yeah I noticed that it was truncated after I posted. I have an ICEfaces + Seam portlet that I'm remoting. There are style sheets and javascript files that ICEfaces is putting into the resultant HTML so that it can do all the AJAX stuff (and make it look pretty). There are also some

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-27 Thread Lightguard
What do you want, the class, the portlet related xml files, or the whole war? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4161211#4161211 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161211

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-27 Thread Lightguard
Sent. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4161242#4161242 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161242 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-27 Thread Lightguard
Any luck Chris? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4161307#4161307 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161307 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: WSRP: images, css, and javascript from ICEfaces not comi

2008-06-27 Thread Lightguard
Not a problem. Do you think you'll need datasources / sql or anything? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4161315#4161315 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4161315

[jboss-user] [JBoss Portal] - WSRP: images, css, and javascript from ICEfaces not coming a

2008-06-26 Thread Lightguard
After going back through the WSRP v1 spec and seeing http://www.jboss.com/index.html?module=bbop=viewtopict=102961 I'm thinking this is a problem in ICEfaces, where they're not using response.createRenderURL(). The portal that I'm trying to remote is actually a seam and ICEfaces portlet, so

[jboss-user] [JBoss Portal] - WSRP w/ SAP (or other non-conforming wsrp implementations)

2008-06-16 Thread Lightguard
Thank you very much Chris for the work on allowing the relaxed validations. WSRP with SAP (and probably others) is working great, thanks again! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158432#4158432 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Bleed from 2.7 into 2.6.6 in the producer.xhtml admin pa

2008-06-16 Thread Lightguard
Sorry for the duplicate, browser was acting weird. You can delete this one. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158395#4158395 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158395

[jboss-user] [JBoss Portal] - Bleed from 2.7 into 2.6.6 in the producer.xhtml admin page

2008-06-16 Thread Lightguard
I don't think these two lines should be here, or they need to be mapped up in the backing bean :) 15 h:selectBooleanCheckbox value=#{producer.strictMode}/ 16 h:outputText value=#{i18n.producer_config_strict}/ View the original post :

[jboss-user] [JBoss Portal] - Bleed from 2.7 into 2.6.6 in the producer.xhtml admin page

2008-06-16 Thread Lightguard
I don't think these two lines should be here, or they need to be mapped up in the backing bean :) 15 h:selectBooleanCheckbox value=#{producer.strictMode}/ 16 h:outputText value=#{i18n.producer_config_strict}/ View the original post :

[jboss-user] [JBoss Portal] - Re: wsrp both consumer and producer are jboss portal 2.6.5.S

2008-06-13 Thread Lightguard
I had a 2.6 Producer and a 2.7 Consumer, it didn't matter what portlet I tried to remote. Try the Current Logged in User portlet. I created a page in the default portal, created a new instance of the portlet and added that to the page. The exception happened when I went to view the page.

[jboss-user] [JBoss Portal] - Re: wsrp both consumer and producer are jboss portal 2.6.5.S

2008-06-13 Thread Lightguard
Understandable. I was initially trying it to get it to talk to SAP Portal (SAP is not following the WSRP spec very strictly), then I thought I'd try it for regular things. Is there an ETA on 2.7? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157973#4157973

[jboss-user] [JBoss Portal] - Re: wsrp locale problem

2008-06-13 Thread Lightguard
It's in 2.6.5? Where? Is it not in the GUI? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158025#4158025 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158025 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: wsrp locale problem

2008-06-13 Thread Lightguard
Sounds good, I'll keep watching. If the config is not in the GUI, is it an MBean setting or something you can get to? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158028#4158028 Reply to the post :

[jboss-user] [JBoss Portal] - Re: wsrp locale problem

2008-06-13 Thread Lightguard
I found it, it's a little confusing because it's write only, so you can't see the current value :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158035#4158035 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158035

[jboss-user] [JBoss Portal] - Re: wsrp locale problem

2008-06-13 Thread Lightguard
Awesome, I'll try it on Monday. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158116#4158116 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158116 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - wsrp locale problem

2008-06-12 Thread Lightguard
I've been following the posts about consumer agent issues with SAP (specifically http://www.jboss.com/index.html?module=bbop=viewtopicp=4137793#4137793) and downloaded, and built portal 2.7. Everything seems to be running fine with the registration and whatnot when I relax the consumer agent

[jboss-user] [JBoss Portal] - Re: wsrp locale problem

2008-06-12 Thread Lightguard
After reading the spec and looking through some code. I think the consumer is the problem, seems like sending an invalid locale string is going to be a problem no matter how you look at it. I believe JBoss Portal is doing the correct thing despite there being more locales defined in the

[jboss-user] [JBoss Portal] - wsrp both consumer and producer are jboss portal 2.6.5.SP1

2008-06-12 Thread Lightguard
I'm very surprised by this one. It looks like there's a double encoding going on. Both of the instances are JBoss AS 4.2.2, Mac OS Leopard, Java 1.5, and Portal 2.6.5.SP1 and the portlet in question is an ICEfaces (1.7.0) + Seam (2.0.2.SP1) portlet. Here's the exception: 2008-06-12

[jboss-user] [JBoss Portal] - Re: wsrp locale problem

2008-06-12 Thread Lightguard
That would work great Chris. The JIRA issue says it's slated to be fixed in 2.8, are you thinking of putting this into to 2.7 or will we need to wait until 2.8? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157860#4157860 Reply to the post :

[jboss-user] [JBoss Portal] - Re: wsrp both consumer and producer are jboss portal 2.6.5.S

2008-06-12 Thread Lightguard
There was also a problem I found when the consumer is 2.7. Here's the exception: java.lang.NullPointerException | org.jboss.portal.core.controller.portlet.ControllerPageNavigationalState.getPublicNavigationalState(ControllerPageNavigationalState.java:327) |

[jboss-user] [JBoss Portal] - ICEfaces + Seam in JBoss Portal

2008-06-06 Thread Lightguard
I'm trying to deploy an ICEfaces + seam app into JBoss portal 2.6. Everything looks to be working just fine when things are bundled as a war, when they're in an ear, it seams like seam isn't being initialized correctly in the portal container or something. Here's the first exception I get:

[jboss-user] [JBoss Portal] - Portal 2.6.5.SP1 uses both JSF 1.2 RI and myfaces?

2008-06-05 Thread Lightguard
When I started things up it said both were on the classpath. Is this a problem when creating JSF portlets? Specifically I'm using ICEfaces + seam and exposing it through portal. I'm running into the following exception and wondering if this could be a problem: javax.faces.FacesException:

[jboss-user] [JBoss Tools (users)] - Re: Adding ICEFaces components to pallet on Leopard

2008-06-02 Thread Lightguard
That worked just fine for adding. Now I don't have the context while I'm editing my facelets page, is this because I just used the TLD instead of the facelets tags? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4155073#4155073 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Adding ICEFaces components to pallet on Leopard

2008-05-30 Thread Lightguard
I have a seam-gen project I imported on my mac (tried this on Windows too, didn't work either) that I would like to add icefaces components to the pallet. I've tried dnd, that didn't work, I've tried importing

[jboss-user] [JBoss Seam] - Jboss on Netweaver

2008-02-07 Thread Lightguard
I did a search on the forum and saw one topic about this, but it didn't look like it had a final yea or nay on it, plus it was back with Seam 1.2. Does anyone know if (I assume yes as Gavin has said Seam will run in *any* EE5 compliant server) seam will run in netweaver and what it takes to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Deploy native libraries in an ear

2007-09-21 Thread Lightguard
I've been looking for a while, and just can't find anything and I'm not getting it to work. I need to deploy some native libraries (SAP specifically) in an EAR. I have the dll and the so (Windows for local, Linux for prod) in the ear, but I don't know what to put into the application.xml so

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploy native libraries in an ear

2007-09-21 Thread Lightguard
FYI, we're using SAP JCO to talk to SAP. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4087407#4087407 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4087407 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - UseJBossWebLoader with Seam + RichFaces / IceFaces

2007-07-13 Thread Lightguard
What risks (if any) are there for using the UseJBossWebLoader with seam? I understand if we have multiple applications we'll start sharing class names and JSPs (JSF as well?) which could run into weird issues, and some other exceptions. What else should we be aware of? BTW, we're using JBoss

[jboss-user] [JBoss Seam] - Re: UseJBossWebLoader with Seam + RichFaces / IceFaces

2007-07-13 Thread Lightguard
Oh, one other thing, are there issues that we could run into when we're doing clustering? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4064166#4064166 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4064166

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

2007-06-29 Thread Lightguard
This is great news! Thanks Pete! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4059232#4059232 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059232 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Changes JSR-299 (Web Beans) will make to Seam

2007-06-07 Thread Lightguard
I don't know if you're allowed to say anything about this, but I'm wondering if there will be any major changes JSR-299 will make to Seam. Will the Web Beans version of Seam be backwards compatible? View the original post :

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Lightguard
Maybe I'm missing something in the thread. Are there two facelets jars in the classpath? You said there's one in the WEB-INF/lib, is there one in JBoss already? What version of the AS are you running? View the original post :

[jboss-user] [JBoss Seam] - Re: Seam + Maven + Richfaces + softeu

2007-06-05 Thread Lightguard
Is it the seam references that are giving you a hard time or the richfaces stuff? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051407#4051407 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051407

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Lightguard
Probably shouldn't matter, but try cleaning out your tmp and work directories in Jboss then redeploying. Also check the JBOSS_HOME/server/which_server_name_you_use/jbossweb-tomcat55.sar/jsf-libs dir and see if there's a copy of facelets in there (if you haven't already). View the original

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Lightguard
You mentioned earlier in the application.xml you had that jar defined as a javaModule. Maybe JBoss is picking it up, then Tomcat is. Have you tried taking the line out of the application.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051495#4051495

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Lightguard
What if you just leave it out of the xml file all together? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051550#4051550 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051550 ___

[jboss-user] [JBoss Seam] - Re: Seam and maven2 running tests

2007-05-26 Thread Lightguard
I figured it out, don't worry about the previous error. I have it figured out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048869#4048869 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048869

[jboss-user] [JBoss Seam] - Re: Seam and maven2 running tests

2007-05-25 Thread Lightguard
The seam jars I'm pulling from the JBoss repo | ... | dependencies | dependency | groupIdjboss/groupId | artifactIdjboss-seam/artifactId | version1.2.1.GA/version | /dependency | /dependencies | repositories | repository |

[jboss-user] [JBoss Seam] - Re: Seam and maven2 running tests

2007-05-25 Thread Lightguard
I'm getting closer now :) Here's the error with the booking demo: --- |Test set: org.jboss.seam.example.booking.test.BookingTest |

[jboss-user] [JBoss Seam] - Re: PropertyNotFoundException - Target Unreachable

2007-05-24 Thread Lightguard
We're having the same problem here. We haven't been able to figure it out either. If we do, we'll post our answer. Gavin maybe right (it being easier to go from an example or seam-gen first then tweak) about how to to start. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam and maven2 running tests

2007-05-24 Thread Lightguard
Gavin (or anyone else that may know), I have done that, and the embedded ejb container is starting (finally :) ) Now I'm getting this beast: java.lang.RuntimeException: java.lang.IllegalArgumentException: Null name | at

[jboss-user] [JBoss Seam] - Seam and maven2 running tests

2007-05-22 Thread Lightguard
I get the following failure when I try to run the tests for the booking example (which I'm trying to get to work with maven2): --- | Test set: org.jboss.seam.example.booking.test.LoginTest |

[jboss-user] [JBoss Seam] - 1.1.6 Build fails in src/test/misc

2007-02-10 Thread Lightguard
Looks like the ant script is incorrect. It refers to the misc directory in the src/test folder. Changing this in the build file corrects the problem. Has anyone else had this problem? I've noticed it in both the .zip and the .tar.gz download. Thanks all. View the original post :