[JBoss Seam] - Ajax + Seam Advice
by harpritt
Hello lads and ladies
My seam project is coming allong really well, its been a bit of a slog but well worth it.
Ive come to the point where i need to add some Ajax functionality and have a choice between IceFaces and Ajax4JSF.
Ive spent about 4 hours trying to get ICEfaces to work with my project and failed miserably.... so have decided to give AJAX4jsf a shot.
Before i start configuration i was wonding what the users of this board think of ICEFaces and Ajax4JSF... ps im using seam 1.2.
Ive noticed a few people have compained about the navigation cocking up when they have attemped to use ICEfaces... ?
anyway ... your advice and thougts are as allways greatly appreciated.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070157#4070157
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070157
18Â years, 8Â months
[JBoss Seam] - Seam 1.2 application problems on Websphere 6.1 on IBM iSerie
by soza
Hi
We have a POJO based Seam app that works fine on WebSphere 6.1 on windows. However the same EAR file when deployed on WebSphere 6.1 on IBM iSeries server, the application fails to initialize.
Any help is greatly appreciated. Thanks.
iSeries WebSphere 6.1 details
----------------------------------
Host Operating System is OS/400, version V5R3M0
Java version = 1.5.0.05-_17_oct_2006, Java Compiler = jitc_de, Java VM name = Classic VM
The exceptions at application startup
------------------------------------------
WebApp E [Servlet Error]-[Faces Servlet]: java.lang.UnsatisfiedLinkError: org/ajax4jsf/framework/resource/ResourceBuilderImpl
at java.lang.Throwable.(Throwable.java:196)
at java.lang.Error.(Error.java:49)
at java.lang.LinkageError.(LinkageError.java:36)
at java.lang.UnsatisfiedLinkError.(UnsatisfiedLinkError.java:35)
at org.ajax4jsf.framework.resource.InternetResourceBuilder.getInstance(InternetResourceBuilder.java:156)
at org.ajax4jsf.framework.resource.InternetResourceService.init(InternetResourceService.java:95)
at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.getResourceService(BaseFilter.java:278)
at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:207)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:761)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:673)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:498)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:464)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3184)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:254)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:111)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:454)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:383)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:263)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:556)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:606)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:979)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1064)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1458)
MS Windows XP WAS 6.1 details (This one works)
---------------------------------------------------------
Host Operating System is Windows XP, version 5.1 build 2600 Service Pack 2
Java version = J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-20060504 (JIT enabled)
J9VM - 20060501_06428_lHdSMR
JIT - 20060428_1800_r8
GC - 20060501_AA, Java Compiler = j9jit23, Java VM name = IBM J9 VM
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070151#4070151
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070151
18Â years, 8Â months
[JBoss Portal] - where should i include my javascript file?
by saigon_man
Hello,
I created a portlet with a button associated with a javascript function. I'd like to have all of my javascript functions to be in one file, called myscript.js
The question that I have is where should I put that script? Is it possible to put it inside my war file like js/myscript.js? If this is possible, could you give me a simple example? I tried to put that file inside my war file, within the jsp portlet file, but IE gives me some javascript errors, something about syntax error, but I am sure there is no syntax error in my codes
I am using JBoss Portal 2.6 bundled with Jboss AS 4.2.1, JDK 1.6
One more thing, has anyone experienced with integrating DWR with JBoss portal? If yes, is there a tutorials of how to do this?
Thanks,
TL
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070148#4070148
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070148
18Â years, 8Â months
[JBoss Seam] - Conditional @CreateProcess
by damianharvey
I'd like to launch a Business Process from a method if the outcome requires it (in my case it is missing data that needs supervisor attention). If I try to call a method that is annotated with @CreateProcess from another method, then the process is never launched. I can use BusinessProcess.instance().createProcess("processName");
If a process is launched this way it does not have access to the outjected variables so you have to use:@In BusinessProcessContext businessProcessContext;
| ...
| businessProcessContext.set("myVariable", "myValue");
But what would be handy would be "ifOutcome" like @End has. Then it would be as simple as @CreateProcess(ifOutcome="error")
Does this sounds reasonable or have I missed something?
Thanks,
Damian.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070145#4070145
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070145
18Â years, 8Â months