[JBoss-user] [JBoss Portal] - 3rd Party SSO solutions

2006-06-07 Thread mcantrell
Will JBoss Portalworth with an external SSO solution such as CAS, Netegrity, 
Oblix, etc.?  

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3949694#3949694

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949694


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - org.jboss.webservice.client.PortProxy - Port error NullPoint

2005-08-25 Thread mcantrell
I'm trying to build a DII client to my webservice as described in the Wiki here:

http://wiki.jboss.org/wiki/Wiki.jsp?page=WSClientDII


It's throwing a RemoteException on call.invoke 


  | ServiceFactoryImpl serviceFactory = (ServiceFactoryImpl) 
ServiceFactory.newInstance();
  | Service service = serviceFactory.createService(
  |new URL(wsdlUrl),
  | new URL(jaxRpcUrl),
  | (URL) null,
  | new QName(nameSpace, serviceName),
  | null
  | );
  | Call call = (Call) service.createCall(new QName(nameSpace, portName), 
methodName);
  | Object o = call.invoke(new Object[]{order});
  | 


which reads:


  | Error executing remote service: 
  | AxisFault
  |  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
  |  faultSubcode: 
  |  faultString: java.lang.NullPointerException
  |  faultActor: 
  |  faultNode: 
  |  faultDetail: 
  | {http://xml.apache.org/axis/}stackTrace: java.lang.NullPointerException
  | at java.util.Hashtable.put(Hashtable.java:396)
  | at 
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.setProperty(SAXParserImpl.java:395)
  | at 
org.jboss.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:262)
  | at org.jboss.axis.MessagePart.getAsSOAPEnvelope(MessagePart.java:684)
  | at org.jboss.axis.Message.getSOAPEnvelope(Message.java:428)
  | at org.jboss.axis.Message.getContentType(Message.java:494)
  | at 
org.jboss.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:386)
  | at org.jboss.axis.transport.http.HTTPSender.invoke(HTTPSender.java:126)
  | at 
org.jboss.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:73)
  | at org.jboss.axis.SimpleChain.doVisiting(SimpleChain.java:160)
  | at org.jboss.axis.SimpleChain.invoke(SimpleChain.java:123)
  | at 
org.jboss.webservice.client.ClientEngine.invoke(ClientEngine.java:128)
  | at org.jboss.axis.client.Call.invokeEngine(Call.java:3054)
  | at org.jboss.axis.client.Call.invoke(Call.java:3039)
  | at org.jboss.axis.client.Call.invoke(Call.java:2629)
  | at org.jboss.axis.client.Call.invoke(Call.java:2538)
  | at org.jboss.axis.client.Call.invokeInternal(Call.java:1976)
  | at org.jboss.axis.client.Call.invoke(Call.java:1914)
  | at org.jboss.webservice.client.CallImpl.invoke(CallImpl.java:265)
  | at 
com.mycompany.myapp.service.util.WebServiceClient.sendOrder(WebServiceClient.java:73)
  | at 
com.mycompany.myapp.service.SonicStoreServiceImplTest.testSendRemoteOrder(SonicStoreServiceImplTest.java:138)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at junit.framework.TestCase.runTest(TestCase.java:154)
  | at junit.framework.TestCase.runBare(TestCase.java:127)
  | at junit.framework.TestResult$1.protect(TestResult.java:106)
  | at junit.framework.TestResult.runProtected(TestResult.java:124)
  | at junit.framework.TestResult.run(TestResult.java:109)
  | at junit.framework.TestCase.run(TestCase.java:118)
  | at junit.framework.TestSuite.runTest(TestSuite.java:208)
  | at junit.framework.TestSuite.run(TestSuite.java:203)
  | at junit.textui.TestRunner.doRun(TestRunner.java:116)
  | at 
com.intellij.rt.execution.junit2.IdeaJUnitAgent.doRun(IdeaJUnitAgent.java:57)
  | at junit.textui.TestRunner.start(TestRunner.java:172)
  | at 
com.intellij.rt.execution.junit.TextTestRunner2.startRunnerWithArgs(TextTestRunner2.java:23)
  | at 
com.intellij.rt.execution.junit2.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:97)
  | at 
com.intellij.rt.execution.junit2.JUnitStarter.main(JUnitStarter.java:31)
  | 
  | 

