Is it possible to have Weblogic appserver support in IDEA? My whole company project teams really cannot wait for the feature. Is it in the progress now? May I know when it could be released?
Welogic server support is in progress now. As soon as we integrate Weblogic support with new IDEA project/module management and custom editors, there should be EAP build available. -- regards, Alexey Kudravtsev. JetBrains, Inc http://www.intellij.com "Develop with pleasure!"
Is it possible to have Weblogic appserver support in IDEA? My whole company project teams really cannot wait for the feature. Is it in the progress now? May I know when it could be released?
Is it possible to have Weblogic appserver support in IDEA? My whole company project teams really cannot wait for the feature. Is it in the progress now? May I know when it could be released?
Is it possible to have Weblogic appserver support in IDEA? My whole company project teams really cannot wait for the feature. Is it in the progress now? May I know when it could be released?
We're investigating WebLogic JSP debugging facilities now. It seems that WebLogic does not support JSR-45. If this is the case, we have to dig the WebLogic generated class files to extract the line number information. Do you know any useful references that can shed the light upon this issue ?
-- regards, Alexey Kudravtsev. JetBrains, Inc http://www.intellij.com "Develop with pleasure!"
Adding the following to the <jsp-descriptor> element in weblogic.xml seems to produce line-number comments in the generated java files:
debug
true
]]>
These comments look like:
Also, when this option is turned on, exceptions in the JSPs produce stack traces that have the correct line number in the JSP (at least in 7.0 and 8.1); when the option is off, the line number matches the line number in the generated java files. This might mean that Weblogic produces compiled classes with correct line numbers for the JSP, but that's probably too much to hope for.
Welogic server support is in progress now.
As soon as we integrate Weblogic support with new IDEA project/module management and custom editors, there should be EAP build
available.
--
regards,
Alexey Kudravtsev.
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
"Chee Weng Keong" <wkchee@ebworx.com> wrote in message news:3EA34EA7.6000203@ebworx.com...
>
>
>
Is there any update on this? It would be so much easier to sell my
development team on IDEA if we could debug JSPs running on our Weblogic
server.
Regards,
Tim
"Alexey Kudravtsev" <cdr@intellij.com> wrote in message
news:b801ga$mnd$1@is.intellij.net...
management and custom editors, there should be EAP build
>
>
news:3EA34EA7.6000203@ebworx.com...
>
>
We hope initial version of the WebLogic EJB support will be EAPed in July
--
regards,
Alexey Kudravtsev.
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
"Tim" <ymaraner@yahoo.com> wrote in message news:bcr3le$lef$1@is.intellij.net...
>
>
>
>
Will WebLogic JSP debugging be supported in the July release? If not, when do you anticipate WebLogic JSP support being available?
Thanks for developing a great product!
Eric
We're investigating WebLogic JSP debugging facilities now.
It seems that WebLogic does not support JSR-45.
If this is the case, we have to dig the WebLogic generated class files to extract the line number information.
Do you know any useful references that can shed the light upon this issue ?
--
regards,
Alexey Kudravtsev.
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
"Eric Sheffer" <eric.sheffer@remotesite.com> wrote in message news:21067144.1056549109488.JavaMail.itn@is.intellij.net...
available?
>
>
>
Adding the following to the <jsp-descriptor> element in weblogic.xml seems to produce line-number comments in the generated java files:
These comments look like:
Also, when this option is turned on, exceptions in the JSPs produce stack traces that have the correct line number in the JSP (at least in 7.0 and 8.1); when the option is off, the line number matches the line number in the generated java files. This might mean that Weblogic produces compiled classes with correct line numbers for the JSP, but that's probably too much to hope for.
--Mike
java weblogic.appc -g
java weblogic.appc -lineNumbers
should be helpful.
wls 7.1 (with debug=true in weblogic.xml)
a jsp named /test/zero.jsp will be converted to
jsp_servlet._test.__zero.java
jsp contents
java file contents: