From rbourner at redhat.com Thu Feb 5 05:21:12 2015 From: rbourner at redhat.com (Richard Bourner) Date: Thu, 05 Feb 2015 11:21:12 +0100 Subject: [Windup-users] Question about unclassisifed files (Windup2 Beta) Message-ID: <54D34418.6080506@redhat.com> Hi A question regarding Windup2 Beta from one of our middleware partners: it seems like some classes located in a 'fr.laposte' package are not analyzed and are listed in the "unclassified files" tab where the '--packages fr' option was provided on the command line. Any idea? Thanks Richard From jsightle at redhat.com Thu Feb 5 11:18:52 2015 From: jsightle at redhat.com (Jess Sightler) Date: Thu, 05 Feb 2015 11:18:52 -0500 Subject: [Windup-users] Question about unclassisifed files (Windup2 Beta) In-Reply-To: <54D34418.6080506@redhat.com> References: <54D34418.6080506@redhat.com> Message-ID: <54D397EC.4060306@redhat.com> Hi Richard, Files will appear in the "unclassified files" tab if there were no rules which classified them. The files were scanned, but no rules generated classifictions or migration hints for the files. Thanks, Jess On 02/05/2015 05:21 AM, Richard Bourner wrote: > Hi > > A question regarding Windup2 Beta from one of our middleware partners: > it seems like some classes located in a 'fr.laposte' package are not > analyzed and are listed in the "unclassified files" tab where the > '--packages fr' option was provided on the command line. > Any idea? > > Thanks > Richard > > _______________________________________________ > Windup-users mailing list > Windup-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/windup-users -- Calendar Free/Busy: https://www.google.com/calendar/embed?src=jsightle%40redhat.com&ctz=America/New_York From windup-users at lists.jboss.org Tue Feb 17 03:33:06 2015 From: windup-users at lists.jboss.org (windup-users at lists.jboss.org) Date: Tue, 17 Feb 2015 03:33:06 EST Subject: [Windup-users] Windup report generation does not finish Message-ID: <2138364595.1011424162016761.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> hi, anybody can help me here? I'm runing windup against a monster .ear file from JBossAS6, and when it comes to the SOAP5 rules it stops processing (something like rule 107x of 12xx), and even after the whole night running, no report. Is there a way to: * Know what is happening? If something is running or not? * disable some rules? Thanks BTW: I'm using Windup 2.1.0.Final Posted by forums Original post: https://developer.jboss.org/message/918962#918962 From windup-users at lists.jboss.org Thu Feb 19 12:08:39 2015 From: windup-users at lists.jboss.org (windup-users at lists.jboss.org) Date: Thu, 19 Feb 2015 12:08:39 EST Subject: [Windup-users] Windup report generation does not finish In-Reply-To: <2138364595.1011424162016761.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <763644857.1071424365749523.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> This was reproduced on a simple example and consists of 2 problems at the end (freezing and then problem with generating report). For the first one, there is already an issue WINDUP-516 (https://issues.jboss.org/browse/WINDUP-516) that I am working on now. Posted by forums Original post: https://developer.jboss.org/message/919329#919329 From windup-users at lists.jboss.org Thu Feb 26 13:49:02 2015 From: windup-users at lists.jboss.org (windup-users at lists.jboss.org) Date: Thu, 26 Feb 2015 13:49:02 EST Subject: [Windup-users] Is there some Windup rule for downgrade migration cases? Message-ID: <2090283881.151424976572901.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Hi! I was wondering if is possible to use Windup downgrade JavaEE apps to a specific App Server (enterprise version). for example: an app developed using JavaEE (EJB 3.2, JMS 2, JPA 2.1, JSF 2.2, JAX-RS 2, Batch, JSON, Websockets, etc) specs taht needs to be adapted to be deployed in JBoss EAP 6.x in production env. Some times we see apps developed for non enterprise Application Servers (Wildfly 8.x, Tomcat, TomEE, etc) using JavaEE new specs/features (JavaEE >= 7), but when it's time to go to a production env, customer faces the Enterprise App Server JavaEE compatibility (eg: JBoss EAP 6.x that implements JavaEE6 specs). So, I would like to use Windup to highlight the need for downgrade specific part of the app to the JavaEE target version in the Enterprise App Server. any consideration on this would be very appreciate. Kind regards. Posted by forums Original post: https://developer.jboss.org/message/920091#920091 From lincolnbaxter at gmail.com Fri Feb 27 15:12:03 2015 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Fri, 27 Feb 2015 15:12:03 -0500 Subject: [Windup-users] Is there some Windup rule for downgrade migration cases? In-Reply-To: <2090283881.151424976572901.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> References: <2090283881.151424976572901.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: Hi There, We don't currently have any rules that would allow you to downgrade from a particular EE version to another, but the tool could certainly be used for that! You should check out our rule-writing guide, and if you feel like it, contribute the rules back to us so that others can benefit from your work: http://windup.github.io/windup/docs/latest/html/WindupRulesDevelopmentGuide.html#_create_and_test_xml_rules You can also find our current rule-sets (still working on them!) here: https://github.com/windup/windup-rulesets I hope this helps, ~Lincoln On Thu, Feb 26, 2015 at 1:49 PM, wrote: > Hi! > I was wondering if is possible to use Windup downgrade JavaEE apps to a > specific App Server (enterprise version). > > for example: an app developed using JavaEE (EJB 3.2, JMS 2, JPA 2.1, JSF > 2.2, JAX-RS 2, Batch, JSON, Websockets, etc) specs taht needs to be adapted > to be deployed in JBoss EAP 6.x in production env. > > Some times we see apps developed for non enterprise Application Servers > (Wildfly 8.x, Tomcat, TomEE, etc) using JavaEE new specs/features (JavaEE > >= 7), but when it's time to go to a production env, customer faces the > Enterprise App Server JavaEE compatibility (eg: JBoss EAP 6.x that > implements JavaEE6 specs). > > So, I would like to use Windup to highlight the need for downgrade > specific part of the app to the JavaEE target version in the Enterprise App > Server. > > any consideration on this would be very appreciate. > > Kind regards. > > Posted by forums > Original post: https://developer.jboss.org/message/920091#920091 > _______________________________________________ > Windup-users mailing list > Windup-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/windup-users > -- Lincoln Baxter, III http://ocpsoft.org "Simpler is better." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/windup-users/attachments/20150227/acd4e1c4/attachment.html