Has anyone else seen this error before? I'vev tried other clients and they seem 
to access the servce without any sort of problems.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3891622#3891622

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3891622


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: org.jboss.webservice.client.PortProxy - Port error NullP

2005-08-25 Thread mcantrell
I forgot to post the server logs:


  | 09:46:55,787 DEBUG [ServiceEndpointServletJSE] doGet: 
http://localhost:8080/store-ws/StorePosServiceEndpoint?wsdl
  | 09:46:55,787 DEBUG [ServiceEndpointServletJSE] Set 
transport.url=/store-ws/StorePosServiceEndpoint
  | 09:46:55,787 DEBUG [ServiceEndpointServletJSE] Process wsdl request
  | 09:46:56,027 DEBUG [ServiceEndpointServletJSE] doGet: 
http://localhost:8080/store-ws/StorePosServiceEndpoint?wsdl
  | 09:46:56,027 DEBUG [ServiceEndpointServletJSE] Set 
transport.url=/store-ws/StorePosServiceEndpoint
  | 09:46:56,027 DEBUG [ServiceEndpointServletJSE] Process wsdl request
  | 09:46:58,931 DEBUG [ServerSocketManagerHandler] Exiting on IOE
  | java.net.SocketException: Connection reset
  | at java.net.SocketInputStream.read(SocketInputStream.java:168)
  | at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
  | at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
  | at 
org.jboss.util.stream.NotifyingBufferedInputStream.read(NotifyingBufferedInputStream.java:67)
  | at 
java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2200)
  | at 
java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(ObjectInputStream.java:2380)
  | at 
java.io.ObjectInputStream$BlockDataInputStream.refill(ObjectInputStream.java:2447)
  | at 
java.io.ObjectInputStream$BlockDataInputStream.read(ObjectInputStream.java:2519)
  | at 
java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2668)
  | at java.io.ObjectInputStream.readByte(ObjectInputStream.java:864)
  | at 
org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:290)
  | at java.lang.Thread.run(Thread.java:595)
  | 09:46:58,931 DEBUG [SocketManager] End ReadTask.run
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3891624#3891624

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3891624


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: EJBException: Could not instantiate bean

2005-08-22 Thread mcantrell
Thank you! 

I had Spring injecting a POJO service in the onEjbCreate method and it was 
reading the wrong context.xml file and I was getting a class cast exception.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3891126#3891126

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3891126


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - CMS Portlet Features in Future Releases

2005-08-15 Thread mcantrell
We're evaluating JBoss Portal to replace an existing Portal (Jetspeed) with 
some custom CMS portlets that we've built. It doesn't appear that the current 
JBoss CMS will support most of the options that we need but I'd like to find 
out a little more about where it's headed in future releases.

I see that 2.2 is going to be built around a JSR 170 implementation which is 
great. That should satisfy our requirements for versioning, searching, etc. My 
main concern is workflow and customization. We have certain workflow 
requirements like content email notification, content approval, content 
expiration. We also need to be able to have a customizable amount of fields 
that can be associated with the data uploaded (title, description, news, etc.). 
For instance, users can enter a 'News' blurb with their uploaded content and 
that blurb will appear in a News portlet elsewhere in the site.

Is JBoss working towards making a more extensible CMS system that would fullfil 
these requirements or would we be better off re-writing our current CMS 
portlets to JSR168 and a JSR170 implementation like Apache's Jackrabbit?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3890055#3890055

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3890055


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Internet Explorer errors on SSL with JBoss

2005-06-02 Thread mcantrell
I've recently installed a self-signed cert on JBoss-4.0.1sp1(with tomcat). 
Everything works great with Firefox and Java clients (we have servlet filters 
that are communicating over SSL with it). 

Every IE client we have renders a Page cannot be found error the first time. 
Upon reload, it just sits there like it's waiting for a response from the 
server. I've searched through the IE preferences trying to find a problem with 
the setup but everything looks good. I've also tried importing the root CA cert 
into IE manually. There are no errors in the event log. Nothing showing up in 
the JBoss server.log. 

Has anyone else experienced such problems? I'd be happy if I could just get IE 
to give me a valid error.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3880043#3880043

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3880043


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Manifest Classpath Problem

2005-05-31 Thread mcantrell
Anyone have any ideas on this one? I'm still completely stumped.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3879548#3879548

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879548


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Manifest Classpath Problem

2005-05-26 Thread mcantrell
I've got an EJB that won't deploy. The following error occurs:

