[JBoss JIRA] Created: (JBDS-1855) helloworld_mail quickstart - confusing instructions in readme file
by Len DiMaggio (JIRA)
helloworld_mail quickstart - confusing instructions in readme file
------------------------------------------------------------------
Key: JBDS-1855
URL: https://issues.jboss.org/browse/JBDS-1855
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: SOA Platform
Affects Versions: 4.1.1.M1
Environment: Version: 4.1.1.GA
Build id: v20110908-0132-H1012-GA
Build date: 20110908-0132
Reporter: Len DiMaggio
Assignee: Brian Fitzpatrick
Fix For: 4.1.1.Final
The readme.txt file says:
---
To run this example, you should create EAP server runtime
with the name is "jboss-soa-p.5.0 Runtime" in your workspace.
You will need to place a copy of camel-mail-2.4.0.jar into esbcontent/lib.
You will need to copy mail-ra.jar from
${jboss.server.home.dir}/deploy/mail-ra.rar.
---
Two problems:
1) camel-mail-2.4.0.jar is already installed in esbcontent/lib
2) Where should the user copy mail-ra.jar?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months
[JBoss JIRA] Created: (JBDS-1857) Review Teiid Designer User Guide for JBDS 4.1.1
by Isaac Rooskov (JIRA)
Review Teiid Designer User Guide for JBDS 4.1.1
-----------------------------------------------
Key: JBDS-1857
URL: https://issues.jboss.org/browse/JBDS-1857
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Isaac Rooskov
Hey Len and QE team,
Apart from one bug (that may or may not apply to the book rather than the code: TOOLSDOC-247), this book is ready for review and I would say you're good to go.
If you find any issues please open an issue in TOOLSDOC against 3.2.2.Final and assign it to Barry LaFond (not myself, as Barry writes and maintains this book).
Thanks,
Isaac
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months
[JBoss JIRA] Commented: (JBDS-1819) Configure SOA-P quickstarts to be run OOTB in JBDS 4.1.1 with SOA-P 5.2
by Isaac Rooskov (JIRA)
[ https://issues.jboss.org/browse/JBDS-1819?page=com.atlassian.jira.plugin.... ]
Isaac Rooskov commented on JBDS-1819:
-------------------------------------
Len, I think that would be something to be documented wherever these examples are referred to within SOA documentation, so perhaps you should open up a JIRA for the SOA docs team concerning that.
> Configure SOA-P quickstarts to be run OOTB in JBDS 4.1.1 with SOA-P 5.2
> -----------------------------------------------------------------------
>
> Key: JBDS-1819
> URL: https://issues.jboss.org/browse/JBDS-1819
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: SOA Platform
> Affects Versions: 4.1.0.CR3
> Reporter: Len DiMaggio
> Assignee: Brian Fitzpatrick
> Fix For: 4.1.1.M1
>
> Attachments: bfitzpat_examples.png, product_examples.png, runtimes.png
>
>
> Need to ensure there are sample ESB quickstarts available to run cleanly with SOA-P 5.2 on JBDS 4.1.1
> Was:
> Need to verify that all JBDS supplied sample ESB quickstarts run cleanly with SOA-P 5.2 on JBDS 4.1.1
> Was:
> This subject comes up now and then - it would be very useful to new users to have the full set of SOA-P quickstarts configured to run OOTB from JBDS.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months
[JBoss JIRA] Issue Comment Edited: (JBDS-1819) Configure SOA-P quickstarts to be run OOTB in JBDS 4.1.1 with SOA-P 5.2
by Len DiMaggio (JIRA)
[ https://issues.jboss.org/browse/JBDS-1819?page=com.atlassian.jira.plugin.... ]
Len DiMaggio edited comment on JBDS-1819 at 9/21/11 5:21 PM:
-------------------------------------------------------------
One more thing we need to document - this client: helloworld_mail_testclient
The install of the helloworld_mail quickstart reports compile/import errors for:
import javax.mail.Message;
import javax.mail.Message.RecipientType;
import javax.mail.MessagingException;
import javax.mail.PasswordAuthentication;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.URLName;
import javax.mail.internet.AddressException;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeMessage;
Unless the user adds JavaMail (mail.jar) to the build path. It's an optional package so some users may not have it installed.
was (Author: ldimaggio):
One more thing we need to document - this client: helloworld_mail_testclient
Won't compile unless the user adds JavaMail (mail.jar) to the build path. It's an optional package so some users may not have it installed.
> Configure SOA-P quickstarts to be run OOTB in JBDS 4.1.1 with SOA-P 5.2
> -----------------------------------------------------------------------
>
> Key: JBDS-1819
> URL: https://issues.jboss.org/browse/JBDS-1819
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: SOA Platform
> Affects Versions: 4.1.0.CR3
> Reporter: Len DiMaggio
> Assignee: Brian Fitzpatrick
> Fix For: 4.1.1.M1
>
> Attachments: bfitzpat_examples.png, product_examples.png, runtimes.png
>
>
> Need to ensure there are sample ESB quickstarts available to run cleanly with SOA-P 5.2 on JBDS 4.1.1
> Was:
> Need to verify that all JBDS supplied sample ESB quickstarts run cleanly with SOA-P 5.2 on JBDS 4.1.1
> Was:
> This subject comes up now and then - it would be very useful to new users to have the full set of SOA-P quickstarts configured to run OOTB from JBDS.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months
[JBoss JIRA] Commented: (JBDS-1819) Configure SOA-P quickstarts to be run OOTB in JBDS 4.1.1 with SOA-P 5.2
by Len DiMaggio (JIRA)
[ https://issues.jboss.org/browse/JBDS-1819?page=com.atlassian.jira.plugin.... ]
Len DiMaggio commented on JBDS-1819:
------------------------------------
One more thing we need to document - this client: helloworld_mail_testclient
Won't compile unless the user adds JavaMail (mail.jar) to the build path. It's an optional package so some users may not have it installed.
> Configure SOA-P quickstarts to be run OOTB in JBDS 4.1.1 with SOA-P 5.2
> -----------------------------------------------------------------------
>
> Key: JBDS-1819
> URL: https://issues.jboss.org/browse/JBDS-1819
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: SOA Platform
> Affects Versions: 4.1.0.CR3
> Reporter: Len DiMaggio
> Assignee: Brian Fitzpatrick
> Fix For: 4.1.1.M1
>
> Attachments: bfitzpat_examples.png, product_examples.png, runtimes.png
>
>
> Need to ensure there are sample ESB quickstarts available to run cleanly with SOA-P 5.2 on JBDS 4.1.1
> Was:
> Need to verify that all JBDS supplied sample ESB quickstarts run cleanly with SOA-P 5.2 on JBDS 4.1.1
> Was:
> This subject comes up now and then - it would be very useful to new users to have the full set of SOA-P quickstarts configured to run OOTB from JBDS.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 6 months