[Clustering/JBoss] - IIS+mod_jk, authentication does not work
by roth
Hi
I set up IIS with mod_jk and JBoss 4.2.2.GA. This works nicely until I try to access a password-protected site. I have tried with jmx-console, which I set up to use BASIC auth, and with XWiki, which uses FORM auth.
Whenever I access the site, I get a BASIC-style login popup that accepts no credentials whatsoever, and when I click 'Cancel', IIS presents me with a 401.
The above is with tomcatAyuthentificatiom="true". If I set it to false, the FORM-based XWiki reacts the same (401 from IIS), but jmx-console directly returns a 403 from tomcat.
I'm a bit unsure where to look for the problem, is it in IIS? mod_jk? JBoss? XWiki even?
Thanks,
Tobias
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101286#4101286
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101286
18 years, 5 months
[JBoss Seam] - Re: HTTPS redirection
by rjstanford
Actually, what would be great (but not helpful for us at the moment) would be if the Pages.getRequestUrl() method was actually overridable. That way, for those of us with offloaded SSL, we could simply check a header (or whatever) and report back, "Yes, this was sent as SSL." That would allow the use of the "scheme=" attribute in pages.xml, which is really great.
Without using scheme=, its a bit of a pain in fact.
I'm now looking at trying to do a filter upstream of the Seam filter (sadly not an area I'm very familiar with) to change the HttpServletRequest URL (conditionally). That seems to be pretty risky to me, but I'm thinking its our only hope if we want SSL offloading /and/ proper http->https redirection...
As always, advice is welcome. I suppose that the other possibility would be to build a hacked version of Seam, but that's not a direction I really want to head...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101285#4101285
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101285
18 years, 5 months
[JBoss jBPM] - Examples Error
by ruds
Hello there,
I am new to JBPM and i was trying to run the examples found on the following tutorital
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted
I am using the following JVM version:
java version "1.4.2_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b05)
Java HotSpot(TM) Client VM (build 1.4.2_09-b05, mixed mode)
i am getting this error when i try to examine a task while logging as a manager, the task screen is looking different then the examples and the following error is thrown on the console: (is it a java version issue?)
ERROR [STDERR] java.lang.UnsupportedClassVersionError: org/jbpm/websale/RemindActor (Unsupported major.minor version 49.0)
ERROR [STDERR] at java.lang.ClassLoader.defineClass0(Native Method)
ERROR [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
ERROR [STDERR] at java.lang.ClassLoader.defineClass(Unknown Source)
ERROR [STDERR] at org.jbpm.instantiation.ProcessClassLoader.findClass(ProcessClassLoader.java:111)
ERROR [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
ERROR [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source)
ERROR [STDERR] at org.jbpm.instantiation.Delegation.instantiate(Delegation.java:140)
ERROR [STDERR] at org.jbpm.instantiation.Delegation.getInstance(Delegation.java:125)
ERROR [STDERR] at org.jbpm.instantiation.Delegation$$FastClassByCGLIB$$6bae1598.invoke()
ERROR [STDERR] at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
ERROR [STDERR] at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.intercept(CGLIBLazyInitializer.java:163)
ERROR [STDERR] at org.jbpm.instantiation.Delegation$$EnhancerByCGLIB$$7e8a5893.getInstance()
ERROR [STDERR] at org.jbpm.graph.def.Action.execute(Action.java:121)
ERROR [STDERR] at org.jbpm.graph.def.Action$$FastClassByCGLIB$$7876e90e.invoke()
ERROR [STDERR] at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
ERROR [STDERR] at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.intercept(CGLIBLazyInitializer.java:163)
ERROR [STDERR] at org.jbpm.graph.def.Action$$EnhancerByCGLIB$$f9f19c95.execute()
ERROR [STDERR] at org.jbpm.graph.def.GraphElement.executeAction(GraphElement.java:264)
ERROR [STDERR] at org.jbpm.graph.def.GraphElement$$FastClassByCGLIB$$7a7d6aa6.invoke()
ERROR [STDERR] at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
ERROR [STDERR] at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.intercept(CGLIBLazyInitializer.java:163)
ERROR [STDERR] at org.jbpm.taskmgmt.def.Task$$EnhancerByCGLIB$$aa50bc10.executeAction()
ERROR [STDERR] at org.jbpm.job.Timer.execute(Timer.java:56)
ERROR [STDERR] at org.jbpm.job.Job$$FastClassByCGLIB$$12cb08fd.invoke()
ERROR [STDERR] at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
ERROR [STDERR] at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.intercept(CGLIBLazyInitializer.java:163)
ERROR [STDERR] at org.jbpm.job.Job$$EnhancerByCGLIB$$703fabf2.execute()
ERROR [STDERR] at org.jbpm.job.executor.JobExecutorThread.executeJob(JobExecutorThread.java:164)
ERROR [STDERR] at org.jbpm.job.executor.JobExecutorThread.run(JobExecutorThread.java:64)
INFO [JobExecutorThread] JbpmJobExector:192.168.0.183:1 leaves cyberspace
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101279#4101279
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101279
18 years, 5 months
[JBossWS] - JBoss, JXB and NetBeans
by aroppone
Hi!
I'm using Netbeans 5.5 and JBoss 4.0. I'd like to make a web service and I've written XML Schemas (or it was already made) that descripes message contents (GetMatadataRequest and GetMetadataResponse).
I know that there is a tool , XJC, that can "convert" those Schemas to Java classes. How can this be done in Netbeans 5.5 (I know that 6.0 has tutorial on it)? And can those classes be used in a web service running on JBoss 4.0?
Could it be wise to manually convert those Schemas to WSDLs and then generate Java classes and web services automatically? Which is to best way?
Waht comes to the security I read about that JBossWS and it security guidelines, but how are those done using Netbeans?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101275#4101275
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101275
18 years, 5 months