11:15:17,875 WARN  [verifier] EJB spec violation: 
  | Bean   : ItemAnalyzerService
  | Section: 22.2
  | Warning: The Bean Provider must specify the fully-qualified name of the 
Java class that implements the enterprise bean's business methods in the 
ejb-class element.
  | Info   : Class not found on 
'com.mycompany.application.nexus.itemanalyzer.service.ejb.ItemAnalyzerServiceEJB':
 Unexpected error during load of: 
com.mycompany.application.nexus.itemanalyzer.service.ejb.ItemAnalyzerServiceEJB,
 msg=org/springframework/ejb/support/AbstractStatelessSessionBean
  | 
  | 11:15:17,875 ERROR [MainDeployer] could not create deployment: 
file:/C:/dev/server/jboss-4.0.1sp1/server/default/deploy/nexus.ear/item-analyzer-service.jar/
  | org.jboss.deployment.DeploymentException: Verification of Enterprise Beans 
failed, see above for error messages.

The EJB was working correctly before. The only change made between the  2 
deployments was the Manifest.mf file. I can switch back to the old Manifest and 
it will deploy just fine (simply copy the manifest to the new deployment and 
restart jboss). 

Something is wrong in the manifest but I'm completely at a loss for what the 
problem is. Both versions contain the exact same data except the broken version 
has an extra jar appended to the end. I even diff'd the files to make sure 
there wasn't any garbage data that could be screwing it up.

