1 2 Previous Next 17 Replies Latest reply on Feb 13, 2006 5:36 AM by acoliver

    Problems with ....

    hannes

      I am trying to migrate all necessary deployments and I am stucking with the mail server: firstly I tried to take the mail.ear (a already compiled one from the all-in-all jar) in order to deploy it under a AS4.03SP1. Then I noticed that I need also 'jboss-aop-jdk50.deployer' and 'jboss-hibernate.deployer' (obsolete?). But than I run exactly in this issue: http://jira.jboss.com/jira/browse/JBMAIL-114
      Hm, no idea how to solve it.
      So other possibility: trying to get my apps on the ready Server running (install-jbms-1.0m3-final.jar), but now my service doesnt work any more:

      16:31:15,115 ERROR [MainDeployer] Could not create deployment: file:/D:/JBoss Mail Server/server/original/deploy/adet-data.sar/
      org.jboss.deployment.DeploymentException: Error parsing the XML file, from XMLMetaData: ; - nested throwable: (org.jboss.mx.util.JBossNotCompliantMBeanException: Error parsing the XML file, from XMLMetaData: )
      at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:178)
      at org.jboss.system.ServiceController.install(ServiceController.java:216)


      I guess that the AS is really old (see below). But where can I find an up-to-date version? http://anoncvs.forge.jboss.com/viewrep/JBoss/jboss-mail shows that there has been no action since several month. Is JBMS dead?

      Please help me, I really need a working version very soon. Or is there any other J2EE Mail Server that runs easily with JBoss?


      16:31:06,162 INFO [Server] Release ID: JBoss [Zion] 4.0.3RC2 (build: CVSTag=Branch_4_0 date=200508091251)
      16:31:06,474 INFO [ServerInfo] Java version: 1.5.0_04,Sun Microsystems Inc.
      16:31:06,474 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_04-b05,Sun Microsystems Inc.
      16:31:06,474 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
      mysql.exe Ver 14.12 Distrib 5.0.18, for Win32 (ia32)


        • 1. Re: latest Release = very old? Problems with JBMS & AS4.03SP
          acoliver

          You could grab what is in head. We're alive. I'm in the midst of refactoring the mailbox stuff. I do not know what adet-data.sar is but this has nothing to do with JBMS. It looks like you have a parsing error on one of your other sars. The jboss-hibernate.deployer can be removed. The jboss-aop-jdk50 deployer I believe is still there (if you downloaded a JDK 5 version of JBossAS and not a JDK4 version). If you like you could grab the HEAD of jboss-mail CVS module and run ant dist. That should work with whatever.

          • 2. Re: latest Release = very old? Problems with JBMS & AS4.03SP
            hannes

             

            "acoliver@jboss.org" wrote:
            You could grab what is in head. We're alive. I'm in the midst of refactoring the mailbox stuff. I do not know what adet-data.sar is but this has nothing to do with JBMS. It looks like you have a parsing error on one of your other sars. The jboss-hibernate.deployer can be removed. The jboss-aop-jdk50 deployer I believe is still there (if you downloaded a JDK 5 version of JBossAS and not a JDK4 version). If you like you could grab the HEAD of jboss-mail CVS module and run ant dist. That should work with whatever.

            you are alive :) nice to hear! the .sar was my programme - the service file is OK (generated by doclet and working on other JB AS).
            fisheye:
            I cant select the HEAD. Even if I choose 'any' Branch. The problem is, that I can't access CVS as usual (firewall), so I have to use the dimwitted browser frontend :(

            • 3. Re: latest Release = very old? Problems with JBMS & AS4.03SP
              acoliver

              Okay then you can just remove the jboss-hibernat.deployer dependencies. It was combined with the sar deployer. You may need to rename hibernate-service.xml to jboss-service.xml depending on whether scott had fixed that yet. You'll of course still need the aop5 if you use the JBMS JDK 5 version. JBMS M4 will drop JDK 1.4 support.

              • 4. Re: latest Release = very old? Problems with JBMS & AS4.03SP
                hannes

                sorry bothering again :(
                Seems to be a problem with AOP.
                1. DL latest binaries (AS 4.0.3SP1)
                2. Edited: build-1.5.properties

                #aop.dir=${jboss.home}/server/default/deploy/jboss-aop-jdk50.deployer
                aop.dir=${jboss.home}/server/default/deploy/jboss-aop.deployer

                3. 'build.bat dev'
                D:\workspace\jboss-mail>build dev
                Buildfile: build.xml

                prepare:
                [echo] jbhome=D:\jboss-4.0.3SP1

                compile:
                [echo] sourcedir = D:\workspace\jboss-mail/src
                [echo] sourcejavadir = D:\workspace\jboss-mail/src/java
                [javac] Compiling 279 source files to D:\workspace\jboss-mail\build\classes
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\mailbox\hn\HnFolder.java:67: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\mailbox\hn\HnFolder.java:126: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\mailbox\hn\HnFolder.java:159: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\mailbox\hn\HnFolder.java:270: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\mailbox\hn\HnMailboxManager.java:40: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\mailbox\hn\HnMailboxManager.java:82: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\mailbox\hn\HnMailboxManager.java:110: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\mailbox\hn\HnMailboxManager.java:144: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\maillist\hn\HnMailList.java:46: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\maillist\hn\HnMailList.java:67: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\maillist\hn\HnMailList.java:80: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\maillist\hn\HnMailList.java:92: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\maillist\hn\HnMailList.java:113: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\maillist\hn\HnMailListManager.java:33: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\maillist\hn\HnMailListManager.java:56: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\maillist\hn\HnMailListManager.java:74: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\AbstractStore.java:74: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\AbstractStore.java:95: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\AbstractStore.java:133: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\AbstractStore.java:163: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\AbstractStore.java:188: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\jdbc3\JDBC3Store.java:190: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\jdbc3\JDBC3Store.java:235: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\jdbc3\JDBC3Store.java:309: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\jdbc3\JDBC3Store.java:385: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\jdbc3\JDBC3Store.java:479: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\jdbc3\JDBC3Store.java:520: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\jdbc3\JDBC3Store.java:578: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\jdbc3\JDBC3Store.java:597: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\paged\PagedStore.java:82: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\paged\PagedStore.java:156: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\paged\PagedStore.java:181: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\paged\PagedStore.java:308: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\paged\PagedStore.java:392: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\paged\PagedStore.java:432: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\paged\PagedStore.java:520: incompatible types
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\postgresql\PostgreSQLStore.java:153: incompatible type
                s
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\postgresql\PostgreSQLStore.java:192: incompatible type
                s
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\postgresql\PostgreSQLStore.java:228: incompatible type
                s
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\postgresql\PostgreSQLStore.java:266: incompatible type
                s
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\postgresql\PostgreSQLStore.java:301: incompatible type
                s
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\postgresql\PostgreSQLStore.java:336: incompatible type
                s
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] D:\workspace\jboss-mail\src\java\org\jboss\mail\store\postgresql\PostgreSQLStore.java:369: incompatible type
                s
                [javac] found : org.jboss.aspects.tx.Tx
                [javac] required: java.lang.annotation.Annotation
                [javac] @Tx(TxType.REQUIRED)
                [javac] ^
                [javac] Note: D:\workspace\jboss-mail\src\java\org\jboss\mail\util\NoOpEntityResolver.java uses or overrides a depre
                cated API.
                [javac] Note: Recompile with -Xlint:deprecation for details.
                [javac] Note: Some input files use unchecked or unsafe operations.
                [javac] Note: Recompile with -Xlint:unchecked for details.
                [javac] 43 errors

                BUILD FAILED
                D:\workspace\jboss-mail\build.xml:191: Compile failed; see the compiler error output for details.


                Is the AOP-deployer the Problem? Is the AS compiled with 1.5? Where to get the jboss-aop-jdk50.deployer?

                • 5. Re: latest Release = very old? Problems with JBMS & AS4.03SP
                  kabirkhan

                  It's been ages since I last looked at the mail stuff, but here's a guess.

                  |It looks like JBoss Mail is compiled with JDK 5 and using "proper" annotations. In the out-of-the-box config of JBoss itself we ship with the 1.4 version of jboss-aop and of the the annotation types it complains about above (for use with the annotation compiler).

                  You can get the latest aop distribution here http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=84165&release_id=385814

                  Delete
                  JBOSS/server/xxx/deploy/jboss-aop.deployer and replace it with jboss-40-install/jboss-aop-jdk50.deployer from the dist

                  • 6. Re: latest Release = very old? Problems with JBMS & AS4.03SP
                    hannes

                     

                    "kabir.khan@jboss.com" wrote:
                    It's been ages since I last looked at the mail stuff, but here's a guess.

                    |It looks like JBoss Mail is compiled with JDK 5 and using "proper" annotations. In the out-of-the-box config of JBoss itself we ship with the 1.4 version of jboss-aop and of the the annotation types it complains about above (for use with the annotation compiler).

                    You can get the latest aop distribution here http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=84165&release_id=385814

                    Delete
                    JBOSS/server/xxx/deploy/jboss-aop.deployer and replace it with jboss-40-install/jboss-aop-jdk50.deployer from the dist


                    thank you, that worked!

                    But something has changed M3->M4. I can't send mails in the recent version! Created 2 Users (StaticUserRepository) user1 & user2, domain: localhost.com
                    I don't need special security mechanisms, because I needn't relaying and I am within a LAN. So I deactivated
                    <attribute name="AuthRequired">false</attribute>
                    in
                    <mbean code="org.jboss.mail.smtp.SMTPProtocol"
                     name="jboss.mail:type=MailServices,name=SMTPProtocol">

                    But with or without authentication, I can't send mails (checking the mailbox works!). At first, JBoss is printing nothing and after some time you can see this:
                    15:43:57,512 INFO [Server] Got request
                    15:43:57,512 INFO [Server] waiting for request
                    15:43:57,528 INFO [Server] Got request
                    15:43:57,528 INFO [Server] waiting for request
                    15:43:57,590 INFO [Server] Got request
                    15:43:57,590 INFO [Server] waiting for request
                    15:43:57,684 INFO [STDOUT] Exception in thread "Thread-18"
                    15:43:57,684 INFO [STDOUT] java.lang.RuntimeException: java.net.SocketException: Software caused connection abort: recv
                    failed
                    15:43:57,684 INFO [STDOUT] at org.jboss.mail.ConnectionHandler.runSocket(ConnectionHandler.java:183)
                    15:43:57,684 INFO [STDOUT] at org.jboss.mail.ConnectionHandler.run(ConnectionHandler.java:73)
                    15:43:57,684 INFO [STDOUT] at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
                    15:43:57,684 INFO [STDOUT] at java.lang.Thread.run(Thread.java:595)
                    15:43:57,684 INFO [STDOUT] Caused by: java.net.SocketException: Software caused connection abort: recv failed
                    15:43:57,684 INFO [STDOUT] at java.net.SocketInputStream.socketRead0(Native Method)
                    15:43:57,684 INFO [STDOUT] at java.net.SocketInputStream.read(SocketInputStream.java:129)
                    15:43:57,684 INFO [STDOUT] at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
                    15:43:57,684 INFO [STDOUT] at java.io.BufferedInputStream.read1(BufferedInputStream.java:256)
                    15:43:57,684 INFO [STDOUT] at java.io.BufferedInputStream.read(BufferedInputStream.java:313)
                    15:43:57,684 INFO [STDOUT] at java.io.FilterInputStream.read(FilterInputStream.java:90)
                    15:43:57,684 INFO [STDOUT] at org.jboss.mail.AbstractProtocol.readCommand(AbstractProtocol.java:258)
                    15:43:57,684 INFO [STDOUT] at org.jboss.mail.smtp.SMTPProtocolInstance.parseRequest(SMTPProtocolInstance.java:124)
                    15:43:57,684 INFO [STDOUT] at org.jboss.mail.ConnectionHandler.runSocket(ConnectionHandler.java:162)
                    15:43:57,684 INFO [STDOUT] ... 3 more


                    Strangely the Outlook Testmail does work.

                    • 7. Re: latest Release = very old? Problems with JBMS & AS4.03SP
                      acoliver

                      Leave auth required on. that just means that you require authentication to use SMTP. Likely there is a misconfiguration between outlook and JBMS (meaning outlook is trying to send authentication). I think Mike made it impossible to configure for open relay (meaning require no authentication) and really it would be very wrong of you to assume "I'm on a lan so its okay" because if even ONE PC on your lan is compromised it would find that open relay and spam the net like mad. I forget what it is off the top of my head (its in jira) but there is an additional setting you have to put in deliberately to allow it to function as an open relay. As soon as the pre-1 of M4 goes out i'll be going back through and documenting all of those. BTW, if you download the JDK 5 version of JBAS you won't have to do as kabir prescribed. In fact it probably won't be sufficient for M4 proper as we use some of the EJB3 stuff ATM (I haven't committed it because it has issues).

                      • 8. Re: latest Release = very old? Problems with JBMS & AS4.03SP
                        hannes

                        something is broken in M4. The Steps
                        1. Compiled JBOSS AS 4.0.3SP1 (release)
                        2. Compiled latest JBMS M4 (cvs)
                        3. Setting JBOSS_HOME
                        4. Graphical install of M4 into JBOSS_HOME:
                        mostly leaved default values

                        <AutomatedInstallation langpack="eng">
                         <com.izforge.izpack.panels.HelloPanel/>
                         <com.izforge.izpack.panels.InfoPanel/>
                         <com.izforge.izpack.panels.LicencePanel/>
                         <com.izforge.izpack.panels.TargetPanel>
                         <installpath>D:\config\jboss-4.0.3SP1</installpath>
                         </com.izforge.izpack.panels.TargetPanel>
                         <com.izforge.izpack.panels.PacksPanel>
                         <selected>
                         <pack index="0"/>
                         </selected>
                         <selected>
                         <pack index="0"/>
                         </selected>
                         </com.izforge.izpack.panels.PacksPanel>
                         <com.izforge.izpack.panels.UserInputPanel>
                         <userInput>
                         <entry key="SERVER_CONFIG" value="default"/>
                         </userInput>
                         </com.izforge.izpack.panels.UserInputPanel>
                         <com.izforge.izpack.panels.UserInputPanel>
                         <userInput>
                         <entry key="SMTP_TLS_ENABLED" value="true"/>
                         <entry key="SMTP_TLS_REQUIRED_AUTH" value="false"/>
                         <entry key="SMTP_AUTH_ALLOWED" value="true"/>
                         <entry key="SMTP_PORT" value="25"/>
                         <entry key="SMTP_VERIFY_IDENTITY" value="true"/>
                         <entry key="SMTP_ENABLED" value="true"/>
                         <entry key="SMTP_TLS_REQUIRED" value="false"/>
                         </userInput>
                         </com.izforge.izpack.panels.UserInputPanel>
                         <com.izforge.izpack.panels.UserInputPanel>
                         <userInput>
                         <entry key="SMTP_SSL_VERIFY_IDENTITY" value="true"/>
                         <entry key="SMTP_SSL_ENABLED" value="false"/>
                         <entry key="SMTP_SSL_PORT" value="465"/>
                         </userInput>
                         </com.izforge.izpack.panels.UserInputPanel>
                         <com.izforge.izpack.panels.UserInputPanel>
                         <userInput>
                         <entry key="RELAY_DOMAIN_4" value=""/>
                         <entry key="RELAY_DOMAIN_2" value=""/>
                         <entry key="RELAY_DOMAIN_1" value=""/>
                         <entry key="RELAY_BY_DOMAIN_ENABLED" value="false"/>
                         <entry key="RELAY_DOMAIN_3" value=""/>
                         </userInput>
                         </com.izforge.izpack.panels.UserInputPanel>
                         <com.izforge.izpack.panels.UserInputPanel>
                         <userInput>
                         <entry key="ROUTE_DOMAIN_3" value=""/>
                         <entry key="ROUTE_DOMAIN_4" value=""/>
                         <entry key="ROUTING_ENABLED" value="false"/>
                         <entry key="ROUTE_DOMAIN_2" value=""/>
                         <entry key="ROUTE_HOST" value=""/>
                         <entry key="ROUTING_BY_DOMAIN" value="false"/>
                         <entry key="ROUTE_DOMAIN_1" value=""/>
                         </userInput>
                         </com.izforge.izpack.panels.UserInputPanel>
                         <com.izforge.izpack.panels.UserInputPanel>
                         <userInput>
                         <entry key="POP_ENABLED" value="true"/>
                         <entry key="POP_TLS_ENABLED" value="true"/>
                         <entry key="POP_PORT" value="110"/>
                         </userInput>
                         </com.izforge.izpack.panels.UserInputPanel>
                         <com.izforge.izpack.panels.UserInputPanel>
                         <userInput>
                         <entry key="POP_SSL_ENABLED" value="false"/>
                         <entry key="POP_SSL_PORT" value="995"/>
                         </userInput>
                         </com.izforge.izpack.panels.UserInputPanel>
                         <com.izforge.izpack.panels.UserInputPanel>
                         <userInput>
                         <entry key="DNS_SERVER_2" value="147.54.45.25"/>
                         <entry key="DNS_SERVER_4" value=""/>
                         <entry key="DNS_SERVER_1" value="147.54.29.200"/>
                         <entry key="DNS_SERVER_3" value="139.25.208.11"/>
                         </userInput>
                         </com.izforge.izpack.panels.UserInputPanel>
                         <com.izforge.izpack.panels.UserInputPanel>
                         <userInput>
                         <entry key="DOMAIN_1" value="localhost.com"/>
                         <entry key="SERVER_BIND_ADDRESS" value="0.0.0.0"/>
                         <entry key="DOMAIN_5" value=""/>
                         <entry key="SERVER_NAME" value=""/>
                         <entry key="DOMAIN_2" value=""/>
                         <entry key="POSTMASTER_ADDRESS" value="postmaster@somedomain.org"/>
                         <entry key="DOMAIN_4" value=""/>
                         <entry key="DOMAIN_3" value=""/>
                         <entry key="DOMAIN_6" value=""/>
                         </userInput>
                         </com.izforge.izpack.panels.UserInputPanel>
                         <com.izforge.izpack.panels.UserInputPanel>
                         <userInput>
                         <entry key="GENERATE_DATASOURCE" value="false"/>
                         <entry key="DB_NAME" value="JBMSDB"/>
                         <entry key="DB_USER" value="jbmsuser"/>
                         <entry key="DB_PASS" value="changemeplease"/>
                         <entry key="DATASOURCE_NAME" value="DefaultDS"/>
                         <entry key="DATABASE_TYPE" value="hsqldb"/>
                         <entry key="DB_HOST" value="127.0.0.1"/>
                         </userInput>
                         </com.izforge.izpack.panels.UserInputPanel>
                         <com.izforge.izpack.panels.UserInputPanel>
                         <userInput>
                         <entry key="KEYSTORE_CN" value="localhost.localdomain"/>
                         <entry key="KEYSTORE_OU" value="BigCo, Inc."/>
                         <entry key="KEYSTORE_L" value="Durham"/>
                         <entry key="KEYSTORE_C" value="US"/>
                         <entry key="KEYSTORE_PATH" value="jbmail.store"/>
                         <entry key="KEYSTORE_ST" value="North Carolina"/>
                         <entry key="KEYSTORE_O" value="IT Group"/>
                         <entry key="GENERATE_STORE" value="true"/>
                         <entry key="KEYSTORE_PASS" value="jbmsrulez123"/>
                         </userInput>
                         </com.izforge.izpack.panels.UserInputPanel>
                         <com.izforge.izpack.panels.UserInputPanel>
                         <userInput>
                         <entry key="USER_NAME_2" value="user2"/>
                         <entry key="USER_PASSWORD_4" value=""/>
                         <entry key="USER_NAME_4" value=""/>
                         <entry key="USER_PASSWORD_2" value="user2"/>
                         <entry key="USER_NAME_1" value="user1"/>
                         <entry key="USER_NAME_3" value=""/>
                         <entry key="USER_PASSWORD_1" value="user1"/>
                         <entry key="USER_PASSWORD_3" value=""/>
                         </userInput>
                         </com.izforge.izpack.panels.UserInputPanel>
                         <com.izforge.izpack.panels.UserInputPanel>
                         <userInput>
                         <entry key="FETCHMAIL_REMOTE_PASS" value=""/>
                         <entry key="FETCHMAIL_PORT" value=""/>
                         <entry key="FETCHMAIL_ENABLED" value="false"/>
                         <entry key="FETCHMAIL_HOST" value=""/>
                         <entry key="FETCHMAIL_POLL" value="120"/>
                         <entry key="FETCHMAIL_LEAVE_ON" value="false"/>
                         <entry key="FETCHMAIL_LOCAL_USER" value=""/>
                         <entry key="FETCHMAIL_REMOTE_USER" value=""/>
                         </userInput>
                         </com.izforge.izpack.panels.UserInputPanel>
                         <com.izforge.izpack.panels.InstallPanel/>
                         <com.izforge.izpack.panels.UserInputPanel>
                         <userInput/>
                         </com.izforge.izpack.panels.UserInputPanel>
                         <com.izforge.izpack.panels.FinishPanel/>
                        </AutomatedInstallation>
                        

                        5. run AS
                        6. Outlook settings:
                        user1@localhost.com, user name: user1, pop3:localhost, smtp:localhost, SMTP requires Auth: NO (with yes, the Outlook-Test fails with sending the test mail), POP3-SSL: NO, SMTP-SSL: NO
                        according user2
                        7. success: outlook mail test
                        8. failed: mail user1->user1, user1->user2, etc
                        LOG:
                        17:26:26,958 INFO [Server] Got request
                        17:26:26,958 INFO [Server] waiting for request

                        Outlook:
                        'in Process' until timeout

                        • 9. Re: latest Release = very old? Problems with JBMS & AS4.03SP
                          acoliver

                          do you have secure authentication on? CAn you give me your jboss-service.xml (server/default/deploy/mail.ear/mail.sar/META-INF/jboss-service.xml)

                          You must specify a server name (you left that blank)

                          I think if you turn require auth off you need to turn off verify identity (because it will check that the sending user is the same) Also you are sending to "user1@localhost.com" or "user1"? because unless you specify that with "verify identity" and no required authentication...

                          Try being truer to this:
                          http://wiki.jboss.org/wiki/Wiki.jsp?page=HowToInstallJBossMailServer1.0M3
                          (slightly different for M4 but close)

                          -Andy

                          • 10. Re: latest Release = very old? Problems with JBMS & AS4.03SP
                            hannes

                            I have tried all. M3 worked, but not with AS4.0.3SP1 :(
                            Here is the service-file:

                            <?xml version="1.0" encoding="UTF-8"?>
                            <!DOCTYPE server
                             PUBLIC "-//JBoss//DTD MBean Service 4.0//EN"
                             "http://www.jboss.org/j2ee/dtd/jboss-service_4_0.dtd">
                            
                            <server>
                            
                             <mbean code="org.jboss.security.plugins.JaasSecurityDomain"
                             name="jboss.security:service=JaasSecurityDomain,domain=Mail+SSL">
                             <constructor>
                             <arg type="java.lang.String" value="Mail+SSL"/>
                             </constructor>
                             <attribute name="KeyStoreURL">D:\config\jboss-4.0.3SP1/server/default/conf/jbmail.store</attribute>
                             <attribute name="KeyStorePass">jbmsrulez123</attribute>
                             </mbean>
                            
                             <mbean code="org.jboss.mq.server.jmx.Queue"
                             name="jboss.mq.destination:service=Queue,name=onServer">
                             <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
                             </mbean>
                            
                             <mbean code="org.jboss.mq.server.jmx.Queue"
                             name="jboss.mq.destination:service=Queue,name=localMail">
                             <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
                             </mbean>
                            
                             <mbean code="org.jboss.mq.server.jmx.Queue"
                             name="jboss.mq.destination:service=Queue,name=remoteMail">
                             <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
                             </mbean>
                            
                             <mbean code="org.jboss.mq.server.jmx.Queue"
                             name="jboss.mq.destination:service=Queue,name=offServer">
                             <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
                             </mbean>
                            
                             <mbean code="org.jboss.mail.domaingroup.DomainGroup"
                             name="jboss.mail:type=MailServices,name=DomainGroup,group=Local">
                             <attribute name="Postmaster">postmaster@somedomain.org</attribute>
                             <attribute name="Domains">
                             <domains includes-local-interfaces="true">
                             <domain>localhost.com</domain>
                             </domains>
                             </attribute>
                             </mbean>
                            
                             <mbean code="org.jboss.mail.smtp.sender.SMTPSender"
                             name="jboss.mail:type=MailServices,name=SMTPSender">
                             <!-- if no servers then uses the default DNS servers from the host's resolution path. -->
                             <attribute name="DNSServers">
                             <servers>
                             <server>147.54.29.200</server>
                             <server>147.54.45.25</server>
                             <server>139.25.208.11</server>
                             </servers>
                             </attribute>
                             </mbean>
                            
                             <mbean code="org.jboss.mail.userrepository.StaticUserRepository"
                             name="jboss.mail:type=MailServices,name=UserRepository,uimanageable=true">
                             <attribute name="Users">
                             <users>
                             <user><id>user1</id><password>user1</password></user>
                             <user><id>user2</id><password>user2</password></user>
                             </users>
                             </attribute>
                             </mbean>
                            
                             <mbean code="org.jboss.mail.store.paged.PagedStore"
                             name="jboss.mail:type=MailServices,name=PagedStore">
                             <attribute name="PageSize">65536</attribute>
                             <attribute name="Compress">true</attribute>
                             <attribute name="CompressBufferSize">65536</attribute>
                             <attribute name="StartIndex">0</attribute>
                             <attribute name="Hashed">false</attribute>
                             <depends>jboss.mail:service=Hibernate</depends>
                             </mbean>
                            
                             <mbean code="org.jboss.mail.message.MailBodyManager"
                             name="jboss.mail:type=MailServices,name=MailBodyManager">
                             <attribute name="UseStore">true</attribute>
                             <depends optional-attribute-name="Store"
                             proxy-type="attribute">jboss.mail:type=MailServices,name=PagedStore</depends>
                             </mbean>
                            
                             <mbean code="org.jboss.mail.mailbox.hn.HnMailboxManager"
                             name="jboss.mail:type=MailServices,name=MailboxManager">
                             <!--<attribute name="ImplementationClass">org.jboss.mail.mailbox.entity.EntityMailbox</attribute>-->
                             <depends optional-attribute-name="MailBodyManager"
                             proxy-type="attribute">jboss.mail:type=MailServices,name=MailBodyManager</depends>
                             <!--<attribute name="ImplementationClass">org.jboss.mail.mailbox.hn.HnMailboxManager</attribute>-->
                             </mbean>
                            
                             <mbean code="org.jboss.mail.maillistener.JMSMailListener"
                             name="jboss.mail:type=MailServices,name=MailListener">
                             <constructor>
                             <arg type="java.lang.String" value="java:/ConnectionFactory"/>
                             <arg type="java.lang.String" value="java:/ConnectionFactory"/>
                             </constructor>
                            
                             <depends>jboss.mq:service=DestinationManager</depends>
                             <!-- <depends>jboss.management.local:j2eeType=JCAManagedConnectionFactory,name=JmsXA</depends>-->
                            
                             <depends>jboss.mq.destination:name=localMail,service=Queue</depends>
                             <depends>jboss.mq.destination:name=remoteMail,service=Queue</depends>
                             <depends optional-attribute-name="DomainGroup">jboss.mail:type=MailServices,name=DomainGroup,group=Local</depends>
                             <!-- queue or topic -->
                             <attribute name="DestinationType">queue</attribute>
                             <!-- posts which are OnServer meaning they are for our domain and presumably a "local" user
                             and won't go through an additional SMTP server should be sent here -->
                             <attribute name="OnServerPostDestination">localMail</attribute>
                             <!-- posts which are OffServer meaning they will go through an additional SMTP server before
                             finally being received should go here -->
                             <attribute name="OffServerPostDestination">remoteMail</attribute>
                            
                             <attribute name="LocalRetryTimes">
                             <localRetryTimes>
                             <retryTime>60</retryTime>
                             <retryTime>120</retryTime>
                             <retryTime>600</retryTime>
                             <retryTime>3600</retryTime>
                             <retryTime>3600</retryTime>
                             </localRetryTimes>
                             </attribute>
                            
                             <attribute name="RemoteRetryTimes">
                             <remoteRetryTimes>
                             <retryTime>60</retryTime>
                             <retryTime>120</retryTime>
                             <retryTime>600</retryTime>
                             <retryTime>3600</retryTime>
                             <retryTime>3600</retryTime>
                             </remoteRetryTimes>
                             </attribute>
                             </mbean>
                            
                             <mbean code="org.jboss.mail.MailListenerChainService"
                             name="jboss.mail:type=MailServices,name=MailListenerChain" xmbean-dd="META-INF/chain-xmbean.xml">
                             <depends>jboss.mail:type=MailServices,name=MailListener</depends>
                             <attribute name="Listeners">
                             <listeners>
                             <!-- Uncomment to allow replies to go to Nukes
                             <value>jboss.mail:type=MailServices,name=NukesPosterJMSListener</value>
                             -->
                             <listener>jboss.mail:type=MailServices,name=MailListener</listener>
                             </listeners>
                             </attribute>
                             </mbean>
                            
                             <mbean code="org.jboss.mail.mailhandler.localmailbox.LocalDelivery"
                             name="jboss.mail:type=MailServices,name=LocalDelivery">
                             <depends optional-attribute-name="MailboxManager"
                             proxy-type="attribute">jboss.mail:type=MailServices,name=MailboxManager</depends>
                             <depends optional-attribute-name="Router"
                             proxy-type="org.jboss.mail.MailListener">jboss.mail:type=MailServices,name=MailListener</depends>
                             </mbean>
                            
                             <mbean code="org.jboss.mail.MailListenerChainService"
                             name="jboss.mail:type=MailServices,name=LocalDeliveryChain" xmbean-dd="META-INF/chain-xmbean.xml">
                             <depends>jboss.mail:type=MailServices,name=LocalDelivery</depends>
                             <attribute name="Listeners">
                             <listeners>
                             <listener>jboss.mail:type=MailServices,name=LocalDelivery</listener>
                             </listeners>
                             </attribute>
                             </mbean>
                            
                             <mbean code="org.jboss.mail.mailhandler.remote.RemoteDelivery"
                             name="jboss.mail:type=MailServices,name=RemoteDelivery">
                             <depends optional-attribute-name="Router"
                             proxy-type="org.jboss.mail.MailListener">jboss.mail:type=MailServices,name=MailListener</depends>
                             <depends optional-attribute-name="DomainGroup"
                             proxy-type="attribute">jboss.mail:type=MailServices,name=DomainGroup,group=Local</depends>
                             <depends optional-attribute-name="Sender"
                             proxy-type="attribute">jboss.mail:type=MailServices,name=SMTPSender</depends>
                             </mbean>
                            
                             <mbean code="org.jboss.mail.MailListenerChainService"
                             name="jboss.mail:type=MailServices,name=RemoteDeliveryChain" xmbean-dd="META-INF/chain-xmbean.xml">
                             <depends>jboss.mail:type=MailServices,name=RemoteDelivery</depends>
                             <attribute name="Listeners">
                             <listeners>
                             <listener>jboss.mail:type=MailServices,name=RemoteDelivery</listener>
                             </listeners>
                             </attribute>
                             </mbean>
                            
                             <mbean code="org.jboss.mail.smtp.SMTPProtocol"
                             name="jboss.mail:type=MailServices,name=SMTPProtocol">
                            
                             <depends optional-attribute-name="DomainGroup"
                             proxy-type="attribute">jboss.mail:type=MailServices,name=DomainGroup,group=Local</depends>
                             <depends optional-attribute-name="MailBodyManager"
                             proxy-type="attribute">jboss.mail:type=MailServices,name=MailBodyManager</depends>
                             <depends optional-attribute-name="ListenerChain"
                             proxy-type="org.jboss.mail.MailListenerChain">jboss.mail:type=MailServices,name=MailListenerChain</depends>
                             <depends optional-attribute-name="UserRepository"
                             proxy-type="attribute">jboss.mail:type=MailServices,name=UserRepository,uimanageable=true</depends>
                            
                             <depends>jboss.security:service=JaasSecurityDomain,domain=Mail+SSL</depends>
                             <attribute name="SecurityDomain">java:/jaas/Mail+SSL</attribute>
                             <!--register the protocols you want to use -->
                             <attribute name="Servername">localhost</attribute>
                             <attribute name="AuthRequired">true</attribute>
                             <attribute name="RelayByDomain">false</attribute>
                             <attribute name="AuthAllowed">true</attribute>
                             <attribute name="AuthMethods">AUTH LOGIN PLAIN</attribute>
                             <!-- verify the identity -->
                             <attribute name="VerifyIdentity">false</attribute>
                             <attribute name="MaxMessageSize">10000000</attribute>
                             <!-- block size for messages (should be about your average message size) -->
                             <attribute name="BlockSize">4096</attribute>
                             <!-- rfc 2487 related properties -->
                             <attribute name="RequireTls">false</attribute>
                             <attribute name="RequireTlsForAuth">false</attribute>
                             <attribute name="RequireClientCert">false</attribute>
                             <!-- change to true for TLS support -->
                             <attribute name="TlsEnabled">true</attribute>
                             <attribute name="PostMaster">postmaster@somedomain.org</attribute>
                             <attribute name="MaxReceivedHdrs">100</attribute>
                             <attribute name="ReceivedHdrsThreshold">20</attribute>
                             <attribute name="MaxOwnReceivedHdrs">5</attribute>
                             </mbean>
                            
                             <!-- defines an SMTP server. -->
                             <mbean code="org.jboss.mail.Server"
                             name="jboss.mail:type=MailServices,name=SMTP">
                             <depends>jboss.mail:type=MailServices,name=SMTPProtocol</depends>
                             <!-- protocol should reference SMTP -->
                             <attribute name="Protocol">jboss.mail:type=MailServices,name=SMTPProtocol</attribute>
                             <!-- port to listen on -->
                             <attribute name="Port">25</attribute>
                             <!-- which addresses to listen on 0.0.0.0 = all or localhost means only the localhost -->
                             <attribute name="Address">0.0.0.0</attribute>
                             <!-- timeout between commands (not presently supported) -->
                             <!-- note from mikea: rfc 821 sets strict guidelines on allowable timeouts -->
                             <attribute name="Timeout">30000</attribute>
                             <attribute name="Life">120000</attribute>
                             <attribute name="PoolSize">5</attribute>
                             </mbean>
                            
                             <mbean code="org.jboss.mail.pop3.POP3Protocol"
                             name="jboss.mail:type=MailServices,name=POP3Protocol">
                             <depends>jboss.security:service=JaasSecurityDomain,domain=Mail+SSL</depends>
                             <attribute name="SecurityDomain">java:/jaas/Mail+SSL</attribute>
                             <depends>jboss.mail:type=MailServices,name=MailListener</depends>
                             <depends optional-attribute-name="MailboxManager"
                             proxy-type="attribute">jboss.mail:type=MailServices,name=MailboxManager</depends>
                             <depends optional-attribute-name="UserRepository"
                             proxy-type="attribute">jboss.mail:type=MailServices,name=UserRepository,uimanageable=true</depends>
                             <!--depends optional-attribute-name="APOPUserRepository"
                             proxy-type="attribute">jboss.mail:type=MailServices,name=UserRepository,uimanageable=true,apop=true</depends-->
                             <!--register the protocols you want to use -->
                             <attribute name="Servername">localhost</attribute>
                             <attribute name="TlsEnabled">true</attribute>
                             <!--<attribute name="RequireTls">{POP_TLS_REQUIRED}</attribute>-->
                             <!-- enable for forcing clients to use their own certificats -->
                             <attribute name="RequireClientCert">false</attribute>
                             </mbean>
                            
                             <mbean code="org.jboss.mail.Server"
                             name="jboss.mail:type=MailServices,name=POP3">
                             <depends>jboss.mail:type=MailServices,name=POP3Protocol</depends>
                             <!-- options are presently POP or SMTP, we want POP -->
                             <attribute name="Protocol">jboss.mail:type=MailServices,name=POP3Protocol</attribute>
                             <!-- port to listen on -->
                             <attribute name="Port">110</attribute>
                             <!-- which addresses to listen on 0.0.0.0 = all or localhost means only the localhost -->
                             <attribute name="Address">0.0.0.0</attribute>
                             <!-- timeout between commands (not presently supported) -->
                             <attribute name="Timeout">30000</attribute>
                             <attribute name="Life">120000</attribute>
                             <attribute name="PoolSize">5</attribute>
                             <attribute name="UsesSSL">false</attribute>
                             </mbean>
                            </server>
                            
                            


                            • 11. Re: latest Release = very old? Problems with JBMS & AS4.03SP
                              acoliver

                              Interesting, I wonder if Outlook is jumping to use APOP since we added that (but it doesn't work with the StaticUserRepository IIRC because it requires features of the login modules), please edit your server/default/log4j.xml and add a DEBUG category for org.jboss.mail. Then please give me the relevant pieces (meaning I don't need the parts that show jboss booting, just the relevant parts when outlook tries to send)...

                              Thanks,

                              Andy

                              • 12. Re: latest Release = very old? Problems with JBMS & AS4.03SP
                                acoliver

                                I'm having the same problem now in testing M4....very odd...nothing of substance appears to be different...you say M3 works okay right? I remember testing it...

                                • 13. Re: latest Release = very old? Problems with JBMS & AS4.03SP
                                  hannes

                                  hi there,
                                  i took some weeks off for some exams... does anything has changed in meanwhile?

                                  • 14. Re: latest Release = very old? Problems with JBMS & AS4.03SP
                                    acoliver

                                    Other than M4 released, a branch and the start of M5?

                                    1 2 Previous Next