The devkit tag has no wiki summary.
1
vote
1answer
7 views
Force connector built with Devkit to have a unique name at runtime
How do you force a connector built with Devkit to have a unique name at runtime in a Mule Application? Ie other connectors like http don't allow duplicate names.
Ie I don't wont to allow a flow like ...
0
votes
1answer
25 views
Quickbook IPP Can't Delete
I'm getting the error "cannot DELETE synchronized TXN_HDR record. Use REVERT object API" when I try to delete an invoice using Quickbook IPP for QB Desktop. My request and response are below. I ...
1
vote
0answers
42 views
Install Devkit: Failed to build gem native extension
I feel very ashamed that i couldnt solve this problem on my on. Im googeling for several days now but somehow i have no success. When i try to follow the installing steps on: ...
0
votes
1answer
34 views
CreditMemo revert has blank response / doesn't revert
For some reason when I try to revert a credit memo in Quickbooks IPP, I get a blank response. I removed the authorization header so I could post it below The request:
POST ...
0
votes
0answers
38 views
Fail to build native extension when trying to install the bson_ext gem
I would like to install the bson_ext gem on Windows 7 (64 bit). I tried to install it the same way I install every other gem, on Windows' cmd:
gem install bson_ext
The above results in the ...
0
votes
1answer
42 views
Mule can't find xsd generated by Devkit
I'm having issues the the xsd files that are generated with Devkit. Now the xsd file is generated fine but when trying to run the connector mule can't find the xsd.
I get errors of this sort:
...
0
votes
1answer
23 views
Devkit Update site issues with uses of this.getClass().getClassLoader()
We are having a lot of issues with devkit built jars that try to resolve files based on either of these methods:
InputStream in = this.getClass().getClassLoader().getResourceAsStream(configFile);
...
0
votes
1answer
16 views
Stop the continuation of a flow within a devkit @processor
Is there an agreed upon way to stop the continuation of a flow within a devit @processor method? I want it to behave like a filter, where the message is dropped.
0
votes
1answer
22 views
Mule EE jars command populate_m2_repo needs %MULE_HOME% env variable set in windows
When running populate_m2_repo C:\Users\me.m2\repository I get asked for %MULE_HOME% to be set. Typically on my computer I have more than one standalone version available for testing so its ...
0
votes
1answer
33 views
Null exception thrown when running mule, when a devkit 3.0.0 method that takes a @InboundAttachments param
I'm trying to make use of @attachment http properties
I have a devkit method called validate in a flow that is called like so
<http:connector name="httpConnector" doc:name="HTTP\HTTPS">
...
1
vote
1answer
62 views
Issues with devkit 3.3.2 and eclipse CoreException
I am trying to create a connector in Mule Studio 3.4 using Devkit 3.3.2.
The following is a maven (3.0.2) command which I used to generate the project structure:
$ mvn archetype:generate ...
0
votes
1answer
28 views
@ValidateConnection method is failing to be called when using “@Category component”
I have an issue in a new devkit Project where the following @ValidateConnection method is failing to be called (but my @processor methods are called fine when requested in the flows)
...
0
votes
1answer
38 views
Getting functional unit tests to wait until devkit connector is connected
I often have a requirement to wait some async process is finished in my devKit connector (which then causes isConnected to return true )
@ValidateConnection
public boolean isConnected() {
return ...
0
votes
1answer
44 views
Configs loaded in Mule functional tests throw errors, but runs outside of a test
I have a strange situation where Mule configs loaded in Mule functional tests throw errors of the sort below from flows with vm's. The annoying thing is this flow runs perfect as a mule application ...
0
votes
2answers
350 views
Can't install Nokogiri for Ruby in Windows
I know this is simple but I just can't figure it out. I need to run a script in Ruby and it requires Nokogiri. I do have some experience in other languages but not in Ruby.
Here is my system :
...
0
votes
0answers
32 views
Trouble Installing Showoff Gem
So I'm currently trying to install the showoff gem on Ruby version ruby 2.0.0p195 (2013-05-14) [x64-mingw32]. I have gems version 2.0.3 and devkit version mingw64-64-4.7.2. Before anyone suggests it I ...
0
votes
1answer
311 views
Unknown package: mule-module error after running mvn archetype for cloud connector creation via DevKit
i've created a new Cloud Connector using DevKit, after running:
mvn clean package -Ddevkit.studio.package.skip=false
The project shows errors in the pom.file:
Project build error: Unknown ...
0
votes
1answer
37 views
Devkit function in ruby on rails
I am new to rubyonrails. Any one can explain me please what is devkit and what is the function of devkit in RoR. How we use this. Any can please..
0
votes
1answer
149 views
How do I specify the path for Devkit?
I'm here on Windows 7 x64 and am trying to install Ruby on Rails from scratch. I just installed the RubyInstaller 1.9.3-p429 and now just ran the DevKit-tdm-32-4.5.2-20111229-1559-sfx. After doing ...
0
votes
0answers
306 views
Error on installing watir gem on windows 7
I searched the whole stackoverflow to get a specific answer on how to successfully install watir, but I failed to install it. I am getting the same error, which I believe others too have got. But I'm ...
0
votes
0answers
82 views
Quickbooks PHP Devkit Modify Invoice
This is for Quickbooks Desktop.
I'm able to create an invoice with no problem, but I can't seem to modify it. When I try to the XML generated doesn't include the line item.
I'm using the same ...
0
votes
1answer
166 views
Can't get Ruby DevKit configuration file autogenerated properly
I've installed Ruby 2.0 with a Windows Ruby Installer, Unpacked DevKit (DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe) to Program Files and ran
ruby dk.rb init
but the generated config.yml file ...
0
votes
2answers
39 views
Current Customer List?
I am testing the AggCat service and trying to put together a prototype. I'm using the .Net DevKit and have properly gotten through all the authentication issues including MFA.
Unfortunately, I'm now ...
0
votes
1answer
289 views
Can't install json gem in Windows
I tried to install the json gem on Windows. I installed DevKit. I get the following error below. Any suggestions? This question
JSON Gem will not install (Windows)
suggests installing DevKit and ...
0
votes
0answers
217 views
Error in installing DevKit
Getting this error while installing DevKit
C:\DevKit>gem install json --platform=ruby
Fetching: json-1.7.7.gem (100%)
Temporarily enhancing PATH to include DevKit...
Building native ...
1
vote
1answer
230 views
Issue installing caldecott, make inoperable command
I've been trying to install this for a few days now with no success. Looking for help, I've been through this site a half dozen times to try and resolve the issue but I'm not having any luck.
...
0
votes
0answers
97 views
Redmine installation with thin / DevKit not found
I'm trying to install Redmine on Windows Server 2008 RC2. I'm working with a tutorial from the redmine page. And here is my problem.
To Install Thin there is the need to install the Ruby DevKit first ...
0
votes
2answers
174 views
How to use iprintf in c++
How can I use any command really (in c++ programming with Devkit Pro for NDS) to simply print a vaiably rather than text to a specific location? Here's what I have that prints text:
...
0
votes
1answer
46 views
How to enable Request and Response Logging in the .Net DevKit V2
How to enable logging for the XML?
I tried to follow the directions from
http://docs.developer.intuit.com/0025_Intuit_Anywhere/0200_DevKits/0100_IPP_.NET_DevKit/0600_Logging
I put the code in a test ...
0
votes
1answer
342 views
Ruby DevKit compile issues
My compass had broken
>compass compile
LoadError on line ["36"] of C: cannot load such file -- zurb-foundation
C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
...
2
votes
1answer
153 views
How to get Intuit Data Services (IDS) beta features?
I'm trying to use Intuit.Ipp.Data.Qbo.VendorCredit entity which is marked as limited beta feature here. When I try to add its instance using development environment credentials I get "Internal server ...
0
votes
0answers
159 views
Install Rubynius in Windows 8
I have being trying to install rubini.us in Windows 8 which I assume acts as Windows 7 for these matters. AFter following the instructions in the web about the trying the cygwin and msmingw and gcc ...
2
votes
1answer
293 views
With C# Dev Kit, Invoice Not Appearing In QB
The code seems to run. I don't get any error messages, but an invoice does not appear in QB after I sync. The code is basically this (http://pastebin.com/y7QENxeX) with a few (presumably) minor ...
4
votes
1answer
434 views
Ruby with RailsInstaller, can't build gem native extensions on Windows
After installing Ruby + Rails on Windows with RailsInstaller, i couldn't install any gems that required to build native extensions. Error:
C:\Users\Admin>gem install rdiscount
Building native ...
2
votes
1answer
563 views
Query for All Invoices With Open Balances using QuickBooks Online (QBO) Intuit Partner Platform (IPP) DevKit
I am trying to Query for all invoices with open balances using IPP but I keep on getting 0 results back. Am I doing something wrong in code?
Here is my C# code snippet that I am trying to do with ...
0
votes
2answers
123 views
Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working - on the installation
I started to install ruby, and the devkit according to this tutorial.
but i keep getting the same error when i try to open the cmd from ruby or to run a command on that folder:
Ruby interpreter (CUI) ...
-2
votes
1answer
194 views
Ruby DevKit install has Trojan virus [closed]
I am new to Ruby DevKit, and recently exposed to use this package for some integration work with CloudFoundry systems. Unfortunately, after I finished installing the Ruby Devkit, my antivirus software ...
0
votes
0answers
62 views
compiling android source code for BB XM using TI Devkit gingerbread and host ubuntu 10.04 amd64
I am trying to compile the android source code from TI_Devkit for GingerBread. I almost prepared the required host machine, which is, Ubuntu 10.04 64 AMD and installed all dependencies JDK 6, Python, ...
0
votes
1answer
173 views
Error installing Rubygems on ruby command prompt in Win7
I got the below error when trying to install rubygems on Ruby command prompt in Win7 (32bit).
Note that I installed Ruby1.9.3 & added devkit (DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe) to Ruby ...
1
vote
1answer
529 views
Ruby DevKit problems
I have some troubles with the DevKit installation. Basically, it's not working. I've installed it by the books but the installation fails the test:
gem install rdiscount --platform=ruby
returns the ...
4
votes
1answer
554 views
Install devkit for pik-installed Rubies
I've installed two rubies using pik, but I haven't installed any rubies outside of pik.
When I choose a Ruby using pik, and then try to set up devkit, no binaries are added to the generated ...
1
vote
1answer
96 views
Antivirus preventing exe file from being extracted?
I want to extract the devkit for ruby. Its a 7zip archive but one file "mv.exe" is not being extracted and it wont run as well even if I rename it in the archive,extract and rename it back to ...
2
votes
2answers
4k views
Issues installing Ruby and Rails and DevKit on windows 7 x64 - fix needed
I am having a number of issues when trying to install ruby and rails. I have tried both without and now after clearing the previous installed versions.
When trying to run "gem install rdiscount ...
0
votes
1answer
66 views
How to edit the windows registry entry so that Devkit does not look at the incompletely uninstalled ruby installers in windows 7
When running ruby dk.rb init from C:/Devkit it displays as below
[INFO] found RubyInstaller v1.8.7 at C:/ruby
[INFO] found RubyInstaller v1.9.2 at C:/IRails/Ruby192
Initialization complete! Please ...
-1
votes
2answers
187 views
VMC tunnel crash
I'm trying to execute vmc tunnel but i get error 'ruby interpreter has stopped working' . Tryed to find what's the problem on the Internet but the only solution i saw was to upgrade ruby version to ...
3
votes
1answer
679 views
windows ruby debug ide gem install fail
I can't find anything on this (with any solutions, that is) that has the same exact problem as me. I can't install a certain gem on my system. I run:
gem install ruby-debug-ide --platform=ruby --pre
...
0
votes
1answer
103 views
OpenCV on Devkit8000
I am using devkit8000 for my robotic application. I want to port OpenCV on devkit. Can anybody tell me the procedure to port OpenCV on devkit8000.
I have already done the system(linux) development and ...
0
votes
3answers
2k views
Error installing mysql2 with windows
It's strange the I can install mysql2 with this command:
$ gem install mysql2 --platform=ruby -- '--with-mysql-lib="c:\Program Files\MySQL\MySQL Server 5.5\lib" --with-mysql-include="c:\Program ...
0
votes
2answers
732 views
Error installing mysql2 with windows 7 x64 does not work
Problem is quite simple, my OS is win 7 x64, I installed DevKit-tdm-32-4.5.2-20110712-1620-sfx.exe, it works well like this:
C:\DevKit>ruby dk.rb install
[INFO] Skipping existing gem override for ...
0
votes
1answer
108 views
Ruby C extension not resolving 3rd party dlls at runtime
I have a Ruby C extension that is providing a ruby interface to use a third part C library. I am able to build the library, let's call it something.so just fine. However, it's compiled against the ...