Here's the 2 manifest files for comparison. I'm completely stumped here. If 
anyone has an idea, pleasse let me know. (note: both files were built with 
Ant's Manifest task)

Working version:
Manifest-Version: 1.0
  | Ant-Version: Apache Ant 1.5.4 
  | Created-By: 1.4.2_07-b05 (Sun Microsystems Inc.)
  | Class-Path: antlr-2.7.5H3.jar aopalliance.jar asm-attrs.jar asm.jar c3
  |  p0-0.8.5.2.jar cglib-2.1.jar cleanimports.jar commons-beanutils.jar c
  |  ommons-collections-2.1.1.jar commons-collections.jar commons-dbcp-1.2
  |  .1.jar commons-digester.jar commons-fileupload.jar commons-lang.jar c
  |  ommons-logging-1.0.4.jar commons-logging.jar commons-pool-1.2.jar com
  |  mons-validator.jar concurrent-1.3.2.jar connector.jar dom4j-1.6.jar e
  |  hcache-1.1.jar hibernate3.jar jaas.jar jacc-1_0-fr.jar jakarta-oro.ja
  |  r jaxen-1.1-beta-4.jar jboss-cache.jar jboss-common.jar jboss-jmx.jar
  |   jboss-system.jar jdbc2_0-stdext.jar jgroups-2.2.7.jar jstl.jar jta.j
  |  ar junit-3.8.1.jar log4j-1.2.9.jar log4j.jar msbase-2000.jar mssqlser
  |  ver-2000.jar msutil-2000.jar oscache-2.1.jar proxool-0.8.3.jar spring
  |  .jar spring-aop.jar spring-beans.jar spring-context.jar spring-core.j
  |  ar spring-dao.jar spring-hibernate.jar spring-jdbc.jar spring-mock.ja
  |  r spring-orm.jar spring-remoting.jar spring-support.jar spring-web.ja
  |  r spring-webmvc.jar standard.jar struts-legacy.jar struts.jar swarmca
  |  che-1.0rc2.jar versioncheck.jar xerces-2.6.2.jar xml-apis.jar 
  | 
  | 

Broken version:
Manifest-Version: 1.0
  | Ant-Version: Apache Ant 1.5.4 
  | Created-By: 1.4.2_07-b05 (Sun Microsystems Inc.)
  | Class-Path: antlr-2.7.5H3.jar aopalliance.jar asm-attrs.jar asm.jar c3
  |  p0-0.8.5.2.jar cglib-2.1.jar cleanimports.jar commons-beanutils.jar c
  |  ommons-collections-2.1.1.jar commons-collections.jar commons-dbcp-1.2
  |  .1.jar commons-digester.jar commons-fileupload.jar commons-lang.jar c
  |  ommons-logging-1.0.4.jar commons-logging.jar commons-pool-1.2.jar com
  |  mons-validator.jar concurrent-1.3.2.jar connector.jar dom4j-1.6.jar e
  |  hcache-1.1.jar hibernate3.jar jaas.jar jacc-1_0-fr.jar jakarta-oro.ja
  |  r jaxen-1.1-beta-4.jar jboss-cache.jar jboss-common.jar jboss-jmx.jar
  |   jboss-system.jar jdbc2_0-stdext.jar jgroups-2.2.7.jar jstl.jar jta.j
  |  ar junit-3.8.1.jar log4j-1.2.9.jar log4j.jar msbase-2000.jar mssqlser
  |  ver-2000.jar msutil-2000.jar oscache-2.1.jar proxool-0.8.3.jar spring
  |  .jar spring-aop.jar spring-beans.jar spring-context.jar spring-core.j
  |  ar spring-dao.jar spring-hibernate.jar spring-jdbc.jar spring-mock.ja
  |  r spring-orm.jar spring-remoting.jar spring-support.jar spring-web.ja
  |  r spring-webmvc.jar standard.jar struts-legacy.jar struts.jar swarmca
  |  che-1.0rc2.jar versioncheck.jar xerces-2.6.2.jar xml-apis.jar casclie
  |  nt.jar
  | 
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3879194#3879194

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879194


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Importing Certificate Authorities

2005-05-25 Thread mcantrell
I have webapp that  requires SSL communications to another webapp (which 
happens to be located on the same container for now). I've successfuly setup 
SSL according to the Wiki documentation:

http://www.jboss.org/wiki/Wiki.jsp?page=SSLSetup

SSL is working correctly. The certificate was signed by our own OpenSSL CA and 
imported into keystore (the file referenced in the tomcat server.xml) along 
with the CA's root cert. Listing the keystore shows:

Keystore type: jks
  | Keystore provider: SUN
  | 
  | Your keystore contains 2 entries
  | 
  | unit-tests-server, May 25, 2005, keyEntry,
  | Certificate fingerprint (MD5): 
7E:17:C5:DE:96:9B:9A:E2:7F:4E:07:89:5C:E4:4B:D0
  | openssl-ca, May 25, 2005, trustedCertEntry,
  | Certificate fingerprint (MD5): 
D2:B1:53:85:06:24:B3:E4:7A:04:2B:4B:71:AA:DC:06

I have some 3rd party servlet filters that need to make HTTP calls to the site 
(same container, localhost). They're unable to communicate because they don't 
trust the CA the cert was issued by:


Caused by: sun.security.validator.ValidatorException: No trusted certificate 
found
  | at 
sun.security.validator.SimpleValidator.buildTrustedChain(SimpleValidator.java:304)
  | at 
sun.security.validator.SimpleValidator.engineValidate(SimpleValidator.java:107)
  | at sun.security.validator.Validator.validate(Validator.java:202)
  | at 
com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(DashoA12275)
  | at 
com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(DashoA12275)
  | ... 48 more
  | 

I guess my question is how I can get the webapps in JBoss to recognize the root 
CA that was added in $JBOSS_HOME/server/default/conf/localhost.keystore



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3879072#3879072

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879072


---
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402alloc_id=16135op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Importing Certificate Authorities

2005-05-25 Thread mcantrell
Ahhh, please ignore. 

The answer seems obvious now. I had to add the ca root cert to the JRE's cacert 
keystore. I  don't know why but I was expecting to put something into the 
jboss-service.xml.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3879091#3879091

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3879091


---
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402alloc_id=16135op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - JAAS/SSO configuration

2005-05-24 Thread mcantrell
Hello, I'm researching JBoss Portal for a few projects. After browsing through 
the documentation, I have a few questions about JAAS and SSO. If someone has a 
few minutes to either go into detail on a few points or direct me to some 
further documentation, I'd greatly appreciate it.

As I understand the software (from the reference documentation), the 
permissions are mapped to roles in the jboss-portlet.xml. These roles are 
defined in the database and managed via the roles portlet. Obtaining 
authorization for a permission is done by a call to JBossRenderRequest or 
JBossActionRequest's hasPermission(permission) method.

Are there methods to obtain the Principal or the Subject? For instance, I will 
need to somehow authenticate and authorize the user in my service layer which 
will most likely be a remote or local EJB sesssion facade. What would be 
considered the best practice for accomplishing this under your famework/API?

Also, are there any modules written for obtaining authentication/authorization 
against other user stores (LDAP, etc.) or is this left to the developer to 
implement via some custom LoginModule or other means?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3878918#3878918

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878918


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user