the jbi node does not exist glassfish v3 Netbeans 7.2.1 - glassfish-3

i cannot see JBI in services tab of my netbeans 7.2.1. I have started glassfish v3 but it only shows applications, resources and jvms.
Should I do somethings before or what ? I do some search but nothing found please help
thanks in advance

there is no anwsers but thanks i solved my probleme from here
https://blogs.oracle.com/vinceg/entry/installing_open_source_jbi_components

Related

How can I get corda-tools-ha-utilities-<version>.jar

I can't find this corda-tools-ha-utilities-.jar from internet or enterprise version, could anyone told me that how I could get it , version 4.4 to 4.7 is ok to me . thx.
For corda enterprise users you're gonna need to reach out to support as they have a specific repository for enterprise jars like the ha utilities.
The open source users can get pretty much any of the jars in their usual gradle builds. (repositories can be seen in the cordapp template here: https://github.com/corda/cordapp-template-java)

Is it still possible to debug opentap 1.5.0 in eclipse/netbeans?

I followed this tutorial to the letter but all I get are errors after errors what's more, because it's so old there's somewhat of an extra step missing as eclipse asks what type of Java application it is when I try to run it despite the errors. Any help or pointers as to how it's possible to achieve this would be appreciated.
I found out that you could import eclipse project into netbeans as it already contained an eclipse project.

Where can I find the source code of JBoss servlet api

I want to debug a class (javax.servlet.http.Cookie) which is in JBoss-servlet-api_3.0_spec-1.0.0.final.jar, but after I downloaded the JBoss source code from github: https://github.com/jbossas/jboss-as/,I found the source code of that class are not there. Who can tell me where it is?
You can find in on Maven Central
http://search.maven.org/#artifactdetails%7Corg.jboss.spec.javax.servlet%7Cjboss-servlet-api_3.0_spec%7C1.0.0.Final%7Cjar
the -sources.jar at the bottom
It looks like jbossweb is still NOT migrated to GIT. Its still hosted on the old SVN repos.
What you are looking for is here
http://anonsvn.jboss.org/repos/jbossas/projects/specs/tags/jboss-servlet-api_3.0_spec-1.0.0.Final/src/main/java/javax/servlet/http/Cookie.java
The main branch version is
http://anonsvn.jboss.org/repos/jbossweb/trunk/java/javax/servlet/http/Cookie.java
For all other branches refer
http://anonsvn.jboss.org/repos/jbossweb/branches/

Does Aptana Studio 3 support Caller Hierarchy?

I used the RadRails version 2.0 from Aptana. Now I have upgraded to Studio version 3.0 but I am unable to find the "Open Caller Hierarchy" button. It is not available in the drop down on right click nor in the main menus. Does anybody know if this action still exist or it is not currently available?
I am talking specifically for Ruby code here.
Thanks in advance
Nope, not yet available. Create a feature request at http://jira.appcelerator.org/browse/APSTUD
Cheers,
Max

Using Datavisualization.swc in my Flex Builder

I have upgraded my Flex Builder compiler to SDK 3.2 from SDK 3.0 and as a result unable to use AdvanceDataGrid in my application anymore. I think I need to download the 'datavisualization_SDK3.2.zip’ and add it to my build path to be able to use it again. Can anyone please provide me the link where I can download it ? Or any other suggestion in this regard.
Thanks in Advance.
Ashine.
I got this SWC inside latest Flash Builder setup #{myPath}\sdks\3.5.0\frameworks\libs in the form of 'datavisualization.swc'.
Thanks again.

Resources