[Design of Security on JBoss] - Re: inconcistency between security-config_5_0.xsd and xml te
by alex.loubyansky@jboss.com
The test doesn't fail because of entity resolution. If it's fixed like
| alex@ASTUDIO /cygdrive/e/cvsroot/jboss-head/testsuite/src/main/org/jboss/test/xml
| $ cvs diff DynamicLoginConfigUnitTestCase.java
| Enter passphrase for key '/home/alex/.ssh/identity':
| Index: DynamicLoginConfigUnitTestCase.java
| ===================================================================
| RCS file: /cvsroot/jboss/jbosstest/src/main/org/jboss/test/xml/DynamicLoginConfigUnitTestCase.java,v
| retrieving revision 1.7
| diff -r1.7 DynamicLoginConfigUnitTestCase.java
| 129c129,132
| < return null;
| ---
| > int slash = systemId.lastIndexOf('/');
| > String shortId = slash == -1 ? systemId : systemId.substring(slash + 1);
| > systemId = url.toExternalForm() + shortId;
| > return new InputSource(systemId);
|
then the test will fail.
It's not committed yet. I need to checkout the codebase from the SVN.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963712#3963712
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963712
19 years, 8 months
[Design of JBoss Collaboration Server] - Re: Help with Install on Windows XP
by gohip@ichibancomputers.com
check out...
http://wiki.jboss.org/wiki/Wiki.jsp?page=HowToInstallJBossMailServer1.0M5
search/or scroll the page to "mailboxmanager" area.
damn, I hate these forums, whatever there doing, you can't select crap for text, I was going to be nice, and put the gist of it here for you, but sorry, the forums layout/document sucks...
Basically check out at very bottom of above link, section"Creating mailboxes and aliases"
you open http://localhost:8080 or whatever your mail server will resolve to, then you select the link at bootom of intranet page...jmx console
from there you search page for "mailboxmanager"
click link
go to create mailbox
create a mailbox for "test_user"
scroll back to top of doc, where it says, and I can never remember which, but getMailBoxbyAlias, put the name test_user in there, should return two or three, depending on Mail server version, if not, run the other method that looks same
then go to create alias, put that mailbox id in there, and test_user(a)wherever.com
BAM, your done, should work now, BTW...check your logs, and you see wether or not it knows who the user is when connecting, you'll see "Rcpt to:" blah@blah
OK
good luck!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963698#3963698
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963698
19 years, 8 months
[Design of JBoss/Tomcat Integration] - classloader problems in doing injection framework
by bill.burke@jboss.com
I'm having a classloader problem when implimenting the EE5 injection framework. Maybe this will go away with JBoss 5, I don't know.
here's the description:
Before the WebModule is created and registered with the kernel, I want to scan web.xml and all servlet classes so that I can create a dependency list and register it with the kernel. To do this, I need access to the class so that I can scan it.
One scenario I found that shows up with the Web Services SAR is that there is a WAR that does not contain the servlet class that is defined in its web.xml. This class is in another JAR file at the same SAR level as the WAR and is not being resolved. I'm guessing that the WAR is being deployed before the JAR file which is why the class is not being found.
Am I diagnosing this problem correctly? I thought JARs were deployed before WARs for nested deployments?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963680#3963680
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963680
19 years, 8 months
[Design of JBoss jBPM] - Re: JPDL Eclipse Graphical Editor - problem building.
by jonabbey
We've now had success in building the eclipse plugin.
The biggest thing we needed to do is to make sure that inheritall is turned on where the designer/jpdl/org.jbpm.gd.jpdl.build/build.xml file passes properties to the gpd.userguide build,
and to modify designer/jpdl/org.jbpm.gd.jpdl.docs/gpd.userguide/build.xml so that it looks for the the docbook-support/support.xml file relative to ${local.repository}, rather than ${user.home}. This after pulling the docbook support pieces down, of course.
We also had to make sure that we specified the ${eclipse.home} property in build/build.properties so that it matches the name that the eclipse-SDK-3.2-win32.zip is exploded to (i.e., we had to use "eclipse" rather than "eclipse_build").
Now that we've got the
/designer/jpdl/org.jbpm.gd.jpdl.build/target/workspace/plugins/org.jbpm.gd.jpdl.ui/ui.jar file generated, what do we do with it?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963679#3963679
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963679
19 years, 8 months
jboss-head doesn't build - org.jboss.ejb3.KernelAbstractionFactory absent
by Jaroslaw Kijanowski
There's a build failed for the latest revision. Compilation fails because:
/home/jkijanowski/head/ejb3/src/main/org/jboss/ejb3/mdb/inflow/JBossMessageEndpointFactory.java:323: cannot find symbol
symbol : variable KernelAbstractionFactory
location: class org.jboss.ejb3.mdb.inflow.JBossMessageEndpointFactory
What happened with org.jboss.ejb3.KernelAbstractionFactory?
Thanks,
Jaroslaw
19 years, 8 months